@charset "UTF-8";
/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0


	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
:root {
  /* Brand Core - Foundation */
  --indigo-deep: #13005a;
  --secondary: #8e8e8e;
  --white: #ffffff;
  --black: #000000;

  /* Brand Core - Intelligence Layer */
  --green-ai: #03c988;
  --mint-soft: #e6fff4;
  --indigo-tint: #e9e6f5;
  --charcoal: #2b2b2b;

  /* Functional Aliases */
  --primary: var(--indigo-deep);
  --brand: var(--green-ai);
  --body: var(--white);

  /* Supporting Gradients & Neutrals */
  --neutral-50: #fafafa;
  --neutral-100: #f4f4f5;
  --neutral-200: #e4e4e7;
  --neutral-300: #d4d4d8;
  --neutral-400: #a1a1aa;
  --neutral-500: #71717a;
  --neutral-600: #52525b;
  --neutral-700: #3f3f46;
  --neutral-800: #27272a;
  --neutral-900: #18181b;
  --neutral-950: #09090b;
  --danger: #e63946;

  /* Global Elevation System (True 3D Template Shadow) */
  --shadow-3d:
    0px -8px 0px 0px rgba(0, 0, 0, 0.05) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset,
    0px 10px 30px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);

  --shadow-3d-hover:
    0px -12px 0px 0px rgba(0, 0, 0, 0.06) inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.7) inset,
    0px 20px 50px 0px rgba(0, 0, 0, 0.08), 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
}

/* 3D Elevation Utility Classes */
.shadow-3d {
  box-shadow: var(--shadow-3d) !important;
}

.shadow-3d-hover {
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.shadow-3d-hover:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-3d-hover) !important;
}

/* Global Section Stack Fix - Ensures sections sit above preloader background */
.section-about-us,
.section-services,
.section-featured-works,
.section-process,
.section-benefits,
.section-features,
.section-why-exists-mosaic,
.section-approach,
.section-principles,
.section-differentiation-blades,
.section-target-users,
.section-integration,
.section-workflow-transformation,
.section-contact-main {
  position: relative;
  z-index: 5;
}

/* Redundant color primary variations removed per brand guidelines */

/*------------ Core CSS ---------------- */
/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Elements
-------------------------------------------------------------- */
html {
  margin-right: 0 !important;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
.h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700; /* Bold for H1 Headlines */
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600; /* Semi-Bold for UI Section Headers */
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--charcoal);
  background-color: var(--body);
}
body::-webkit-scrollbar {
  width: 0px;
}
body::-webkit-scrollbar-thumb {
  cursor: grab;
  background-color: var(--primary);
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

table {
  width: 100%;
  overflow-x: auto;
  table-layout: auto;
  border-collapse: collapse;
}

td,
th {
  padding: 12px 16px;
}
@media (min-width: 1200px) {
  td,
  th {
    padding: 16px 24px;
  }
}

svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  background: transparent;
  border: 0;
  display: inline-flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

select,
option {
  all: unset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: var(--secondary);
}

b,
strong {
  font-weight: bolder;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Inter", sans-serif;
  color: var(--primary);
}
a:focus,
a:hover {
  outline: 0;
}

p {
  display: block;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

[data-grid="grid-1"] {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

[data-grid="grid-2"] {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

[data-grid="grid-3"] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

[data-grid="grid-4"] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

[data-grid="grid-5"] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}

[data-grid="grid-6"] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(6, 1fr);
}

[data-grid="grid-7"] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(7, 1fr);
}

.grid-template-columns-2 {
  grid-template-columns: 1fr 1fr;
}

.tf-row-flex {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  row-gap: 30px;
}

.overflow-unset {
  overflow: unset !important;
}

.sticky-top {
  position: sticky !important;
  z-index: 50;
  top: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wmax {
  width: max-content !important;
}

#scroll-top {
  position: fixed;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 50px;
  border-radius: 4px;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  z-index: 100;
  background-color: var(--main);
  border: 0;
  bottom: 92px;
  right: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scroll-top.show {
  opacity: 1;
  visibility: visible;
}
#scroll-top.type-1 {
  bottom: 140px;
}
#scroll-top:hover {
  transform: translateY(-5px);
  background-color: var(--primary);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.br-line {
  width: 100%;
  height: 1px;
  display: inline-flex;
  background-color: var(--white-16);
}
.br-line.type-vertical {
  width: 1px;
  height: 16px;
}

.br-dot {
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary);
  box-shadow:
    0px 0px 2px 1px rgba(var(--primary-rgb), 0.2),
    0px 0px 6px 4px rgba(var(--primary-rgb), 0.2);
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}
.line {
  border: 1px solid var(--white-16);
}

.tf-swiper .swiper-slide {
  height: auto;
}
.tf-swiper .swiper-slide > * {
  height: 100%;
}

.initial-child-container {
  flex: 0 0 auto;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
}

.marquee-wrapper {
  display: flex;
  animation: infiniteScroll 7s linear infinite;
  align-items: center;
  transition: animation-duration 300ms;
}

@media (min-width: 1200px) {
  .flex-xl-1 {
    flex: 1 !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-1 {
    flex: 1 !important;
  }
}

.h-unset {
  height: unset !important;
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-64 {
    gap: 64px !important;
  }
  .gap-xl-40 {
    gap: 40px !important;
  }
  .h-xl-unset {
    height: unset !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-nowrap {
    white-space: nowrap !important;
  }
}
@media (min-width: 1600px) {
  .d-xxxl-flex {
    display: flex !important;
  }
}
.w-maxcontent {
  width: max-content !important;
}

.justify-items-end {
  justify-items: end;
}

.h-8 {
  height: 8px;
}

/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/* Typography
============================================================== */
/* Heading */
h1,
.h1 {
  font-family: "Manrope", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: var(--indigo-deep);
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Inter", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0;
  color: var(--black);
}

h1,
.h1 {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

h2,
.h2 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

h3,
.h3 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

h4,
.h4 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 26px;
    line-height: 34px;
  }
}

h5,
.h5 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 22px;
    line-height: 28px;
  }
}

h6,
.h6 {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 20px;
    line-height: 26px;
  }
}

/* Font custom */
.font-main {
  font-family: "Inter", sans-serif;
}

.text-display-1 {
  font-size: 128px;
  line-height: 128px;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .text-display-1 {
    font-size: 60px;
    line-height: 60px;
  }
}

.text-display-2 {
  font-size: 96px;
  line-height: 96px;
  letter-spacing: -0.03em;
}
@media (max-width: 991px) {
  .text-display-2 {
    font-size: 60px;
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  .text-display-2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.text-sub-heading {
  font-size: 20px;
  line-height: 28px;
}

.text-body-1 {
  font-size: 18px;
  line-height: 28px;
}

.text-body-2 {
  font-size: 16px;
  line-height: 24px;
}

.text-body-3 {
  font-size: 14px;
  line-height: 20px;
}

.text-caption {
  font-size: 12px;
  line-height: 16px;
}

/* Text Font */
.text-24 {
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .text-24 {
    font-size: 18px;
    line-height: 18px;
  }
}

.text-64 {
  font-size: 64px;
  line-height: 64px;
}
@media (max-width: 767px) {
  .text-64 {
    font-size: 36px;
    line-height: 36px;
  }
}

.text-80 {
  font-size: 80px;
  line-height: 88px;
}
@media (max-width: 767px) {
  .text-80 {
    font-size: 40px;
    line-height: 48px;
  }
}

/* Font size */
.fs-4 {
  font-size: 4px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-35 {
  font-size: 35px !important;
}

/* Line height */
.lh-8 {
  line-height: 8px !important;
}

.lh-10 {
  line-height: 10px !important;
}

.lh-11 {
  line-height: 11px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-32 {
  line-height: 32px !important;
}

/* Letter spacing */
.letter-space-0 {
  letter-spacing: 0px !important;
}

.letter-space--1 {
  letter-spacing: -0.01em !important;
}

.letter-space--2 {
  letter-spacing: -0.02em !important;
}

.letter-space--3 {
  letter-spacing: -0.03em !important;
}

.letter-space--4 {
  letter-spacing: -0.03em !important;
}

/* Responsive */
@media (min-width: 1440px) {
  .lh-xxl-11 {
    line-height: 11px !important;
  }
  .lh-xxl-19 {
    line-height: 19px !important;
  }
  .lh-xxl-22 {
    line-height: 22px !important;
  }
  .lh-xxl-56 {
    line-height: 56px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-54 {
    line-height: 54px !important;
  }
  .lh-xl-36 {
    line-height: 36px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-56 {
    line-height: 56px !important;
  }
}
/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/* General
============================================================== */
/* Margin */
.mb-2 {
  margin-bottom: 2px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-18 {
  margin-bottom: 18px !important;
}

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

.mb-21 {
  margin-bottom: 21px !important;
}

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

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

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

.mt-40 {
  margin-top: 40px !important;
}

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

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

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

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

/* Gap */
.gap-2 {
  gap: 2px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-6 {
  gap: 6px !important;
}

.gap-8 {
  gap: 8px;
}

.gap-10 {
  gap: 10px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-13 {
  gap: 13px !important;
}

.gap-14 {
  gap: 14px !important;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-30 {
  gap: 30px;
}

.gap-32 {
  gap: 32px;
}

/* Spacing */
.flat-spacing {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1439px) {
  .flat-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .flat-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .flat-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.flat-spacing-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.flat-spacing-bottom {
  margin-bottom: 88px;
}
@media (max-width: 1199px) {
  .flat-spacing-bottom {
    margin-bottom: 60px;
  }
}

/* Orther */
.text-white {
  color: var(--white) !important;
}

.text-black {
  color: var(--black) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-brand {
  color: var(--brand) !important;
}

.number {
  white-space: nowrap;
}

.text-neutral-200 {
  color: var(--neutral-200) !important;
}

.text-neutral-300 {
  color: var(--neutral-300) !important;
}

.text-neutral-400 {
  color: var(--neutral-400) !important;
}

.text-neutral-600 {
  color: var(--neutral-600) !important;
}

.text-neutral-700 {
  color: var(--neutral-700) !important;
}

.text-neutral-800 {
  color: var(--neutral-800) !important;
}

.text-gradient-1,
.text-gradient-2,
.text-gradient-3 {
  color: var(--indigo-deep) !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: var(--indigo-deep) !important;
}

@keyframes bghover {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link:hover {
  color: var(--primary) !important;
}

.link1 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link1:hover {
  color: var(--brand) !important;
}

.cl-line-2 {
  border-color: var(--line-2) !important;
}

.link-underline {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
  text-decoration-color: var(--primary);
}
.link-underline:hover {
  text-decoration-color: var(--brand);
}

.lt-sp-nor {
  letter-spacing: -0.32px;
}

.letter-space-0 {
  letter-spacing: 0px !important;
}

.text-vertical {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.cs-pointer {
  cursor: pointer;
}

.max-width_1 {
  max-width: 1424px;
  width: 100%;
}

.gap-x-10 {
  column-gap: 10px !important;
}

.radius-0 {
  border-radius: 0px !important;
}

.radius-3 {
  border-radius: 3px !important;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-12 {
  border-radius: 12px !important;
}

.radius-16 {
  border-radius: 16px !important;
}

.radius-20 {
  border-radius: 20px !important;
}

.text-line-clamp-1 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
}

.text-line-clamp-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.text-line-clamp-3 {
  -webkit-line-clamp: 3 !important;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.aspect-ratio-0 {
  aspect-ratio: 0 !important;
}

.aspect-ratio-1 {
  aspect-ratio: 1/1 !important;
}

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

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

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-auto {
  cursor: auto;
}

.min-w-unset {
  min-width: unset !important;
}

.flex-1 {
  flex: 1;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100% !important;
  }
}
@media (max-width: 991px) {
  .lg-mb-24 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .md-mb-24 {
    margin-bottom: 24px;
  }
}
@keyframes move1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.updown {
  -webkit-animation-name: move1;
  animation-name: move1;
  animation: move1 10s infinite linear;
}

@keyframes move2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.leftright {
  -webkit-animation-name: move2;
  animation-name: move2;
  animation: move2 10s infinite linear;
}

@keyframes move3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.rightleft {
  -webkit-animation-name: move3;
  animation-name: move3;
  animation: move3 10s infinite linear;
}

.overflow-hidden {
  overflow: visible !important;
}

/*------------ Component ---------------- */
/*------------ Layout ---------------- */
/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-grid-layout {
  display: grid;
  column-gap: 24px;
  row-gap: 32px;
}
.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}
.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.tf-grid-layout .wd-full {
  grid-column: 1/-1;
}
.tf-grid-layout .wd-2-cols {
  grid-column: span 2;
}
@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.sm-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.sm-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.sm-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.sm-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.sm-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 768px) {
  .tf-grid-layout.md-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.md-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.md-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.md-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.md-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.md-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 992px) {
  .tf-grid-layout.lg-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.lg-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.lg-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.lg-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.lg-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.lg-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1200px) {
  .tf-grid-layout {
    column-gap: 30px;
    row-gap: 40px;
  }
  .tf-grid-layout.row-xl-gap-40 {
    row-gap: 40px;
  }
  .tf-grid-layout.row-xl-gap-56 {
    row-gap: 56px;
  }
  .tf-grid-layout.xl-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.xl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.xl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.xl-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.xl-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.xl-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1440px) {
  .tf-grid-layout.xxl-col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .tf-grid-layout.xxl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.xxl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.xxl-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .tf-grid-layout.xxl-col-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .tf-grid-layout.xxl-col-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.row {
  margin-right: -12px;
  margin-left: -12px;
}
.row > * {
  padding-left: 12px;
  padding-right: 12px;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 12px;
  padding-left: 12px;
  width: 1320px;
  max-width: 100%;
}

/*------------ Header ---------------- */
/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
header {
  position: sticky;
  z-index: 100;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
header.header-sticky {
  background-color: var(--black);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

.tf-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  padding-top: 20px;
  pointer-events: none;
}
.tf-header .header-inner {
  pointer-events: auto;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 32px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 40px rgba(19, 0, 90, 0.05);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.tf-header.is-scrolled {
  padding-top: 10px;
}
.tf-header.is-scrolled .header-inner {
  max-width: 840px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 48px rgba(19, 0, 90, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.tf-header .mobile-menu {
  width: 56px !important;
  height: 38px !important;
  padding: 0 !important;
  font-size: 18px !important;
  background: var(--brand) !important;
  border: none !important;
  color: var(--white) !important;
  border-radius: 99px !important;
  box-shadow: 0px -3px 0px 0px #02a36d inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px 6px 15px rgba(3, 201, 136, 0.15) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.tf-header .mobile-menu:hover {
  background: #02b87d !important;
  color: var(--white) !important;
  box-shadow: 0px -1.5px 0px 0px #02a36d inset, 0 8px 20px rgba(3, 201, 136, 0.25) !important;
  transform: translateY(-2px) !important;
}
.tf-header.header2 .header-inner {
  max-width: 800px;
}

.logo-site {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo-site img {
  height: auto;
  width: 140px;
  object-fit: contain;
  display: block;
}

.nav-links {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-cta:not(:has(a)) {
  display: none;
}
.header-cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cta-btn {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .nav-links {
    display: none;
  }
}
@media (max-width: 991px) {
  .tf-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000 !important;
    margin-bottom: 0 !important;
    padding-top: 15px;
    transition: all 0.3s ease;
  }
  .tf-header .header-inner {
    max-width: unset !important;
    margin: 0 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.footer-logo img {
  max-height: 40px;
  width: auto;
  display: block;
}

.nav-menu-main {
  display: flex;
  align-items: center;
  gap: 24px;
}

.item-link {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: var(--indigo-deep);
}
.item-link::before {
  position: absolute;
  content: "";
  bottom: -8px;
  height: 3px;
  background-color: var(--brand);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(3, 201, 136, 0.3);
}
.item-link:hover::before,
.item-link.active::before {
  width: 24px;
}
.item-link:hover,
.item-link.active {
  color: var(--indigo-deep);
}

.box-nav-icon {
  display: flex;
  align-items: center;
  gap: 30px;
}
.box-nav-icon .br-line {
  height: 30px;
  width: 1px;
  background-color: var(--line);
}
@media (min-width: 1440px) {
  .box-nav-icon {
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  .box-nav-icon {
    gap: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .box-nav-icon {
    gap: 16px;
  }
}

.nav-icon-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-icon-list li {
  display: flex;
}
@media (max-width: 1199px) {
  .nav-icon-list {
    gap: 12px;
  }
}

.nav-icon-item {
  font-size: 24px;
  display: flex;
  aspect-ratio: 1;
  position: relative;
}
.nav-icon-item .number-count {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background-color: var(--primary);
  border-radius: 50%;
}
.nav-icon-item.has-num {
  margin-right: 8px;
}
.nav-icon-item.has-num .number-count {
  position: absolute;
  top: -5.75px;
  right: -8px;
}
@media (max-width: 1199px) {
  .nav-icon-item {
    font-size: 20px;
  }
}

.box-nav-support {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--secondary);
  padding: 20px 40px;
  margin-right: -40px;
  border-radius: 0px 100px 100px 0px;
}
.box-nav-support .ic-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
}
.box-nav-support .ic-wrap .icon {
  color: var(--white);
  font-size: 32px;
}
.box-nav-support .title {
  margin-bottom: 4px;
}

.btn-mobile-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--white);
}
.btn-mobile-menu .icon {
  aspect-ratio: 1;
}

/*-- Menu Mobile --*/
.offcanvas-menu .nav-ul-mb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.offcanvas-menu .mb-menu-link {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: var(--indigo-deep) !important;
  font-size: 28px;
  line-height: 38px;
  display: inline-block;
  transition: all 0.3s ease;
  pointer-events: auto !important;
}
.offcanvas-menu .mb-menu-link .text {
  color: var(--indigo-deep) !important;
  transition: all 0.3s ease;
}
.offcanvas-menu .mb-menu-link:hover .text,
.offcanvas-menu .mb-menu-link.active .text {
  color: var(--brand) !important;
}
.offcanvas-menu .mb-menu-link:hover,
.offcanvas-menu .mb-menu-link.active {
  color: var(--brand) !important;
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .offcanvas-menu .mb-menu-link {
    font-size: 22px;
    line-height: 30px;
  }
}
.offcanvas-menu .close-mb-menu {
  color: var(--indigo-deep) !important;
  cursor: pointer !important;
  transition: color 0.3s ease;
}
.offcanvas-menu .close-mb-menu:hover {
  color: var(--brand) !important;
}
.offcanvas-menu .canvas_foot .text-neutral-200 {
  color: var(--neutral-600) !important;
}
.offcanvas-menu .canvas_foot a.text-neutral-200:hover {
  color: var(--brand) !important;
}
.offcanvas-menu .nav-ul-mb {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}
.offcanvas-menu .nav-ul-mb li {
  text-align: left !important;
  width: 100% !important;
}
.nav-ul-mb .has-sub-menu {
  display: grid;
  place-items: flex-end;
  width: 100%;
}
.nav-ul-mb .has-sub-menu .mb-menu-link {
  position: relative;
}
.nav-ul-mb .has-sub-menu .mb-menu-link .ic {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  line-height: 1;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-ul-mb .has-sub-menu .mb-menu-link .ic .icon {
  aspect-ratio: 1;
  font-size: 24px;
}
.nav-ul-mb .has-sub-menu .mb-menu-link:not(.collapsed) {
  margin-bottom: 5px;
}
.nav-ul-mb .has-sub-menu .mb-menu-link:not(.collapsed) .ic {
  transform: rotate(180deg);
}
.nav-ul-mb .has-sub-menu .sub-nav-menu {
  display: grid;
  gap: 4px;
}

.offcanvas-menu {
  height: 100vh !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  position: fixed;
  inset: 0;
  background-color: rgba(230, 255, 244, 0.75) !important;
  z-index: 3000;
}
.offcanvas-menu .offcanvas-content {
  padding-top: 36px;
  padding-bottom: 60px;
  height: 100%;
}
.offcanvas-menu .offcanvas-content_wrapin {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}
.offcanvas-menu .canvas_head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.offcanvas-menu .canvas_center {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  padding-right: 5px;
}
.offcanvas-menu .canvas_center::-webkit-scrollbar {
  width: 2px;
}
.offcanvas-menu .canvas_center::-webkit-scrollbar-thumb {
  background-color: var(--neutral-400);
}
.offcanvas-menu .canvas_foot {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 12px;
}
.offcanvas-menu .canvas_foot .left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.offcanvas-menu .canvas_foot .right {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.offcanvas-menu.style-2 .infiniteSlide_text_main {
  display: none;
}
@media (max-width: 1199px) {
  .offcanvas-menu .offcanvas-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .offcanvas-menu .canvas_foot .right {
    gap: 24px;
  }
}

.offcanvas-menu {
  top: 0 !important;
  transform: translateY(100%);
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s !important;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s !important;
}
.offcanvas-menu .canvas_head {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
.offcanvas-menu .nav-ul-mb li {
  overflow: hidden;
}
.offcanvas-menu .nav-ul-mb .item {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  display: flex;
}
.offcanvas-menu .canvas_foot {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.offcanvas-menu.show {
  transform: translateY(0) !important;
  visibility: visible !important;
}
.offcanvas-menu.show .canvas_head {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.offcanvas-menu.show .canvas_foot {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.offcanvas-menu.show .nav-ul-mb li .item {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.offcanvas-menu.show .nav-ul-mb li:nth-child(1) .item {
  transition-delay: 0.2s;
}
.offcanvas-menu.show .nav-ul-mb li:nth-child(2) .item {
  transition-delay: 0.25s;
}
.offcanvas-menu.show .nav-ul-mb li:nth-child(3) .item {
  transition-delay: 0.3s;
}
.offcanvas-menu.show .nav-ul-mb li:nth-child(4) .item {
  transition-delay: 0.35s;
}
.offcanvas-menu.show .nav-ul-mb li:nth-child(5) .item {
  transition-delay: 0.4s;
}

/*-- Landing --*/
.header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 40px 0px;
}
@media (max-width: 1199px) {
  .header-area {
    padding: 30px 15px 0px;
  }
}

.humberg-menu {
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.humberg-menu:hover {
  transform: rotate(45deg);
}

.humberg-menu span {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--dark);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: var(--white);
}

.humberg-menu span:nth-child(4),
.humberg-menu span:nth-child(3) {
  top: auto;
  bottom: 0;
}

.humberg-menu span:nth-child(4),
.humberg-menu span:nth-child(2) {
  left: auto;
  right: 0;
}

.demo-box {
  border: 1px solid rgb(31, 31, 31);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.demo-box .img-box {
  position: relative;
  overflow: hidden;
}
.demo-box .img-box img {
  max-height: 350px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: none;
  transition: object-position 1s ease;
}

.demo-box:hover .img-box img {
  object-position: bottom;
  transition-duration: 15s;
}

.demo-box .content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  background: rgb(10, 10, 10);
  border-top: 1px solid rgb(31, 31, 31);
}

.demo-box .content-box h4 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.demo-box .content-box p {
  color: rgb(148, 148, 148);
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.demo-box .content-box .view {
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  display: block;
  line-height: 20px;
  font-weight: 500;
  background: rgb(10, 11, 11);
  border: 1px solid rgb(31, 31, 31);
  border-radius: 60px;
  backdrop-filter: blur(20px);
  padding: 10px 20px;
  font-size: 16px;
}

.menu-item.has-child {
  position: relative;
  cursor: pointer;
}
.menu-item.has-child > .item-link {
  z-index: 1;
}
.menu-item.has-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  z-index: 0;
  display: none;
}
.menu-item:hover .sub-menu {
  pointer-events: all;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.menu-item:hover.has-child::after {
  display: block;
}

.sub-menu {
  position: absolute;
  top: calc(100% + 20px);
  background-color: var(--neutral-100);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px 0px;
  min-width: 150px;
  left: -31px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  padding: 12px 0px;
}
.sub-menu .item-link::before {
  display: none;
}
.sub-menu li > a {
  padding: 4px 16px;
}

/*------------ Blog ---------------- */
/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.article-blog {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--white-16);
}
.article-blog .blog-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}
.article-blog .btn-action {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--white-16);
  flex-shrink: 0;
}
.article-blog .btn-action .icon {
  font-size: 20px;
}
.article-blog .btn-action:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.article-blog .infor_sub {
  margin-bottom: 8px;
}
.article-blog .infor_name {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
}
@media (min-width: 426px) {
  .article-blog.style-horizontal {
    display: flex;
  }
  .article-blog.style-horizontal .blog-image {
    max-width: 300px;
  }
  .article-blog.style-horizontal .blog-image img {
    aspect-ratio: 1.5;
  }
}
@media (min-width: 1200px) {
  .article-blog .btn-action {
    width: 50px;
    height: 50px;
  }
}

.wg-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.wg-pagination .pagination-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 16px;
  background-color: #272727;
  box-shadow:
    0px -3px 0px 0px #080808 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.3019607843) inset,
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706),
    0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.1333333333),
    0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.1411764706),
    0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.1490196078),
    0px 100px 80px 0px rgba(0, 0, 0, 0.1490196078);
}
.wg-pagination .pagination-item.active,
.wg-pagination .pagination-item:hover {
  color: var(--brand);
}

.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 50px;
}
.blog-sidebar .sidebar-title {
  font-weight: 600;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .blog-sidebar {
    gap: 32px;
  }
}

.list-relatest-post .relatest-post-item:not(:last-child) {
  margin-bottom: 10px;
}

.relatest-post-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.relatest-post-item .image {
  width: 80px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.relatest-post-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.relatest-post-item .title {
  font-weight: 600;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.sidebar-categories {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.sidebar-categories .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.list-tags a {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  border-radius: 99px;
  color: var(--neutral-300);
  background: var(--neutral-700);
  border: 1px solid var(--neutral-600);
}
.list-tags a:hover {
  color: var(--brand);
}

.blog-single-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog-single-wrap .image img {
  width: 100%;
  border-radius: 16px;
}

.meta-list {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.meta-list .meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.meta-list .meta-item .icon {
  color: var(--primary);
  font-size: 24px;
}

.entry-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.entry-footer .tags-links {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 420px;
}

.blockquote-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 74px 39px 80px 56px;
  background-color: var(--neutral-950);
  box-shadow: 0px 0px 20px 0px rgba(103, 103, 103, 0.25) inset;
}
.blockquote-wrap svg {
  position: absolute;
  bottom: 0px;
  right: 56px;
}
@media (max-width: 767px) {
  .blockquote-wrap {
    padding: 40px 30px 50px;
  }
}

.social-links {
  display: flex;
  gap: 8px;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1019607843);
  box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 0.1490196078) inset;
  backdrop-filter: blur(6px);
  font-size: 16px;
}
.social-links a:hover {
  background-color: #fff;
  color: #151515;
}

.comment-wrap .heading {
  margin-bottom: 25px;
}
.comment-wrap .author {
  position: relative;
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--neutral-300);
}
.comment-wrap .author:not(:last-child) {
  margin-bottom: 20px;
}
.comment-wrap .author.type-reply {
  margin-left: 20px;
}
.comment-wrap .name {
  margin-bottom: 5px;
  margin-top: -7px;
}
.comment-wrap .image {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50% !important;
  overflow: hidden;
  filter: grayscale(100%);
}
.comment-wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment-wrap .time {
  margin-bottom: 20px;
}
.comment-wrap .reply {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 5px;
  align-items: center;
}
@media (min-width: 992px) {
  .comment-wrap .author {
    gap: 18px;
  }
  .comment-wrap .author.type-reply {
    margin-left: 66px;
  }
}

.post-comment .heading {
  margin-bottom: 35px;
}
.post-comment .text {
  margin-bottom: 25px;
}
.post-comment .form-cta .form-content {
  gap: 24px;
  margin-bottom: 40px;
}
.post-comment .form-cta textarea {
  height: 100px;
}

/*------------ Element ---------------- */
/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
@keyframes sliderShape {
  0%,
  100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes tf-animate-zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ripple-line {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes shine-reverse {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes spinner-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes spinner-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ani-zoom {
  animation: tf-animate-zoom-in-out 30s linear infinite;
}

@keyframes iconBounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes float1 {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-5px) rotate(-5deg);
  }
}
@keyframes float2 {
  0%,
  100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(5px) rotate(10deg);
  }
}
@keyframes float3 {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(-8deg);
  }
}
@keyframes float4 {
  0%,
  100% {
    opacity: 0.6;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-8px);
  }
}
@keyframes float5 {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(5deg) scale(1.05);
  }
  75% {
    transform: rotate(-5deg) scale(1.05);
  }
}
@keyframes bgMove {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@keyframes effect-send {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translate3d(42px, -39px, 38px);
    opacity: 0;
  }
  50% {
    transform: translate3d(-42px, 39px, 38px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moveUp {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -1000px;
  }
}
@keyframes objPosition {
  0% {
    object-fit: top;
  }
  100% {
    object-fit: bottom;
  }
}
.effectFade {
  opacity: 0;
}

.slick-slide,
.slick-track,
.flip-image,
.element,
.textFadeUp,
.textFadeUp2,
.textFadeUp3,
.scroll-fadeZoom,
.effectFade,
.animate-box,
.image-2,
.overflow-hidden > * {
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.hover-img .img-style {
  overflow: hidden;
}
.hover-img .img-style > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition:
    opacity 0.5s ease,
    transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition:
    opacity 0.5s ease,
    transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.hover-img:hover .img-style > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-img .img-style2 {
  overflow: hidden;
  border-radius: 10px;
}
.hover-img .img-style2 .img-hv {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: transform 500ms ease;
}

.hover-img2 .img-style2 {
  overflow: hidden;
  border-radius: 8px;
}
.hover-img2 .img-style2 .img2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-img2:hover .img2 {
  transform: scale(1.1) rotate(3deg);
}

.hover-img3 .img-style3 {
  border-radius: 8px;
  overflow: hidden;
}
.hover-img3 .img-style3 img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-img3:hover img {
  transform: scale(1.075);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-img4 .img-style4 {
  position: relative;
  overflow: hidden;
}
.hover-img4 .img-style4:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.hover-img4 .img-style4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.hover-img4:hover .img-style4:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hover-img4:hover .img-style4 img {
  transform: scale(1.1);
}

.pagi2 .swiper-pagination2:hover .box-img .icon-practice,
.swiper-button-next2:hover .box-img .icon-practice,
.swiper-button-prev2:hover .box-img .icon-practice,
.hv-one:hover .box-img .icon-practice {
  opacity: 1;
  z-index: 99;
  top: 50%;
  transition-delay: 0.5s;
}
.pagi2 .swiper-pagination2:hover .img-style::before,
.swiper-button-next2:hover .img-style::before,
.swiper-button-prev2:hover .img-style::before,
.hv-one:hover .img-style::before {
  opacity: 1;
}
.pagi2 .swiper-pagination2 .img-style,
.swiper-button-next2 .img-style,
.swiper-button-prev2 .img-style,
.hv-one .img-style {
  border-radius: 10px;
  overflow: hidden;
}
.pagi2 .swiper-pagination2 .img-style::before,
.swiper-button-next2 .img-style::before,
.swiper-button-prev2 .img-style::before,
.hv-one .img-style::before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
  opacity: 0;
  border-radius: 10px;
}
.pagi2 .swiper-pagination2 .img-style.s-one::before,
.swiper-button-next2 .img-style.s-one::before,
.swiper-button-prev2 .img-style.s-one::before,
.hv-one .img-style.s-one::before {
  border-radius: 50%;
}

.hv-one2:hover .img-style2::before {
  opacity: 1;
  visibility: visible;
}
.hv-one2 .img-style2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 10px;
}

.hv-tool {
  position: relative;
  transition: all 0.3s ease;
}

.hover-tooltip {
  position: relative;
}
.hover-tooltip .tooltip {
  position: absolute;
  white-space: nowrap;
  padding: 4px 12px;
  border-radius: 2px;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  color: var(--white);
  background-color: var(--black);
  transition:
    transform 0.3s ease 0.1s,
    opacity 0.3s ease 0.1s;
  z-index: 5;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  border-radius: 8px;
  text-align: center;
  font-family: "Inter", sans-serif;
  display: none;
}
.hover-tooltip .tooltip::before {
  content: "";
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: 26px;
  position: absolute;
  background: var(--black);
  width: 9px;
  height: 9px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .hover-tooltip .tooltip {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }
}
.hover-tooltip .tooltip.bg-primary::before {
  background: var(--primary);
}
.hover-tooltip:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.hover-tooltip.tooltip-bot .tooltip {
  top: calc(100% + 10px);
  bottom: unset;
}
.hover-tooltip.tooltip-bot .tooltip::before {
  top: -4px;
}
.hover-tooltip.tooltip-left .tooltip {
  right: 100%;
  bottom: auto;
  transform: translateX(0px);
  left: unset;
}
.hover-tooltip.tooltip-left .tooltip::before {
  top: 50%;
  left: auto;
  transform: translateY(-50%) rotate(45deg);
  right: -4px;
}
.hover-tooltip.tooltip-left:hover .tooltip {
  transform: translateX(-12px);
}
.hover-tooltip.tooltip-right .tooltip {
  left: 100%;
  bottom: auto;
  transform: translateX(0px);
}
.hover-tooltip.tooltip-right .tooltip::before {
  top: 50%;
  right: auto;
  transform: translateY(-50%) rotate(45deg);
  left: -4px;
}
.hover-tooltip.tooltip-right:hover .tooltip {
  transform: translateX(8px);
}

.hover-overlay {
  position: relative;
}
.hover-overlay::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  transition: 0.4s ease 0.1s;
  opacity: 0;
  visibility: hidden;
}
.hover-overlay:hover::before {
  opacity: 1;
  visibility: visible;
}

.hover-cursor-img .hover-image {
  display: none;
}
@media (min-width: 1200px) {
  .hover-cursor-img {
    position: relative;
  }
  .hover-cursor-img .hover-image {
    position: fixed;
    display: block;
    transform: scale(0);
    pointer-events: none;
    opacity: 0;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
    z-index: 1000;
  }
  .hover-cursor-img .hover-image img {
    border-radius: 50%;
    max-width: 150px;
    box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.1215686275);
  }
}

/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tf-social-icon {
  display: inline-flex;
  gap: 16px;
  --facebook-cl: rgb(59, 89, 152);
  --x-cl: rgb(85, 85, 85);
  --instagram-cl: linear-gradient(#8a3ab9, #e95950, #fccc63);
  --threads-cl: rgb(224, 53, 102);
  --youtube-cl: rgb(205, 32, 31);
  --tiktok-cl: linear-gradient(#25f4ee, #000, #fe2c55);
  --tiktok-cl2: rgb(254, 44, 85);
  --pinterest-cl: rgb(203, 32, 39);
  --tumblr-cl: rgb(55, 69, 92);
  --vimeo-cl: rgb(26, 183, 234);
  --snapchat-cl: rgb(255, 221, 0);
  --whatsapp-cl: rgb(0, 230, 118);
  --linked_in-cl: rgb(23, 106, 255);
  --wechat-cl: rgb(26, 173, 24);
  --reddit-cl: rgb(255, 69, 0);
  --line-cl: rgb(0, 195, 77);
  --spotify-cl: rgb(30, 125, 96);
}
.tf-social-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid;
  border-color: var(--line);
  position: relative;
}
.tf-social-icon a .icon {
  display: inline-flex;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.tf-social-icon a::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  background: transparent;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.tf-social-icon.style-2 a {
  border-color: var(--line-3);
  color: var(--white);
}
.tf-social-icon .social-facebook::after {
  background: var(--facebook-cl);
}
.tf-social-icon .social-facebook:hover {
  color: var(--white);
}
.tf-social-icon .social-facebook:hover::after {
  opacity: 1;
  visibility: visible;
}
.tf-social-icon .social-instagram::after {
  background: var(--instagram-cl);
}
.tf-social-icon .social-instagram:hover {
  color: var(--white);
}
.tf-social-icon .social-instagram:hover::after {
  opacity: 1;
  visibility: visible;
}
.tf-social-icon .social-x::after {
  background: var(--x-cl);
}
.tf-social-icon .social-x:hover {
  color: var(--white);
}
.tf-social-icon .social-x:hover::after {
  opacity: 1;
  visibility: visible;
}
.tf-social-icon .social-snapchat::after {
  background: var(--snapchat-cl);
}
.tf-social-icon .social-snapchat:hover {
  color: var(--white);
}
.tf-social-icon .social-snapchat:hover::after {
  opacity: 1;
  visibility: visible;
}
.tf-social-icon .social-pinterest::after {
  background: var(--pinterest-cl);
}
.tf-social-icon .social-pinterest:hover {
  color: var(--white);
}
.tf-social-icon .social-pinterest:hover::after {
  opacity: 1;
  visibility: visible;
}
.tf-social-icon .social-linkin::after {
  background: var(--linked_in-cl);
}
.tf-social-icon .social-linkin:hover {
  color: var(--white);
}
.tf-social-icon .social-linkin:hover::after {
  opacity: 1;
  visibility: visible;
}
.tf-social-icon .social-tiktok::after {
  background: var(--tiktok-cl);
}
.tf-social-icon .social-tiktok:hover {
  color: var(--white);
}
.tf-social-icon .social-tiktok:hover::after {
  opacity: 1;
  visibility: visible;
}
.tf-social-icon.style-white a {
  color: var(--white);
  border-color: var(--line);
}

.tf-social-icon-2 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tf-social-icon-2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--primary);
}
.tf-social-icon-2 a:hover {
  background-color: var(--line);
}
.tf-social-icon-2 .icon {
  font-size: 24px;
}

.tf-link-icon {
  display: flex;
  align-items: center;
  gap: 4px;
}

.tf-social {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 99px;
  font-size: 24px;
  color: var(--white);
  background:
    linear-gradient(0deg, #272727, #272727),
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow:
    0px -3px 0px 0px #080808 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.3019607843) inset,
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275),
    0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.1294117647),
    0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.1333333333),
    0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.1411764706),
    0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.1490196078),
    0px 100px 80px 0px rgba(0, 0, 0, 0.1490196078),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706),
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275);
}
.social-item:hover {
  background:
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, #272727, #272727);
  box-shadow:
    0px -3px 0px 0px #080808 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.3019607843) inset,
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275),
    0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.1294117647),
    0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.1333333333),
    0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.1411764706),
    0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.1490196078),
    0px 100px 80px 0px rgba(0, 0, 0, 0.1490196078),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706),
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275);
}

.tf-social-1 {
  display: flex;
  gap: 10px 24px;
  align-items: center;
  flex-wrap: wrap;
}
.tf-social-1 a {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  box-shadow:
    0px 4px 20px 0px rgba(0, 0, 0, 0.05),
    0px 1px 1px 0px rgba(255, 255, 255, 0.8) inset;
  transition: all 0.3s ease;
}
.tf-social-1 a .social-item {
  width: 32px;
  height: 32px;
  font-size: 16px;
  background-color: var(--neutral-900);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.tf-social-1 a .social-item .icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-social-1 a:hover {
  color: var(--brand);
}
.tf-social-1 a:hover .icon {
  color: var(--brand);
}
@media (max-width: 767px) {
  .tf-social-1 a {
    padding: 12px 28px;
  }
}

/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/*-- CSS Boostrap --*/
.offcanvas {
  border: none !important;
  color: var(--white);
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.5607843137);
}
.offcanvas .icon-close-popup {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  padding: 10px;
  border: none;
  color: var(--black);
  z-index: 10;
}
.offcanvas .icon-close-popup:hover {
  color: var(--primary);
}
.offcanvas .icon-close-popup.type-right {
  top: 16px;
  right: 16px;
}
.offcanvas .offcanvas-content {
  height: 100%;
}
.offcanvas.offcanvas-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 0;
  visibility: hidden;
  max-width: calc(100vw - 30px);
}
.offcanvas.offcanvas-center.show {
  visibility: visible;
  opacity: 1;
}

.offcanvas-backdrop {
  z-index: 2999;
  cursor: url(../images/cursor-close.svg), auto;
}

.overflow-x-auto::-webkit-scrollbar,
.overflow-y-auto::-webkit-scrollbar {
  width: 0px;
}

.modal {
  cursor: url(../images/cursor-close.svg), auto;
}
.modal .icon-close-popup {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
  font-size: 16px;
  padding: 16px;
  border: none;
  color: var(--black);
  z-index: 10;
  position: absolute;
  top: 0px;
  right: 0px;
}
.modal .icon-close-popup:hover {
  color: var(--primary);
}
@media (min-width: 576px) {
  .modal .icon-close-popup {
    top: 10px;
    right: 10px;
  }
}
.modal .modal-content {
  border: 0;
}
.modal .modal-body {
  padding: 0;
}
.modal.fullRight .modal-dialog {
  transform: translate(100%, 0);
  min-width: 100%;
  height: 100%;
  margin: 0;
  transition: transform 1s ease-out;
}
.modal.fullRight .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0;
}
.modal.fullRight .modal-dialog .modal-content .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullRight.show .modal-dialog {
  transform: none;
  transition: transform 0.4s ease-out;
}
.modal.fullLeft .modal-dialog {
  transform: translate(-100%, 0) !important;
  min-width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.3s !important;
}
.modal.fullLeft .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  padding: 0;
}
.modal.fullLeft .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullLeft.show .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal.fullBottom .modal-dialog {
  transform: translate(0, 100%);
  min-width: 100%;
  height: 100%;
  max-height: unset;
  margin: 0;
  transition: transform 0.3s linear !important;
}
.modal.fullBottom .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  max-height: max-content;
}
.modal.fullBottom .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullBottom.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.modalCentered .modal-dialog {
  margin: 15px auto;
  padding-left: 15px;
  padding-right: 15px;
  transform: translate(0, 0) !important;
}
.modal.fade:not(.show) {
  opacity: 0;
}
.modal .modal-content {
  cursor: default !important;
  border-radius: 0px;
}

.modal-heading {
  position: relative;
  margin-bottom: 30px;
}
.modal-heading .icon-close-popup {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: unset;
  font-size: 24px;
}
@media (min-width: 992px) {
  .modal-heading {
    margin-bottom: 40px;
  }
}

.canvas-wrapper {
  padding: 0;
  isolation: isolate;
  height: 100%;
  width: 100%;
  max-height: none;
  display: grid;
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
}

.canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  text-transform: capitalize;
}
.canvas-header .icon-close-popup {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .canvas-header {
    padding: 32px;
  }
}

.canvas-body {
  background-color: var(--white);
  padding: 10px 24px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  flex: 1;
}
.canvas-body::-webkit-scrollbar {
  width: 5px;
}
.canvas-body::-webkit-scrollbar-track {
  background-color: var(--white);
}
.canvas-body::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .canvas-body {
    padding: 12px 32px 15px;
  }
}

.canvas-footer,
.canvas-bottom {
  padding: 16px 24px 24px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/*-- Css --*/
.offcanvas-color .offcanvas-content {
  display: flex;
  flex-direction: column;
}
.offcanvas-color .offcanvas-content,
.offcanvas-color .canvas-body {
  background-color: var(--neutral-950);
}
.offcanvas-color .icon-close-popup {
  color: var(--white);
  aspect-ratio: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
}
.offcanvas-color .title {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .offcanvas-color {
    width: 1043px !important;
  }
  .offcanvas-color .offcanvas-content {
    padding: 134px;
  }
}
@media (max-width: 575px) {
  .offcanvas-color {
    max-width: 325px;
  }
}

/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.flat-animate-tab .tab-content {
  position: relative;
}
.flat-animate-tab .tab-pane {
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.flat-animate-tab .tab-pane.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.pricing-tab_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-tab_btn li {
  width: 100%;
  white-space: nowrap;
}
.pricing-tab_btn .tf-btn-tab {
  display: grid;
  place-items: center;
  gap: 16px;
  color: var(--white-64);
  text-align: center;
}
.pricing-tab_btn .tf-btn-tab.active {
  color: var(--white);
}
.pricing-tab_btn .tf-btn-tab.active .dot-active {
  background: var(--primary);
  box-shadow:
    0px 0px 2px 1px rgba(5, 148, 29, 0.3019607843),
    0px 0px 6px 4px rgba(5, 148, 29, 0.1803921569);
}
.pricing-tab_btn .dot-active {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--white-32);
}
@media (min-width: 576px) {
  .pricing-tab_btn {
    gap: 12px;
  }
  .pricing-tab_btn li {
    max-width: 206px;
    width: 100%;
  }
}

/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
form {
  position: relative;
  z-index: 30;
}
form textarea,
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"] {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 0 0 11px 0px;
  border: 0;
  border-bottom: 1px solid var(--neutral-300);
  background-color: transparent;
  color: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form textarea::placeholder,
form input[type="text"]::placeholder,
form input[type="password"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="date"]::placeholder,
form input[type="month"]::placeholder,
form input[type="time"]::placeholder,
form input[type="week"]::placeholder,
form input[type="number"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="search"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="color"]::placeholder {
  color: var(--secondary);
}
form button,
form input[type="button"],
form input[type="reset"],
form input[type="submit"] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}
form textarea {
  height: 150px;
  border-radius: 32px;
  resize: none;
}
form .form-content {
  display: grid;
  gap: 20px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 0;
  padding-bottom: 16px;
  padding-left: 16px;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--white-16);
  color: var(--white-64);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  letter-spacing: -0.18px;
}
select option {
  background-color: var(--black);
  padding-left: 10px;
}

.password-wrapper {
  position: relative;
}
.password-wrapper .toggle-pass {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.tf-check {
  position: relative;
  background: transparent;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid var(--line);
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-check:checked {
  border-color: var(--black);
  background-color: var(--black);
}
.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}
.tf-check::before {
  font-weight: 500;
  font-family: "icomoon";
  content: "\e930";
  position: absolute;
  color: var(--white);
  opacity: 0;
  font-size: 16px;
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-check.style-white {
  background-color: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkbox-wrap input {
  padding: 0;
}
.checkbox-wrap label {
  cursor: pointer;
}

.tf-field {
  position: relative;
}
.tf-field .tf-lable {
  cursor: text;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  pointer-events: none;
  color: var(--white-64);
}
@media (min-width: 576px) {
  .tf-field .tf-input:not(:placeholder-shown) ~ .tf-lable,
  .tf-field .tf-input:focus ~ .tf-lable {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
  }
  .tf-field .tf-input::placeholder {
    color: transparent;
  }
  .tf-field .tf-lable {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .tf-field {
    display: grid;
  }
  .tf-field .tf-lable {
    order: -1;
  }
  .tf-field .tf-input {
    padding-top: 0;
  }
}

.form-cta .form-content {
  gap: 40px;
  margin-bottom: 88px;
}
.form-cta .form-content input {
  letter-spacing: -0.01em;
}
.form-cta .tf-grid-layout {
  gap: 40px;
}
.form-cta .form-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 576px) {
  .form-cta .form-content input {
    font-size: 18px;
    line-height: 22px;
  }
  .form-cta .nice-select .current {
    color: var(--white-64);
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .form-cta .form-content {
    gap: 32px;
    margin-bottom: 40px;
  }
  .form-cta .tf-grid-layout {
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .form-cta .form-content {
    gap: 24px;
  }
  .form-cta .tf-grid-layout {
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .form-cta .nice-select {
    padding-bottom: 3px;
  }
}

.form-search {
  position: relative;
}
.form-search fieldset input {
  padding-right: 30px;
}
.form-search button {
  position: absolute;
  right: 5px;
  top: 0%;
  transform: rotateY(180deg);
}
.form-search button .icon {
  color: var(--primary);
}

.form-contact {
  padding: 56px;
  border-radius: 40px;
  background-color: var(--neutral-100);
  box-shadow:
    0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}
.form-contact .heading {
  margin-bottom: 35px;
}
.form-contact textarea {
  height: 114px;
  border-radius: 0;
}
.form-contact .attachment {
  padding: 16px 0;
  margin-bottom: 38px;
}

/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--white);
  border-radius: 99px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 24px;
  background:
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, var(--brand), var(--brand));
  box-shadow: 0px 4px 12px rgba(3, 201, 136, 0.12) !important;
  overflow: hidden;
  white-space: nowrap;
}
.tf-btn:hover {
  box-shadow: 0px 8px 20px rgba(3, 201, 136, 0.2) !important;
  transform: translateY(-3px) !important;
  background:
    radial-gradient(
      62.56% 62.56% at 50% -13%,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, var(--brand), var(--brand));
}

.tf-btn-2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--primary);
  border-radius: 99px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 24px;
  background:
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, var(--neutral-100), var(--neutral-100));
  box-shadow: var(--shadow-3d);
  overflow: hidden;
}
.tf-btn-2:hover {
  color: var(--brand);
  transform: translateY(-4px);
  box-shadow: var(--shadow-3d-hover) !important;
}

.tf-btn-2-premium {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--primary);
  border-radius: 99px;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  padding: 16px 32px;
  background: var(--white);
  border: 1px solid var(--neutral-200);
  box-shadow: 
    0px -3px 0px 0px rgba(0, 0, 0, 0.05) inset, 
    0px 1px 0px 0px rgba(255, 255, 255, 0.5) inset, 
    0px 10px 30px 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: all 0.3s ease;
}

.tf-btn-2-premium:hover {
  color: var(--brand);
  transform: translateY(-3px);
  box-shadow: 
    0px -4px 0px 0px rgba(0, 0, 0, 0.06) inset, 
    0px 1px 0px 0px rgba(255, 255, 255, 0.6) inset, 
    0px 15px 35px 0px rgba(0, 0, 0, 0.05) !important;
}

.animate-btn {
  position: relative;
  overflow: hidden;
}
.animate-btn:hover::after {
  animation: shine-reverse 1s forwards;
}

.animate-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100%;
  opacity: 0.6;
}

button.animate-btn::after,
.animate-btn.tf-btn::after {
  background-image: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0) 20%,
    rgba(255, 255, 255, 0.4),
    rgba(0, 0, 0, 0) 70%
  );
}

.animate-btn.animate-dark::after {
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.25), transparent);
}

.tf-loading {
  font-size: 14px;
  line-height: 20px;
  width: auto;
  height: 42px;
  min-width: 118px;
  padding: 10px;
}
.tf-loading.loadmore .spinner-circle {
  display: none;
}
.tf-loading.loadmore.loading .spinner-circle {
  display: block;
}
.tf-loading.loadmore.loading .text {
  display: none;
}
.tf-loading.loadmore:hover .spinner-child::before {
  background-color: var(--white);
}
.tf-loading.loadmore .spinner-child::before {
  background-color: var(--main);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.spinner-circle {
  width: 24px;
  height: 24px;
  position: relative;
}
.spinner-circle .spinner-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.spinner-circle .spinner-child::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: var(--white);
  border-radius: 100%;
  -webkit-animation: spinner-circleBounceDelay 1s infinite ease-in-out both;
  animation: spinner-circleBounceDelay 1s infinite ease-in-out both;
}
.spinner-circle .spinner-circle2 {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.spinner-circle .spinner-circle2::before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner-circle .spinner-circle3 {
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.spinner-circle .spinner-circle3::before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.spinner-circle .spinner-circle4 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.spinner-circle .spinner-circle4::before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.spinner-circle .spinner-circle5 {
  -webkit-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  transform: rotate(160deg);
}
.spinner-circle .spinner-circle5::before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.spinner-circle .spinner-circle6 {
  -webkit-transform: rotate(200deg);
  -ms-transform: rotate(200deg);
  transform: rotate(200deg);
}
.spinner-circle .spinner-circle6::before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.spinner-circle .spinner-circle7 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.spinner-circle .spinner-circle7::before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner-circle .spinner-circle8 {
  -webkit-transform: rotate(280deg);
  -ms-transform: rotate(280deg);
  transform: rotate(280deg);
}
.spinner-circle .spinner-circle8::before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.spinner-circle .spinner-circle9 {
  -webkit-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  transform: rotate(320deg);
}
.spinner-circle .spinner-circle9::before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.heading-section .heading-sub {
  display: flex;
  position: relative;
  width: max-content;
  border-radius: 8px;
  color: var(--brand);
  padding: 6px 16px 6px 30px;
  background:
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, #f5f5f5, #f5f5f5);
  box-shadow:
    0px -3px 0px 0px #e9e9e9 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.6980392157) inset,
    0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706);
  margin-bottom: 32px;
}
.heading-section .heading-sub::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 99px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--brand);
}
.heading-section .heading-sub.style-1 {
  background:
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, var(--neutral-900, #18181b), var(--Neutral-900, #18181b));
  box-shadow:
    0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706),
    0px -3px 0px 0px #080808 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.3019607843) inset;
}
.heading-section .heading-title {
  font-weight: 600;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .heading-section .heading-title {
    font-size: 40px;
    line-height: 48px;
  }
  .heading-section .heading-title br {
    display: none;
  }
}
.heading-section.center {
  text-align: center;
}
.heading-section.center .heading-sub {
  margin-left: auto;
  margin-right: auto;
}
.heading-section.mb-48 {
  margin-bottom: 48px;
}
.heading-section.mb-64 {
  margin-bottom: 64px;
}
.heading-section.mb-70 {
  margin-bottom: 70px;
}
.heading-section.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .heading-section.mb-48 {
    margin-bottom: 20px;
  }
  .heading-section.mb-64 {
    margin-bottom: 24px;
  }
  .heading-section.mb-70 {
    margin-bottom: 30px;
  }
  .heading-section.mb-80 {
    margin-bottom: 34px !important;
  }
}

.tf-list {
  display: flex;
  gap: 4px;
}
.tf-list.vertical {
  display: grid;
}

.section-hero {
  padding: 16px 16px 0;
  min-height: 100vh;
  position: relative;
  background-color: var(--mint-soft) !important;
  overflow: hidden;
  z-index: 10;
}

@media (max-width: 991px) {
  .section-hero {
    min-height: auto !important;
    padding: 100px 20px 120px !important;
  }
  .section-hero .title.text-display-2 {
    font-size: 36px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.04em !important;
    margin-bottom: 24px !important;
  }
  .section-hero .text {
    font-size: 1.15rem !important;
    line-height: 1.6 !important;
    padding: 0 15px;
  }
}

.section-hero .hero-image {
  position: absolute;
  inset: 16px 16px 0 16px;
  border-radius: 40px;
  background-image: url(../images/section/hero-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section-hero .hero-image {
  display: none;
}
.section-hero .content-wrap {
  padding: 20px 0 100px;
}
.section-hero .content-wrap .sub {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: var(--white);
  border-radius: 99px;
  color: var(--green-ai);
  margin-bottom: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.section-hero .content-wrap .sub svg path {
  fill: var(--brand);
}
.section-hero .content-wrap .title {
  margin-bottom: 33px;
}
.section-hero .content-wrap .title .title2 {
  margin-top: 13px;
}
.section-hero .content-wrap .title-icon {
  position: relative;
  width: 260px;
  height: 100px;
  flex: 0 0 auto;
  margin-left: 14px;
}

.section-hero .content-wrap .pill {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, #1e1b4b, #0f766e);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.25),
    0 8px 25px rgba(16, 185, 129, 0.15);
  overflow: visible;
  z-index: 1;
}

.section-hero .content-wrap .pill::after {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(16, 185, 129, 0.25), transparent 70%);
  z-index: -1;
}

.section-hero .content-wrap .floating-icons {
  position: absolute;
  inset: 0;
  z-index: 2;
}

@keyframes float1 {
  0%,
  100% {
    transform: translateY(-10px) rotate(-8deg) scale(0.95);
  }
  50% {
    transform: translateY(-16px) rotate(-8deg) scale(0.95);
  }
}

@keyframes float2 {
  0%,
  100% {
    transform: translateY(-4px) rotate(6deg) scale(1);
  }
  50% {
    transform: translateY(-9px) rotate(6deg) scale(1);
  }
}

@keyframes float3 {
  0%,
  100% {
    transform: translateY(8px) translateX(-50%) rotate(2deg) scale(1.05);
  }
  50% {
    transform: translateY(1px) translateX(-50%) rotate(2deg) scale(1.05);
  }
}

.section-hero .content-wrap .icon {
  position: absolute;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  backdrop-filter: blur(14px);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.18),
    0 6px 14px rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  opacity: 0.92;
  z-index: 2;
}

.section-hero .content-wrap .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 120%, rgba(16, 185, 129, 0.25), transparent 60%);
  opacity: 0.6;
  pointer-events: none;
}

.section-hero .content-wrap .title-icon .icon img {
  width: 52%;
  height: 52%;
  object-fit: contain;
  filter: contrast(1.1) brightness(0.95) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  transition: all 0.3s ease;
}

.section-hero .content-wrap .icon:hover img {
  filter: saturate(1) contrast(1.1);
  opacity: 1;
}

.section-hero .content-wrap .icon.tally {
  border: 1px solid rgba(0, 200, 150, 0.2);
}

.section-hero .content-wrap .icon.tally img {
  width: 60%;
}

.section-hero .content-wrap .icon.zoho {
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.section-hero .content-wrap .icon.zoho img {
  width: 50%;
}

.section-hero .content-wrap .icon.quickbooks {
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.section-hero .content-wrap .icon.quickbooks img {
  width: 55%;
}

.section-hero .content-wrap .icon-1 {
  top: -12px;
  left: 40px;
  opacity: 0.9;
  animation: float1 4s ease-in-out infinite;
}

.section-hero .content-wrap .icon-1:hover {
  transform: translateY(-16px) scale(1) rotate(-8deg);
  box-shadow:
    0 24px 45px rgba(0, 0, 0, 0.22),
    0 8px 20px rgba(16, 185, 129, 0.2);
}

.section-hero .content-wrap .icon-2 {
  top: -5px;
  right: 30px;
  z-index: 2;
  animation: float2 5s ease-in-out infinite;
}

.section-hero .content-wrap .icon-2:hover {
  transform: translateY(-9px) scale(1.05) rotate(6deg);
  box-shadow:
    0 24px 45px rgba(0, 0, 0, 0.22),
    0 8px 20px rgba(16, 185, 129, 0.2);
}

.section-hero .content-wrap .icon-3 {
  bottom: -18px;
  left: 55%;
  z-index: 3;
  animation: float3 4.5s ease-in-out infinite;
}

.section-hero .content-wrap .icon-3:hover {
  transform: translateX(-50%) translateY(1px) scale(1.1) rotate(2deg);
  box-shadow:
    0 24px 45px rgba(0, 0, 0, 0.22),
    0 8px 20px rgba(16, 185, 129, 0.2);
}
.section-hero .content-wrap .text {
  margin-bottom: 24px;
}
.section-hero .content-wrap .bot-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.section-hero .scroll-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px;
  width: 320px;
  height: 56px;
  background-color: #edecec;
  border-radius: 40px 40px 0 0;
}
.section-hero .scroll-more .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 32px;
  border-radius: 99px;
  border: 1px solid var(--neutral-300);
  color: var(--brand);
  font-size: 16px;
}
.section-hero.v1 {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-hero.v1 .content-wrap {
  padding: 100px 0 100px;
  width: 100%;
}
.section-hero.v1 .content-wrap .title {
  margin-bottom: 5px;
}
.section-hero.v2 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-hero.v2 .content-wrap {
  padding: 100px 0 100px;
  width: 100%;
}
.section-hero.v2 .content-wrap .title {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .section-hero .col-right .top {
    padding-top: 24px;
  }
}
@media (max-width: 991px) {
  .section-hero {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .section-hero .content-wrap {
    padding: 60px 0 100px;
  }
  .section-hero .content-wrap .bot-btns {
    flex-direction: column;
  }
  .section-hero .hero-image {
    display: none !important;
  }
  .section-hero.v1 .content-wrap {
    padding: 60px 0 35px;
  }
  .section-hero.v2 .content-wrap {
    padding: 60px 0 100px;
  }
}

.section-about-us .heading-section {
  margin-bottom: 40px;
}
.section-about-us .col-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 420px;
  max-height: 450px;
  text-align: center;
  border-radius: 28px;
  background: linear-gradient(135deg, #0a0033 0%, #13005a 40%, #2b00cc 100%);
  position: relative;
  overflow: hidden;
  transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow:
    0 40px 100px rgba(19, 0, 90, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.section-about-us .col-left .sub {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  width: max-content;
  padding: 6px 16px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.section-about-us .col-left .sub .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--brand);
  position: relative;
}

.section-about-us .col-left .sub .dot::before {
  content: "";
  position: absolute;
  inset: -4px;
  background: var(--brand);
  opacity: 0.3;
  border-radius: 50%;
  animation: rippleFade 2s infinite;
}
.section-about-us .col-left .title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 700;
  color: var(--white);
  max-width: 320px;
}

.section-about-us .col-left img {
  width: 70%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.9;
  transition: all 0.6s ease;
}

.section-about-us .col-left:hover img {
  transform: translateX(-50%) translateY(-10px) scale(1.05);
  opacity: 1;
}

@media (max-width: 1199px) {
  .section-about-us .review-box .counter {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .section-about-us .review-box .counter {
    font-size: 65px;
    line-height: 65px;
  }
}
/* Quote Card Modernization */
.section-about-us .box-quotes {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 24px;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(19, 0, 90, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(19, 0, 90, 0.03);
}

.section-about-us .box-quotes:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(19, 0, 90, 0.08);
}

.section-about-us .box-quotes .image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}

.section-about-us .box-quotes .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-us .box-quotes .content {
  flex: 1;
}

.section-about-us .mission-box {
  background-color: var(--neutral-100);
  border-radius: 40px;
  padding: 40px 40px 45px;
  box-shadow:
    0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}
.section-about-us .mission-box .line {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(212, 212, 216, 0) 0%,
    #d4d4d8 50%,
    rgba(212, 212, 216, 0) 100%
  );
}
@media (max-width: 1439px) {
  .section-about-us {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .section-about-us .mission-box,
  .section-about-us .review-box {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-about-us .box-quotes {
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
  }
}

@keyframes rippleFade {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.4);
    opacity: 0;
  }
}
.partner-wrap {
  display: flex;
  align-items: center;
  gap: 24px 98px;
  padding: 60px 0;
  position: relative;
}
.partner-wrap .text {
  min-width: 114px;
}
.partner-wrap .infiniteslide_wrap {
  position: relative;
}
.partner-wrap .infiniteslide_wrap::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    90deg,
    #edecec 0%,
    rgba(237, 236, 236, 0) 25%,
    rgba(237, 236, 236, 0) 75%,
    #edecec 100%
  );
}
.partner-wrap .infiniteSlide_partner {
  gap: 64px;
}
.partner-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(212, 212, 216, 0) 0%,
    #d4d4d8 50%,
    rgba(212, 212, 216, 0) 100%
  );
}
@media (max-width: 767px) {
  .partner-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

.box-white {
  background-color: var(--neutral-50);
  border-radius: 40px;
  margin-left: 16px;
  margin-right: 16px;
}
@media (max-width: 991px) {
  .box-white {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .box-white {
    border-radius: 24px;
  }
}

.box-black {
  position: relative;
  background-color: var(--neutral-950);
  border-radius: 40px;
  margin-left: 16px;
  margin-right: 16px;
  overflow: hidden;
}
.box-black .light-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 891px;
  height: 350px;
  clip-path: polygon(14.2% 0%, 85.8% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(56px);
}
.box-black .light-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.box-black .light-bot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .box-black {
    margin-left: 12px;
    margin-right: 12px;
  }
  .box-black .light-bot,
  .box-black .light-top {
    width: 200px;
  }
  .box-black .light-box {
    width: 274px;
    height: 97px;
  }
}
@media (max-width: 767px) {
  .box-black {
    border-radius: 24px;
  }
}

.services-image {
  max-width: 416px;
  height: 240px;
  position: absolute;
  bottom: 0;
}
.services-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .services-image {
    position: unset;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

.stack-element {
  position: relative;
  z-index: 1;
}
.stack-element + * {
  position: relative;
  z-index: 2;
  background: var(--neutral-50);
}

.featured-works-list {
  display: grid;
  gap: 32px;
}

.featured-works-item {
  display: flex;
  flex-direction: column;
  background-color: var(--neutral-100);
  border-radius: 40px;
  padding: 12px;
  box-shadow:
    0px -8px 0px 0px #eaeaea inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset,
    0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.featured-works-item .image {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}
.featured-works-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.featured-works-item .image:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.featured-works-item .image .view-project {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  letter-spacing: 0.01em;
  color: var(--white);
  padding: 16px 24px;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(44px);
  opacity: 0;
  visibility: hidden;
}
.featured-works-item .image .view-project .icon {
  font-size: 24px;
}
.featured-works-item .image .view-project:hover {
  color: var(--brand);
}
.featured-works-item .content {
  flex-shrink: 0;
  padding: 32px 40px 16px;
}
.featured-works-item .content .pagi-dot {
  display: flex;
  gap: 10px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--neutral-300);
  margin-bottom: 24px;
}
.featured-works-item .content .pagi-dot span {
  display: flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--neutral-300);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-works-item .content .pagi-dot span.active {
  background-color: var(--brand);
}
.featured-works-item .content .bot {
  display: flex;
  gap: 24px;
}
.featured-works-item .content .bot .heading {
  width: 39.765%;
}
.featured-works-item .content .grid-text {
  width: 58.22%;
  display: flex;
  gap: 12px 40px;
}
.featured-works-item .content .grid-text .item:nth-child(1) {
  width: 42.363%;
}
.featured-works-item .content .grid-text .item:nth-child(2) {
  width: 23%;
}
.featured-works-item .content .grid-text .item:nth-child(3) {
  width: 23%;
}
.featured-works-item:hover .image:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.featured-works-item:hover .image img {
  transform: scale(1.1);
}
.featured-works-item:hover .image .view-project {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .featured-works-item .content {
    padding: 32px 20px 16px;
  }
}
@media (max-width: 767px) {
  .featured-works-item {
    border-radius: 24px;
  }
  .featured-works-item .image {
    border-radius: 14px;
  }
  .featured-works-item .image .view-project {
    top: 15px !important;
    left: 15px !important;
    transform: none;
    gap: 5px;
    padding: 7px 13px;
    opacity: 1;
    visibility: visible;
    font-size: 14px;
    line-height: 20px;
  }
  .featured-works-item .image .view-project .icon {
    font-size: 14px;
  }
  .featured-works-item .content {
    padding: 16px 10px 16px;
  }
  .featured-works-item .content .bot {
    gap: 12px;
    flex-direction: column;
  }
  .featured-works-item .content .bot .heading {
    width: 100%;
  }
  .featured-works-item .content .grid-text {
    width: 100%;
    flex-direction: column;
  }
  .featured-works-item .content .grid-text .item {
    width: unset !important;
  }
}

.process-heading {
  align-content: center;
}
@media (max-width: 991px) {
  .process-heading .group-btn-slider {
    margin-bottom: 34px;
  }
}

@media (min-width: 992px) {
  .process-slide {
    margin-left: -16px;
  }
}

.process-card {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 40px;
  background-color: var(--neutral-100);
  box-shadow:
    0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset,
    0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.process-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 32px;
  color: var(--white);
  border-radius: 16px;
  background: linear-gradient(180deg, #ea2b16 0%, #ff3b26 100%);
  box-shadow:
    0px 3.44px 5.57px 0px rgba(0, 0, 0, 0.0862745098),
    0px 22.91px 37.08px 0px rgba(255, 59, 0, 0.1647058824),
    0px 76px 123px 0px rgba(255, 59, 0, 0.0509803922),
    0px 5.05px 8.18px 0px rgba(255, 59, 0, 0.1019607843),
    0px 16.98px 27.47px 0px rgba(255, 59, 0, 0.0470588235),
    0px 56px 83px 0px rgba(255, 59, 0, 0.2509803922),
    0px 14px 34px 0px rgba(255, 59, 0, 0.2509803922),
    0px 1px 2px 0px rgba(255, 59, 0, 0.4),
    0px -3px 0px 0px rgba(0, 0, 0, 0.0588235294) inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.6) inset;
  margin-bottom: 96px;
}
.process-card .content {
  flex-grow: 1;
  margin-bottom: 96px;
}
.process-card .content .title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.process-card .content .title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(212, 212, 216, 0) 0%,
    #d4d4d8 50%,
    rgba(212, 212, 216, 0) 100%
  );
}
.process-card .bot {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap !important;
}
.process-card .bot .time {
  padding: 8px 15px 7px 15px;
  border-radius: 99px;
  border: 1px solid var(--neutral-300);
  letter-spacing: 0.03em;
}
.process-card .bot .number {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 600;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -0.03px;
}
@media (max-width: 767px) {
  .process-card {
    padding: 20px;
  }
  .process-card .icon {
    margin-bottom: 36px;
  }
  .process-card .content {
    margin-bottom: 36px;
  }
}

.cursor-trail {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .cursor-trail {
    display: none;
  }
}

.section-about-me {
  position: relative;
}
.section-about-me .s-img-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.section-about-me .s-img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-about-me .s-img-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4392156863);
  z-index: 1;
}
.section-about-me .col-left {
  position: relative;
  margin-bottom: 50px;
}
.section-about-me .col-left .badget {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  box-shadow:
    0px 0.25px 0.25px 0px rgba(255, 255, 255, 0.3215686275) inset,
    0px 0.75px 0.25px 0px rgba(255, 255, 255, 0.1215686275) inset,
    0px 4px 16px 0px rgba(255, 255, 255, 0.1607843137) inset,
    0px -12px 16px 0px rgba(255, 255, 255, 0.0588235294) inset,
    0px 0px 0px 0.75px rgba(0, 0, 0, 0.5607843137),
    0px 3px 6px 0px rgba(0, 0, 0, 0.1882352941),
    0px 10px 10px 0px rgba(0, 0, 0, 0.0588235294),
    0px 12px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 23px 14px 0px rgba(0, 0, 0, 0.0588235294);
  backdrop-filter: blur(6px);
  overflow: hidden;
}
.section-about-me .col-left .badget img {
  animation: spin 10s linear infinite;
}
.section-about-me .col-left .signature {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.section-about-me .davies-video {
  position: relative;
  display: flex;
}
.section-about-me .davies-video .video {
  background-blend-mode: luminosity;
  max-height: 666px;
  aspect-ratio: 0.8003003003;
  filter: grayscale(100%);
}
.section-about-me .davies-video .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.section-about-me .davies-video .overlay.mark-1 {
  background: linear-gradient(
    270deg,
    #000 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 80%,
    #000 100%
  );
}
.section-about-me .davies-video .overlay.mark-2 {
  background: linear-gradient(
    180deg,
    #000 0%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 80%,
    #000 100%
  );
}
.section-about-me .col-right .br-line {
  background-color: rgba(255, 255, 255, 0.1607843137);
  display: flex;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .section-about-me .col-left .badget {
    transform: translate(50%, -50%);
    right: 0;
  }
  .section-about-me .col-left .signature {
    bottom: 40px;
  }
  .section-about-me .col-right .br-line {
    margin-bottom: 88px;
    margin-top: 88px;
  }
}
@media (max-width: 1199px) {
  .section-about-me .badget {
    max-width: 100px;
  }
}

.experience-list {
  display: grid;
  gap: 16px;
}
.experience-list li {
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.experience-list li:first-child {
  color: var(--white-64);
}
.experience-list .exp_name {
  flex: 1;
}
.experience-list .exp_year {
  color: var(--white-64);
  min-width: 109px;
  text-align: end;
}

.section-about-me-v2 .davies-video {
  position: relative;
  display: flex;
}
.section-about-me-v2 .davies-video .video {
  background-blend-mode: luminosity;
  min-height: 500px;
  aspect-ratio: 1.7777777778;
  filter: grayscale(100%);
  z-index: 0;
}
.section-about-me-v2 .davies-video .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.section-about-me-v2 .davies-video .overlay.mark {
  background:
    linear-gradient(
      270deg,
      #000 0%,
      rgba(255, 255, 255, 0) 20%,
      rgba(255, 255, 255, 0) 80%,
      #000 100%
    ),
    linear-gradient(
      180deg,
      #000 0%,
      rgba(255, 255, 255, 0) 20%,
      rgba(255, 255, 255, 0) 80%,
      #000 100%
    );
}
.section-about-me-v2 .davies-video .overlay.bg-effect {
  background: var(--white);
  mix-blend-mode: color-burn;
}
.section-about-me-v2 .about-main {
  position: relative;
}
.section-about-me-v2 .about-main .content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-about-me-v2 .about-main .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}
.section-about-me-v2 .about-main .text-color-change {
  max-width: 642px;
}
.section-about-me-v2 .award-main {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 12px;
}
.section-about-me-v2 .award-main .badget img {
  animation: spin 10s linear infinite;
}
.section-about-me-v2 .award-main .experience-list {
  max-width: 533px;
  width: 100%;
}

.mini-title {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .mini-title {
    margin-bottom: 40px;
  }
}

.section-brand .tf-grid-layout {
  gap: 0;
}
.section-brand .img-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.64;
}
.section-brand .img-brand img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(1);
}
.section-brand .img-brand:hover {
  opacity: 1;
}
.section-brand .img-brand:hover img {
  transform: scale(1.1);
}
.section-brand .brand-list {
  display: grid;
}
.section-brand .brand-list .img-brand {
  border-bottom: 1px solid var(--white-16);
  border-right: 1px solid var(--white-16);
}
.section-brand .brand-list.type-line-2 .img-brand {
  border-color: #c4c4c4 !important;
}
@media (min-width: 768px) {
  .section-brand .brand-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .section-brand .brand-list .img-brand:nth-child(-n + 5) {
    border-top: 1px solid var(--white-16);
  }
  .section-brand .brand-list .img-brand:nth-child(5n + 1) {
    border-left: 1px solid var(--white-16);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .section-brand .brand-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-brand .brand-list .img-brand:nth-child(-n + 3) {
    border-top: 1px solid var(--white-16);
  }
  .section-brand .brand-list .img-brand:nth-child(3n + 1) {
    border-left: 1px solid var(--white-16);
  }
}
@media (max-width: 575px) {
  .section-brand .brand-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-brand .brand-list .img-brand:nth-child(-n + 2) {
    border-top: 1px solid var(--white-16);
  }
  .section-brand .brand-list .img-brand:nth-child(2n + 1) {
    border-left: 1px solid var(--white-16);
  }
}

.section-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--mint-soft);
  padding: 120px 0 40px; /* Further reduced to prevent collision and ensure clean layout */
}
.section-award .col-right {
  padding-bottom: 492px;
}
.section-award .award-list {
  display: grid;
  gap: 4px;
}
.section-award .award-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-award .award-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white-32);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-award .tf-swiper {
  height: 152px;
}
.section-award .tf-swiper .swiper-slide.swiper-slide-active .award-item {
  color: var(--white);
}
.section-award .tf-swiper.swiper-t2 .award-item {
  color: var(--black-32);
}
.section-award .tf-swiper.swiper-t2 .swiper-slide.swiper-slide-active .award-item {
  color: var(--black);
}
@media (max-width: 767px) {
  .section-award .tf-swiper {
    height: 86px;
  }
}
@media (max-width: 425px) {
  .section-award .col-right {
    padding-bottom: 400px;
  }
}

.wrap-flip-image {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.wrap-flip-image .container {
  height: 100%;
}
@media (max-width: 425px) {
  .wrap-flip-image {
    padding-top: 120px;
  }
}

.flip-image-list {
  position: relative;
  height: 100%;
}

.flip-image {
  width: 300px;
  height: 300px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  transform: translateX(150vw);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: all;
}
.flip-image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flip-image:hover img {
  transform: translateY(-20px);
}
@media (max-width: 767px) {
  .flip-image {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 992px) {
  .section-service {
    position: relative;
    overflow: hidden;
  }
  .section-service .services-wrapper {
    display: flex;
    flex-direction: row;
    width: 300%;
  }
  .section-service .wg-service {
    width: 100vw;
    flex-shrink: 0;
  }
}

.indicator-wrap {
  position: relative;
  padding-bottom: 30px;
}
.indicator-wrap .wg-indicator {
  margin-bottom: 40px;
}
.indicator-wrap .bg-img {
  position: absolute;
  inset: 0;
  display: flex;
  opacity: 0.5;
}
.indicator-wrap .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 75%;
}
@media (min-width: 992px) {
  .indicator-wrap {
    padding-bottom: 90px;
  }
}

.section-cta {
  position: relative;
}
.section-cta .bg-img {
  position: absolute;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
}
.section-cta .bg-img img {
  width: 100%;
  transform: translateY(-35%);
}
@media (min-width: 1440px) {
  .section-cta {
    padding-bottom: 180px;
  }
}

.logo-custom {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.0509803922);
  position: relative;
}
.logo-custom .logo-site {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
}
.logo-custom .logo-site-sv {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.logo-custom .logo-site-sv path {
  fill: var(--primary);
}
.logo-custom .line-vertical {
  width: 1px;
  height: 254px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 0.32) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.logo-custom .line-vertical.left {
  left: 0;
}
.logo-custom .line-vertical.right {
  right: 0;
}
.logo-custom .line-horizontal {
  width: 254px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 0.32) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.logo-custom .line-horizontal.top {
  top: 0;
}
.logo-custom .line-horizontal.bottom {
  bottom: 0;
}
@media (max-width: 991px) {
  .logo-custom .line-vertical {
    height: 127px;
  }
  .logo-custom .line-horizontal {
    width: 127px;
  }
}

.section-selected-work {
  position: relative;
}
.section-selected-work .image-award {
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.section-selected-work .image-award.active {
  opacity: 1;
  visibility: visible;
}
.section-selected-work .btn-thumbs-group.stt-2 .btn-thumbs {
  display: none;
}
.section-selected-work .btn-thumbs-group.stt-2.number-order-3 .btn-thumbs:last-child {
  display: block;
}
.section-selected-work .swiper-btn-hor {
  max-height: 258px;
}
.section-selected-work .bg-img {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.section-selected-work .bg-img img {
  width: 100%;
  object-fit: cover;
}
.section-selected-work .group-btn-slider {
  margin-top: 24px;
}
.section-selected-work .content-wrap-1 .col-left,
.section-selected-work .content-wrap-1 .col-right {
  margin-bottom: 35px;
}
.section-selected-work .content-wrap-2 {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
.section-selected-work .content-wrap-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 0;
}
.section-selected-work .content-wrap-2 .col-right {
  display: flex;
  justify-content: end;
}
.section-selected-work .group-btn {
  gap: 8px 16px;
  flex-wrap: wrap;
}
.section-selected-work .slider-content-thumb .image {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0509803922) inset;
}
.section-selected-work .slider-content-thumb .image img {
  min-height: 350px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .section-selected-work .group-btn-slider {
    gap: 40px;
  }
  .section-selected-work .content-wrap-2 .col-right {
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .section-selected-work .group-btn-slider {
    justify-content: flex-start;
    margin: 0;
  }
  .section-selected-work .content-wrap-2 .row {
    align-items: center;
  }
  .section-selected-work .image-award {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}

.work-wheel {
  position: relative;
  overflow: hidden;
}
.work-wheel li {
  color: var(--white-64);
  transition: color 0.3s ease;
}
.work-wheel li span {
  display: block;
}
.work-wheel li.active {
  color: var(--white);
}
.work-wheel li.style-2 {
  transform: matrix(1, 0, -0.53, 0.85, 0, 0);
}
.work-wheel li.style-2 span {
  transform: matrix(1, 0, 0.53, 1, 0, 0);
}
.work-wheel li.style-3 {
  transform: matrix(1, 0, -0.71, 0.7, 0, 0);
}
.work-wheel li.style-3 span {
  transform: matrix(1, 0, 0.71, 1, 0, 0);
}
.work-wheel.number-order-3 {
  margin-bottom: 40px;
}
.work-wheel::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.work-wheel.number-order-1::before {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.08) 100%);
}
.work-wheel.number-order-2::before {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.08) 50%, #000000 100%);
}
.work-wheel.number-order-3::before {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.08) 100%);
}

.work-tag {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 108px;
}
.work-tag li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.work-tag li.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1;
  position: relative;
}

.smooth-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.smooth-content {
  position: absolute;
  width: 100%;
}

.section-selected-work-v2 {
  padding-top: 60px;
}
.section-selected-work-v2 .work-list {
  margin-bottom: 60px;
}
.section-selected-work-v2 .work-list .element:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .section-selected-work-v2 .work-list {
    margin-bottom: 88px;
  }
  .section-selected-work-v2 .work-list .element:not(:last-child) {
    margin-bottom: 88px;
  }
}

.infiniteSlide_select_work > * {
  margin-left: 12px;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .infiniteSlide_select_work .icon-app {
    max-width: 80px;
  }
}

.section-tech-stack {
  padding-top: 60px;
}

.section-tech-stack-v2 .tf-grid-layout {
  gap: 12px;
  place-items: center;
}
.section-tech-stack-v2 .wg-tech-v2 {
  max-width: 400px;
  width: 100%;
}
@media (min-width: 1200px) {
  .section-tech-stack-v2 .tf-grid-layout {
    gap: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (min-width: 1440px) {
  .section-feature {
    padding-top: 180px;
  }
}

.section-testimonial {
  padding-bottom: 0;
  position: relative;
}
.section-testimonial .bg-img-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  display: flex;
  justify-content: center;
  z-index: -1;
  opacity: 0.5;
}
.section-testimonial .bg-img-item img {
  width: 100%;
}
@media (min-width: 992px) {
  .section-testimonial {
    padding-bottom: 60px;
  }
}

.section-service-v2 .br-line {
  margin-bottom: 40px;
}

.section-blog .tf-grid-layout {
  gap: 30px;
}

.section-page-title {
  padding-top: 60px;
  padding: 180px 0 120px;
  background-image: url(../images/section/hero-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.section-page-title .page-title {
  margin-bottom: 20px;
}
.section-page-title .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.section-404 {
  padding: 180px 0 120px;
}
.section-404 .title {
  margin-bottom: 40px;
}
.section-404 .desc {
  margin-bottom: 30px;
}
.section-404 .tf-btn {
  max-width: 180px;
  width: 100%;
}

.section-faq.type-2 .s-header .text {
  gap: 0px 16px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section-faq.type-2 .s-header .title {
    display: grid;
    place-items: center;
  }
  .section-faq.type-2 .s-header .title br {
    display: none;
  }
  .section-faq.type-2 .s-header .text {
    gap: 8px;
  }
  .section-faq.type-2 .s-header .icon {
    width: 40px;
    aspect-ratio: 1;
  }
}

.main-mouse-hover {
  position: relative;
}
.main-mouse-hover .tf-mouse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.main-mouse-hover .tf-mouse.hover {
  opacity: 1;
}

@media (min-width: 992px) {
  .stack-element-2 {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  .stack-element-2 .stack {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .stack-element-2 .element {
    position: absolute;
    inset: 0;
  }
  .stack-element-2 .element1 {
    z-index: 1;
  }
  .stack-element-2 .element2 {
    z-index: 2;
  }
  .stack-element-2 .element3 {
    z-index: 3;
  }
}

.wg-service-2 {
  display: flex;
  gap: 121px;
  position: relative;
  /*-- min, between, max --*/
}
.wg-service-2 .main-image {
  position: relative;
  max-width: 424px;
  width: 100%;
}
.wg-service-2 .main-image .action {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.wg-service-2 .title {
  margin-bottom: 16px;
}
.wg-service-2 .desc {
  margin-bottom: 40px;
}
.wg-service-2 .br-line {
  margin-bottom: 40px;
}
.wg-service-2 .tf-list {
  margin-bottom: 60px;
  gap: 16px;
}
.wg-service-2 .image-simu {
  width: 212px;
  flex-shrink: 0;
  align-self: center;
  background-color: var(--white);
  display: none;
}
.wg-service-2 .image-2 {
  align-self: center;
  display: none;
}
.wg-service-2 .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .wg-service-2 .image-2 {
    width: 212px;
    position: absolute;
    left: calc(100% - 212px);
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .wg-service-2 .image-simu {
    display: block;
  }
}
@media (max-width: 1439px) {
  .wg-service-2 {
    gap: 80px;
  }
}
@media (max-width: 1199px) {
  .wg-service-2 {
    gap: 60px;
  }
  .wg-service-2:not(:last-child) {
    margin-bottom: 60px;
  }
  .wg-service-2 .image {
    height: 100%;
  }
  .wg-service-2 .br-line {
    margin-bottom: 32px;
  }
  .wg-service-2 .tf-list {
    margin-bottom: 40px;
    gap: 8px;
  }
  .wg-service-2 .main-image {
    max-width: unset;
    width: 50%;
  }
  .wg-service-2 .main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wg-service-2 .center {
    width: 50%;
    align-self: center;
  }
}
@media (max-width: 767px) {
  .wg-service-2 .desc {
    margin-bottom: 28px;
  }
  .wg-service-2 .br-line {
    margin-bottom: 28px;
  }
  .wg-service-2 .tf-list {
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .wg-service-2 {
    flex-direction: column;
    gap: 30px;
  }
  .wg-service-2:not(:last-child) {
    margin-bottom: 50px;
  }
  .wg-service-2 > * {
    width: 100% !important;
  }
  .wg-service-2 .desc {
    margin-bottom: 20px;
  }
  .wg-service-2 .br-line {
    margin-bottom: 20px;
  }
  .wg-service-2 .tf-list {
    margin-bottom: 20px;
  }
  .wg-service-2 .image img {
    max-height: 350px;
  }
  .wg-service-2 .action {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .wg-service-2 .desc {
    margin-bottom: 32px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}

.section-tools {
  position: relative;
  padding: 192px 0;
}
.section-tools > img {
  position: absolute;
  box-shadow: 4.29817px 18.6254px 28.6545px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
}
.section-tools .img-1 {
  top: 22%;
  left: 22.22%;
  width: 103px;
  transform: scale(1) rotate(30deg);
}
@media (max-width: 1439px) {
  .section-tools .img-1 {
    left: 12.22%;
  }
}
@media (max-width: 991px) {
  .section-tools .img-1 {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .section-tools .img-1 {
    top: 10%;
  }
}
.section-tools .img-2 {
  top: 44%;
  left: 15.347%;
  width: 80px;
  transform: scale(1) rotate(-12deg);
}
@media (max-width: 1439px) {
  .section-tools .img-2 {
    left: 5.347%;
  }
}
@media (max-width: 991px) {
  .section-tools .img-2 {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .section-tools .img-2 {
    top: 73%;
  }
}
.section-tools .img-3 {
  top: 62%;
  left: 22.7%;
  width: 92px;
  transform: scale(1) rotate(-15deg);
}
@media (max-width: 1439px) {
  .section-tools .img-3 {
    left: 12.7%;
  }
}
@media (max-width: 991px) {
  .section-tools .img-3 {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .section-tools .img-3 {
    top: 82%;
    left: 20.7%;
  }
}
.section-tools .img-4 {
  top: 28%;
  right: 22.5%;
  width: 92px;
  transform: scale(1) rotate(-15deg);
}
@media (max-width: 1439px) {
  .section-tools .img-4 {
    right: 12.5%;
  }
}
@media (max-width: 991px) {
  .section-tools .img-4 {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .section-tools .img-4 {
    top: 10%;
  }
}
.section-tools .img-5 {
  top: 49%;
  right: 16.95%;
  width: 80px;
  transform: scale(1) rotate(15deg);
}
@media (max-width: 1439px) {
  .section-tools .img-5 {
    right: 6.95%;
  }
}
@media (max-width: 991px) {
  .section-tools .img-5 {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .section-tools .img-5 {
    top: 72%;
  }
}
.section-tools .img-6 {
  top: 63%;
  right: 22.92%;
  width: 103px;
  transform: scale(1) rotate(30deg);
}
@media (max-width: 1439px) {
  .section-tools .img-6 {
    right: 12.92%;
  }
}
@media (max-width: 991px) {
  .section-tools .img-6 {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .section-tools .img-6 {
    top: 82%;
    right: 17.92%;
  }
}
.section-tools.v2 {
  padding-top: 120px;
  padding-bottom: 196px;
}
.section-tools .text {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .section-tools {
    padding: 100px 0 !important;
  }
}
@media (max-width: 767px) {
  .section-tools {
    padding: 50px 0 !important;
  }
}
@media (min-width: 768px) {
  .section-tools.v2 .image {
    margin-top: -167px;
    margin-bottom: -132px;
  }
}

.section-statistic {
  position: relative;
  padding: 64px 0;
}
.section-statistic .heading-section {
  margin-left: 4px;
}
.section-statistic::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 1324px;
  transform: translateX(-50%);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.section-statistic::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 1324px;
  transform: translateX(-50%);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.section-statistic > .line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.section-statistic .statistic-slider {
  max-width: 526px;
  margin-left: 37px;
}
.section-statistic .statistic-slider .text {
  min-height: 228px;
}
.section-statistic .swiper .group-slider {
  margin-bottom: 24px;
}
.section-statistic .swiper .title {
  color: var(--white);
  margin-bottom: 20px;
}
.section-statistic .swiper .statistic-number {
  display: flex;
  align-items: baseline;
  font-size: 200px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.section-statistic .swiper .statistic-number .prefix {
  font-size: 0.5em; /* 50% of the number size */
  margin-left: 10px;
}
@media (max-width: 767px) {
  .section-statistic .swiper .statistic-number {
    font-size: 70px;
    line-height: 1;
  }
}
@media (max-width: 1199px) {
  .section-statistic .swiper .statistic-number {
    font-size: 160px;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .section-statistic .swiper .statistic-number {
    font-size: 110px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .section-statistic {
    padding: 34px 0;
  }
  .section-statistic > .line {
    display: none;
  }
  .section-statistic .statistic-slider {
    margin-left: 0;
    max-width: unset;
  }
  .section-statistic .statistic-slider .text {
    min-height: unset;
    margin-bottom: 40px;
  }
  .section-statistic .swiper .statistic-number {
    font-size: 80px;
    line-height: 1;
  }
  .section-statistic .swiper .statistic-number .prefix {
    font-size: 40px;
    margin-left: 5px;
  }
}

.section-contact {
  position: relative;
  padding: 48px;
}
.section-contact .form-contact {
  margin-left: 8px;
  margin-right: -8px;
}
.section-contact .contact-image {
  position: absolute;
  inset: 0 16px;
  border-radius: 40px;
}
.section-contact .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.section-contact .col-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 72px 0;
}
.section-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-contact .contact-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 28px;
  border-radius: 16px;
  background:
    linear-gradient(0deg, #f5f5f5, #f5f5f5),
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow:
    0px -3px 0px 0px #e9e9e9 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.6980392157) inset,
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706);
}
@media (max-width: 1199px) {
  .section-contact .form-contact {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
  }
  .section-contact .form-contact .heading {
    margin-bottom: 20px;
  }
  .section-contact .form-contact .attachment {
    padding: 10px 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .section-contact {
    padding: 24px 12px;
  }
  .section-contact .contact-image {
    inset: 0 12px;
    border-radius: 24px;
  }
  .section-contact .contact-image img {
    border-radius: 24px;
  }
  .section-contact .col-left {
    padding: 0 0 24px 0;
  }
  .section-contact .form-contact {
    padding: 18px;
    border-radius: 24px;
  }
}

.features-wrap {
  display: flex;
  align-items: center;
}
.features-wrap .features-col {
  display: grid;
  gap: 32px;
  width: 32%;
}
@media (max-width: 991px) {
  .features-wrap {
    flex-direction: column;
  }
  .features-wrap .features-center {
    display: none;
  }
  .features-wrap .features-col {
    width: 100%;
    gap: 24px;
  }
}

.tool-wrap {
  max-width: 886px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.tool-wrap .tool-image-box {
  margin: -169px 0 -162px;
  width: 100%;
  height: 506px;
}
.tool-wrap .img-item {
  position: absolute;
  box-shadow:
    0px -3px 0px 0px #e9e9e9 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.6980392157) inset,
    0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706);
  border-radius: 8px;
  z-index: 2;
}
.tool-wrap .img-item-1 {
  top: 0;
  left: 32px;
}
.tool-wrap .img-item-2 {
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.tool-wrap .img-item-3 {
  bottom: 0;
  left: 40px;
}
.tool-wrap .img-item-4 {
  top: 6px;
  right: 38px;
}
.tool-wrap .img-item-5 {
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.tool-wrap .img-item-6 {
  bottom: -6px;
  right: 33px;
}
.tool-wrap .image-center {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0px 2.76726px 2.21381px rgba(0, 0, 0, 0.1197),
    0px 3px 3px rgba(0, 0, 0, 0.14),
    0px 100px 80px rgba(0, 0, 0, 0.15),
    0px 41.7776px 33.4221px rgba(0, 0, 0, 0.1503),
    0px 22.3363px 17.869px rgba(0, 0, 0, 0.1417),
    0px 12.5216px 10.0172px rgba(0, 0, 0, 0.135),
    0px 6.6501px 5.32008px rgba(0, 0, 0, 0.1283),
    0px 2.76726px 2.21381px rgba(0, 0, 0, 0.1197);
  border-radius: 8px;
  z-index: 2;
}
.tool-wrap .image-center img {
  width: 100%;
}
.tool-wrap .line-1 {
  position: absolute;
  top: 66px;
  left: 66px;
}
@media (max-width: 767px) {
  .tool-wrap .line-1 {
    width: 25%;
    top: -9px;
    left: 59px;
  }
}
.tool-wrap .line-2 {
  position: absolute;
  top: 50%;
  left: 66px;
}
@media (max-width: 767px) {
  .tool-wrap .line-2 {
    width: 50%;
    left: 0;
  }
}
.tool-wrap .line-3 {
  position: absolute;
  bottom: 66px;
  left: 66px;
}
@media (max-width: 767px) {
  .tool-wrap .line-3 {
    width: 25%;
    bottom: 0px;
    left: 59px;
  }
}
.tool-wrap .line-4 {
  position: absolute;
  top: 66px;
  right: 66px;
}
@media (max-width: 767px) {
  .tool-wrap .line-4 {
    width: 25%;
    top: -9px;
    right: 59px;
  }
}
.tool-wrap .line-5 {
  position: absolute;
  top: 50%;
  right: 66px;
}
@media (max-width: 767px) {
  .tool-wrap .line-5 {
    width: 50%;
    right: 0;
  }
}
.tool-wrap .line-6 {
  position: absolute;
  bottom: 66px;
  right: 66px;
}
@media (max-width: 767px) {
  .tool-wrap .line-6 {
    width: 25%;
    bottom: 0px;
    right: 59px;
  }
}
@media (max-width: 1199px) {
  .tool-wrap .tool-image-box {
    margin: -70px 0;
  }
}
@media (max-width: 767px) {
  .tool-wrap .tool-image-box {
    margin: 0;
    height: 238px;
  }
  .tool-wrap .image-center {
    width: 100px;
  }
  .tool-wrap .img-item-5,
  .tool-wrap .img-item-2 {
    width: 40px;
  }
  .tool-wrap .img-item-3,
  .tool-wrap .img-item-4 {
    width: 46px;
  }
  .tool-wrap .img-item-1,
  .tool-wrap .img-item-6 {
    width: 52px;
  }
}

.side-line-main {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  bottom: 15%;
  z-index: 0;
}
.side-line-main .side-line-wrap {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.side-line-main div:not(.link-break-center) {
  height: 100%;
}
.side-line-main .link-break-line {
  width: 66px;
  border: 1px solid #d4d4d8;
  height: 100%;
  border-radius: 0px 20px 20px 0px;
  border-left: 0;
  position: relative;
  overflow: hidden;
}
.side-line-main .link-break-line::after {
  content: "";
  position: absolute;
  inset: 0 1px 1.5px 0px;
  background: var(--neutral-50);
  border-radius: 0px 20px 20px 0px;
}
.side-line-main .link-break-line.right {
  transform: rotate(180deg);
}
.side-line-main .link-break-line .item {
  position: absolute;
  left: 0;
  right: 0;
  margin-right: -1px;
  width: 100%;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-delay: 1.3s;
}
.side-line-main .link-break-line .item.top {
  background: radial-gradient(circle at top right, var(--brand) 0%, transparent 90%);
  animation-name: lineRunTop;
}
.side-line-main .link-break-line .item.bottom {
  background: radial-gradient(circle at bottom right, var(--brand) 0%, transparent 90%);
  animation-name: lineRunBottom;
}
.side-line-main .link-break-center {
  border: 1.5px solid #d4d4d8;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.side-line-main .link-break-center::before,
.side-line-main .link-break-center::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #d5d0d4;
  z-index: 2;
}
.side-line-main .link-break-center::before {
  left: 60px;
}
.side-line-main .link-break-center::after {
  right: 60px;
}
.side-line-main .simu-electric {
  position: absolute;
  height: 1.5px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.side-line-main .simu-electric.left {
  background: linear-gradient(to right, var(--brand) 0%, transparent 100%);
  animation-name: left50To0;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.side-line-main .simu-electric.right {
  background: linear-gradient(to left, var(--brand) 0%, transparent 100%);
  animation-name: right50To0;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.side-line-main.style-1 {
  position: absolute;
  top: 15%;
  left: 100px;
  right: 100px;
  bottom: 15%;
  z-index: 0;
}
.side-line-main.style-1 .link-break-line::after {
  background-color: var(--body);
}
@media (max-width: 575px) {
  .side-line-main.style-1 {
    left: 55px;
    right: 55px;
  }
  .side-line-main.style-1 .link-break-line {
    width: 30px;
  }
  .side-line-main.style-1 .link-break-center::before {
    left: 25px;
  }
  .side-line-main.style-1 .link-break-center::after {
    right: 25px;
  }
}

@keyframes lineRunBottom {
  0% {
    bottom: 50%;
    height: 0px;
  }
  30% {
    height: 66px;
  }
  100% {
    bottom: -30%;
  }
}
@keyframes lineRunTop {
  0% {
    top: 50%;
    height: 0px;
  }
  30% {
    height: 66px;
  }
  100% {
    top: -30%;
  }
}
@keyframes left50To0 {
  0% {
    left: 50%;
  }
  100% {
    left: -10%;
  }
}
@keyframes right50To0 {
  0% {
    right: 50%;
  }
  100% {
    right: -10%;
  }
}
.section-testimonials .col-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-services .col-left {
  margin-bottom: 260px;
}
.section-services .top {
  margin-bottom: 59px;
}
@media (max-width: 991px) {
  .section-services .col-left {
    margin-bottom: 20px;
  }
}

.section-services-single {
  margin-top: -100px;
}
.section-services-single .heading {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .section-services-single .heading {
    font-size: 32px;
    line-height: 40px;
  }
}
.section-services-single .top-image {
  background-color: var(--white);
  border-radius: 19px;
  padding: 10px;
}
.section-services-single .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 19px;
}
.section-services-single .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .section-services-single {
    margin-top: -371px;
  }
  .section-services-single .bot-image {
    margin-left: -11px;
  }
}

.delay-wrap {
  border-top: 1px solid var(--neutral-200);
  position: relative;
}
@media (min-width: 768px) {
  .delay-wrap::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 1px;
    left: 40.58642%;
    background-color: var(--neutral-200);
  }
}

.delay-item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0 23px;
  border-bottom: 1px solid var(--neutral-200);
}
.delay-item .left {
  width: 41%;
}
.delay-item .right {
  width: 58.3%;
}
.delay-item .delay-progress {
  height: 88px;
  width: 100%;
  background-color: var(--neutral-100);
  position: relative;
  border-radius: 24px;
  box-shadow:
    0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
  overflow: hidden;
}
.delay-item .delay-progress .progress-line {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #18181b;
  box-shadow: 0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}
.delay-item .delay-progress .number-progress {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .delay-item {
    flex-direction: column;
  }
  .delay-item > * {
    width: 100% !important;
  }
}

.testimonials-v2-wrap {
  display: flex;
  justify-content: space-between;
  gap: 98px;
  padding: 50px;
  border-radius: 40px;
  background:
    linear-gradient(0deg, #18181b, #18181b),
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow:
    0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -8px 0px 0px #111111 inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.1019607843) inset;
}
.testimonials-v2-wrap .col-left {
  width: 44%;
  height: unset;
}
.testimonials-v2-wrap .col-right {
  width: 47.826%;
}
.testimonials-v2-wrap .swiper-testimonial_wrap {
  padding-bottom: 24px;
}
.testimonials-v2-wrap .testimonial-image-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .testimonials-v2-wrap {
    border-radius: 24px;
    padding: 30px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .testimonials-v2-wrap {
    padding: 18px;
    flex-direction: column;
  }
  .testimonials-v2-wrap .col-right,
  .testimonials-v2-wrap .col-left {
    width: 100%;
  }
}

.section-work-single {
  margin-top: -100px;
}
.section-work-single .heading {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .section-work-single .heading {
    font-size: 32px;
    line-height: 40px;
  }
}
.section-work-single .wrap-image {
  background-color: var(--white);
  border-radius: 19px;
  padding: 10px;
}
.section-work-single .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 19px;
}
.section-work-single .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
@media (min-width: 768px) {
  .section-work-single {
    margin-top: -379px;
  }
}

.wg-map {
  display: flex;
  margin: 0 16px;
  padding: 12px;
  border-radius: 40px;
  background: #f4f4f5;
  box-shadow:
    0px -8px 0px 0px #eaeaea inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset,
    0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.wg-map iframe {
  border-radius: 32px;
  width: 100%;
}

.box-contact-item {
  text-align: center;
  padding: 40px;
  border-radius: 32px;
  background-color: var(--neutral-100);
  box-shadow:
    0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}
.box-contact-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 40px;
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  border-radius: 16px;
  background:
    linear-gradient(0deg, #272727, #272727),
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow:
    0px -3px 0px 0px #080808 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.3019607843) inset,
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706),
    0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.1333333333),
    0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.1411764706),
    0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.1490196078),
    0px 100px 80px 0px rgba(0, 0, 0, 0.1490196078);
}
.box-contact-item .title {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .box-contact-item {
    padding: 24px !important;
    border-radius: 24px;
  }
}

.section-pricing .tf-switch-check {
  margin-bottom: -20px;
}
@media (max-width: 991px) {
  .section-pricing .tf-switch-check {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .section-pricing .tf-switch-check {
    margin-top: 8px;
    margin-bottom: -7px;
  }
}

/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.sw-dot-default {
  margin-top: 24px;
  display: inline-flex;
}
.sw-dot-default .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.32;
  margin-left: 4px;
  margin-right: 4px;
}
.sw-dot-default .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.sw-dot-default.style-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--white);
}
.sw-dot-default.style-white .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--white);
}
.sw-dot-default.style-white .swiper-pagination-bullet::before {
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1200px) {
  .sw-dot-default {
    margin-top: 40px;
  }
}

.swiper-box-shadow {
  padding: 20px;
  margin: -20px;
}

.group-btn-slider {
  display: flex;
  align-items: center;
  gap: 12px;
}
.group-btn-slider .sw-dot-default {
  width: auto;
  margin: 0;
}
.group-btn-slider .nav-prev-swiper,
.group-btn-slider .nav-next-swiper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--secondary);
  border-radius: 99px;
  background:
    linear-gradient(0deg, #f5f5f5, #f5f5f5),
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow:
    0px -3px 0px 0px #e9e9e9 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.6980392157) inset,
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.group-btn-slider .nav-prev-swiper .icon,
.group-btn-slider .nav-next-swiper .icon {
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.group-btn-slider .nav-prev-swiper::before,
.group-btn-slider .nav-next-swiper::before {
  position: absolute;
  content: "";
  bottom: 150%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 99px;
  background:
    linear-gradient(0deg, #272727, #272727),
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow:
    0px -3px 0px 0px #080808 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.3019607843) inset,
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.group-btn-slider .nav-prev-swiper:hover,
.group-btn-slider .nav-next-swiper:hover {
  color: var(--white);
}
.group-btn-slider .nav-prev-swiper:hover::before,
.group-btn-slider .nav-next-swiper:hover::before {
  bottom: 0;
}
.group-btn-slider .nav-prev-swiper.swiper-button-disabled,
.group-btn-slider .nav-next-swiper.swiper-button-disabled {
  opacity: 0.32;
  pointer-events: none;
}
@media (max-width: 767px) {
  .group-btn-slider .nav-prev-swiper,
  .group-btn-slider .nav-next-swiper {
    width: 44px;
    height: 44px;
  }
}

.btn-thumbs {
  cursor: pointer;
}

.btn-nav-swiper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hover-wrap {
  position: absolute;
  top: 0;
  bottom: 40px;
  z-index: 2;
  overflow: hidden;
}
.hover-wrap .action {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0;
}
.hover-wrap .action.hover {
  opacity: 1;
}
.hover-wrap .action:not(.hover) {
  opacity: 0;
}
.hover-wrap.left {
  right: 50%;
  left: 0;
}
.hover-wrap.right {
  right: 0;
  left: 50%;
}
@media (max-width: 1199px) {
  .hover-wrap {
    display: none;
  }
}

.slider_effect_fade .swiper-slide.swiper-slide-active .fade-item {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.slider_effect_fade .swiper-slide.swiper-slide-active .scale-item {
  transform: scale(1);
}
.slider_effect_fade .swiper-slide.swiper-slide-active .width-item {
  width: 100%;
}
.slider_effect_fade .fade-item {
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider_effect_fade .fade-item.fade-box {
  transition-delay: 0.4s;
  transform: translateY(0px);
}
.slider_effect_fade .fade-item.fade-item-1 {
  transition-delay: 0.5s;
}
.slider_effect_fade .fade-item.fade-item-2 {
  transition-delay: 0.6s;
}
.slider_effect_fade .fade-item.fade-item-3 {
  transition-delay: 0.7s;
}
.slider_effect_fade .fade-item.fade-item-4 {
  transition-delay: 0.8s;
}
.slider_effect_fade .scale-item {
  transform: scale(1.2);
  transition: all 0.5s linear;
}
.slider_effect_fade .scale-item.scale-item-1 {
  transition-delay: 0.3s;
}
.slider_effect_fade .width-item {
  width: 1%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider_effect_fade .width-item.width-item-3 {
  transition-delay: 0.7s;
}

/*-- Slick Slide --*/
.slick-list {
  padding: 0 !important;
  /* xóa padding auto */
}

.slick-nav .slick-slide {
  border: 0;
}
.slick-nav .slick-slide .text-slide {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-nav .slick-slide:not(.slick-center) .text-slide {
  color: var(--white-32);
}

.slick-nav {
  perspective: 1000px;
}
.slick-nav .slick-slide {
  transition:
    transform 0.6s,
    opacity 0.6s;
  transform-origin: center center;
  opacity: 0.4;
  transform: rotateX(0deg) translateZ(0px);
}
.slick-nav .slick-slide:not(.slick-current) {
  transform: rotateX(45deg) translateY(-120px) translateZ(-120px);
}
.slick-nav .slick-current {
  opacity: 1;
}
.slick-nav .slick-current + .slick-slide {
  transform: rotateX(45deg) translateY(-120px) translateZ(-120px);
}
.slick-nav .slick-current ~ .slick-slide:last-child {
  transform: rotateX(-45deg) translateY(120px) translateZ(-120px);
}

.group-slider {
  display: flex;
  gap: 40px;
  align-items: center;
}
.group-slider .swiper-pagination {
  position: relative;
  width: 100%;
  height: 2px;
  bottom: unset;
  top: unset;
  left: unset;
  background: rgba(255, 255, 255, 0.2);
}
.group-slider .swiper-pagination .swiper-pagination-bullet {
  position: absolute;
  inset: 0;
  width: unset;
  height: unset;
  opacity: 1;
  margin: 0;
  background: transparent;
}
.group-slider .swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  transition: all 1s ease-in-out;
}
.group-slider .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 100%;
  background: var(--brand);
}
.group-slider .group-btn-slider {
  display: flex;
  gap: 8px;
}
.group-slider .group-btn-slider .btn-slider {
  display: flex;
}
.group-slider .group-btn-slider .btn-slider:hover .icon {
  color: var(--brand);
}
.group-slider .group-btn-slider .icon {
  font-size: 24px;
  color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.progress-bar {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  overflow: visible;
}

.progress-fill {
  position: absolute;
  height: 100%;
  width: 0%;
  background: var(--brand);
  box-shadow: 0px 2px 12px 0px var(--brand);
  transition: width 0.06s linear;
}

.swiper-testimonial_wrap .top-icon {
  font-size: 20px;
  color: var(--brand);
  margin-bottom: 16px;
}
.swiper-testimonial_wrap .desc {
  margin-bottom: 24px;
  letter-spacing: 0.01em;
}
.swiper-testimonial_wrap .cite {
  position: relative;
  padding: 8px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
}
.swiper-testimonial_wrap .cite .line-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.swiper-testimonial_wrap .cite .line {
  display: flex;
  width: 1px;
  height: 16px;
  background-color: var(--neutral-600);
}
.swiper-testimonial_wrap .group-slider {
  position: relative;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-testimonial_wrap .group-slider::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 1324px;
  transform: translateX(-50%);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.swiper-testimonial_wrap .group-slider .group-btn-slider {
  display: flex;
  gap: 12px;
}
.swiper-testimonial_wrap .group-slider .icon {
  color: var(--primary);
}
.swiper-testimonial_wrap .group-slider .btn-slider:hover .icon {
  color: var(--white);
}
.swiper-testimonial_wrap .group-slider .testimonials-pagination {
  width: max-content;
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.01px;
  color: var(--neutral-700);
}
.swiper-testimonial_wrap .group-slider .testimonials-pagination .swiper-pagination-current {
  color: var(--neutral-400);
}

.testimonial-image {
  padding: 32px;
  border-radius: 40px;
  background:
    linear-gradient(0deg, var(--neutral-900, #18181b), var(--neutral-900, #18181b)),
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow:
    0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -8px 0px 0px #111111 inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.1019607843) inset;
}
.testimonial-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 24px;
  border: 0.38px solid rgba(255, 255, 255, 0.2509803922);
}
@media (max-width: 767px) {
  .testimonial-image {
    padding: 16px 12px;
    border-radius: 28px;
  }
}

.progressbar-line {
  position: relative;
  flex-grow: 1;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.progressbar-line .progressbar-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: var(--brand);
  box-shadow: 0px 2px 12px 0px #fd3a25;
  animation: progressbar 2s infinite;
}

@keyframes progressbar {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.testimonial-v01 {
  padding: 48px;
  border: 1px solid var(--white-16);
  display: grid;
  gap: 40px;
}
.testimonial-v01 .tes-author {
  position: relative;
}
.testimonial-v01 .author_image {
  position: relative;
}
.testimonial-v01 .author_image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      270deg,
      #000 0%,
      rgba(255, 255, 255, 0) 20%,
      rgba(255, 255, 255, 0) 80%,
      #000 100%
    ),
    linear-gradient(
      180deg,
      #000 0%,
      rgba(255, 255, 255, 0) 20%,
      rgba(255, 255, 255, 0) 80%,
      #000 100%
    );
  mix-blend-mode: luminosity;
}
.testimonial-v01 .author_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100);
}
.testimonial-v01 .author_info {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  text-align: center;
}
.testimonial-v01 .tes-text {
  text-align: center;
}
@media (max-width: 1199px) {
  .testimonial-v01 {
    padding: 30px;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .testimonial-v01 {
    padding: 20px 15px;
    gap: 24px;
  }
}

/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.group-btn {
  display: flex;
  align-items: center;
}

.text-has-dot {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 1200px) {
  .text-has-dot {
    gap: 12px;
  }
}

.wg-feature-v01 {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0509803922) inset;
  position: relative;
  display: grid;
}
.wg-feature-v01 .feature-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 28px 28px 28px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.wg-feature-v01 .feature-content .tag {
  margin-bottom: 8px;
}
.wg-feature-v01 .feature-content > * {
  position: relative;
  z-index: 1;
}
.wg-feature-v01 .feature-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  backdrop-filter: blur(2px);
  z-index: 0;
}

.wg-process {
  border: 1px solid var(--white-16);
  padding: 28px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--black);
}
.wg-process .bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
}
.wg-process .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wg-process .img-icon {
  margin-bottom: 30px;
}
.wg-process .title {
  margin-bottom: 24px;
}
.wg-process .br-line {
  background-color: var(--white-16);
  display: flex;
  margin-bottom: 24px;
}
.wg-process .bot {
  display: flex;
  align-items: end;
  gap: 24px;
}
.wg-process .bot .img-item {
  flex-shrink: 0;
}
.wg-process .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wg-process:hover {
  border-color: var(--primary);
}
.wg-process:hover .bg-img {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .wg-process .desc {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .wg-process .content {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .wg-process {
    aspect-ratio: 1;
  }
}
@media (max-width: 1199px) {
  .wg-process {
    padding: 20px 15px;
  }
  .wg-process .img-icon {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .wg-process .bot {
    flex-wrap: wrap;
    gap: 12px;
  }
}

.wg-service {
  position: relative;
}
.wg-service .bg-image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.wg-service .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.wg-service .bg-image .img-item {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5607843137);
  backdrop-filter: blur(24px);
}
.wg-service .image {
  position: relative;
}
.wg-service .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 530px;
}
.wg-service .image,
.wg-service .image-2 {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0509803922) inset;
}
.wg-service .action {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.wg-service .action.active-2 {
  right: 100%;
}
.wg-service .title {
  margin-bottom: 16px;
}
.wg-service .br-line {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wg-service .tf-list {
  gap: 16px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .wg-service .br-line {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .wg-service .tf-list {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .wg-service .image {
    margin-bottom: 30px;
  }
  .wg-service .action {
    right: 55px;
  }
}
@media (max-width: 575px) {
  .wg-service .image img {
    max-height: 300px;
  }
}

.wg-tech {
  padding: 24px 0px 23px;
  border-bottom: 1px solid var(--white-16);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-tech .tech_text {
  color: var(--white-32);
  display: flex;
  justify-content: center;
  gap: 8px;
}
.wg-tech > .tech_text {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.wg-tech .infiniteSlide_tech_main {
  position: absolute;
  inset: 0;
  background: rgba(var(--primary-rgb), 0.08);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
}
.wg-tech .infiniteSlide_tech > * {
  margin-left: 20px;
  margin-right: 20px;
}
.wg-tech .infiniteSlide_tech .tech_text .text {
  color: var(--white);
}
.wg-tech .infiniteSlide_tech .tech_text .process {
  color: var(--primary);
}
.wg-tech .app_icon {
  box-shadow:
    0px 0.5px 0.5px 0px rgba(255, 255, 255, 0.3215686275) inset,
    0px 1px 0.5px 0px rgba(255, 255, 255, 0.1215686275) inset,
    0px 4px 16px 0px rgba(255, 255, 255, 0.1607843137) inset,
    0px -12px 16px 0px rgba(255, 255, 255, 0.0588235294) inset,
    0px 0px 0px 1px rgba(0, 0, 0, 0.5607843137),
    0px 3px 6px 0px rgba(0, 0, 0, 0.1882352941),
    0px 10px 10px 0px rgba(0, 0, 0, 0.0588235294),
    0px 12px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 23px 14px 0px rgba(0, 0, 0, 0.0588235294);
  backdrop-filter: blur(12px);
  border-radius: 999px;
}
.wg-tech:hover,
.wg-tech.active {
  border-color: rgba(var(--primary-rgb), 0.16);
}
.wg-tech:hover .infiniteSlide_tech_main,
.wg-tech.active .infiniteSlide_tech_main {
  opacity: 1;
  visibility: visible;
}
.wg-tech:hover > .tech_text,
.wg-tech.active > .tech_text {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .wg-tech .infiniteSlide_tech > * {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.wg-indicator {
  text-align: center;
}
.wg-indicator .indicate-title {
  margin-bottom: 24px;
}
.wg-indicator .indicate-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
@media (min-width: 1200px) {
  .wg-indicator .indicate-title {
    margin-bottom: 40px;
  }
}

.wg-work {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.0509803922) inset;
  position: relative;
}
.wg-work .work-image img,
.wg-work .work-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 350px;
}
.wg-work .work-content {
  position: absolute;
  inset: 0;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wg-work .work_top,
.wg-work .work_bottom {
  display: flex;
  justify-content: space-between;
}
.wg-work .work_bottom {
  align-items: end;
}
@media (min-width: 1200px) {
  .wg-work .work-content {
    padding: 32px;
  }
  .wg-work .work-content .tf-list {
    gap: 16px;
  }
}

.wg-tech-v2 {
  border-radius: 50%;
  aspect-ratio: 1;
  border: 1px solid var(--white-32);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: 20px;
}
.wg-tech-v2 .tech-name {
  margin-bottom: 24px;
}
.wg-tech-v2 .tech-desc {
  margin-bottom: 32px;
  color: var(--white-64);
}
.wg-tech-v2 .tech-content {
  position: relative;
  z-index: 2;
}
.wg-tech-v2 > canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
}
.wg-tech-v2:hover {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(65.62% 65.62% at 50% 50%, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow:
    0px 0.5px 0.5px 0px rgba(255, 255, 255, 0.3215686275) inset,
    0px 1px 0.5px 0px rgba(255, 255, 255, 0.1215686275) inset,
    0px 4px 16px 0px rgba(255, 255, 255, 0.1607843137) inset,
    0px -12px 16px 0px rgba(255, 255, 255, 0.0588235294) inset,
    0px 0px 0px 1px rgba(0, 0, 0, 0.5607843137),
    0px 3px 6px 0px rgba(0, 0, 0, 0.1882352941),
    0px 10px 10px 0px rgba(0, 0, 0, 0.0588235294),
    0px 12px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 23px 14px 0px rgba(0, 0, 0, 0.0588235294);
}
@media (min-width: 1200px) {
  .wg-tech-v2 .tech-name {
    margin-bottom: 40px;
  }
  .wg-tech-v2 .tech-desc {
    margin-bottom: 52px;
  }
}
@media (max-width: 1199px) {
  .wg-tech-v2 > canvas {
    display: none;
  }
}

/*-- Button Go Top --*/
#goTop {
  position: fixed;
  padding: 0;
  bottom: 40px;
  right: 20px;
  width: 38px;
  height: 38px;
  background: var(--black);
  color: var(--white);
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  border-radius: 99px;
  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.1019607843);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#goTop .border-progress {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 99px;
  border: 1px solid var(--brand);
  mask-image: conic-gradient(var(--brand) var(--progress-angle, 0deg), transparent 0);
  -webkit-mask-image: conic-gradient(var(--brand) var(--progress-angle, 0deg), transparent 0);
  content: "";
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#goTop.show {
  opacity: 1;
  visibility: visible;
}
#goTop .icon {
  font-size: 22px;
  color: var(--white);
  aspect-ratio: 1;
}
#goTop .ic-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation: iconBounce 2s linear 0s infinite;
  display: flex;
}
#goTop:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  #goTop {
    right: 40px;
  }
}

.tf-left-bar {
  position: fixed;
  left: 15px;
  top: 120px;
  z-index: 1001;
}
.tf-left-bar .btn-setting-color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: var(--white);
  border-radius: 50%;
  background-color: #272727;
  box-shadow:
    0px -3px 0px 0px #080808 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.3019607843) inset,
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706),
    0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.1333333333),
    0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.1411764706),
    0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.1490196078),
    0px 100px 80px 0px rgba(0, 0, 0, 0.1490196078);
}
.tf-left-bar .btn-setting-color .icon {
  animation: spin 10s infinite linear;
}
@media (max-width: 767px) {
  .tf-left-bar {
    display: none;
  }
}

.settings-color {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
.settings-color .choose-item {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
}
.settings-color .choose-item:nth-child(1) {
  background: #fd3a25;
}
.settings-color .choose-item:nth-child(2) {
  background: #f8c736;
}
.settings-color .choose-item:nth-child(3) {
  background: #f5772e;
}
.settings-color .choose-item:nth-child(4) {
  background: #2ac6f8;
}
.settings-color .choose-item:nth-child(5) {
  background: #8dca37;
}
.settings-color .choose-item:nth-child(6) {
  background: #6c34fa;
}
.settings-color .choose-item:nth-child(7) {
  background: #f14444;
}
.settings-color .choose-item:nth-child(8) {
  background: #e14392;
}
.settings-color .choose-item::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.settings-color .choose-item.active::before {
  opacity: 1;
}

.logo-site .icon {
  font-size: 40px;
  color: var(--primary);
}

.benefits-box {
  padding: 48px;
  border-radius: 40px;
  height: 100%;
  background-color: var(--neutral-100);
  box-shadow:
    0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}
.benefits-box .content .title {
  margin-bottom: 8px;
}
.benefits-box.benefits-secure img {
  transform: rotateY(0deg);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.benefits-box.benefits-secure:hover img {
  transform: rotateY(180deg);
}
@media (max-width: 991px) {
  .benefits-box {
    margin-bottom: 24px;
    height: unset;
  }
}
@media (max-width: 767px) {
  .benefits-box {
    padding: 30px 20px;
  }
}

.benefits-secure-inner {
  margin-top: -15px;
  margin-bottom: -26px;
}

.benefits-progress-inner {
  margin-bottom: 40px;
  display: grid;
  gap: 12px;
}
.benefits-progress-inner .benefits-progress-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.benefits-progress-inner .benefits-progress-item .progress-line {
  height: 40px;
  width: 0%;
  background-color: var(--neutral-100);
  position: relative;
  border-radius: 12px;
  box-shadow:
    0px -4px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset,
    0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.benefits-progress-inner .benefits-progress-item .progress-text {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 8px 16px;
  border-radius: 12px;
  background-color: var(--neutral-50);
  box-shadow:
    0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -4px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}
.benefits-progress-inner .benefits-progress-item .progress-text .icon {
  font-size: 24px;
  color: var(--neutral-500);
}

.benefits-step {
  height: 100%;
}
.benefits-step .benefits-step-inner {
  height: 100px;
  margin-top: 44px;
  margin-bottom: 92px;
}
@media (max-width: 767px) {
  .benefits-step .benefits-step-inner {
    margin-top: 24px;
    margin-bottom: 44px;
  }
}

.benefits-step-inner {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.benefits-step-inner .line-step {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 29px;
  border-radius: 8px;
  background-color: var(--neutral-100);
  box-shadow:
    0px -2px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 2px 0px 0px rgba(255, 255, 255, 0.6) inset,
    0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.benefits-step-inner .step-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 12px;
  background-color: var(--neutral-50);
  box-shadow:
    0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -4px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.benefits-step-inner .step-item .icon {
  font-size: 48px;
  color: #151515;
}
.benefits-step-inner .step-item:hover {
  box-shadow:
    0px -4px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset,
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.0588235294),
    0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.0588235294),
    0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.0588235294),
    0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.0588235294),
    0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.0588235294),
    0px 100px 80px 0px rgba(0, 0, 0, 0.0588235294);
}
@media (max-width: 767px) {
  .benefits-step-inner {
    height: 60px !important;
  }
  .benefits-step-inner .step-item {
    width: 60px;
    height: 60px;
  }
  .benefits-step-inner .step-item .icon {
    font-size: 24px;
  }
}

.benefits-design .benefits-design-inner {
  text-align: end;
  margin-right: 16px;
  margin-top: -12px;
  position: relative;
}
.benefits-design .benefits-design-inner .item-img-2 {
  position: absolute;
  top: 24px;
  right: 226px;
}
.benefits-design .benefits-design-inner .item-img-3 {
  position: absolute;
  bottom: -24px;
  right: -65px;
}
.benefits-design .content {
  position: relative;
  width: 65%;
  margin-top: -112px;
}
@media (max-width: 767px) {
  .benefits-design .benefits-design-inner {
    margin-right: 30px;
  }
  .benefits-design .content {
    width: 100%;
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .benefits-design .benefits-design-inner {
    text-align: center;
  }
  .benefits-design .benefits-design-inner .item-img-2 {
    display: none;
  }
  .benefits-design .benefits-design-inner .item-img-3 {
    right: calc(50% - 180px);
  }
}

.features-item {
  padding: 32px;
  border-radius: 32px;
  background-color: var(--neutral-100);
  box-shadow:
    0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}
.features-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: var(--white);
  margin-bottom: 32px;
  border-radius: 16px;
  background-color: #272727;
  box-shadow:
    0px -3px 0px 0px #080808 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.3019607843) inset,
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706),
    0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.1333333333),
    0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.1411764706),
    0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.1490196078),
    0px 100px 80px 0px rgba(0, 0, 0, 0.1490196078);
}
.features-item .title {
  margin-bottom: 8px;
}
.features-item.style-2 {
  padding: 40px;
}
.features-item.style-2 .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .features-item {
    padding: 24px !important;
    border-radius: 24px;
  }
}

.features-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 160px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, var(--indigo-deep) 0%, #1a007a 100%),
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow:
    0px -3px 0px 0px rgba(0, 0, 0, 0.1) inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset,
    0px 3.44px 5.57px 0px rgba(0, 0, 0, 0.2),
    0px 22.91px 37.08px 0px rgba(3, 201, 136, 0.15),
    0px 76px 123px 0px rgba(3, 201, 136, 0.08),
    0px 5.05px 8.18px 0px rgba(3, 201, 136, 0.12),
    0px 16.98px 27.47px 0px rgba(3, 201, 136, 0.06),
    0px 56px 83px 0px rgba(19, 0, 90, 0.3),
    0px 14px 34px 0px rgba(19, 0, 90, 0.2),
    0px 1px 2px 0px rgba(3, 201, 136, 0.3);
}

.team-item {
  padding: 40px;
  border-radius: 40px;
  text-align: center;
  background:
    linear-gradient(0deg, var(--neutral-900, #18181b), var(--neutral-900, #18181b)),
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow:
    0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -8px 0px 0px #111111 inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.1019607843) inset;
}
.team-item .image {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  border-radius: 24px;
  box-shadow:
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275),
    0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.1294117647),
    0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.1333333333),
    0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.1411764706),
    0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.1490196078),
    0px 100px 80px 0px rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 28px;
}
.team-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.team-item .name {
  display: flex;
  justify-content: center;
  color: var(--white);
  margin-bottom: 4px;
}
.team-item .name:hover {
  color: var(--brand);
}
.team-item .sub {
  color: var(--neutral-400);
  margin-bottom: 36px;
}
.team-item.style-1 {
  text-align: start;
}
.team-item.style-1 .top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 28px;
}
.team-item.style-1 .top .image {
  width: 126px;
  height: 126px;
  margin-bottom: 0;
}
.team-item.style-1 .name {
  justify-content: start;
  margin-bottom: 0;
}
.team-item.style-1 .sub {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .team-item {
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .team-item {
    padding: 20px;
    border-radius: 28px;
  }
}

.awards-item {
  display: flex;
  gap: 12px 0;
  border-radius: 24px;
  border: 1px solid var(--neutral-800);
  padding: 0 39px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.awards-item > div {
  width: 100%;
  padding: 8px 0;
  min-height: 98px;
  align-content: center;
}
.awards-item .year {
  text-align: end;
}
.awards-item:hover {
  background:
    linear-gradient(0deg, var(--neutral-900, #18181b), var(--Neutral-900, #18181b)),
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow:
    0px -4px 0px 0px #111111 inset,
    0px 2px 0px 0px rgba(255, 255, 255, 0.1019607843) inset,
    0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
@media (min-width: 992px) {
  .awards-item {
    margin-right: -5px;
  }
}
@media (max-width: 1199px) {
  .awards-item {
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .awards-item {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .awards-item {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-direction: column;
  }
  .awards-item > div {
    padding: 4px 0;
    min-height: unset;
    align-content: center;
  }
  .awards-item .year {
    text-align: start;
  }
}

.pricing-item {
  padding: 40px 40px 49px;
  border-radius: 40px;
  background: var(--neutral-100);
  box-shadow:
    0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}
.pricing-item .top {
  display: flex;
  gap: 12px;
  margin-bottom: 27px;
}
.pricing-item .top .line {
  display: flex;
  width: 1px;
  height: 20px;
  background-color: var(--neutral-300);
}
.pricing-item .heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.pricing-item .heading .price-number {
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .pricing-item .heading .price-number {
    font-size: 40px;
    line-height: 48px;
  }
}
.pricing-item .heading .price-per {
  color: var(--secondary);
}
.pricing-item > .line {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(212, 212, 216, 0) 0%,
    #d4d4d8 50%,
    rgba(212, 212, 216, 0) 100%
  );
}
.pricing-item .content {
  display: flex;
  gap: 18px 40px;
}
.pricing-item .content .text {
  color: var(--secondary);
  font-size: 14px;
  line-height: 20px;
}
.pricing-item .content > * {
  width: 50%;
}
.pricing-item.style-black {
  background:
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, var(--neutral-900, #18181b), var(--neutral-900, #18181b));
  box-shadow:
    0px -8px 0px 0px #2e2e2e inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.3019607843) inset,
    0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
.pricing-item.style-black .top .icon,
.pricing-item.style-black .top .text {
  color: var(--white);
}
.pricing-item.style-black .top .line {
  background-color: var(--neutral-600);
}
.pricing-item.style-black .heading .price-number {
  color: var(--white);
}
.pricing-item.style-black .heading .price-per {
  color: var(--neutral-400);
}
.pricing-item.style-black .content .text {
  color: var(--neutral-400);
}
.pricing-item.style-black .content .title {
  color: var(--white);
}
.pricing-item.style-black .content .list-text li {
  color: var(--white);
}
.pricing-item.style-black .content .list-text li .icon {
  color: var(--white);
  background-color: var(--neutral-700);
}
@media (max-width: 767px) {
  .pricing-item {
    border-radius: 28px;
    padding: 24px 20px 29px;
  }
  .pricing-item .heading {
    flex-wrap: wrap;
    align-items: unset;
    gap: 18px;
  }
  .pricing-item > .line {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .pricing-item .content {
    flex-direction: column;
  }
  .pricing-item .content > * {
    width: 100%;
  }
}

.list-text.type-check {
  display: grid;
  gap: 8px;
}
.list-text.type-check li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.list-text.type-check li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  color: var(--black);
  background-color: var(--neutral-200);
  width: 20px;
  height: 20px;
  font-size: 10px;
  flex-shrink: 0;
}

.tf-switch-check {
  position: relative;
  width: 160px;
  height: 80px;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--neutral-300);
  border-radius: 99px;
  transition: 0.3s;
}
.tf-switch-check::before {
  content: "";
  border-radius: 99px;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--white);
  box-shadow:
    0px -3px 0px 0px #e9e9e9 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.6980392157) inset;
  transition: 0.2s;
}
.tf-switch-check:checked {
  background: linear-gradient(180deg, #ea2b16 0%, #ff3b26 100%);
  box-shadow:
    0px 3.44px 5.57px 0px rgba(0, 0, 0, 0.0862745098),
    0px 22.91px 37.08px 0px rgba(255, 59, 0, 0.1647058824),
    0px 76px 123px 0px rgba(255, 59, 0, 0.0509803922),
    0px 5.05px 8.18px 0px rgba(255, 59, 0, 0.1019607843),
    0px 16.98px 27.47px 0px rgba(255, 59, 0, 0.0470588235),
    0px 56px 83px 0px rgba(255, 59, 0, 0.2509803922),
    0px 14px 34px 0px rgba(255, 59, 0, 0.2509803922),
    0px 1px 2px 0px rgba(255, 59, 0, 0.4);
}
.tf-switch-check:checked::before {
  left: 88px;
}
.tf-switch-check.style-small {
  width: 80px;
  height: 40px;
  box-shadow: none;
}
.tf-switch-check.style-small::before {
  top: 4px;
  left: 4px;
  width: 32px;
  height: 32px;
}
.tf-switch-check.style-small:checked::before {
  left: 44px;
}
@media (max-width: 767px) {
  .tf-switch-check {
    width: 80px;
    height: 40px;
  }
  .tf-switch-check::before {
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
  }
  .tf-switch-check:checked::before {
    left: 44px;
  }
}

/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #e5e5ea;
  border-radius: 3px;
  padding: 10px 20px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  /* float: left; */
  font-size: 16px;
  font-weight: 400;
  /* text-transform: capitalize; */
  outline: none;
  position: relative;
  transition: all linear 0.2s;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 1.7px solid #3a3a3c;
  border-right: 1.7px solid #3a3a3c;
  content: "";
  height: 8px;
  width: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
  font-size: 14px;
  max-height: 160px;
  overflow: auto;
}

.nice-select .list.style {
  max-height: unset;
}

.nice-select .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nice-select .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 600;
  color: #111;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
  pointer-events: none;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*-- CSS Custom --*/
.nice-select {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-bottom: 1px solid var(--white-16);
  padding-bottom: 15px;
}
.nice-select .list {
  background-color: var(--black);
  border-radius: 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}
.nice-select::after {
  content: none;
}
.nice-select::before {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  right: 9px;
  top: 7px;
  font-size: 10px;
  line-height: 1;
  color: var(--white-64);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nice-select .option {
  background-color: transparent !important;
  color: var(--white-64);
}
.nice-select .option.selected {
  color: var(--primary);
}
.nice-select .option:hover {
  color: var(--primary);
}
.nice-select.open {
  border-color: var(--primary);
}
.nice-select.open::before {
  transform: rotate(180deg);
}

/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.ic-accordion-custom {
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s linear;
}
.ic-accordion-custom::after,
.ic-accordion-custom::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ic-accordion-custom::before {
  height: 100%;
  width: 2px;
}
.ic-accordion-custom::after {
  height: 2px;
  width: 100%;
}

.accordion-faq_item {
  position: relative;
  padding: 40px;
  background-color: var(--white);
  border-radius: 40px;
  box-shadow:
    0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
  overflow: hidden;
}
.accordion-faq_item .accordion-title {
  width: 100%;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.01em;
  color: var(--secondary);
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .accordion-faq_item .accordion-title {
    font-size: 26px;
    line-height: 34px;
  }
}
.accordion-faq_item .accordion-title br {
  display: none;
}
.accordion-faq_item .accordion-action {
  padding-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.accordion-faq_item .accordion-action::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--mint-soft);
  box-shadow:
    0px -8px 0px 0px rgba(19, 0, 90, 0.05) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.8) inset,
    0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.03),
    0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-faq_item .accordion-action.collapsed::before {
  bottom: 110%;
}
.accordion-faq_item .accordion-action:not(.collapsed) .accordion-title {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
  color: var(--indigo-deep);
}
@media (max-width: 767px) {
  .accordion-faq_item .accordion-action:not(.collapsed) .accordion-title {
    font-size: 26px;
    line-height: 34px;
  }
}
.accordion-faq_item .accordion-action:not(.collapsed) .accordion-title br {
  display: block;
}
.accordion-faq_item .accordion-action:not(.collapsed) .accordion-title .icon {
  transform: rotate(45deg);
  color: var(--white);
  border-color: var(--neutral-700);
}
.accordion-faq_item .accordion-action:not(.collapsed) .accordion-title .num {
  letter-spacing: 0;
  color: var(--indigo-deep);
}
.accordion-faq_item .accordion-action:not(.collapsed)::before {
  bottom: 0;
}
.accordion-faq_item .accordion-content {
  position: relative;
  z-index: 1;
}
.accordion-faq_item .accordion-content .text {
  padding-top: 24px;
  padding-bottom: 96px;
  color: var(--indigo-deep);
  opacity: 0.85;
}
.accordion-faq_item .accordion-text {
  width: 100%;
  max-width: 642px;
}
.accordion-faq_item.style-1 .accordion-title {
  gap: 10px;
}
.accordion-faq_item.style-1 .accordion-title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  font-size: 18px;
  border-radius: 50%;
  color: var(--secondary);
  border: 1px solid var(--secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-faq_item.style-1 .accordion-title .icon:hover {
  color: var(--brand);
}
.accordion-faq_item.style-1 .accordion-content {
  display: flex;
  gap: 50px;
  padding-top: 40px;
  border-top: 1px solid var(--neutral-600);
  margin-top: 40px;
}
.accordion-faq_item.style-1 .accordion-content .image {
  width: 47.2%;
  flex-shrink: 0;
}
.accordion-faq_item.style-1 .accordion-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.accordion-faq_item.style-1 .accordion-content .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  padding: 3px 0;
}
.accordion-faq_item.style-1 .accordion-content .content .text {
  padding: 0;
}
.accordion-faq_item.style-1 .accordion-content .content .num {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
  color: var(--neutral-700);
}
@media (max-width: 1439px) {
  .accordion-faq_item {
    border-radius: 24px;
    padding: 30px;
  }
  .accordion-faq_item .accordion-content .text {
    padding-top: 14px;
    padding-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .accordion-faq_item.style-1 .accordion-content {
    gap: 30px;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .accordion-faq_item.style-1 .accordion-content {
    flex-direction: column;
  }
  .accordion-faq_item.style-1 .accordion-content .image {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .accordion-faq_item {
    padding: 24px;
  }
}

.accordion-faq_list {
  display: grid;
  gap: 8px;
}
.accordion-faq_list.gap-32 {
  gap: 32px;
}

.accordion-asked {
  display: grid;
  gap: 16px;
}
.accordion-asked .accordion-asked-item {
  padding: 24px 40px;
  border-radius: 24px;
  background-color: var(--neutral-100);
  box-shadow:
    0px 7.77px 16px 0px rgba(0, 0, 0, 0.0588235294),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
    0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
    0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}
.accordion-asked .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-asked .accordion-button:hover {
  color: var(--brand);
}
.accordion-asked .accordion-button::after {
  display: none;
}
.accordion-asked .accordion-button span {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background:
    linear-gradient(0deg, #272727, #272727),
    radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  box-shadow:
    0px -3px 0px 0px #080808 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.3019607843) inset,
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275),
    0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706);
}
.accordion-asked .accordion-button span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 1px;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-asked .accordion-button span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 11px;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-asked .accordion-button:not(.collapsed) span::after {
  opacity: 0;
}
.accordion-asked .accordion-body {
  padding-top: 32px;
  position: relative;
}
.accordion-asked .accordion-body::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(212, 212, 216, 0) 0%,
    #d4d4d8 50%,
    rgba(212, 212, 216, 0) 100%
  );
}
@media (max-width: 767px) {
  .accordion-asked .accordion-asked-item {
    padding: 24px 20px;
  }
}

/*------------ Footer ---------------- */
/* ---------------------------------------------------------
    * Name: Bill-o-bill - AI Agency
    * Version: 1.0.0
    * Author: WPRiver
    * Author URI: http://wpriverthemes.com 

	* Abstracts variable

    * Core CSS

    * Components
        * Blog
        * Layout
        * Header
        * Accordion
        * Animation
        * Box Icon
        * Button
        * Carousel
        * Form
        * Hover
        * Nice Select
        * Popup
        * Section
        * Slider
        * Tabs
        * Testimonial
        * Widget
        * Footer

 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/*------------ Footer ---------------- */
.footer-minimal {
  position: relative;
  padding: 80px 0 0px;
  background-color: var(--body);
  overflow: hidden;
  text-align: center;
}

.footer-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15vw;
  font-weight: 800;
  color: var(--mint-soft);
  opacity: 1;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  user-select: none;
}

.footer-main-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.footer-icon-logo {
  width: auto;
  height: auto;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-icon-logo img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.footer-heading {
  font-size: 28px;
  color: var(--primary);
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.footer-subtext {
  font-size: 16px;
  color: var(--secondary);
  margin-bottom: 48px;
  font-weight: 400;
}

.footer-social-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.social-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  border-radius: 50px;
  background: var(--neutral-100);
  color: var(--primary) !important;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.social-pill:hover {
  background: var(--brand);
  color: var(--indigo-deep) !important;
  transform: translateY(-3px);
}
/*------------ Why Trust Card (Modern AI SaaS) ---------------- */
.why-trust-card {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-radius: 32px;
  padding: 48px 40px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow:
    0 10px 30px rgba(19, 0, 90, 0.03),
    0 1px 2px rgba(19, 0, 90, 0.02),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.why-trust-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(3, 201, 136, 0.03) 0%,
    rgba(255, 255, 255, 0) 50%
  );
  pointer-events: none;
  transition: all 0.8s ease;
  z-index: 0;
}

.why-trust-card:hover::before {
  transform: translate(10%, 10%);
  background: radial-gradient(
    circle at 50% 50%,
    rgba(3, 201, 136, 0.06) 0%,
    rgba(255, 255, 255, 0) 60%
  );
}

.why-trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(19, 0, 90, 0.06);
}

.why-trust-card .card-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--mint-soft);
  color: var(--brand);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(3, 201, 136, 0.15);
  border: 1px solid rgba(3, 201, 136, 0.2);
}

.why-trust-card .card-label svg {
  filter: drop-shadow(0 0 4px rgba(3, 201, 136, 0.5));
}

.why-trust-card .card-heading {
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 36px;
  font-weight: 700;
  letter-spacing: -0.05em;
  background: linear-gradient(135deg, var(--indigo-deep) 0%, #3b00e3 50%, #03c988 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
}

.trust-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 20px;
  background: var(--white);
  border-radius: 18px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(19, 0, 90, 0.03);
  box-shadow: 0 4px 12px rgba(19, 0, 90, 0.02);
  position: relative;
  cursor: pointer;
}

.trust-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: linear-gradient(to bottom, var(--brand), transparent);
  border-radius: 0 4px 4px 0;
  transition: all 0.4s ease;
  opacity: 0;
}

.trust-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(19, 0, 90, 0.06);
  border-color: rgba(3, 201, 136, 0.15);
}

.trust-item:hover::after {
  height: 60%;
  opacity: 1;
}

.trust-icon {
  width: 48px;
  height: 48px;
  background: var(--mint-soft);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  box-shadow: 0 4px 10px rgba(3, 201, 136, 0.1);
}

.trust-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--brand);
  opacity: 0;
  filter: blur(12px);
  transition: all 0.4s ease;
}

.trust-item:hover .trust-icon {
  transform: scale(1.05);
  background: var(--white);
  box-shadow: 0 8px 16px rgba(3, 201, 136, 0.2);
}

.trust-item:hover .trust-icon::before {
  opacity: 0.2;
}

.trust-info {
  flex: 1;
}

.trust-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--indigo-deep);
  margin-bottom: 1px;
  letter-spacing: -0.01em;
}

.trust-desc {
  font-size: 13px;
  color: #52525b;
  font-weight: 500;
  margin: 0 !important;
}

.trust-arrow {
  color: var(--brand);
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.trust-item:hover .trust-arrow {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1199px) {
  .section-about-us .col-left {
    min-height: 350px;
    margin-bottom: 24px;
  }
}

@media (max-width: 575px) {
  .section-about-us .col-left .title {
    font-size: 28px;
  }
  .why-trust-card {
    padding: 24px;
  }
  .why-trust-card .card-heading {
    font-size: 20px;
  }
}

.social-pill:hover {
  background: var(--white);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  color: var(--brand) !important;
}

.social-pill i {
  font-size: 16px;
}

.footer-copyright-minimal {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 40px;
  border-top: 1px solid var(--neutral-100);
  font-size: 14px;
  color: var(--neutral-500);
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer-minimal {
    padding: 80px 0 40px;
  }
  .footer-bg-text {
    font-size: 20vw;
  }
  .footer-heading {
    font-size: 22px;
  }
  .footer-social-row {
    gap: 12px;
  }
  .social-pill {
    padding: 10px 20px;
    font-size: 13px;
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================================
   MOBILE RESPONSIVENESS IMPROVEMENTS (MAX-WIDTH: 480PX)
   Standardizing layout, scaling typography, and fixing overflows.
   ========================================================================== */

/* ==========================================================================
   Hero Section Mobile & Tablet Refinement
   ========================================================================== */
@media (max-width: 991px) {
  .section-hero {
    background: var(--mint-soft) !important;
  }

  .section-hero .hero-image {
    display: none !important; /* Aggressively hide background video/image on mobile & tablet */
  }
}

@media (max-width: 480px) {
  /* --- Hero Section Mobile Refinement --- */
  .section-hero {
    padding: 140px 0 120px !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden; /* Prevent content from leaking into next section */
  }

  .section-hero .content-wrap {
    padding: 0 15px;
  }

  .section-hero .sub {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    backdrop-filter: blur(4px);
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }

  .section-hero .title {
    font-size: 2.2rem !important;
    line-height: 1.1;
    margin-bottom: 25px;
  }

  .section-hero .title .title1 {
    display: block;
    margin-bottom: 8px;
  }

  .section-hero .title .title2 {
    flex-direction: column;
    align-items: center;
    gap: 15px !important;
  }

  .section-hero .text {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 25px;
    padding: 0 5px;
  }

  .section-hero .text span {
    font-size: 0.9rem !important;
    display: block;
    margin-top: 10px;
  }

  .bot-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: center;
  }

  .bot-btns .tf-btn,
  .bot-btns .tf-btn-2,
  .bot-btns .tf-btn-2-premium {
    width: 100%;
    max-width: 320px;
    padding: 16px 20px;
    text-align: center;
    justify-content: center;
    font-size: 1rem;
    margin: 0 !important;
  }

  .section-hero .scroll-more {
    bottom: 15px;
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 16px;
    border-radius: 100px;
    backdrop-filter: blur(8px);
    z-index: 10;
  }

  /* --- About Us Section --- */
  .section-about-us {
    padding: 60px 0;
  }
  .section-about-us .heading-section {
    margin-bottom: 32px;
    text-align: center;
  }
  .section-about-us .heading-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
  .section-about-us .col-left {
    min-height: auto !important;
    padding: 40px 20px;
    border-radius: 28px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section-about-us .col-left .title {
    font-size: 24px !important;
    line-height: 1.3 !important;
    max-width: 100% !important;
    margin-bottom: 24px;
  }
  .section-about-us .col-left img {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 240px;
    margin-top: 20px;
    opacity: 1 !important;
  }
  .why-trust-card {
    padding: 30px 20px;
    border-radius: 28px;
  }
  .why-trust-card .card-heading {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 24px;
    text-align: center;
  }
  .trust-features {
    gap: 12px;
  }
  .trust-item {
    padding: 14px 16px;
    gap: 12px;
    border-radius: 16px;
  }
  .trust-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .trust-icon svg {
    width: 20px;
    height: 20px;
  }
  .trust-title {
    font-size: 15px;
  }
  .trust-desc {
    font-size: 12px;
  }
  .trust-arrow {
    display: none;
  }
  .section-about-us .box-quotes {
    padding: 24px 20px;
    gap: 20px;
    text-align: center;
    border-radius: 20px;
  }
  .section-about-us .box-quotes .image {
    width: 64px;
    height: 64px;
    margin: 0 auto;
  }
  .section-about-us .box-quotes .quote-text {
    font-size: 14px;
    line-height: 1.6;
  }

  /* --- Services Section --- */
  .section-services {
    padding: 60px 0;
  }
  .section-services .heading-section {
    margin-bottom: 32px;
    text-align: center;
  }
  .section-services .heading-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
  .accordion-faq_item {
    padding: 20px !important;
    border-radius: 20px !important;
  }
  .accordion-faq_item .accordion-title {
    font-size: 18px !important;
    line-height: 1.4 !important;
    padding-right: 45px;
    position: relative;
  }
  .accordion-faq_item .accordion-action:not(.collapsed) .accordion-title {
    font-size: 20px !important;
    margin-bottom: 5px;
  }
  .accordion-faq_item .accordion-title .num {
    font-size: 14px !important;
    top: 0;
    right: 0;
    opacity: 0.6;
  }
  .accordion-faq_item .accordion-content .text {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }
  .list-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .list-tags a {
    font-size: 12px !important;
    padding: 6px 14px !important;
    border-radius: 8px !important;
    background: rgba(19, 0, 90, 0.04);
    white-space: nowrap;
  }
  .services-image {
    width: 100% !important;
    max-width: 100% !important;
    height: 220px !important;
    margin-top: 32px !important;
    border-radius: 24px;
    overflow: hidden;
  }
  .services-image img {
    border-radius: 24px !important;
  }

  /* --- Process Section --- */
  .section-process {
    padding: 60px 0;
  }
  .section-process .heading-section {
    margin-bottom: 24px !important;
    text-align: center;
  }
  .section-process .heading-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
  .section-process .process-heading .group-btn-slider {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 32px !important;
  }
  .process-card {
    padding: 24px !important;
    border-radius: 28px !important;
    text-align: center;
  }
  .process-card .icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    margin: 0 auto 24px !important;
  }
  .process-card .content {
    margin-bottom: 24px !important;
  }
  .process-card .content .title {
    font-size: 20px !important;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .process-card .content .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .process-card .bot {
    flex-direction: column;
    gap: 12px;
  }
  .process-card .bot .time {
    font-size: 11px;
    padding: 6px 12px;
    order: 2;
  }
  .process-card .bot .number {
    font-size: 36px !important;
    line-height: 1 !important;
    order: 1;
    justify-content: center;
  }

  /* --- Benefits Section --- */
  .section-benefits {
    padding: 60px 0;
  }
  .section-benefits .heading-section {
    margin-bottom: 32px !important;
    text-align: center;
  }
  .section-benefits .heading-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
  .benefits-box {
    padding: 24px 16px !important;
    border-radius: 24px !important;
    margin-bottom: 20px;
  }
  .benefits-box .content .title {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
  .benefits-box .content .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .benefits-progress-inner {
    margin-bottom: 24px !important;
    gap: 12px !important;
  }
  .benefits-progress-inner .benefits-progress-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px !important;
  }
  .benefits-progress-inner .benefits-progress-item .progress-line {
    height: 32px !important;
    min-width: 100%;
  }
  .benefits-step .benefits-step-inner {
    margin-top: 20px !important;
    margin-bottom: 32px !important;
    gap: 16px !important;
  }
  .benefits-step-inner .line-step {
    height: 16px !important;
  }
  .benefits-step-inner .step-item {
    width: 54px !important;
    height: 54px !important;
    border-radius: 12px !important;
  }
  .benefits-step-inner .step-item .icon {
    font-size: 22px !important;
  }
  .benefits-secure-inner {
    margin: 0 0 24px 0 !important;
    text-align: center;
  }
  .benefits-secure-inner img {
    max-width: 120px;
  }
  .benefits-design .benefits-design-inner {
    margin: 0 0 24px 0 !important;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .benefits-design .benefits-design-inner .item-img-1 {
    max-width: 180px;
  }
  .benefits-design .benefits-design-inner .item-img-2,
  .benefits-design .benefits-design-inner .item-img-3 {
    display: none !important;
  }
  .benefits-design .content {
    width: 100% !important;
    margin-top: 0 !important;
    text-align: center;
  }

  /* --- Capabilities Section --- */
  .section-features {
    padding: 60px 0;
  }
  .section-features .heading-section {
    margin-bottom: 32px !important;
    text-align: center;
  }
  .section-features .heading-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
  .features-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px !important;
  }
  .features-col {
    width: 100% !important;
    gap: 20px !important;
    margin-bottom: 0 !important;
  }
  .features-item {
    padding: 24px 20px !important;
    border-radius: 24px !important;
    text-align: center;
  }
  .features-item .icon {
    width: 54px !important;
    height: 54px !important;
    font-size: 24px !important;
    margin: 0 auto 20px !important;
    border-radius: 12px !important;
  }
  .features-item h6.title {
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }
  .features-item p.text-secondary {
    font-size: 14px;
    line-height: 1.5;
  }
  .features-wrap .features-center {
    display: flex !important;
    width: 160px !important;
    height: 100px !important;
    margin: 20px auto !important;
    border-radius: 20px !important;
    order: -1;
  }
  .features-wrap .features-center img {
    max-width: 110px;
  }
  /* --- Statistics Section --- */
  .section-statistic {
    padding: 60px 0;
  }
  .section-statistic .heading-section {
    margin-bottom: 24px !important;
    text-align: center;
  }
  .section-statistic .heading-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
  .section-statistic .statistic-slider .text {
    text-align: center;
    margin-bottom: 32px;
  }
  .section-statistic .group-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  .section-statistic .progress-bar {
    width: 100%;
    max-width: 280px;
  }
  .section-statistic .group-btn-slider {
    justify-content: center;
  }
  .section-statistic .swiper-slide {
    text-align: center;
  }
  .section-statistic .statistic-number .number {
    font-size: 48px !important;
    line-height: 1 !important;
  }
  /* --- Testimonials Section --- */
  .section-testimonials {
    padding: 60px 0;
  }
  .section-testimonials .heading-section {
    margin-bottom: 32px !important;
    text-align: center;
  }
  .section-testimonials .heading-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
  .swiper-testimonial_wrap .desc {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    text-align: center;
  }
  .swiper-testimonial_wrap .top-icon {
    justify-content: center !important;
    margin-bottom: 16px !important;
  }
  .swiper-testimonial_wrap .cite {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 !important;
    gap: 4px !important;
  }
  .swiper-testimonial_wrap .cite .line-left {
    display: none;
  }
  .swiper-testimonial_wrap .cite .line {
    width: 40px !important;
    height: 1px !important;
    margin: 8px 0;
  }
  .swiper-testimonial_wrap .group-slider {
    flex-direction: column;
    gap: 20px;
    padding-top: 10px !important;
  }
  .swiper-testimonial_wrap .group-slider .group-btn-slider {
    justify-content: center;
  }
  .swiper-testimonial_wrap .group-slider .testimonials-pagination {
    font-size: 24px !important;
    line-height: 1.2 !important;
    width: 100%;
    justify-content: center;
  }
  .testimonial-image {
    padding: 16px !important;
    border-radius: 24px !important;
    margin-top: 32px;
  }
  .testimonial-image img {
    border-radius: 16px !important;
  }
}

/* --- Optional Tablet Optimization (481px to 768px) --- */
@media (min-width: 481px) and (max-width: 768px) {
  .section-hero .content-wrap .title.text-display-2 {
    font-size: 48px;
  }
  .section-about-us .heading-title {
    font-size: 40px;
  }
  .section-services .heading-title {
    font-size: 40px;
  }
  .section-process .heading-title {
    font-size: 40px;
  }
  .section-benefits .heading-title {
    font-size: 40px;
  }
  .section-features .heading-title {
    font-size: 40px;
  }
  .section-team .heading-title {
    font-size: 40px;
  }
  .section-statistic .heading-title {
    font-size: 40px;
  }
  .section-testimonials .heading-title {
    font-size: 40px;
  }
}

/* --- Pricing Section Mobile Optimization (max-width: 480px) --- */
@media (max-width: 480px) {
  /* Optimize section vertical spacing for small screens */
  .section-pricing.flat-spacing {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* Reduce heading margin for tighter mobile layout */
  .section-pricing .heading-section.mb-80 {
    margin-bottom: 24px !important; /* Overriding existing !important at line 4815 */
  }

  /* Refine title font size and line height for readability on small mobile */
  .section-pricing .heading-title {
    font-size: 32px;
    line-height: 1.2;
  }

  /* Stack pricing plan tags vertically to avoid truncation or overlap */
  .pricing-item .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }

  /* Hide vertical separator line when tags are stacked vertically */
  .pricing-item .top .line {
    display: none;
  }

  /* Stack price and CTA button vertically for better visual hierarchy and tap targets */
  .pricing-item .heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  /* Ensure CTA button is full-width for easier interaction on touch devices */
  .pricing-item .heading .tf-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* Optimize price size for small mobile displays */
  .pricing-item .heading .price-number {
    font-size: 44px;
    line-height: 1;
  }

  /* Ensure pricing switch is properly handled within the title flow */
  .section-pricing .tf-switch-check {
    margin-top: 8px;
    margin-bottom: 4px;
  }
}

/* --- FAQ Section Mobile Optimization (max-width: 480px) --- */
@media (max-width: 480px) {
  /* Optimize section bottom padding for mobile flow */
  .section-faqs.flat-spacing {
    padding-bottom: 48px;
  }

  /* Refine title font size and spacing for small screens */
  .section-faqs .heading-title {
    font-size: 32px;
    line-height: 1.2;
  }

  /* Tighter padding and rounding for accordion items on extra small devices */
  .accordion-asked .accordion-asked-item {
    padding: 20px 16px;
    border-radius: 16px;
  }

  /* Improve question layout and touch comfort */
  .accordion-asked .accordion-button {
    font-size: 17px; /* Balanced for very narrow screens */
    line-height: 1.3;
    gap: 12px;
    text-align: left;
  }

  /* Scale down the expand/collapse icon slightly for small mobile */
  .accordion-asked .accordion-button span {
    width: 28px;
    height: 28px;
  }

  /* Adjust answer body text for better mobile readability */
  .accordion-asked .accordion-body {
    padding-top: 24px;
    font-size: 15px;
    line-height: 22px;
  }
}

/* --- Contact Section Mobile Optimization (max-width: 480px) --- */
@media (max-width: 480px) {
  /* Optimize container padding for small mobile screens */
  .section-contact {
    padding: 32px 12px;
  }

  /* Refine title font size to match overall mobile design language */
  .section-contact .heading-title {
    font-size: 32px;
    line-height: 1.2;
  }

  /* Reduce vertical spacing for a more compact mobile layout */
  .section-contact .heading-section.mb-48 {
    margin-bottom: 24px !important;
  }

  /* Stack contact info cards vertically for better readability */
  .section-contact .contact-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
  }

  /* Scale down contact icons for small screens */
  .section-contact .contact-item .icon {
    width: 52px;
    height: 52px;
    font-size: 24px;
    border-radius: 12px;
  }

  /* Adjust form container for better space utilization */
  .section-contact .form-contact {
    padding: 24px 16px;
    margin-top: 16px;
  }

  /* Refine form heading and spacing for touch interaction */
  .form-contact .heading {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .form-contact fieldset {
    margin-bottom: 20px !important;
  }

  .form-contact label {
    margin-bottom: 12px !important;
    font-size: 14px;
  }

  /* Optimize input typography for mobile readability */
  .form-contact input,
  .form-contact textarea {
    font-size: 16px;
  }
}

/* --- About Page (Hero & About Section) Mobile Optimization (max-width: 480px) --- */
@media (max-width: 480px) {
  /* Hero Section vertical rhythm and text optimization */
  .section-hero.v1 .content-wrap {
    padding: 40px 0 20px;
  }

  /* Refine hero title for small mobile */
  .section-hero.v1 .title.text-display-2 {
    font-size: 28px;
    line-height: 1.2;
  }

  /* Tighter gap in hero title row */
  .section-hero.v1 .title2 {
    gap: 12px;
    justify-content: center;
  }

  /* Scaling down the floating icon element in title */
  .section-hero.v1 .title-icon {
    transform: scale(0.6);
    margin: -15px auto 0;
  }

  /* Hide unnecessary breaks in descriptive text */
  .section-hero.v1 .content-wrap p br {
    display: none;
  }

  /* About Us Section padding optimization */
  .section-about-us.flat-spacing {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* Refine mission box for readability */
  .section-about-us .mission-box {
    padding: 32px 20px;
    border-radius: 24px;
  }

  .section-about-us .mission-box .title {
    font-size: 26px;
    margin-bottom: 12px;
  }

  /* Stack quote card elements vertically */
  .section-about-us .box-quotes {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 20px;
  }

  /* Scale quote image for mobile */
  .section-about-us .box-quotes .image {
    width: 64px;
    height: 64px;
    border-radius: 12px;
  }

  /* Optimize quote text layout */
  .section-about-us .box-quotes .desc {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}

/* --- Features Section (About Page) Mobile Optimization (max-width: 480px) --- */
@media (max-width: 480px) {
  /* Optimize section vertical padding */
  .section-features.flat-spacing {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* Reduce heading margin for mobile layout */
  .section-features .heading-section.mb-64 {
    margin-bottom: 32px !important;
  }

  /* Refine title font size for consistency across mobile */
  .section-features .heading-title {
    font-size: 32px;
    line-height: 1.2;
  }

  /* Optimize feature card layout and padding for About page style */
  .features-item.style-2 {
    padding: 32px 20px !important;
    border-radius: 24px !important;
    text-align: center;
  }

  /* Scale down and center the feature icon */
  .features-item.style-2 .icon {
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto 24px !important;
    border-radius: 14px !important;
  }

  .features-item.style-2 .icon svg {
    width: 28px;
    height: 28px;
  }

  /* Adjust feature title typography */
  .features-item.style-2 h4.title {
    font-size: 22px !important;
    line-height: 1.3;
    margin-bottom: 12px !important;
  }

  /* Optimize text readability for small screens */
  .features-item.style-2 p.text-secondary {
    font-size: 15px;
    line-height: 22px;
  }

  /* Spacing between stacked feature columns */
  .section-features .col-md-6.mb-24,
  .section-features .col-md-6.md-mb-24 {
    margin-bottom: 16px !important;
  }
}

/* --- Statistics Section Mobile Optimization (max-width: 480px) --- */
@media (max-width: 480px) {
  /* Optimize section vertical spacing */
  .section-statistic {
    padding: 48px 0;
  }

  /* Hide background decorative lines for a cleaner mobile UI */
  .section-statistic > .line,
  .section-statistic::before,
  .section-statistic::after {
    display: none !important;
  }

  /* Standardize section title for small mobile */
  .section-statistic .heading-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  /* Reset slider layout and margins */
  .section-statistic .statistic-slider {
    margin-left: 0;
    max-width: 100%;
  }

  /* Optimize descriptive text and remove min-height constraints */
  .section-statistic .statistic-slider .text {
    min-height: unset !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  /* Refine statistic number size for clarity on small mobile */
  .section-statistic .swiper .statistic-number {
    font-size: 60px !important;
    justify-content: center;
  }

  /* Adjust group slider (progress bar and buttons) for compact view */
  .section-statistic .group-slider {
    margin-bottom: 32px;
    gap: 16px;
  }

  /* Ensure progress bar is appropriately sized */
  .section-statistic .progress-bar {
    max-width: 200px;
    height: 3px;
  }
}

/* --- Map Section Mobile Optimization (max-width: 480px) --- */
@media (max-width: 480px) {
  /* Optimize map container for small mobile screens */
  .wg-map {
    margin: 0 12px 24px;
    padding: 8px;
    border-radius: 24px;
  }

  /* Adjust map height for better mobile viewing experience */
  .wg-map iframe {
    height: 350px !important; /* Overriding fixed inline height for mobile */
    border-radius: 18px;
  }
}

/* --- Services Section Mobile Optimization (max-width: 480px) --- */
@media (max-width: 480px) {
  /* Optimize section vertical spacing */
  .section-services.flat-spacing {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* Refine section title to match mobile design standards */
  .section-services .heading-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  /* Adjust descriptive text below the title */
  .section-services .col-left p {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  /* Optimize the custom accordion list for small screens */
  .accordion-faq_item {
    padding: 24px 20px !important;
    border-radius: 16px !important;
  }

  /* Refine accordion title and number positioning */
  .accordion-faq_item .accordion-title {
    font-size: 19px !important;
    line-height: 1.3 !important;
    padding-right: 40px;
  }

  /* Ensure number is clearly visible but subtle */
  .accordion-faq_item .accordion-title .num {
    font-size: 13px !important;
    top: -2px;
    opacity: 0.5;
  }

  /* Adjust image height for better mobile display */
  .services-image {
    height: 250px !important;
    border-radius: 20px !important;
  }
}

/* --- Process Section Mobile Optimization (max-width: 480px) --- */
@media (max-width: 480px) {
  /* Optimize section vertical spacing */
  .section-process.flat-spacing {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* Refine section title to match mobile design standards */
  .section-process .heading-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  /* Reduce vertical spacing for a more compact mobile layout */
  .section-process .heading-section.mb-80 {
    margin-bottom: 32px !important;
  }

  /* Refine process card for small mobile screens */
  .process-card {
    padding: 32px 20px !important;
    border-radius: 24px !important;
  }

  /* Scale down and center the icon */
  .process-card .icon {
    width: 56px !important;
    height: 56px !important;
    font-size: 22px !important;
    margin-bottom: 20px !important;
  }

  /* Adjust card title typography */
  .process-card .content .title {
    font-size: 22px !important;
    line-height: 1.3;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  /* Refine card text for better legibility */
  .process-card .content .text {
    font-size: 15px;
    line-height: 22px;
  }

  /* Adjust bottom info (step number and tag) */
  .process-card .bot .number {
    font-size: 32px !important;
  }

  .process-card .bot .time {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

/* ==========================================================================
   Integration Section - Mobile & Tablet Refinement
   ========================================================================== */
@media (max-width: 991px) {
  .section-integration {
    padding: 100px 0 !important;
  }
  .section-integration .heading-title {
    font-size: 42px !important;
    margin-bottom: 30px !important;
    line-height: 1.2 !important;
  }
  .integration-visual-canvas {
    height: 420px !important;
    margin-top: 40px !important;
    padding: 0 !important;
  }
  .system-node,
  .engine-node-polish {
    width: 140px !important;
    padding: 25px 15px !important;
  }
}

@media (max-width: 767px) {
  .section-integration {
    padding: 80px 0 !important;
  }
  .section-integration .heading-title {
    font-size: 34px !important;
    letter-spacing: -0.04em !important;
  }
  .int-feature-item-polish {
    gap: 16px !important;
    margin-bottom: 20px !important;
  }
  .int-feature-item-polish h4 {
    font-size: 1.1rem !important;
  }
  .neural-hub-container {
    height: 380px !important;
  }
  .system-node {
    left: -15px !important;
  }
  .engine-node-polish {
    right: -15px !important;
  }
  .integration-bg-glow,
  .integration-bg-glow-2 {
    opacity: 0.4 !important; /* Dim atmospheric glows on smaller screens */
  }
}

@media (max-width: 480px) {
  .section-integration {
    padding: 60px 0 !important;
  }
  .section-integration .heading-title {
    font-size: 28px !important;
  }
  .pill-subtitle {
    padding: 6px 18px !important;
  }
  .system-node,
  .engine-node-polish {
    width: 115px !important;
    padding: 18px 10px !important;
    border-radius: 20px !important;
  }
  .node-icon-wrapper {
    width: 44px !important;
    height: 44px !important;
    margin-bottom: 10px !important;
    border-radius: 12px !important;
  }
  .node-icon-wrapper i {
    font-size: 18px !important;
  }
  .node-icon-wrapper img {
    width: 28px !important;
  }
  .system-node div[style*="font-size: 0.8rem"] {
    font-size: 0.65rem !important;
  }
  .engine-node-polish div[style*="font-size: 0.95rem"] {
    font-size: 0.75rem !important;
  }
  .neural-hub-container {
    height: 320px !important;
  }
  .signal-point {
    display: none !important; /* Clean up visual noise on tiny screens */
  }
}

/* ==========================================================================
   Differentiation Section (Clean Ecosystem) - Mobile & Tablet Refinement
   ========================================================================== */
@media (max-width: 1199px) {
  .section-differentiation-clean {
    padding: 100px 0 !important;
  }
  .section-differentiation-clean .heading-title {
    font-size: 42px !important;
    margin-bottom: 40px !important;
    line-height: 1.2 !important;
  }
.clean-ecosystem-wrapper {
    position: relative;
    width: 100%;
    max-width: 1100px;
    height: 750px;
    margin: 60px auto 0; /* Changed from 0 auto to push the diagram down */
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 2000px;
}
  .clean-node {
    position: relative !important;
    width: 100% !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    padding: 30px !important;
    border-radius: 24px !important;
    box-shadow: 0 15px 40px rgba(19, 0, 90, 0.05) !important;
  }
  .clean-svg-paths {
    display: none !important;
  }
  .clean-hub {
    margin: 20px auto !important;
    width: 120px !important;
    height: 120px !important;
    order: -1;
  }
  .clean-hub i {
    font-size: 48px !important;
  }
  .node-active-badge {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .section-differentiation-clean {
    padding: 80px 0 !important;
  }
  .section-differentiation-clean .heading-title {
    font-size: 34px !important;
  }
  .clean-node {
    gap: 15px !important;
    padding: 25px !important;
  }
  .clean-node-content h3 {
    font-size: 1.25rem !important;
  }
  .clean-icon-box {
    width: 56px !important;
    height: 56px !important;
    font-size: 24px !important;
  }
}

@media (max-width: 480px) {
  .section-differentiation-clean {
    padding: 60px 0 !important;
  }
  .section-differentiation-clean .heading-title {
    font-size: 28px !important;
  }
  .clean-node {
    padding: 20px !important;
    border-radius: 20px !important;
  }
  .clean-icon-box {
    width: 50px !important;
    height: 50px !important;
    font-size: 20px !important;
    border-radius: 14px !important;
  }
  .clean-node-content h3 {
    font-size: 1.1rem !important;
  }
  .clean-node-content p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }
}

/* Concept 2 Removed */

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

/* --- HIGH-IMPACT HERO UPGRADES (features.php) --- */
.section-hero.v1 {
  background:
    radial-gradient(circle at 30% 20%, rgba(3, 201, 136, 0.08), transparent 40%), var(--mint-soft);
  position: relative;
  overflow: hidden;
}

.hero-title {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.1 !important;
  display: block;
}

.hero-title .line-1 {
  display: block;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  color: var(--indigo-deep);
  margin-bottom: 8px;
}

.hero-title .line-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 700;
  background: linear-gradient(90deg, #03c988, #02b87d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtext {
  max-width: 560px;
  margin: 24px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(19, 0, 90, 0.1);
  font-size: 18px;
  line-height: 1.6;
  color: var(--charcoal);
  opacity: 0.85;
}

.hero-subtext strong {
  color: var(--indigo-deep);
  font-weight: 600;
}

.hero-cta-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 28px;
}

.hero-trust {
  margin-top: 24px;
  font-size: 14px;
  color: var(--secondary);
}

/* Button Elevation */
.tf-btn {
  box-shadow: 0 4px 12px rgba(3, 201, 136, 0.15) !important;
}

.tf-btn:hover {
  box-shadow: 0 8px 20px rgba(3, 201, 136, 0.25) !important;
}

/* Visual Glow */
.hero-visual {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.hero-visual::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background: rgba(3, 201, 136, 0.2);
  filter: blur(60px);
  z-index: -1;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .hero-title .line-2 {
    gap: 16px;
  }
  .hero-cta-group {
    flex-direction: column;
    align-items: center;
  }
  .hero-cta-group .tf-btn,
  .hero-cta-group .tf-btn-2 {
    width: 100%;
    max-width: 320px;
  }
}
/* --- VERTICAL WORKFLOW UPGRADE (features.php) --- */
.section-workflow-v {
  padding: 120px 0;
  background-color: var(--white);
}

.workflow-v-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.workflow-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--green-ai) 0%, rgba(3, 201, 136, 0.05) 100%);
  z-index: 1;
  opacity: 0.6;
}

.workflow-cards-stack {
  display: flex !important;
  flex-direction: column !important;
  gap: 100px;
  position: relative;
  width: 100%;
}

.workflow-v-item {
  position: relative;
  z-index: 2;
  width: 100% !important;
  display: flex !important;
}

/* 1, 3, 5 -> LEFT */
.workflow-v-item.workflow-left {
  justify-content: flex-start !important;
  text-align: left !important;
}

/* 2, 4 -> RIGHT */
.workflow-v-item.workflow-right {
  justify-content: flex-end !important;
  text-align: left !important;
}

.workflow-v-card {
  width: 44% !important;
  background: var(--mint-soft);
  border: 1px solid rgba(3, 201, 136, 0.12);
  border-radius: 24px;
  padding: 40px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  opacity: 0.8;
  transform: scale(0.96);
  text-align: left !important;
}

.workflow-v-card.active {
  background: linear-gradient(145deg, #13005a 0%, #1c0a6b 60%, #0f0440 100%) !important;
  color: var(--white);
  opacity: 1 !important;
  transform: scale(1.04);
  box-shadow:
    0 20px 60px rgba(19, 0, 90, 0.35),
    0 8px 20px rgba(3, 201, 136, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.workflow-v-card.active:hover {
  transform: scale(1.04) translateY(-4px);
}

/* Inner Glow */
.workflow-v-card.active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top left, rgba(3, 201, 136, 0.08), transparent 40%);
  pointer-events: none;
  z-index: 1;
}

/* Micro Visual Guide - Left Accent Line aligned with Badge Axis */
.workflow-v-card.active::after {
  content: "";
  position: absolute;
  left: 24px;
  top: 30%;
  height: 40%;
  width: 3px;
  background: var(--green-ai);
  border-radius: 2px;
  z-index: 3;
}

.workflow-v-card .step-label {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  background: var(--white);
  color: var(--indigo-deep);
  transition: all 0.4s ease;
  z-index: 2;
}

.workflow-v-card.active .step-label {
  background: var(--green-ai);
  color: var(--white);
  box-shadow: 0 0 8px rgba(3, 201, 136, 0.25);
}

.workflow-v-card .title {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 60px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: var(--indigo-deep);
  position: relative;
  z-index: 2;
  text-align: left !important;
}

.workflow-v-card.active .title {
  color: var(--white);
  max-width: 85%;
}

.workflow-v-card .desc {
  font-size: 16px;
  margin-bottom: 24px;
  margin-left: 60px;
  color: var(--charcoal);
  line-height: 1.6;
  position: relative;
  z-index: 2;
  text-align: left !important;
}

.workflow-v-card.active .desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.chips-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-left: 60px;
  justify-content: flex-start !important;
}

.chip {
  padding: 6px 14px;
  background: var(--white);
  color: var(--indigo-deep);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(19, 0, 90, 0.08);
}

.workflow-v-card.active .chip {
  opacity: 0.85;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(3, 201, 136, 0.08);
  border: 1px solid rgba(3, 201, 136, 0.25);
  color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.workflow-v-card.active .chip:hover {
  background: rgba(3, 201, 136, 0.15);
  border-color: var(--green-ai);
  color: var(--white);
  opacity: 1;
}

/* Bullet on the line */
.workflow-v-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: var(--white);
  border: 4px solid var(--mint-soft);
  border-radius: 50%;
  z-index: 10;
  transition: all 0.4s ease;
  opacity: 0.6;
}

/* Target bullet when internal card is active */
.workflow-v-item:has(.active)::before {
  border-color: var(--green-ai);
  background: var(--green-ai);
  box-shadow: 0 0 0 12px rgba(3, 201, 136, 0.2);
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0.8;
}

@media (max-width: 991px) {
  .workflow-v-container {
    padding: 0 20px 0 40px;
  }
  .workflow-line {
    left: 20px;
    transform: none;
  }
  .workflow-v-item {
    text-align: left !important;
    justify-content: flex-start !important;
  }
  .workflow-v-item::before {
    left: 20px;
    top: 40px;
    transform: translateX(-50%);
  }
  .workflow-v-card {
    width: 100% !important;
    margin: 0 !important;
    padding: 30px 20px;
  }
  .workflow-v-card .step-label {
    top: 20px;
    left: 20px !important;
    right: auto !important;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .workflow-v-card .title,
  .workflow-v-card .desc,
  .workflow-v-card .chips-group {
    margin-left: 50px;
  }
  .workflow-v-item .chips-group {
    justify-content: flex-start !important;
  }
}

/* --- Section: Workflow Transformation (Moved from index.php) --- */
.ambient-gradient-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(19, 0, 90, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(3, 201, 136, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(19, 0, 90, 0.02) 0%, transparent 70%);
  animation: ambient-drift 20s ease-in-out infinite alternate;
  z-index: 0;
}
@keyframes ambient-drift {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(20px, -20px);
  }
}

.particle-container {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.data-particle {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  animation: particle-float 12s infinite ease-in-out;
}
@keyframes particle-float {
  0%,
  100% {
    transform: translate(0, 0);
    opacity: 0.2;
  }
  50% {
    transform: translate(var(--drift-x), var(--drift-y));
    opacity: 0.5;
  }
}

.card-aura-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(3, 201, 136, 0.08) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
  z-index: -1;
}

.engine-aura {
  position: absolute;
  inset: -8px;
  border: 1px dashed rgba(3, 201, 136, 0.4);
  border-radius: 50%;
  animation: spin 20s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.engine-pulse {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(3, 201, 136, 0.3);
  animation: pulse-ring-new 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  pointer-events: none;
}
@keyframes pulse-ring-new {
  0% {
    transform: scale(0.8);
    opacity: 0.9;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}

.indicator-bar-wrapper {
  width: 36px;
  height: 4px;
  background: rgba(19, 0, 90, 0.06);
  border-radius: 10px;
  margin-right: 20px;
  margin-top: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.after-card .indicator-bar-wrapper {
  background: rgba(255, 255, 255, 0.1);
}

.indicator-bar-fill {
  height: 100%;
  transition: width 2s cubic-bezier(0.65, 0, 0.35, 1);
}
.indicator-bar-fill.glowing {
  box-shadow: 0 0 15px rgba(3, 201, 136, 0.7);
}

.system-indicator-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.before-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 70px rgba(19, 0, 90, 0.07);
}
.after-card:hover {
  transform: translateY(28px) scale(1.02);
  box-shadow: 0 70px 140px -30px rgba(0, 0, 0, 0.8);
}

.premium-highlight-box {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.premium-highlight-box::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 80px;
  height: 2px;
  background: var(--brand);
  box-shadow: 0 0 15px rgba(3, 201, 136, 0.6);
}

.text-shimmer {
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand) 50%, var(--brand) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 5s linear infinite;
}
@keyframes shimmer {
  to {
    background-position: 200% center;
  }
}

.staggered-item {
  animation: itemFadeSlide 1s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}
.staggered-item:nth-child(1) {
  animation-delay: 0.15s;
}
.staggered-item:nth-child(2) {
  animation-delay: 0.3s;
}
.staggered-item:nth-child(3) {
  animation-delay: 0.45s;
}
.staggered-item:nth-child(4) {
  animation-delay: 0.6s;
}
.staggered-item:nth-child(5) {
  animation-delay: 0.75s;
}
.staggered-item:nth-child(6) {
  animation-delay: 0.9s;
}
.staggered-item:nth-child(7) {
  animation-delay: 1.05s;
}

@keyframes itemFadeSlide {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .after-card {
    transform: translateY(0) !important;
  }
  .row.align-items-center {
    gap: 60px;
  }
  .ambient-gradient-bg {
    display: none;
  }
}

/* Mobile & Tablet Refinement (Workflow Transformation) */
@media (max-width: 991px) {
  .section-workflow-transformation .row[style*="margin-bottom: 120px"] {
    margin-bottom: 60px !important;
  }
  .section-workflow-transformation .col-lg-5 {
    transform: none !important;
    margin-bottom: 30px;
  }
  .section-workflow-transformation .col-lg-5:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .section-workflow-transformation {
    padding: 40px 0 60px !important; /* Aggressively reduced top padding for mobile */
  }

  .section-workflow-transformation .heading-title {
    font-size: 32px !important;
    line-height: 1.15 !important;
    margin-bottom: 25px !important;
  }

  .section-workflow-transformation .heading-section .text {
    font-size: 1.15rem !important;
    line-height: 1.6 !important;
  }

  .before-card,
  .after-card {
    padding: 50px 30px !important;
    border-radius: 40px !important;
  }

  .before-card h3,
  .after-card h3 {
    font-size: 1.8rem !important;
    margin-bottom: 40px !important;
  }

  .system-indicator-item {
    margin-bottom: 20px !important;
  }

  .indicator-bar-wrapper {
    width: 24px !important;
    margin-right: 15px !important;
  }

  .premium-highlight-box p {
    font-size: 1.1rem !important;
  }

  .premium-highlight-box .text-shimmer {
    font-size: 1.2rem !important;
  }
}

/* --- Section: How It Works (Moved from index.php) --- */
.progressive-flow-container {
  padding: 40px 0;
}
.flow-glimmer {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, transparent, rgba(3, 201, 136, 0.3), transparent);
  animation: spine-glimmer 5s infinite ease-in-out;
}
@keyframes spine-glimmer {
  0% {
    top: -200px;
    opacity: 0;
  }
  40% {
    opacity: 0.8;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.flow-step {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.2;
  transform: translateY(20px);
  will-change: transform, opacity;
}
.active-section .flow-step {
  opacity: 0.8;
  transform: translateY(0);
}
.flow-step.active {
  opacity: 1 !important;
  transform: scale(1.03) !important;
}
.flow-left {
  justify-content: flex-start;
  text-align: right;
  padding-right: 50%;
}
.flow-right {
  justify-content: flex-end;
  text-align: left;
  padding-left: 50%;
}
.flow-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.node-core {
  width: 100%;
  height: 100%;
  background: var(--indigo-tint);
  border-radius: 50%;
  transition: all 0.5s ease;
}
.active .node-core {
  background: var(--brand);
  box-shadow: 0 0 20px rgba(3, 201, 136, 0.5);
}
.node-halo {
  position: absolute;
  inset: -12px;
  border: 1px solid var(--brand);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.6s ease;
}
.active .node-halo {
  opacity: 0.3;
  transform: scale(1);
  animation: node-signal-ping 3s infinite;
}
.flow-connector {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  opacity: 0.05;
  transition: all 0.5s ease;
}
.flow-left .flow-connector {
  right: 0;
  transform: translateX(100%);
  background: linear-gradient(90deg, transparent, var(--secondary));
}
.flow-right .flow-connector {
  left: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, var(--secondary), transparent);
}
.active .flow-connector {
  opacity: 0.4;
  width: 40px;
}
.active.flow-left .flow-connector {
  background: linear-gradient(90deg, transparent, var(--brand));
}
.active.flow-right .flow-connector {
  background: linear-gradient(90deg, var(--brand), transparent);
}
.flow-content {
  width: 100%;
  max-width: 300px;
  padding: 0 30px;
  position: relative;
}
.step-num {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--secondary);
  opacity: 0.5;
  margin-bottom: 6px;
  letter-spacing: 0.3em;
  transition: all 0.4s;
}
.active .step-num {
  color: var(--brand);
  opacity: 1;
}
.step-title {
  color: var(--indigo-deep);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.25;
  margin: 0;
  transition: all 0.4s;
}
.active .step-title {
  color: var(--indigo-deep);
}
.step-title .highlight {
  color: inherit;
  transition: all 0.4s;
}
.active .step-title .highlight {
  color: var(--brand);
}
.let-it-run::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--brand);
  transition: width 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1s;
  box-shadow: 0 0 10px rgba(3, 201, 136, 0.3);
}
.active-section .let-it-run::after {
  width: 100%;
}
@keyframes node-signal-ping {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.05;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}
/* Mobile & Tablet Refinement (How It Works) */
@media (max-width: 991px) {
  .section-how-it-works {
    padding: 100px 0 !important;
  }
  .section-how-it-works .heading-section {
    margin-bottom: 60px !important;
  }
  .section-how-it-works .heading-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 767px) {
  .flow-spine {
    left: 30px !important;
    transform: none !important;
  }
  .flow-step {
    padding: 0 0 0 70px !important;
    text-align: left !important;
    justify-content: flex-start !important;
    margin-bottom: 50px !important;
    width: 100% !important;
  }
  .flow-node {
    left: 30px !important;
    width: 10px !important;
    height: 10px !important;
  }
  .node-halo {
    inset: -15px !important;
  }
  .flow-connector {
    display: none;
  }
  .flow-content {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .step-title {
    font-size: 1.1rem !important;
  }
  .step-title br {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .section-how-it-works {
    padding: 80px 0 !important;
  }
  .flow-spine {
    left: 20px !important;
  }
  .flow-step {
    padding-left: 50px !important;
  }
  .flow-node {
    left: 20px !important;
  }
}

/* --- Section: Feature Grid (Moved from index.php) --- */
.features-container:hover .feature-power-card:not(:hover) {
  opacity: 0.85;
  transform: scale(0.98);
  filter: grayscale(0.2);
}
.feature-power-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 30px 60px rgba(19, 0, 90, 0.12);
  border-color: rgba(3, 201, 136, 0.35) !important;
  z-index: 10;
}
.card-sweep {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(3, 201, 136, 0.08) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  pointer-events: none;
  z-index: 1;
}
.feature-power-card:hover .card-sweep {
  animation: sweep-active 0.8s ease forwards;
}
@keyframes sweep-active {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.feature-power-card:hover .system-bar {
  transform: scaleX(1);
}
.feature-power-card:hover .card-icon-wrapper {
  background: var(--brand) !important;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 0 25px rgba(3, 201, 136, 0.4);
}
.feature-power-card:hover svg path,
.feature-power-card:hover svg circle,
.feature-power-card:hover svg rect {
  stroke: var(--white) !important;
}
.feature-power-card:hover svg circle[fill],
.feature-power-card:hover svg rect[fill],
.feature-power-card:hover svg path[fill] {
  fill: var(--white) !important;
}
.feature-power-card:hover svg circle[fill-opacity] {
  fill-opacity: 0.3 !important;
}
.feature-power-card:hover .icon-ping {
  animation: icon-halo 2s infinite;
}
.active-gradient {
  background: linear-gradient(90deg, var(--brand), var(--white), var(--brand));
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-shift 4s linear infinite;
}
.engine-pulse {
  animation: engine-breathe 6s ease-in-out infinite;
  border: 1px solid var(--indigo-tint) !important;
}
@keyframes engine-breathe {
  0%,
  100% {
    box-shadow:
      0 10px 40px rgba(19, 0, 90, 0.02),
      inset 0 0 0 0px rgba(3, 201, 136, 0);
  }
  50% {
    box-shadow:
      0 15px 50px rgba(3, 201, 136, 0.12),
      inset 0 0 0 1px rgba(3, 201, 136, 0.2);
  }
}
@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes icon-halo {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.card-icon-wrapper,
.card-icon-wrapper i,
.feature-power-card {
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Mobile & Tablet Refinement (Feature Grid) */
@media (max-width: 991px) {
  .section-features-grid {
    padding: 100px 0 !important;
  }
  .section-features-grid .mb-100 {
    margin-bottom: 60px !important;
  }
  .section-features-grid .heading-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 767px) {
  .feature-power-card {
    padding: 30px !important;
    border-radius: 20px !important;
  }
  .feature-power-card h3 {
    font-size: 1.5rem !important;
    margin-bottom: 15px !important;
  }
  .feature-power-card h4,
  .feature-power-card h5 {
    font-size: 1.25rem !important;
  }
  .card-icon-wrapper {
    margin-bottom: 25px !important;
    width: 60px !important;
    height: 60px !important;
  }
  .card-icon-wrapper svg {
    width: 30px !important;
    height: 30px !important;
  }
}

@media (max-width: 480px) {
  .section-features-grid {
    padding: 80px 0 !important;
  }
  .features-container {
    padding: 0 10px;
  }
  .feature-power-card p {
    font-size: 0.9rem !important;
  }
}

/* Mobile & Tablet Refinement (Advanced Capabilities) */
@media (max-width: 991px) {
  .section-advanced-capabilities {
    padding: 100px 0 !important;
  }
  .section-advanced-capabilities .heading-section {
    margin-bottom: 40px !important;
  }
  .section-advanced-capabilities .heading-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .ui-preview-wrapper {
    padding-left: 0 !important;
    margin-top: 50px;
  }
  .preview-card-main {
    border-radius: 32px !important;
  }
}

@media (max-width: 767px) {
  .capability-item {
    padding: 20px !important;
    gap: 15px !important;
    margin-bottom: 15px !important;
  }
  .capability-item h4 {
    font-size: 1.2rem !important;
    margin-bottom: 5px !important;
  }
  .capability-item p {
    font-size: 0.95rem !important;
  }
  .ui-content-viewport {
    padding: 25px !important;
  }
  .ui-view {
    inset: 25px !important;
  }
  .capability-item:hover {
    transform: none !important; /* Disable horizontal offset on mobile */
  }
}

@media (max-width: 480px) {
  .section-advanced-capabilities {
    padding: 80px 0 !important;
  }
  .preview-card-main {
    border-radius: 24px !important;
  }
  .ui-chrome {
    padding: 0 15px !important;
    height: 45px !important;
  }
  .ui-chrome div:last-child {
    margin: 0 20px !important;
  }
}

/* Mobile & Tablet Refinement (AI Core Intelligence) */
@media (max-width: 991px) {
  .section-ai-layer {
    padding: 100px 0 !important;
  }
  .section-ai-layer .mb-140 {
    margin-bottom: 60px !important;
  }
  .section-ai-layer .heading-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .connectivity-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  /* Reorder: Left -> Core -> Right */
  .connectivity-wrapper > div:nth-child(2) {
    order: -1; /* Put the Brain Core at the top on mobile */
  }
}

@media (max-width: 767px) {
  .ai-core-engine-finale {
    width: 300px !important;
    height: 300px !important;
  }
  .core-processing-unit-finale {
    width: 120px !important;
    height: 120px !important;
  }
  .neural-column-left,
  .neural-column-right {
    gap: 40px !important;
  }
  .neural-card {
    text-align: center !important;
    padding: 0 15px !important;
  }
  .neural-text {
    font-size: 1.1rem !important;
    opacity: 0.8 !important; /* Keep text readable on mobile without hover */
  }
  .neural-card.active-scan .neural-text {
    transform: none !important;
  }
  .core-status-badge {
    bottom: -50px !important;
  }
}

@media (max-width: 480px) {
  .section-ai-layer {
    padding: 80px 0 !important;
  }
  .ai-core-engine-finale {
    width: 260px !important;
    height: 260px !important;
  }
  .core-processing-unit-finale {
    width: 100px !important;
    height: 100px !important;
  }
  .core-heart-beat-sharp {
    width: 40px !important;
    height: 40px !important;
  }
}

/* Fix orbital distance on mobile */
@media (max-width: 767px) {
  @keyframes orbit-elite {
    from {
      transform: rotate(0deg) translateX(140px);
    }
    to {
      transform: rotate(360deg) translateX(140px);
    }
  }
}
@media (max-width: 480px) {
  @keyframes orbit-elite {
    from {
      transform: rotate(0deg) translateX(120px);
    }
    to {
      transform: rotate(360deg) translateX(120px);
    }
  }
}

/* Mobile & Tablet Refinement (Differentiation Section) */
@media (max-width: 991px) {
  .section-differentiation {
    padding: 100px 0 !important;
  }
  .section-differentiation .mb-100 {
    margin-bottom: 60px !important;
  }
  .section-differentiation .heading-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .differentiation-row {
    margin: 0 15px !important;
  }
}

@media (max-width: 767px) {
  .diff-side-left,
  .diff-side-right {
    padding: 50px 30px !important;
  }
  .diff-side-left h3,
  .diff-side-right h3 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }
  .diff-side-right h3 {
    margin-bottom: 30px !important;
  }
  .diff-side-right ul li {
    font-size: 0.95rem !important;
    gap: 15px !important;
    margin-bottom: 18px !important;
  }
  .diff-side-right ul li:last-child {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 480px) {
  .section-differentiation {
    padding: 80px 0 !important;
  }
  .diff-side-left,
  .diff-side-right {
    padding: 40px 20px !important;
  }
  .differentiation-row {
    border-radius: 24px !important;
  }
}

/* Mobile & Tablet Refinement (Target Users Section) */
@media (max-width: 991px) {
  .section-target-users {
    padding: 100px 0 !important;
  }
  .section-target-users .heading-section {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 50px !important;
  }
  .section-target-users .heading-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .identity-flow-system {
    padding-left: 40px !important;
  }
}

@media (max-width: 767px) {
  .identity-system-item {
    margin-bottom: 60px !important;
    gap: 20px !important;
  }
  .primary-flow .identity-title {
    font-size: 2rem !important;
  }
  .primary-flow .identity-desc {
    font-size: 1.1rem !important;
  }
  .secondary-flow .identity-title {
    font-size: 1.4rem !important;
  }
  .secondary-flow .identity-desc {
    font-size: 1rem !important;
  }
}

@media (max-width: 480px) {
  .section-target-users {
    padding: 80px 0 !important;
  }
  .identity-flow-system {
    padding-left: 30px !important;
  }
  .system-node {
    width: 8px !important;
    height: 8px !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 991px) {
  .section-contact-main {
    padding-top: 100px !important;
  }
  .section-contact {
    padding: 40px 20px !important;
  }
  .section-contact .heading-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .section-contact .col-left {
    padding: 0 0 40px 0 !important;
  }
  .form-contact {
    background-color: var(--white) !important;
    padding: 30px 20px !important;
    border-radius: 32px !important;
  }
  .form-contact .heading {
    font-size: 20px !important;
    margin-bottom: 24px !important;
  }
}

@media (max-width: 767px) {
  .section-contact .heading-title {
    font-size: 28px !important;
  }
  .contact-item {
    margin-bottom: 24px !important;
  }
  .contact-item .icon {
    width: 48px !important;
    height: 48px !important;
    font-size: 20px !important;
  }
}

/* Mobile & Tablet Refinement (Outcomes Section) */
@media (max-width: 991px) {
  .section-outcomes {
    padding: 100px 0 !important;
  }
  .section-outcomes .mb-100 {
    margin-bottom: 60px !important;
  }
  .section-outcomes .heading-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 767px) {
  .outcomes-grid-system {
    gap: 50px !important;
    margin-top: 40px !important;
  }
  .metric-value.primary {
    font-size: 3rem !important;
  }
  .metric-value.secondary {
    font-size: 2.5rem !important;
  }
  .metric-title {
    font-size: 1rem !important;
    max-width: 220px !important;
  }
}

@media (max-width: 480px) {
  .section-outcomes {
    padding: 80px 0 !important;
  }
  .metric-value.primary {
    font-size: 2.5rem !important;
  }
  .metric-value.secondary {
    font-size: 2.2rem !important;
  }
}

/* Mobile & Tablet Refinement (Pricing Section) */
@media (max-width: 991px) {
  .section-pricing {
    padding: 80px 0 !important;
  }
  .section-pricing .heading-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 480px) {
  .section-pricing {
    padding: 60px 0 !important;
  }
  .pricing-flow-container {
    gap: 40px !important;
    margin-top: 40px !important;
  }
  .flow-block {
    padding-bottom: 30px !important;
  }
  .pricing-step-title {
    font-size: 20px !important;
    margin-bottom: 8px !important;
  }
  .pricing-step-desc {
    font-size: 13px !important;
    max-width: 100% !important;
  }
}

/* Mobile & Tablet Refinement (Trust Strip) */
@media (max-width: 991px) {
  .section-trust-strip {
    padding: 60px 0 !important;
  }
  .trust-assurance-row {
    align-items: center !important; /* Center on mobile for cleaner look */
    text-align: center !important;
    gap: 40px !important;
  }
  .trust-assurance-item {
    flex-direction: column !important;
    gap: 12px !important;
  }
  .trust-assurance-item strong {
    white-space: normal !important; /* Allow wrapping on small screens */
    font-size: 15px !important;
    max-width: 200px !important;
  }
}

@media (max-width: 480px) {
  .section-trust-strip {
    padding: 50px 0 !important;
  }
  .trust-mini-icon {
    width: 38px !important;
    height: 38px !important;
  }
  .trust-mini-icon svg {
    width: 16px !important;
    height: 16px !important;
  }
}

/* Mobile & Tablet Refinement (Final CTA Section) */
@media (max-width: 991px) {
  .section-final-cta {
    padding: 80px 20px 100px !important;
  }
  .cta-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
  .cta-desc {
    font-size: 1.1rem !important;
    margin-bottom: 35px !important;
  }
}

@media (max-width: 480px) {
  .section-final-cta {
    padding: 60px 15px 80px !important;
  }
  .cta-title {
    font-size: 28px !important;
  }
  .cta-btns {
    gap: 12px !important;
  }
  .tf-btn,
  .tf-btn-2 {
    padding: 14px 25px !important;
    font-size: 1rem !important;
  }
  .cta-micro-trust {
    font-size: 12px !important;
    line-height: 1.5 !important;
    padding: 0 10px !important;
  }
  .cta-bg-aura {
    width: 400px !important;
    height: 400px !important;
  }
}

/* ==========================================================================
   AI Layer Section - Mobile & Tablet Refinement
   ========================================================================== */
@media (max-width: 1200px) {
  .connectivity-lines-overlay {
    opacity: 0.1 !important;
  }
}

@media (max-width: 991px) {
  .section-ai-layer {
    padding: 100px 0 !important;
  }
  .section-ai-layer .heading-section {
    margin-bottom: 60px !important;
  }
  .connectivity-lines-overlay {
    display: none !important;
  }
  .features-wrap {
    flex-direction: column !important;
    gap: 32px !important;
    align-items: center !important;
  }
  .features-col {
    width: 100% !important;
    max-width: 550px !important;
    gap: 24px !important;
  }
  .ai-main-core-wrap {
    order: -1 !important; /* Move Brain Core to top for mobile flow */
    height: auto !important;
    margin-bottom: 20px !important;
    flex: none !important;
  }
  #three-brain-container {
    width: 280px !important;
    height: 280px !important;
  }
  #three-brain-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
  #three-brain-container canvas {
    width: 100% !important;
    height: 100% !important;
  }
  .features-item.neural-card {
    padding: 32px !important;
    border-radius: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .features-item.neural-card .icon-box {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
  }
  .connect-node {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .section-ai-layer {
    padding: 80px 0 !important;
  }
  .section-ai-layer .heading-title {
    font-size: 28px !important;
    line-height: 1.3 !important;
    padding: 0 15px;
  }
  .features-col {
    gap: 20px !important;
  }
  .features-item.neural-card {
    padding: 24px !important;
  }
  .features-item.neural-card .icon-box {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 20px !important;
  }
  .features-item.neural-card .icon-box i {
    font-size: 22px !important;
  }
  .features-item.neural-card .title {
    font-size: 1.05rem !important;
  }
  #three-brain-container {
    width: 240px !important;
    height: 240px !important;
  }
}

@media (max-width: 480px) {
  .section-ai-layer {
    padding: 60px 0 !important;
  }
  .section-ai-layer .heading-title {
    font-size: 24px !important;
  }
  .features-item.neural-card {
    padding: 20px !important;
  }
  #three-brain-container {
    width: 200px !important;
    height: 200px !important;
  }
}

/* ==========================================================================
   Differentiation Section - Mobile & Tablet Refinement
   ========================================================================== */
@media (max-width: 991px) {
  .section-differentiation {
    padding: 100px 0 !important;
  }
  .section-differentiation .heading-section {
    margin-bottom: 60px !important;
  }
  .section-differentiation .heading-title {
    font-size: 38px !important;
    line-height: 1.2 !important;
    padding: 0 15px;
  }
  .kinetic-windows-row {
    gap: 30px !important;
  }
  .window-content {
    padding: 40px 25px !important;
  }
  .active-title {
    font-size: 1.6rem !important;
    line-height: 1.3 !important;
  }
  .side-title {
    font-size: 1.4rem !important;
    line-height: 1.3 !important;
  }
  .signal-hub {
    margin-top: 30px !important;
    gap: 15px !important;
  }
  .signal-item {
    padding: 10px 15px !important;
  }
  .signal-item:hover {
    transform: translateX(8px) !important;
  }
}

@media (max-width: 767px) {
  .section-differentiation {
    padding: 80px 0 !important;
  }
  .section-differentiation .heading-title {
    font-size: 32px !important;
  }
  .active-title {
    font-size: 1.4rem !important;
  }
  .side-title {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 480px) {
  .section-differentiation {
    padding: 60px 0 !important;
  }
  .section-differentiation .heading-title {
    font-size: 26px !important;
  }
  .window-content {
    padding: 30px 20px !important;
  }
  .active-title {
    font-size: 1.25rem !important;
  }
  .side-title {
    font-size: 1.15rem !important;
  }
  .signal-text {
    font-size: 0.9rem !important;
  }
}

/* ==========================================================================
   Advanced Capabilities Section - Mobile & Tablet Refinement
   ========================================================================== */
@media (max-width: 991px) {
  .section-advanced-capabilities {
    padding: 100px 0 60px !important;
  }
  .section-advanced-capabilities .heading-section {
    margin-bottom: 40px !important;
  }
  .section-advanced-capabilities .heading-title {
    font-size: 34px !important;
    line-height: 1.2 !important;
  }
  .advanced-list-container {
    padding-bottom: 20px !important;
  }
  .capability-item {
    margin-bottom: 16px !important; /* Overriding 120px inline */
    padding: 20px 25px !important;
    border-radius: 20px !important;
    background: rgba(19, 0, 90, 0.02) !important;
    border: 1px solid var(--indigo-tint) !important;
    gap: 15px !important;
  }
  .capability-item:hover,
  .capability-item.active {
    transform: translateX(8px) !important;
    background: var(--white) !important;
    border-color: var(--brand) !important;
  }
  .capability-item h4 {
    font-size: 1.15rem !important;
    margin-bottom: 6px !important;
  }
  .capability-item p {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
  }
  .cap-indicator {
    height: 24px !important;
  }
  .ui-preview-wrapper {
    position: relative !important;
    top: 0 !important;
    padding-left: 0 !important;
    margin-top: 30px !important;
    margin-bottom: 50px !important;
    z-index: 5 !important;
  }
  .preview-card-main {
    border-radius: 24px !important;
    box-shadow: 0 20px 50px rgba(19, 0, 90, 0.06) !important;
  }
  .ui-chrome {
    height: 45px !important;
    padding: 0 20px !important;
  }
  .ui-chrome div[style*="flex-grow: 1"] {
    margin: 0 20px !important;
  }
}

@media (max-width: 767px) {
  .section-advanced-capabilities {
    padding: 80px 0 40px !important;
  }
  .section-advanced-capabilities .heading-title {
    font-size: 28px !important;
  }
  .capability-item {
    padding: 16px 20px !important;
  }
  .capability-item h4 {
    font-size: 1.05rem !important;
  }
  .capability-item p {
    font-size: 0.9rem !important;
  }
  .preview-card-main {
    border-radius: 16px !important;
  }
}

@media (max-width: 480px) {
  .section-advanced-capabilities .heading-title {
    font-size: 24px !important;
  }
  .capability-item {
    padding: 15px !important;
  }
  .capability-item h4 {
    font-size: 1rem !important;
  }
}

/* ==========================================================================
   How It Works Section - Mobile & Tablet Refinement
   ========================================================================== */
@media (max-width: 991px) {
  .section-process {
    padding: 80px 0 !important;
  }
  .process-heading {
    margin-bottom: 50px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto !important; /* Overriding h-100 for stacked layout */
  }
  .section-process .heading-section {
    margin-bottom: 30px !important;
  }
  .section-process .heading-title {
    font-size: 36px !important;
    line-height: 1.2 !important;
  }
  .group-btn-slider {
    justify-content: center !important;
  }
  .process-card {
    padding: 35px !important;
    border-radius: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  .process-card i {
    width: 54px !important;
    height: 54px !important;
    font-size: 24px !important;
    margin-bottom: 24px !important;
    border-radius: 16px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .process-card .content {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding-bottom: 25px !important;
    width: 100% !important;
  }
  .process-card .title {
    font-size: 1.35rem !important;
  }
  .process-card .bot {
    margin-top: 25px !important;
    padding-top: 0 !important;
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .section-process {
    padding: 60px 0 !important;
  }
  .section-process .heading-title {
    font-size: 28px !important;
  }
  .process-card {
    padding: 25px !important;
  }
  .process-card .title {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 480px) {
  .section-process .heading-title {
    font-size: 24px !important;
  }
  .process-card {
    padding: 20px !important;
  }
  .process-card .title {
    font-size: 1.05rem !important;
  }
}

/* ==========================================================================
   REFINED Why It Exists Section - Concept 2: Broken Cycle Hub
   ========================================================================== */
/* ==========================================================================
   Why It Exists Section - Concept 8: The Mosaic of Chaos (FIXED OVERLAP)
   ========================================================================== */
.section-why-exists-mosaic {
  background: #f8f9fb;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}

.mosaic-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 60px auto 0;
  height: 720px;
  cursor: default;
}

.chaos-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.05;
}

.chaos-tag {
  position: absolute;
  font-family: "JetBrains Mono", monospace;
  font-weight: 800;
  font-size: 0.7rem;
  color: var(--indigo-deep);
  white-space: nowrap;
}

.chaos-tag:nth-child(1) {
  top: 10%;
  left: 5%;
  transform: rotate(-15deg);
}
.chaos-tag:nth-child(2) {
  top: 20%;
  right: 10%;
  transform: rotate(10deg);
}
.chaos-tag:nth-child(3) {
  bottom: 15%;
  left: 20%;
  transform: rotate(-5deg);
}
.chaos-tag:nth-child(4) {
  bottom: 25%;
  right: 5%;
  transform: rotate(20deg);
}

.mosaic-grid {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  gap: 24px;
  height: 100%;
}

.mosaic-item {
  background: var(--white);
  border: 1px solid rgba(19, 0, 90, 0.06);
  border-radius: 32px;
  padding: 40px;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: var(--shadow-3d);
  position: relative;
  z-index: 5;
}

.item-inner h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--indigo-deep);
  margin: 20px 0 10px;
  letter-spacing: -0.02em;
}

.item-inner p {
  font-size: 0.9rem;
  color: var(--secondary);
  line-height: 1.5;
  margin: 0;
  opacity: 0.8;
}

.item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-number {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  color: rgba(19, 0, 90, 0.1);
}

.item-header i {
  font-size: 24px;
  color: var(--brand);
  opacity: 0.6;
}

/* Initial Chaos Positioning */
.task-1 {
  grid-column: 1 / 7;
  grid-row: 1 / 7;
  transform: translate(-40px, -30px) rotate(-4deg);
}
.task-2 {
  grid-column: 7 / 13;
  grid-row: 1 / 7;
  transform: translate(40px, 10px) rotate(3deg);
}
.task-3 {
  grid-column: 1 / 6;
  grid-row: 7 / 13;
  transform: translate(-20px, 40px) rotate(5deg);
}
.task-4 {
  grid-column: 6 / 13;
  grid-row: 7 / 13;
  transform: translate(30px, 30px) rotate(-3deg);
}

/* Phase 1: The Snap (Align to readable grid, stay clear) */
.scroll-trigger-mosaic.is-active-order .mosaic-item {
  transform: translate(0, 0) rotate(0) scale(1);
  opacity: 1;
  filter: blur(0);
  border-color: rgba(19, 0, 90, 0.1);
}

/* Phase 2: The Resolution (Blur background, surface solution) */
.scroll-trigger-mosaic.is-active-solution .mosaic-item {
  transform: translate(0, 0) rotate(0) scale(0.92); /* Scale down for focus */
  opacity: 0.4; /* Fade background */
  filter: blur(6px); /* Stronger focus blur */
  border-color: rgba(3, 201, 136, 0.1);
}

/* Solution Overlay */
.mosaic-solution {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 50; /* Above the grid */
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
    visibility 0.8s;
  pointer-events: none;
  width: 100%;
  max-width: 540px;
}

/* Scroll Trigger State */
.scroll-trigger-mosaic.is-active-solution .mosaic-solution {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.solution-content {
  background: var(--indigo-deep);
  padding: 60px;
  border-radius: 48px;
  text-align: center;
  box-shadow: 0 80px 160px rgba(19, 0, 90, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.solution-pill {
  background: rgba(3, 201, 136, 0.15);
  color: var(--brand);
  padding: 10px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}

.solution-content h4 {
  color: var(--white);
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
}

.solution-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

/* Mobile Responsiveness */
@media (max-width: 1199px) {
  .mosaic-wrapper {
    height: 600px;
    padding: 0 20px;
  }
  .solution-content {
    padding: 45px;
  }
  .solution-content h4 {
    font-size: 1.8rem;
  }
}

@media (max-width: 991px) {
  .mosaic-wrapper {
    height: auto;
    padding: 0;
  }
  .mosaic-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    counter-reset: mosaic-counter;
  }
  .mosaic-item {
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    scale: 1 !important;
    width: 100%;
    text-align: center;
    padding: 32px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    counter-increment: mosaic-counter;
  }
  .mosaic-item .item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .mosaic-item .item-inner::before {
    content: "0" counter(mosaic-counter);
    font-family: "Inter", sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: var(--brand);
    background: rgba(3, 201, 136, 0.08);
    padding: 4px 14px;
    border-radius: 999px;
    display: inline-block;
  }
  .mosaic-item .item-inner h3 {
    font-size: 1.1rem !important;
    line-height: 1.4;
    margin: 0 !important;
    text-align: center;
    color: var(--indigo-deep);
  }
  .mosaic-solution {
    position: relative;
    top: 0;
    left: 0;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    margin-top: 24px;
    pointer-events: auto;
    max-width: 100%;
    width: 100%;
  }
  .solution-content {
    text-align: center;
    padding: 40px 28px;
    border-radius: 32px;
  }
  .solution-content h4 {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .section-why-exists-mosaic {
    padding: 60px 0 80px !important;
  }
  .section-why-exists-mosaic .heading-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
  }
  .section-why-exists-mosaic .mosaic-item {
    padding: 28px 20px;
    border-radius: 20px;
  }
  .section-why-exists-mosaic .item-inner h3 {
    font-size: 1rem !important;
    line-height: 1.4;
  }
  .section-why-exists-mosaic .chaos-bg {
    display: none;
  }
  .mosaic-intro.mb-80 {
    margin-bottom: 40px !important;
  }
  .solution-content {
    border-radius: 24px;
    padding: 30px 20px;
  }
  .solution-content h4 {
    font-size: 1.25rem !important;
    line-height: 1.3;
  }
}

/* ==========================================================================
   Approach Section Styles — The Infinite S-Curve
   ========================================================================== */
.section-approach {
  position: relative;
  overflow: hidden;
  background: var(--white); /* Switching to white for a cleaner editorial look */
}

.approach-loop-visual {
  position: relative;
  height: 800px;
  width: 100%;
}

.loop-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.loop-path {
  stroke-dasharray: 8 12;
  animation: dashMove 20s linear infinite;
}

@keyframes dashMove {
  from {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.loop-items {
  position: relative;
  z-index: 2;
  height: 100%;
}

.loop-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 240px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.loop-item .icon {
  width: 80px;
  height: 80px;
  background: var(--mint-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  margin-bottom: 20px;
  font-size: 32px;
  transition: all 0.4s ease;
  border: 1px solid rgba(3, 201, 136, 0.2);
}

.loop-item:hover .icon {
  background: var(--brand);
  color: var(--white);
  transform: translateY(-10px) scale(1.1);
  box-shadow: 0 20px 40px rgba(3, 201, 136, 0.25);
}

.loop-item h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--indigo-deep);
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Positioning items along the S-Curve */
.item-1 {
  top: 5%;
  left: 40%;
}
.item-2 {
  top: 30%;
  right: 10%;
}
.item-3 {
  top: 55%;
  left: 5%;
}
.item-4 {
  top: 80%;
  left: 45%;
}

@media (max-width: 1200px) {
  .loop-item {
    width: 200px;
  }
  .item-1 {
    left: 30%;
  }
  .item-2 {
    right: 5%;
  }
  .item-3 {
    left: 0%;
  }
  .item-4 {
    left: 35%;
  }
}

@media (max-width: 991px) {
  .approach-loop-visual {
    height: auto;
    padding-top: 50px;
  }
  .loop-svg {
    display: none;
  }
  .loop-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    position: static;
  }
  .loop-item {
    position: static;
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .loop-items {
    grid-template-columns: 1fr;
  }
}

/* Editorial Typography — Approach Section */
.editorial-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--secondary);
  letter-spacing: -0.01em;
}

.editorial-text.main-focus {
  font-size: 28px;
  color: var(--indigo-deep);
}

.highlight-indigo {
  color: var(--indigo-deep);
  font-weight: 700;
}

.highlight-brand {
  color: var(--brand);
  font-weight: 800;
  position: relative;
  white-space: nowrap;
}

.highlight-brand::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--brand);
  opacity: 0.2;
  border-radius: 99px;
}

.highlight-pulse {
  box-shadow: 0 0 0 0 rgba(3, 201, 136, 0.4);
  animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(3, 201, 136, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(3, 201, 136, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(3, 201, 136, 0);
  }
}

@media (max-width: 767px) {
  .section-approach .heading-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 24px !important;
  }
  .editorial-text {
    font-size: 1.15rem;
    line-height: 1.5;
  }
  .editorial-text.main-focus {
    font-size: 1.3rem;
  }
  .approach-statements {
    margin-top: 32px !important;
  }
  .statement-item {
    margin-bottom: 20px !important;
  }
  .loop-items {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .section-approach {
    padding: 60px 0 !important;
  }
}

/* Spacing Overrides for About Page */
.about-hero .content-wrap {
  padding-bottom: 50px !important;
}

.section-hero.v1.about-hero {
  padding-bottom: 20px !important;
}

#why-it-exists.section-why-exists-mosaic {
  padding-top: 90px !important;
}

@media (max-width: 991px) {
  .about-hero .content-wrap {
    padding-bottom: 30px !important;
  }
  #why-it-exists.section-why-exists-mosaic {
    padding-top: 60px !important;
  }
}

/* ==========================================================================
   Core Principles — Kinetic Pillars
   ========================================================================== */
.section-principles {
  background-color: var(--white);
  padding: 120px 0;
}

.principles-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.pillar-item {
  position: relative;
  padding: 60px 30px;
  background: var(--white);
  border-radius: 32px;
  border: 1px solid rgba(19, 0, 90, 0.05);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  box-shadow: var(--shadow-3d);
}

.pillar-item:hover {
  box-shadow: var(--shadow-3d-hover) !important;
  transform: translateY(-5px);
}

/* Bottom-up Glow Effect */
.pillar-item::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--mint-soft) 0%, transparent 100%);
  transition: bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 1;
}

.pillar-item:hover::before {
  bottom: 0;
}

.pillar-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.pillar-icon {
  width: 80px;
  height: 80px;
  background: var(--mint-soft);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  margin-bottom: 32px;
  transition: all 0.5s ease;
  border: 1px solid rgba(3, 201, 136, 0.1);
}

.pillar-item:hover .pillar-icon {
  background: var(--brand);
  color: var(--white);
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 15px 35px rgba(3, 201, 136, 0.2);
}

.pillar-item h4 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--indigo-deep);
  line-height: 1.3;
  margin: 0;
}

.pillar-item:hover {
  transform: translateY(-15px);
  border-color: var(--brand);
  box-shadow: 0 40px 80px rgba(19, 0, 90, 0.08);
}

@media (max-width: 1200px) {
  .principles-pillars {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .section-principles {
    padding: 80px 0 !important;
  }
  .section-principles .heading-title {
    font-size: 32px !important;
    margin-bottom: 40px !important;
  }
  .principles-pillars {
    margin-top: 40px;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .section-principles .heading-title {
    font-size: 28px !important;
  }
  .principles-pillars {
    grid-template-columns: 1fr;
  }
  .pillar-item {
    padding: 35px 20px;
    border-radius: 24px;
  }
  .pillar-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
  }
  .pillar-icon svg {
    width: 30px;
    height: 30px;
  }
  .pillar-item h4 {
    font-size: 1.15rem;
  }
}

/* ==========================================================================
   Core Principles — Concept 3: The Glass Stack
   ========================================================================== */
.section-principles-glass {
  background-color: var(--white);
  padding: 120px 0;
  overflow: hidden;
}

.glass-stack-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 60px auto 0;
  position: relative;
}

.glass-panel {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  padding: 40px;
  margin-bottom: -30px; /* Overlapping effect */
  display: flex;
  align-items: center;
  gap: 32px;
  box-shadow: 0 20px 40px rgba(19, 0, 90, 0.05);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  z-index: 1;
}

.glass-panel:nth-child(even) {
  transform: translateX(30px);
}

.glass-panel:nth-child(odd) {
  transform: translateX(-30px);
}

.glass-panel:hover {
  z-index: 10;
  transform: translateX(0) translateY(-10px) scale(1.02);
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--brand);
  box-shadow: 0 40px 80px rgba(19, 0, 90, 0.12);
}

.glass-panel .panel-icon {
  width: 64px;
  height: 64px;
  background: var(--mint-soft);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  flex-shrink: 0;
}

.glass-panel h4 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--indigo-deep);
  margin: 0;
}

.glass-panel .panel-number {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  font-weight: 900;
  color: var(--indigo-deep);
  opacity: 0.03;
  user-select: none;
}

@media (max-width: 767px) {
  .glass-panel {
    flex-direction: column;
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
    transform: none !important;
  }
  .glass-panel .panel-number {
    display: none;
  }
}

/* ==========================================================================
   Core Principles — Concept 5: Bento Logic
   ========================================================================== */
.section-principles-bento {
  background-color: var(--white);
  padding: 120px 0;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 240px;
  gap: 24px;
  margin-top: 60px;
}

.bento-item {
  position: relative;
  background: var(--white);
  border-radius: 32px;
  border: 1px solid rgba(19, 0, 90, 0.06);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  cursor: default;
}

.bento-item:hover {
  transform: translateY(-8px);
  border-color: var(--brand);
  box-shadow: 0 30px 60px rgba(19, 0, 90, 0.08);
}

/* Individual Box Logic */
.bento-item.box-1 {
  grid-column: span 7;
  grid-row: span 2;
  background: linear-gradient(135deg, var(--white) 0%, var(--mint-soft) 100%);
}
.bento-item.box-2 {
  grid-column: span 5;
  grid-row: span 1;
}
.bento-item.box-3 {
  grid-column: span 5;
  grid-row: span 1;
  background: var(--indigo-deep);
}
.bento-item.box-4 {
  grid-column: span 12;
  grid-row: span 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.bento-item .bento-icon {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  border: 1px solid rgba(19, 0, 90, 0.05);
  transition: all 0.4s ease;
}

.bento-item.box-3 .bento-icon {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--brand);
}
.bento-item.box-4 .bento-icon {
  position: relative;
  top: 0;
  left: 0;
}

.bento-item:hover .bento-icon {
  transform: scale(1.1) rotate(5deg);
  background: var(--brand);
  color: var(--white);
}

.bento-item h4 {
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--indigo-deep);
  margin: 0;
  line-height: 1.2;
}

/* ==========================================================================
   Differentiation — Concept 1: The Active Engine
   ========================================================================== */
.section-differentiation {
  background-color: var(--white);
  padding: 120px 0;
  overflow: hidden;
}

.diff-engine-container {
  background: #f8fafc;
  border-radius: 40px;
  padding: 60px;
  border: 1px solid rgba(19, 0, 90, 0.05);
  position: relative;
}

.engine-status-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.status-indicator-item {
  background: var(--white);
  padding: 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(19, 0, 90, 0.03);
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(19, 0, 90, 0.02);
}

.status-indicator-item.active {
  border-color: var(--brand);
  transform: translateX(10px);
}

.indicator-dot {
  width: 12px;
  height: 12px;
  background: #cbd5e1;
  border-radius: 50%;
  position: relative;
}

.status-indicator-item.active .indicator-dot {
  background: var(--brand);
}

.status-indicator-item.active .indicator-dot::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid var(--brand);
  border-radius: 50%;
  animation: pulse-ring 1.5s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.7);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.status-text {
  font-weight: 600;
  color: var(--indigo-deep);
  font-size: 1.1rem;
}

.traditional-tag {
  display: inline-block;
  padding: 6px 12px;
  background: #e2e8f0;
  color: #64748b;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.active-engine-tag {
  display: inline-block;
  padding: 6px 12px;
  background: var(--mint-soft);
  color: var(--brand);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.diff-comparison-text {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--secondary);
  margin-top: 32px;
}

.diff-comparison-text strong {
  color: var(--indigo-deep);
}

@media (max-width: 991px) {
  .diff-engine-container {
    padding: 40px 24px;
    margin-top: 40px;
  }
}

.bento-item.box-3 h4 {
  color: var(--white);
}
.bento-item.box-1 h4 {
  font-size: 2.5rem;
  max-width: 300px;
}
.bento-item.box-4 h4 {
  font-size: 2.2rem;
}

.bento-item .bento-bg-text {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 12rem;
  font-weight: 900;
  color: var(--indigo-deep);
  opacity: 0.02;
  pointer-events: none;
  line-height: 1;
}

@media (max-width: 1200px) {
  .bento-grid {
    grid-auto-rows: 200px;
  }
  .bento-item.box-1 h4 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .bento-grid {
    display: flex;
    flex-direction: column;
  }
  .bento-item {
    height: auto;
    min-height: 240px;
    grid-column: span 12 !important;
    grid-row: span 1 !important;
  }
  .bento-item.box-4 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 20px;
  }
}

/* ==========================================================================
   Differentiation — Concept 2: Continuous Pulse
   ========================================================================== */
.section-differentiation-pulse {
  background-color: var(--white);
  padding: 120px 0;
  overflow: hidden;
}

.pulse-stream-container {
  position: relative;
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 40px 0;
}

/* Vertical Stream Line */
.pulse-stream-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(19, 0, 90, 0.05);
  transform: translateX(-50%);
}

.pulse-moving-dot {
  position: absolute;
  left: 50%;
  top: 0;
  width: 12px;
  height: 12px;
  background: var(--brand);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 20px var(--brand);
  z-index: 10;
}

.pulse-node-item {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 80px;
  position: relative;
  opacity: 0.3;
  transition: all 0.6s ease;
}

.pulse-node-item.active {
  opacity: 1;
}

.pulse-node-item:nth-child(even) {
  margin-left: 50%;
  padding-left: 60px;
  justify-content: flex-start;
}

.pulse-node-item:nth-child(odd) {
  margin-right: 50%;
  padding-right: 60px;
  justify-content: flex-end;
  text-align: right;
}

/* Connector Dot on the Line */
.pulse-node-dot {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  background: var(--white);
  border: 2px solid rgba(19, 0, 90, 0.1);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

.pulse-node-item.active .pulse-node-dot {
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: 0 0 15px rgba(3, 201, 136, 0.4);
}

.pulse-node-item:nth-child(even) .pulse-node-dot {
  left: -8px;
}

.pulse-node-item:nth-child(odd) .pulse-node-dot {
  right: -8px;
}

.pulse-node-content {
  background: var(--white);
  padding: 24px 32px;
  border-radius: 20px;
  border: 1px solid rgba(19, 0, 90, 0.05);
  box-shadow: 0 10px 30px rgba(19, 0, 90, 0.03);
  transition: all 0.4s ease;
}

.pulse-node-item.active .pulse-node-content {
  border-color: var(--brand);
  transform: scale(1.05);
}

.pulse-node-content h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--indigo-deep);
  margin: 0;
}

@media (max-width: 767px) {
  .pulse-stream-line {
    left: 20px;
  }
  .pulse-moving-dot {
    left: 20px;
  }
  .pulse-node-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 50px !important;
    padding-right: 0 !important;
    text-align: left !important;
    justify-content: flex-start !important;
  }
  .pulse-node-dot {
    left: 12px !important;
    right: auto !important;
  }
}

/* ==========================================================================
   Differentiation — Concept 3 Elite Polish (11/10)
   ========================================================================== */
.section-differentiation-blades {
  background-color: var(--white);
  padding: 80px 0 0;
  overflow: hidden;
  position: relative;
}

/* Enhancement: Fluid Typography & Brand Color */
.section-differentiation-blades .heading-title {
  font-size: clamp(32px, 5vw, 52px) !important;
  font-weight: 700;
  line-height: 1.1;
  color: var(--indigo-deep) !important; /* Dark Blue from Guidelines */
}

/* Enhancement: Completion Aura */
.blades-stack.all-completed {
  position: relative;
}

.blades-stack.all-completed::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid var(--brand);
  border-radius: 30px;
  opacity: 0;
  animation: completion-pulse 2s ease-out forwards;
  pointer-events: none;
}

@keyframes completion-pulse {
  0% {
    transform: scale(0.98);
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.02);
    opacity: 0;
  }
}

/* Enhancement: Dynamic Lume Light */
.blade-item-wrapper {
  position: relative;
  perspective: 2000px;
}

.blades-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blade-lume {
  position: absolute;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(3, 201, 136, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  mix-blend-mode: soft-light;
}

.blade-item:hover .blade-lume {
  opacity: 1;
}

/* Enhancement: Focus Reveal & Brand Color */
.focus-reveal-text {
  opacity: 0.2;
  transition: all 1s ease;
  transform: translateY(15px);
  color: var(--indigo-deep);
}

.focus-reveal-text.active {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   Differentiation — Concept 3 Final Frontier
   ========================================================================== */
.section-differentiation-blades {
  background-color: var(--white);
  padding: clamp(80px, 10vw, 120px) 0 0;
  overflow: hidden;
  position: relative;
}

.blade-item {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(19, 0, 90, 0.08);
  border-radius: 20px;
  padding: clamp(16px, 2.5vw, 24px) clamp(24px, 4vw, 32px);
  display: flex;
  align-items: center;
  gap: 24px;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  box-shadow: var(--shadow-3d);
}

/* Enhancement: Persistent Logic Link Glow */
.blade-item.active {
  box-shadow:
    var(--shadow-3d),
    -10px 0 20px rgba(3, 201, 136, 0.05);
}

/* Enhancement: Haptic Multi-Layer Shadow */
.blade-item:hover {
  transform: translateX(-20px) rotateY(-10deg) rotateX(3deg);
  border-color: var(--brand);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-3d-hover) !important;
  z-index: 10;
}

.blade-icon {
  width: clamp(40px, 5vw, 48px);
  height: clamp(40px, 5vw, 48px);
  background: var(--mint-soft);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.blade-item:hover .blade-icon {
  background: var(--brand);
  color: var(--white);
  transform: translateZ(40px) scale(1.1) rotate(5deg);
}

.blade-item:hover h5 {
  color: var(--brand);
}

.blade-item h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--indigo-deep);
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: color 0.5s ease;
}

@media (max-width: 991px) {
  .section-differentiation-blades {
    padding: 60px 0 0 !important;
  }
  .diff-content {
    text-align: center;
    margin-bottom: 40px;
  }
  .diff-content .pill-subtitle-wrapper {
    justify-content: center;
  }
  .blades-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }
  .blade-item:hover {
    transform: none !important;
  }
  .blade-item {
    padding: 20px !important;
  }
  .diff-comparison-text p {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 767px) {
  .blade-item {
    flex-direction: column !important;
    text-align: center;
    justify-content: center;
    padding: 32px 20px !important;
    gap: 16px !important;
  }
  .blade-item h5 {
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    margin: 0;
    justify-content: center;
  }
  .blade-icon {
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto;
  }
}

/* ==========================================================================
   Who It's For — Concept 3 (Operational Orbit)
   ========================================================================== */
.section-who-for-orbit {
  background-color: var(--mint-soft);
  padding: clamp(100px, 12vw, 160px) 0;
  overflow: hidden;
  position: relative;
}

.orbit-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Central Core */
.orbit-core {
  position: relative;
  width: clamp(200px, 20vw, 300px);
  height: clamp(200px, 20vw, 300px);
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 60px rgba(19, 0, 90, 0.08);
  z-index: 5;
}

.core-inner {
  width: 80%;
  height: 80%;
  border: 2px dashed var(--brand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: core-rotate 20s linear infinite;
}

.core-logo {
  width: 60%;
  height: 60%;
  background: var(--indigo-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  animation: core-pulse 4s ease-in-out infinite;
}

@keyframes core-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes core-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(3, 201, 136, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(3, 201, 136, 0.6);
  }
}

/* Nodes */
.orbit-nodes {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-left: clamp(100px, 15vw, 200px);
  position: relative;
  z-index: 5;
}

.node-item {
  background: var(--white);
  padding: 30px 40px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(19, 0, 90, 0.03);
  border: 1px solid rgba(19, 0, 90, 0.05);
  display: flex;
  align-items: center;
  gap: 20px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
}

.node-item.active {
  opacity: 1;
  transform: translateX(0);
}

.node-item:hover {
  transform: translateX(-10px);
  border-color: var(--brand);
  box-shadow: 0 20px 50px rgba(19, 0, 90, 0.08);
}

.node-icon {
  width: 48px;
  height: 48px;
  background: var(--mint-soft);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
}

.node-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--indigo-deep);
  margin: 0;
}

/* Logic Lines (SVG) */
.orbit-lines-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.logic-path {
  fill: none;
  stroke: var(--brand);
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 0.3;
  transition: stroke-dashoffset 2s ease-in-out;
}

.logic-path.active {
  stroke-dashoffset: 0;
}

@media (max-width: 991px) {
  .orbit-container {
    flex-direction: column;
    gap: 60px;
  }
  .orbit-nodes {
    padding-left: 0;
  }
  .orbit-lines-svg {
    display: none;
  }
}

/* Workflow Indicator Bars */
.indicator-bar-wrapper {
  width: 80px;
  height: 4px;
  background: rgba(19, 0, 90, 0.05);
  border-radius: 100px;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
}

.indicator-bar-fill {
  height: 100%;
  border-radius: 100px;
  transition: width 1s ease-in-out;
}

.indicator-bar-fill.glowing {
  box-shadow: 0 0 10px rgba(3, 201, 136, 0.4);
  animation: pulse-glow-bar 2s infinite ease-in-out;
}

@keyframes pulse-glow-bar {
  0% {
    opacity: 0.6;
    filter: brightness(1);
  }
  50% {
    opacity: 1;
    filter: brightness(1.2) drop-shadow(0 0 8px var(--brand));
  }
  100% {
    opacity: 0.6;
    filter: brightness(1);
  }
}

/* Status Dot Ping Animation */
.dot-ping {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.dot-ping::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: var(--brand);
  border-radius: inherit;
  transform: translate(-50%, -50%);
  animation: dot-ping-pulse 2s cubic-bezier(0, 0, 0.2, 1) infinite;
  opacity: 0.8;
  z-index: -1;
  pointer-events: none;
}

@keyframes dot-ping-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(4.5);
    opacity: 0;
  }
}

/* Demo Modal Refinement */
#demoModal .modal-content {
  background: var(--white);
  border: 1px solid rgba(19, 0, 90, 0.05);
}

#demoModal input:focus,
#demoModal textarea:focus {
  border-color: var(--brand) !important;
  background: var(--white) !important;
  box-shadow: 0 0 0 4px rgba(3, 201, 136, 0.1);
}

#demoModal .btn-close {
  opacity: 0.5;
  transition: all 0.3s ease;
}

#demoModal .btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

/* Premium Finance Toast Notifications - Bill-o-Bill Branding */
.toast-container {
  perspective: 1000px;
}

.toast-custom {
  min-width: 420px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(19, 0, 90, 0.08);
  box-shadow: 0 30px 60px rgba(19, 0, 90, 0.12);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  animation: toastEnter 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.toast-content {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.toast-icon-wrapper {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
}

.toast-icon-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.toast-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 4px;
}

.toast-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--indigo-deep);
  margin: 0;
}

.toast-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--indigo-deep);
  opacity: 0.7;
  line-height: 1.5;
  margin: 0;
}

/* Success State */
.toast-success .toast-icon-wrapper {
  background: linear-gradient(135deg, var(--brand) 0%, #02b87d 100%);
  color: var(--white);
  box-shadow: 0 8px 16px rgba(3, 201, 136, 0.25);
}

/* Error State */
.toast-error .toast-icon-wrapper {
  background: linear-gradient(135deg, #ff3b30 0%, #d70015 100%);
  color: var(--white);
  box-shadow: 0 8px 16px rgba(255, 59, 48, 0.25);
}

.toast-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: rgba(19, 0, 90, 0.04);
}

.toast-progress-value {
  height: 100%;
  width: 100%;
  border-radius: 0 4px 4px 0;
  animation: toastProgressAnimation 4s linear forwards;
}

.toast-success .toast-progress-value {
  background: var(--brand);
}

.toast-error .toast-progress-value {
  background: #ff3b30;
}

@keyframes toastEnter {
  0% {
    transform: translateY(40px) scale(0.9) rotateX(-20deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1) rotateX(0);
    opacity: 1;
  }
}

@keyframes toastProgressAnimation {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

/* Modal Z-Index Management */
.tf-header {
  z-index: 99 !important;
}
.modal-backdrop {
  z-index: 1040 !important;
}
.modal {
  z-index: 1060 !important;
}
body.modal-open .tf-header {
  z-index: 1030 !important;
}

/* Optimize visibility and rendering for below-the-fold elements on mobile devices to prevent layout thrashing */
/* @media (max-width: 991px) {
  .optimize-visibility {
    content-visibility: auto;
    contain-intrinsic-size: auto 600px;
  }
} */
