@charset "UTF-8";

:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #09090B;
  --secondary: #71717A;
  --brand: #FD3A25;
  --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;
  --body: #EDECEC;
}

/*------------ Core CSS ---------------- */
/* ---------------------------------------------------------
    * Name: Aigocy - 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,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
cite,
code,
em,
img,
q,
s,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dt,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
details,
embed,
footer,
header,
nav,
section,
summary,
time,
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;
}


details,
footer,
header,
nav,
section {
  display: block;
}

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

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

body {
  font-family: IRANSans;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--primary);
  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 */

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: IRANSans;
  color: var(--primary);
}

a:focus,
a:hover {
  outline: 0;
}

p {
  display: block;
}

.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;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@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%;
}

/* ---------------------------------------------------------
    * Name: Aigocy - 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,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: IRANSans;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0;
  color: var(--black);
}

h1,
.h1 {
  font-size: 57px;
  line-height: 64px;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 33px;
    line-height: 44px;
  }
}

h2,
.h2 {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

h3,
.h3 {
  font-size: 35px;
  line-height: 52px;
  letter-spacing: -0.01em;
}

@media (max-width: 767px) {

  h3,
  .h3 {
    font-size: 26px;
    line-height: 36px;
  }
}

h4,
.h4 {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: -0.01em;
}

@media (max-width: 767px) {

  h4,
  .h4 {
    font-size: 24px;
    line-height: 34px;
  }
}

h5,
.h5 {
  font-size: 29px;
  line-height: 40px;
  letter-spacing: -0.01em;
}

@media (max-width: 767px) {

  h5,
  .h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

h6,
.h6 {
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 767px) {

  h6,
  .h6 {
    font-size: 18px;
    line-height: 26px;
  }
}

/* Font custom */

.text-display-1 {
  font-size: 108px;
  line-height: 128px;
  letter-spacing: -0.03em;
}

@media (max-width: 767px) {
  .text-display-1 {
    font-size: 50px;
    line-height: 60px;
  }
}

.text-display-2 {
  font-size: 70px;
  line-height: 96px;
  letter-spacing: -0.03em;
}

@media (max-width: 991px) {
  .text-display-2 {
    font-size: 50px;
    line-height: 66px;
  }
}

@media (max-width: 767px) {
  .text-display-2 {
    font-size: 22px;
    line-height: 40px;
  }
}

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

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

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

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

/* Text Font */

/* Font size */

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

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

/* Line height */

/* Letter spacing */

/* Responsive */

/* ---------------------------------------------------------
    * Name: Aigocy - 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-8 {
  margin-bottom: 8px !important;
}

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

.mb-12 {
  margin-bottom: 12px !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;
}

/* Padding */

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

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

.gap-8 {
  gap: 8px;
}

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

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

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

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

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

.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;
  }
}

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

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

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

.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-gradient-1 {
  background: linear-gradient(132.09deg, #43484D 11.15%, #292C2E 79.01%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
  background: linear-gradient(360deg, rgb(75, 47, 0) 0%, #292C2E 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: transparent;
}

.text-gradient-3 {
  background: linear-gradient(95.5deg, #61666A 1.91%, #292C2E 43.92%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: transparent;
  padding-bottom: 7px;
  margin-bottom: -7px;
}

.text-gradient-4 {
  background: linear-gradient(132.09deg, #ffffff 11.15%, #d2d2d2 79.01%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0px transparent;
  -webkit-text-fill-color: transparent;
}

@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;
}

.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);
}

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

@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);
  }
}

@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: Aigocy - 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 .wd-full {
  grid-column: 1/-1;
}

@media (min-width: 576px) {
  .tf-grid-layout.sm-col-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .tf-grid-layout {
    column-gap: 30px;
    row-gap: 40px;
  }

  .tf-grid-layout.xl-col-3 {
    grid-template-columns: repeat(3, 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: Aigocy - 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);
}

.tf-header {
  padding-top: 48px;
  margin-bottom: -116px;
}

.tf-header .header-inner {
  max-width: 739px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8px 8px 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5019607843);
  backdrop-filter: blur(44px);
}

.tf-header .mobile-menu {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 17px;
}

.tf-header.header2 .header-inner {
  max-width: 807px;
}

@media (max-width: 991px) {
  .tf-header .box-navigation {
    display: none;
  }
}

@media (max-width: 991px) {
  .tf-header {
    margin-bottom: -104px;
  }

  .tf-header .header-inner {
    max-width: unset !important;
    margin: 0 32px;
  }
}

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

.item-link {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.item-link::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 1px;
  background-color: var(--brand);
  left: auto;
  right: 0;
  width: 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;
}

.item-link:hover,
.item-link.active {
  color: var(--brand);
}

.item-link:hover::before,
.item-link.active::before {
  left: 0;
  right: auto;
  width: 100%;
}

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

.btn-mobile-menu .icon {
  aspect-ratio: 1;
}

/*-- Menu Mobile --*/
.mb-menu-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;
  font-weight: 550;
  position: relative;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  font-size: 30px;
  line-height: 53px;
}

.mb-menu-link>* {
  pointer-events: all;
}

.mb-menu-link .text {
  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;
}

@media (min-width: 576px) {
  .mb-menu-link:hover .text {
    color: var(--brand);
  }
}

.nav-ul-mb {
  display: grid;
}

.nav-ul-mb li {
  text-align: end;
}

.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: 22px;
}

.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(4px);
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5607843137);
  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;
}

@media (max-width: 1199px) {
  .offcanvas-menu .offcanvas-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .offcanvas-menu .canvas_foot .right {
    gap: 24px;
  }
}

.offcanvas-menu {
  -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;
  top: 100%;
}

.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 {
  top: 0;
}

.offcanvas-menu.show .canvas_head {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.offcanvas-menu.show .canvas_foot {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.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.5s;
}

.offcanvas-menu.show .nav-ul-mb li:nth-child(2) .item {
  transition-delay: 0.6s;
}

.offcanvas-menu.show .nav-ul-mb li:nth-child(3) .item {
  transition-delay: 0.7s;
}

.offcanvas-menu.show .nav-ul-mb li:nth-child(4) .item {
  transition-delay: 0.8s;
}

.offcanvas-menu.show .nav-ul-mb li:nth-child(5) .item {
  transition-delay: 1s;
}

.offcanvas-menu.show .nav-ul-mb li:nth-child(6) .item {
  transition-delay: 1.2s;
}

/*-- Landing --*/

.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: Aigocy - 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 .infor_sub {
  margin-bottom: 8px;
}

.article-blog .infor_name {
  -webkit-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;
  }
}

.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;
  -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 10px;
  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: 20px;
}

.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;
  }
}

.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;
  left: 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: Aigocy - 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);
  }
}

@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,
.effectFade,
.animate-box,
.overflow-hidden>* {
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ---------------------------------------------------------
    * Name: Aigocy - 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);
}

/* ---------------------------------------------------------
    * Name: Aigocy - 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-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: 20px;
  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: 15px 30px;
  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;
}

.tf-social-1 a .social-item {
  width: 32px;
  height: 32px;
  font-size: 10px;
  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, #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 3px 3px 0px rgba(0, 0, 0, 0.1411764706);
}

.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: Aigocy - 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: 14px;
  padding: 10px;
  border: none;
  color: var(--black);
  z-index: 10;
}

.offcanvas .icon-close-popup:hover {
  color: var(--primary);
}

.offcanvas .offcanvas-content {
  height: 100%;
}

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

.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: 13px;
  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-body {
  padding: 0;
}

.modal.fade:not(.show) {
  opacity: 0;
}

.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;
  }
}

/*-- 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: 17px;
}

.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: Aigocy - 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 ---------- */

.cta-benefits {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

/* ---------------------------------------------------------
    * Name: Aigocy - 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=time],
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=time]::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: 15px;
  letter-spacing: -0.18px;
}

select option {
  background-color: var(--black);
  padding-left: 10px;
}

.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: 15px;
    line-height: 22px;
  }

  .form-cta .nice-select .current {
    color: var(--white-64);
    font-size: 15px;
    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: Aigocy - 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: 14px;
  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, #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);
  overflow: hidden;
}

.tf-btn:hover {
  box-shadow: 0px -3px 0px 0px rgb(8, 8, 8) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.12), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.13), 0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.14), 0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.14), 0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.15), 0px 100px 80px 0px rgba(0, 0, 0, 0.15), 0px 3px 3px 0px rgba(0, 0, 0, 0.14), 0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.12);
  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, #272727, #272727);
}

.tf-btn-2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--white);
  border-radius: 99px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  padding: 14px 24px;
  color: var(--primary);
  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 2.77px 2.21px 0px rgba(0, 0, 0, 0.1215686275), 0px 3px 3px 0px rgba(0, 0, 0, 0.1411764706);
  overflow: hidden;
}

.tf-btn-2:hover {
  color: var(--brand);
}

/* ---------------------------------------------------------
    * Name: Aigocy - 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: 40px;
  line-height: 72px;
  letter-spacing: -0.03em;
}

@media (max-width: 767px) {
  .heading-section .heading-title {
    font-size: 30px;
    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;
  }
}

.section-hero {
  padding: 16px 16px 0;
  min-height: 100vh;
  position: relative;
}

.section-hero.hero-video .hero-image {
  background-image: none;
}

.section-hero.hero-video .hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(80% 70% at 50% 40%, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.62) 100%);
}

.section-hero.hero-video .content-wrap {
  position: relative;
  z-index: 1;
}

.section-hero.hero-video .content-wrap .sub {
  background: rgba(255, 255, 255, 0.92);
}

.section-hero.hero-video .content-wrap .text,
.section-hero.hero-video .content-wrap .title {
  color: #fff;
}

.section-hero.hero-video .content-wrap .text {
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.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 video,
.section-hero .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

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

.section-hero .content-wrap .sub {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 6px 16px;
  color: var(--brand);
  border-radius: 8px;
  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);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.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;
  height: 155px;
}

.section-hero .content-wrap .title-icon .box {
  display: flex;
  width: 255px;
  height: 80px;
  border-radius: 999px;
  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);
}

.section-hero .content-wrap .title-icon .title-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
  height: 177px;
  overflow: hidden;
}

.section-hero .content-wrap .title-icon .img-1 {
  position: absolute;
  left: 49px;
  top: 0;
}

.section-hero .content-wrap .title-icon .img-2 {
  position: absolute;
  left: 136px;
  top: 28px;
}

.section-hero .content-wrap .title-icon .img-3 {
  position: absolute;
  left: 66px;
  top: 83px;
}

.section-hero .content-wrap .text {
  margin-bottom: 24px;
}

.section-hero .content-wrap .bot-btns {
  display: flex;
  gap: 11px;
  justify-content: center;
  align-items: center;
}

.section-hero .content-wrap .bot-btns .hero-lead-form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.section-hero .content-wrap .bot-btns .hero-lead-input {
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  font-size: 15px;
}

.section-hero .content-wrap .bot-btns .hero-lead-input:focus {
  border-color: rgba(234, 43, 22, 0.5);
  box-shadow: 0 0 0 4px rgba(234, 43, 22, 0.12);
}

.section-hero .content-wrap .bot-btns .hero-lead-submit {
  white-space: nowrap;
  height: 48px;
  padding: 0 18px;
  border-radius: 999px;
}

.section-hero .content-wrap .bot-btns .hero-secondary-cta {
  white-space: nowrap;
}

.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: 14px;
}

.section-hero.v1 {
  min-height: unset;
}

.section-hero.v1 .content-wrap {
  padding: 180px 0 76px;
}

.section-hero.v1 .content-wrap .title {
  margin-bottom: 5px;
}

.section-hero.v2 {
  min-height: unset;
}

.section-hero.v2 .content-wrap {
  padding: 180px 0 446px;
}

.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: 125px 0 100px;
  }

  .section-hero .content-wrap .bot-btns {
    flex-direction: column;
  }

  .section-hero .content-wrap .bot-btns .hero-lead-form {
    border-radius: 24px;
    padding: 10px;
    flex-direction: column;
  }

  .section-hero .content-wrap .bot-btns .hero-lead-input,
  .section-hero .content-wrap .bot-btns .hero-lead-submit {
    width: 100%;
  }

  .section-hero .hero-image {
    border-radius: 24px;
  }

  .section-hero.v1 .content-wrap {
    padding: 125px 0 35px;
  }

  .section-hero.v2 .content-wrap {
    padding: 125px 0 100px;
  }
}


.section-about-us .col-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  text-align: center;
  border-radius: 40px;
  padding: 80px 0 0px;
  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 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 #2E2E2E inset, 0px 4px 0px 0px rgba(255, 255, 255, 0.3019607843) inset;
  overflow: hidden;
}

.section-about-us .col-left .sub {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--neutral-700);
  border-radius: 99px;
  width: max-content;
  padding: 6px 15px 5px 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

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

.section-about-us .col-left .sub .dot::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(253, 58, 37, 0.2509803922);
  border-radius: 50%;
  animation: rippleFade 1.8s ease-out infinite;
}

.section-about-us .col-left .title {
  margin-bottom: 28px;
  letter-spacing: 0;
}

.section-about-us .col-left img {
  width: 100%;
  border-radius: 38px;
  margin-top: -25px;
}

.section-about-us .review-box {
  background-color: var(--neutral-100);
  border-radius: 40px;
  padding: 48px 40px 34px;
  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 .review-box .desc {
  margin-bottom: 52px;
}

.section-about-us .review-box .text {
  font-family: "IRANSans";
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
}

.section-about-us .review-box .counter {
  font-weight: 600;
  font-size: 114px;
  line-height: 144px;
  letter-spacing: -0.03em;
  margin-bottom: -16px;
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .section-about-us .review-box .counter {
    font-size: 90px;
    line-height: 100px;
  }
}

@media (max-width: 767px) {
  .section-about-us .review-box .counter {
    font-size: 55px;
    line-height: 65px;
  }
}

.section-about-us .box-quotes {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 40px 16px 28px 40px;
  background-color: var(--neutral-100);
  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;
}

.section-about-us .box-quotes .image {
  display: flex;
  width: 160px;
  height: 250px;
  flex-shrink: 0;
  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);
}

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

.section-about-us .box-quotes .desc {
  margin-bottom: 29px;
}

.section-about-us .box-quotes .cite {
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-about-us .box-quotes .cite .line {
  display: flex;
  width: 1px;
  height: 16px;
  background-color: var(--neutral-400);
}

.section-about-us .box-quotes .content {
  margin-top: -13px;
}

.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 {
  --partner-logo-gap: 64px;
  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: var(--partner-logo-gap);
}

.partner-wrap .infiniteSlide_tech_main {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.partner-wrap .infiniteSlide_tech_main::after {
  position: absolute;
  content: "";
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #EDECEC 0%, rgba(237, 236, 236, 0) 25%, rgba(237, 236, 236, 0) 75%, #EDECEC 100%);
  z-index: 2;
}

.partner-wrap .partner-marquee-fallback {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--partner-logo-gap);
  width: max-content;
  animation: partnerMarquee var(--partner-marquee-duration, 18s) linear infinite;
}

.partner-wrap .infiniteSlide_partner img {
  display: block;
  flex: none;
  height: 32px;
  width: clamp(120px, 10vw, 180px);
  object-fit: contain;
}

.partner-wrap .partner-marquee-fallback--right,
.partner-wrap .infiniteSlide_partner[data-direction="right"].partner-marquee-fallback {
  animation-name: partnerMarqueeRight;
  transform: translateX(-50%);
}

.partner-wrap .partner-marquee-fallback:hover {
  animation-play-state: paused;
}

@keyframes partnerMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes partnerMarqueeRight {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.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%;
  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;
}

.section-intro-video .featured-works-list {
  display: flex;
  justify-content: center;
}

.section-intro-video .heading-section p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-intro-video {
  position: relative;
  overflow: hidden;
}

.section-intro-video::before {
  content: "";
  position: absolute;
  inset: -120px -80px;
  background:
    radial-gradient(520px 360px at 15% 25%, rgba(253, 58, 37, 0.12) 0%, rgba(253, 58, 37, 0) 70%),
    radial-gradient(520px 360px at 85% 10%, rgba(255, 122, 0, 0.10) 0%, rgba(255, 122, 0, 0) 70%),
    radial-gradient(520px 360px at 70% 85%, rgba(59, 130, 246, 0.08) 0%, rgba(59, 130, 246, 0) 70%);
  pointer-events: none;
}

.section-intro-video .container {
  position: relative;
  z-index: 1;
}

.section-intro-video .intro-video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 32px;
  align-items: center;
}

.section-intro-video .intro-video-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--neutral-100);
  box-shadow: 0px -6px 0px 0px #EAEAEA inset, 0px 3px 0px 0px rgba(255, 255, 255, 0.6) inset, 0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.05);
}

.section-intro-video .intro-video-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FD3A25 0%, #FF7A00 100%);
  box-shadow: 0 0 0 6px rgba(253, 58, 37, 0.15);
}

.section-intro-video .intro-video-title {
  line-height: 1.25;
}

.section-intro-video .intro-video-points {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.section-intro-video .intro-video-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--neutral-600);
}

.section-intro-video .intro-video-points li .icon {
  flex: 0 0 auto;
  margin-top: 4px;
  color: #22C55E;
}

.section-intro-video .intro-video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.section-intro-video .intro-video-badges {
  margin-top: 14px;
}

.section-intro-video .intro-video-media {
  position: relative;
}

.section-intro-video .intro-video-meta {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.section-intro-video .intro-video-meta-item {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(250, 250, 250, 0.8);
  border: 1px solid rgba(228, 228, 231, 0.9);
  backdrop-filter: blur(8px);
}

.section-intro-video .intro-video-meta-item .title {
  font-size: 14px;
}

.section-intro-video .intro-video-meta-item .text {
  font-size: 14px;
  margin-top: 2px;
}

.section-intro-video .intro-video-cards {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.section-intro-video .intro-video-card {
  background-color: var(--neutral-100);
  border-radius: 24px;
  padding: 18px 18px;
  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);
}

.section-intro-video .intro-video-card .title {
  font-size: 16px;
}

.section-intro-video .intro-video-card .text {
  font-size: 14px;
}

.section-intro-video .intro-video-box {
  width: min(820px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  border-radius: 40px;
  overflow: hidden;
  background-color: var(--neutral-100);
  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);
}

.section-intro-video .intro-video {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  object-fit: cover;
  border-radius: 32px;
  background: #000;
}

@media (max-width: 767px) {
  .section-intro-video .intro-video-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-intro-video .intro-video-meta {
    grid-template-columns: 1fr;
  }

  .section-intro-video .intro-video-cards {
    grid-template-columns: 1fr;
  }

  .section-intro-video .intro-video-box {
    padding: 10px;
    border-radius: 24px;
  }

  .section-intro-video .intro-video {
    border-radius: 18px;
  }
}

.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: 21px;
}

.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: 12px;
    line-height: 20px;
  }

  .featured-works-item .image .view-project .icon {
    font-size: 12px;
  }

  .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: 27px;
  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: wrap;
}

.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: 62px;
  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;
  }
}

.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;
  }
}

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

.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;
}

.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;
  }
}

.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;
  font-size: 200px;
  line-height: 240px;
  letter-spacing: -0.03em;
}

.section-statistic .swiper .statistic-number .prefix {
  font-size: 192px;
}

@media (max-width: 767px) {
  .section-statistic .swiper .statistic-number {
    font-size: 60px;
    line-height: 70px;
  }

  .section-statistic .swiper .statistic-number .prefix {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .section-statistic .swiper .statistic-number {
    font-size: 130px;
    line-height: 160px;
  }

  .section-statistic .swiper .statistic-number .prefix {
    font-size: 110px;
  }
}

@media (max-width: 991px) {
  .section-statistic .swiper .statistic-number {
    font-size: 90px;
    line-height: 110px;
  }

  .section-statistic .swiper .statistic-number .prefix {
    font-size: 85px;
  }
}

@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: 130px;
    font-size: 40vw;
    line-height: 150px;
  }

  .section-statistic .swiper .statistic-number .prefix {
    font-size: 40vw;
  }
}

.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: 22px;
  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: 40px;
  line-height: 56px;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  .section-services-single .heading {
    font-size: 30px;
    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: 40px;
  line-height: 56px;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  .section-work-single .heading {
    font-size: 30px;
    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: 33px;
  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: Aigocy - 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 ---------- */

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

.group-btn-slider {
  display: flex;
  align-items: center;
  gap: 12px;
}

.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: 20px;
  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;
  }
}

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

.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 .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: 20px;
  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: 17px;
  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: 33px;
  line-height: 48px;
  letter-spacing: -0.01px;
  color: var(--neutral-700);
}

.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;
  }
}

@keyframes progressbar {
  0% {
    width: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

/* ---------------------------------------------------------
    * Name: Aigocy - 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 ---------- */

/* ---------------------------------------------------------
    * Name: Aigocy - 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 ---------- */

/*-- Button Go Top --*/
#goTop {
  position: fixed;
  padding: 0;
  bottom: 40px;
  right: 20px;
  width: 38px;
  height: 38px;
  background: var(--black);
  color: var(--white);
  font-size: 18px;
  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: 19px;
  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: 30px;
  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: 20px;
  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: 38px;
  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: 20px;
  }
}

.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;
  left: -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: 27px;
  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, #EA2B16 0%, #FF3B26 100%), 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 rgba(0, 0, 0, 0.0588235294) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.6) inset, 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);
}

.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: 62px;
  line-height: 72px;
  letter-spacing: -0.03em;
}

@media (max-width: 767px) {
  .pricing-item .heading .price-number {
    font-size: 30px;
    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: 11px;
  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: 8px;
  flex-shrink: 0;
}

.tf-switch-check {
  position: relative;
  width: 120px;
  height: 60px;
  -webkit-appearance: none;
  background-color: var(--neutral-300);
  border-radius: 99px;
  transition: 0.3s;
}

.tf-switch-check::before {
  content: "";
  border-radius: 99px;
  width: 48px;
  height: 46px;
  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: 60px;
}

.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: Aigocy - 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: 13px;
  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: 10px;
  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: 11px;
  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;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-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;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-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;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-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: 8px;
  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: Aigocy - 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 ---------- */

.accordion-faq_item {
  position: relative;
  padding: 40px;
  background-color: var(--neutral-100);
  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: 22px;
  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: 22px;
    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%;
  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);
  -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: radial-gradient(62.56% 62.56% at 28.14% -10.42%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #18181B;
}

.accordion-faq_item .accordion-action.collapsed::before {
  bottom: 110%;
}

.accordion-faq_item .accordion-action:not(.collapsed) .accordion-title {
  font-size: 35px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: var(--white);
}

@media (max-width: 767px) {
  .accordion-faq_item .accordion-action:not(.collapsed) .accordion-title {
    font-size: 22px;
    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;
}

.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;
}

.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: 13px;
  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: 40px;
  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: Aigocy - 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 {
  position: relative;
  padding: 43px 0 0;
}

footer .footer-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100vw - 24px);
  width: 1296px;
}

footer .footer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer .footer-content {
  text-align: center;
  padding-bottom: 125px;
}

footer .footer-content .footer-logo {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

footer .footer-content .title {
  margin-bottom: 10px;
}

footer .footer-content .text {
  margin-bottom: 48px;
}

footer .footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}

footer .footer-bottom>* {
  width: 100%;
}

footer .footer-bottom::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) {
  footer .footer-bottom {
    flex-wrap: wrap;
    gap: 12px;
  }

  footer .footer-bottom>* {
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  footer .footer-content {
    padding-bottom: 60px;
  }

  footer .footer-content .text {
    margin-bottom: 28px;
  }

  footer .tf-social-1 {
    display: grid;
    column-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  footer .tf-social-1 a {
    gap: 7px;
    padding: 12px 7px;
  }
}
























@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot');
  src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot');
  src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot');
  src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot');
  src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot');
  src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

.statistic-swiper {
  margin-top: 28px;
}

.statistic-swiper .swiper-slide {
  height: auto;
}

.stat-card {
  padding: 26px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.02);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.stat-card .title {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 700;
}

.stat-badge {
  min-width: 72px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 72, 43, 0.12);
  border: 1px solid rgba(255, 72, 43, 0.22);
  color: #ff5636;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-desc {
  margin: 0;
  color: #a7acba;
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 767px) {
  .stat-card {
    min-height: auto;
    padding: 20px 18px;
    border-radius: 18px;
  }

  .stat-card .title {
    font-size: 18px;
  }

  .stat-desc {
    font-size: 14px;
    line-height: 1.9;
  }

  .stat-badge {
    min-width: 60px;
    height: 34px;
    font-size: 12px;
  }
}

.section-pricing-kama {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(255, 87, 51, 0.05), transparent 22%),
    radial-gradient(circle at bottom left, rgba(255, 87, 51, 0.04), transparent 18%);
}

.pricing-head {
  margin-bottom: 56px;
  text-align: center;
}

.pricing-head .heading-title {
  display: block;
  line-height: 1.35;
  margin-bottom: 18px;
}

.pricing-head-sub {
  display: inline-block;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  color: #8890a3;
}

.pricing-head-desc {
  max-width: 760px;
  margin: 18px auto 0;
  color: #7b8191;
  font-size: 18px;
  line-height: 2;
}

.pricing-switch-wrap {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
}

.switch-label {
  font-size: 15px;
  font-weight: 700;
  color: #6b7280;
}

.switch-label.active {
  color: #111827;
}

.switch-badge {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 87, 51, 0.10);
  color: #ff5733;
  font-size: 12px;
  font-weight: 800;
}

.pricing-switch-modern {
  position: relative;
  width: 64px;
  height: 34px;
  display: inline-block;
}

.pricing-switch-modern input {
  display: none;
}

.pricing-switch-modern .switch-slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #e5e7eb;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pricing-switch-modern .switch-slider::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.pricing-switch-modern input:checked+.switch-slider {
  background: linear-gradient(90deg, #ff6a3d 0%, #ff3b2f 100%);
}

.pricing-switch-modern input:checked+.switch-slider::before {
  transform: translateX(30px);
}

.kama-price-card {
  position: relative;
  height: 100%;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.kama-price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  border-color: rgba(255, 87, 51, 0.18);
}

.kama-price-card.dark {
  background: linear-gradient(180deg, #0d1018 0%, #101522 100%);
  border-color: rgba(255, 255, 255, 0.06);
}

.kama-price-card.featured {
  border-color: rgba(255, 87, 51, 0.28);
  box-shadow: 0 24px 60px rgba(255, 87, 51, 0.10);
}

.featured-ribbon {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff6a3d 0%, #ff3b2f 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(255, 87, 51, 0.28);
}

.kama-price-top {
  padding: 28px 28px 22px;
}

.plan-badge-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.plan-title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.plan-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 87, 51, 0.08);
  color: #ff5733;
  font-size: 22px;
  flex-shrink: 0;
}

.kama-price-card.dark .plan-icon {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.plan-title {
  margin: 0 0 4px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  color: #111827;
}

.kama-price-card.dark .plan-title,
.kama-price-card.dark .price-number,
.kama-price-card.dark .feature-title,
.kama-price-card.dark .price-feature-list li {
  color: #fff;
}

.plan-subtitle {
  color: #6b7280;
  font-size: 15px;
  font-weight: 700;
}

.kama-price-card.dark .plan-subtitle,
.kama-price-card.dark .plan-desc {
  color: #b8c0d0;
}

.plan-tag {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.kama-price-card.dark .plan-tag {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.plan-price-wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.price-number {
  font-size: clamp(28px, 2.2vw, 42px);
  line-height: 1.2;
  font-weight: 900;
  color: #111827;
}

.price-per {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  font-weight: 700;
}

.custom-price .price-number {
  font-size: clamp(26px, 2vw, 38px);
}

.plan-desc {
  min-height: 54px;
  margin: 0 0 22px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.9;
}

.price-btn {
  width: 100%;
  justify-content: center;
  min-height: 54px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 800;
}

.kama-price-content {
  padding: 22px 28px 30px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.kama-price-card.dark .kama-price-content {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.feature-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 800;
  color: #111827;
}

.price-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.price-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.95;
}

.price-feature-list li i {
  margin-top: 6px;
  color: #ff5733;
  flex-shrink: 0;
}

.kama-price-card.wide .plan-desc {
  max-width: 85%;
}

@media (max-width: 1199px) {
  .kama-price-card.wide .plan-desc {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .pricing-head {
    margin-bottom: 36px;
  }

  .pricing-head-desc {
    font-size: 15px;
    line-height: 1.95;
  }

  .pricing-switch-wrap {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 20px;
    padding: 14px;
  }

  .kama-price-top,
  .kama-price-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .plan-badge-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .plan-title {
    font-size: 20px;
  }

  .price-number {
    font-size: 28px;
  }

  .plan-desc {
    min-height: auto;
  }

  .price-feature-list li {
    font-size: 14px;
    line-height: 1.9;
  }
}

.ai-assistant-row {
  row-gap: 24px;
}

.ai-assistant-card {
  position: relative;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;

  /* 👇 شیشه‌ای واقعی */
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  /* 👇 لبه شیشه */
  border: 1px solid rgba(255, 255, 255, 0.12);

  /* 👇 عمق + glow */
  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.6),
    0 8px 25px rgba(253, 58, 37, 0.15);

  transition: all 0.35s ease;
}

.ai-assistant-card:hover {
  transform: translateY(-10px);

  background: rgba(255, 255, 255, 0.09);

  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.75),
    0 12px 35px rgba(253, 58, 37, 0.25);

  border-color: rgba(253, 58, 37, 0.25);
}

.ai-assistant-media {
  position: relative;
  height: 320px;
  overflow: hidden;
  background: #e9eaee;
}

.ai-assistant-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 90px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.18), transparent);
  pointer-events: none;
}

.ai-assistant-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s ease;
}

.ai-assistant-card:hover .ai-assistant-media img {
  transform: scale(1.05);
}

.ai-assistant-content {
  padding: 22px 22px 24px;
  text-align: center;
}

.ai-assistant-content .name {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.8;
  color: #e92218;
  text-decoration: none;
}

.ai-assistant-content .sub {
  color: #ffffff;
  font-size: 14px;
  line-height: 2;
  max-width: 92%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .ai-assistant-media {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .ai-assistant-card {
    border-radius: 22px;
  }

  .ai-assistant-media {
    height: 260px;
  }

  .ai-assistant-content {
    padding: 18px 16px 20px;
  }

  .ai-assistant-content .name {
    font-size: 18px;
  }

  .ai-assistant-content .sub {
    font-size: 13px;
    max-width: 100%;
  }
}

.kama-footer {
  position: relative;
  overflow: hidden;
  padding: 90px 0 28px;
  background: linear-gradient(180deg, #070b14 0%, #090d18 100%);
  color: #fff;
}

.kama-footer-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.kama-footer-glow-1 {
  width: 260px;
  height: 260px;
  top: 40px;
  right: 8%;
  background: rgba(253, 58, 37, 0.16);
}

.kama-footer-glow-2 {
  width: 220px;
  height: 220px;
  bottom: 30px;
  left: 10%;
  background: rgba(253, 58, 37, 0.10);
}

.kama-footer .container {
  position: relative;
  z-index: 2;
}

.kama-footer-top {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 42px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kama-footer-brand {
  max-width: 620px;
}

.kama-footer .footer-logo {
  display: inline-flex;
  margin-bottom: 20px;
}

.kama-footer .footer-logo img {
  max-height: 52px;
  width: auto;
}

.kama-footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(253, 58, 37, 0.10);
  border: 1px solid rgba(253, 58, 37, 0.18);
  color: #ff6b52;
  font-size: 13px;
  font-weight: 800;
}

.kama-footer-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.7;
  font-weight: 850;
  letter-spacing: -0.6px;
}

.kama-footer-text {
  margin: 0 0 28px;
  color: #b7becc;
  font-size: 16px;
  line-height: 2.1;
  max-width: 560px;
}

.kama-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kama-footer-actions .tf-btn,
.kama-footer-actions .tf-btn-2 {
  min-width: 170px;
  justify-content: center;
}

.kama-footer-links-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.kama-footer-col {
  min-width: 0;
}

.kama-footer-heading {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
}

.kama-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.kama-footer-links li a {
  color: #b7becc;
  font-size: 15px;
  line-height: 1.9;
  text-decoration: none;
  transition: 0.3s ease;
}

.kama-footer-links li a:hover {
  color: #ff6b52;
  transform: translateX(-2px);
}

.kama-footer-contact-list {
  display: grid;
  gap: 14px;
}

.kama-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.kama-footer-contact-item .icon-box {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(253, 58, 37, 0.12);
  color: #ff6b52;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.kama-footer-contact-item .content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.kama-footer-contact-item .content span {
  color: #8f97aa;
  font-size: 12px;
  font-weight: 700;
}

.kama-footer-contact-item .content a,
.kama-footer-contact-item .content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
  text-decoration: none;
}

.kama-footer-social-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kama-footer-social-title {
  color: #d6d9e1;
  font-size: 15px;
  font-weight: 700;
}

.kama-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kama-footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

.kama-footer-socials a i {
  color: #ff6b52;
  font-size: 15px;
}

.kama-footer-socials a span {
  font-size: 14px;
  font-weight: 700;
}

.kama-footer-socials a:hover {
  background: rgba(253, 58, 37, 0.10);
  border-color: rgba(253, 58, 37, 0.18);
  transform: translateY(-2px);
}

.kama-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 24px;
}

.kama-copyright {
  margin: 0;
  color: #8f97aa;
  font-size: 14px;
  line-height: 1.9;
}

.kama-go-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s ease;
}

.kama-go-top:hover {
  color: #ff6b52;
  transform: translateY(-1px);
}

@media (max-width: 1199px) {
  .kama-footer-top {
    grid-template-columns: 1fr;
  }

  .kama-footer-brand {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .kama-footer-links-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .kama-footer-social-row,
  .kama-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .kama-footer {
    padding: 70px 0 24px;
  }

  .kama-footer-top {
    gap: 28px;
    padding-bottom: 28px;
  }

  .kama-footer-title {
    font-size: 26px;
    line-height: 1.8;
  }

  .kama-footer-text {
    font-size: 14px;
    line-height: 2;
  }

  .kama-footer-actions {
    flex-direction: column;
  }

  .kama-footer-actions .tf-btn,
  .kama-footer-actions .tf-btn-2 {
    width: 100%;
    min-width: 0;
  }

  .kama-footer-links-wrap {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .kama-footer-contact-item {
    padding: 12px;
  }

  .kama-footer-contact-item .content a,
  .kama-footer-contact-item .content p,
  .kama-copyright {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .kama-footer-socials {
    width: 100%;
  }

  .kama-footer-socials a {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .kama-copyright,
  .kama-go-top {
    font-size: 13px;
  }
}

/* Homepage (index-v2) spacing tweaks */
.kama-home-v2 .home-box-features {
  padding-top: 72px;
}

.kama-home-v2 .section-tools {
  padding: 150px 0;
}

/* Homepage (index-v2) tools notifications */
.kama-home-v2 .section-tools .kama-tools-notifs {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}

.kama-home-v2 .section-tools .container {
  position: relative;
  z-index: 5;
}

.kama-home-v2 .section-tools .kama-tools-toast {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-9999px, -9999px);
  opacity: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(250, 250, 250, 0.92);
  border: 1px solid rgba(212, 212, 216, 0.92);
  box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.06), 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  color: var(--neutral-800);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  will-change: transform, opacity;
}

.kama-home-v2 .section-tools .kama-tools-toast .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(253, 58, 37, 0.12);
  border: 1px solid rgba(253, 58, 37, 0.18);
  color: var(--brand);
  font-weight: 700;
  font-size: 11px;
}

.kama-home-v2 .section-tools .kama-tools-toast .text {
  margin: 0;
  color: var(--neutral-700);
}

/* Fixed call button (top-left) */
.kama-fixed-call {
  position: fixed;
  top: 18px;
  left: max(18px, calc((100vw - 1320px) / 2 + 12px));
  right: auto;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white) !important;
  background: linear-gradient(180deg, #EA2B16 0%, #FF3B26 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0px 7.77px 16px 0px rgba(0, 0, 0, 0.06), 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.kama-fixed-call .icon {
  font-size: 16px;
  color: var(--white);
}

.kama-fixed-call:hover {
  transform: translateY(-1px);
  box-shadow: 0px 12px 26px 0px rgba(0, 0, 0, 0.12), 0px 6px 6px 0px rgba(0, 0, 0, 0.14);
}

@media (max-width: 1439px) {
  .kama-fixed-call {
    top: 14px;
    left: max(14px, calc((100vw - 1140px) / 2 + 12px));
  }
}

/* Homepage (index-v2) features connector wires */
.kama-home-v2 .home-box-features .section-features .side-line-main {
  display: none !important;
}

.kama-home-v2 .home-box-features .section-features .kama-features-wires {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.kama-home-v2 .home-box-features .section-features .kama-features-wires svg {
  width: 100%;
  height: 100%;
  display: block;
}

.kama-home-v2 .home-box-features .section-features .kama-features-wires .kama-wire {
  stroke: #D4D4D8;
  stroke-width: 1.5;
  stroke-linecap: round;
  fill: none;
  opacity: 0.95;
}

.kama-home-v2 .home-box-features .section-features .kama-features-wires .kama-pulse {
  fill: var(--brand);
  filter: drop-shadow(0 0 10px rgba(253, 58, 37, 0.35));
}

.kama-home-v2 .home-box-features .section-features .kama-features-messages {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: visible;
}

.kama-home-v2 .home-box-features .section-features .position-relative {
  overflow: visible;
}

.kama-home-v2 .home-box-features .section-features .kama-features-messages .kama-wire-msg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-9999px, -9999px);
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(253, 58, 37, 0.12), 0 10px 22px rgba(253, 58, 37, 0.18);
  will-change: transform, opacity;
}

@media (min-width: 992px) {
  .kama-home-v2 .home-box-features .section-features.flat-spacing {
    padding-bottom: 96px;
  }
}

@media (max-width: 1439px) {
  .kama-home-v2 .home-box-features {
    padding-top: 64px;
  }

  .kama-home-v2 .section-tools {
    padding: 130px 0;
  }
}

@media (max-width: 991px) {
  .kama-home-v2 .home-box-features {
    padding-top: 56px;
  }
}

@media (max-width: 767px) {
  .kama-home-v2 .home-box-features {
    padding-top: 40px;
  }
}

/* Homepage (index-v2) mobile polish */
@media (max-width: 991px) {
  .kama-home-v2 .section-hero .hero-image {
    background-attachment: scroll;
  }
}

.kama-home-v2 .section-hero .scroll-more {
  width: min(320px, calc(100% - 32px));
}

@media (max-width: 575px) {
  .kama-home-v2 .tf-header {
    padding-top: 24px;
    margin-bottom: -92px;
  }

  .kama-home-v2 .tf-header .header-inner {
    margin: 0 12px;
    padding-left: 16px;
  }

  .kama-home-v2 .section-tools>img {
    display: none;
  }
}

/* Homepage (index-v2) global polish */
.kama-home-v2 {
  --home-accent: #ff3b2f;
  --home-accent-2: #ff6a3d;
  --home-border: rgba(15, 23, 42, 0.06);
  --home-border-hover: rgba(253, 58, 37, 0.18);
  --home-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  --home-shadow-hover: 0 22px 60px rgba(15, 23, 42, 0.10);
  --home-glow: 0 18px 50px rgba(253, 58, 37, 0.08);
}

.kama-home-v2 #intro,
.kama-home-v2 #partners,
.kama-home-v2 #services,
.kama-home-v2 #process,
.kama-home-v2 #pricing,
.kama-home-v2 #about,
.kama-home-v2 #contact {
  scroll-margin-top: 120px;
}

@media (max-width: 575px) {

  .kama-home-v2 #intro,
  .kama-home-v2 #partners,
  .kama-home-v2 #services,
  .kama-home-v2 #process,
  .kama-home-v2 #pricing,
  .kama-home-v2 #about,
  .kama-home-v2 #contact {
    scroll-margin-top: 96px;
  }
}

.kama-home-v2 #wrapper p,
.kama-home-v2 #wrapper .text {
  line-height: 2.05;
}

.kama-home-v2 a:focus-visible,
.kama-home-v2 button:focus-visible,
.kama-home-v2 [role=\"button\"]:focus-visible,
.kama-home-v2 input:focus-visible,
.kama-home-v2 textarea:focus-visible,
.kama-home-v2 select:focus-visible {
  outline: 3px solid rgba(253, 58, 37, 0.22);
  outline-offset: 3px;
}

.kama-home-v2 .features-item,
.kama-home-v2 .process-card,
.kama-home-v2 .section-about-us .review-box,
.kama-home-v2 .section-about-us .box-quotes,
.kama-home-v2 .section-about-us .mission-box,
.kama-home-v2 .accordion-asked .accordion-asked-item,
.kama-home-v2 .section-contact .form-contact {
  border: 1px solid var(--home-border);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.kama-home-v2 .features-item:hover,
.kama-home-v2 .process-card:hover,
.kama-home-v2 .section-about-us .review-box:hover,
.kama-home-v2 .section-about-us .box-quotes:hover,
.kama-home-v2 .section-about-us .mission-box:hover,
.kama-home-v2 .accordion-asked .accordion-asked-item:hover,
.kama-home-v2 .section-contact .form-contact:hover {
  transform: translateY(-6px);
  border-color: var(--home-border-hover);
  box-shadow: var(--home-shadow-hover);
}

.kama-home-v2 #accordion-services .accordion-faq_item {
  border: 1px solid var(--home-border);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.kama-home-v2 #accordion-services .accordion-faq_item:hover {
  border-color: var(--home-border-hover);
  box-shadow: 0px 18px 50px rgba(15, 23, 42, 0.08);
}

.kama-home-v2 .kama-price-card:hover {
  border-color: rgba(255, 87, 51, 0.22);
}

/* Soft section glows for consistent theme */
.kama-home-v2 .section-services,
.kama-home-v2 .section-process,
.kama-home-v2 .section-faqs {
  position: relative;
  overflow: hidden;
}

.kama-home-v2 .section-services::before,
.kama-home-v2 .section-process::before,
.kama-home-v2 .section-faqs::before {
  content: "";
  position: absolute;
  inset: -120px -80px;
  background:
    radial-gradient(520px 360px at 10% 20%, rgba(253, 58, 37, 0.06) 0%, rgba(253, 58, 37, 0) 70%),
    radial-gradient(520px 360px at 90% 10%, rgba(255, 122, 0, 0.05) 0%, rgba(255, 122, 0, 0) 70%),
    radial-gradient(520px 360px at 70% 85%, rgba(59, 130, 246, 0.04) 0%, rgba(59, 130, 246, 0) 70%);
  pointer-events: none;
}

.kama-home-v2 .section-services .container,
.kama-home-v2 .section-process .container,
.kama-home-v2 .section-faqs .container {
  position: relative;
  z-index: 1;
}

.kama-home-v2 .heading-section.center .heading-title {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.kama-home-v2 .heading-section.center p,
.kama-home-v2 .heading-section.center .text {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {

  .kama-home-v2 .section-services::before,
  .kama-home-v2 .section-process::before,
  .kama-home-v2 .section-faqs::before {
    inset: -80px -40px;
  }
}

/* Homepage (index-v2) intro polish */
.kama-home-v2 .section-intro-video .intro-video-content {
  padding: 22px 22px 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.kama-home-v2 .section-intro-video .intro-video-kicker {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.kama-home-v2 .section-intro-video .intro-video-points li {
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.kama-home-v2 .section-intro-video .intro-video-points li:hover {
  transform: translateY(-2px);
  border-color: rgba(253, 58, 37, 0.18);
  box-shadow: 0 16px 40px rgba(253, 58, 37, 0.08);
}

.kama-home-v2 .section-intro-video .intro-video-meta-item {
  background: rgba(255, 255, 255, 0.86);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.kama-home-v2 .section-intro-video .intro-video-meta-item:hover {
  transform: translateY(-2px);
  border-color: rgba(253, 58, 37, 0.18);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.kama-home-v2 .section-intro-video .intro-video-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.kama-home-v2 .section-intro-video .intro-video-card:hover {
  transform: translateY(-4px);
  border-color: rgba(253, 58, 37, 0.18);
  box-shadow: 0 18px 50px rgba(253, 58, 37, 0.08);
}

@media (max-width: 767px) {
  .kama-home-v2 .section-intro-video .intro-video-content {
    padding: 16px 14px 12px;
    border-radius: 22px;
  }
}

/* Homepage (index-v2) Why Kama polish */
.kama-home-v2 .section-benefits {
  position: relative;
  overflow: hidden;
}

.kama-home-v2 .section-benefits::before {
  content: "";
  position: absolute;
  inset: -120px -80px;
  background:
    radial-gradient(520px 360px at 14% 24%, rgba(253, 58, 37, 0.10) 0%, rgba(253, 58, 37, 0) 70%),
    radial-gradient(520px 360px at 86% 10%, rgba(255, 122, 0, 0.08) 0%, rgba(255, 122, 0, 0) 70%),
    radial-gradient(520px 360px at 72% 85%, rgba(59, 130, 246, 0.06) 0%, rgba(59, 130, 246, 0) 70%);
  pointer-events: none;
}

.kama-home-v2 .section-benefits .container {
  position: relative;
  z-index: 1;
}

.kama-home-v2 .section-benefits .heading-section p {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.1;
}

.kama-home-v2 .section-benefits .benefits-box {
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.kama-home-v2 .section-benefits .benefits-box:hover {
  transform: translateY(-6px);
  border-color: rgba(253, 58, 37, 0.18);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.10);
}

.kama-home-v2 .section-benefits .benefits-progress-inner .benefits-progress-item .progress-line {
  background: linear-gradient(90deg, #ff6a3d 0%, #ff3b2f 100%);
  transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.kama-home-v2 .section-benefits .benefits-progress-inner .benefits-progress-item .progress-text {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.kama-home-v2 .section-benefits .benefits-progress-inner .benefits-progress-item .progress-text .icon {
  color: #ff5733;
}

.kama-home-v2 .section-benefits .benefits-step-inner .step-item {
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.kama-home-v2 .section-benefits .benefits-step-inner .step-item .icon {
  color: #ff3b2f;
}

@media (max-width: 767px) {
  .kama-home-v2 .section-benefits::before {
    inset: -80px -40px;
  }

  .kama-home-v2 .section-benefits .heading-section p {
    line-height: 2;
  }
}



@media (max-width: 991px) {
  .kama-footer {
    padding: 56px 0 22px;
  }

  .kama-footer-glow-1 {
    width: 180px;
    height: 180px;
    top: 10px;
    right: -30px;
    filter: blur(60px);
  }

  .kama-footer-glow-2 {
    width: 140px;
    height: 140px;
    bottom: 10px;
    left: -20px;
    filter: blur(55px);
  }

  .kama-footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 28px;
  }

  .kama-footer-brand {
    max-width: 100%;
    text-align: center;
  }

  .kama-footer .footer-logo {
    justify-content: center;
    margin-bottom: 16px;
  }

  .kama-footer .footer-logo img {
    max-height: 44px;
  }

  .kama-footer-badge {
    margin-bottom: 14px;
    font-size: 12px;
    padding: 7px 12px;
  }

  .kama-footer-title {
    font-size: 28px;
    line-height: 1.75;
    margin-bottom: 14px;
  }

  .kama-footer-text {
    max-width: 100%;
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 2;
  }

  .kama-footer-actions {
    justify-content: center;
    gap: 10px;
  }

  .kama-footer-actions .tf-btn,
  .kama-footer-actions .tf-btn-2 {
    min-width: 150px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .kama-footer-links-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .kama-footer-col {
    padding: 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
  }

  .kama-footer-heading {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .kama-footer-links {
    gap: 10px;
  }

  .kama-footer-links li a {
    font-size: 14px;
    line-height: 1.8;
  }

  .kama-footer-contact-list {
    gap: 10px;
  }

  .kama-footer-contact-item {
    padding: 12px;
    border-radius: 14px;
  }

  .kama-footer-contact-item .icon-box {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 14px;
  }

  .kama-footer-contact-item .content span {
    font-size: 11px;
  }

  .kama-footer-contact-item .content a,
  .kama-footer-contact-item .content p {
    font-size: 13px;
    line-height: 1.8;
  }

  .kama-footer-social-row {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 22px 0;
  }

  .kama-footer-social-title {
    text-align: center;
    font-size: 14px;
  }

  .kama-footer-socials {
    justify-content: center;
    gap: 10px;
  }

  .kama-footer-socials a {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    min-width: 140px;
    padding: 11px 14px;
    border-radius: 16px;
  }

  .kama-footer-socials a span {
    font-size: 13px;
  }

  .kama-footer-bottom {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding-top: 20px;
  }

  .kama-copyright {
    font-size: 12px;
    line-height: 1.9;
    max-width: 320px;
  }

  .kama-go-top {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .kama-footer {
    padding: 46px 0 20px;
  }

  .kama-footer-top {
    gap: 22px;
    padding-bottom: 22px;
  }

  .kama-footer-badge {
    font-size: 11px;
    padding: 6px 10px;
  }

  .kama-footer-title {
    font-size: 23px;
    line-height: 1.9;
    letter-spacing: -0.3px;
  }

  .kama-footer-text {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 18px;
  }

  .kama-footer-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .kama-footer-actions .tf-btn,
  .kama-footer-actions .tf-btn-2 {
    width: 100%;
    min-width: 100%;
  }

  .kama-footer-links-wrap {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kama-footer-col {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .kama-footer-heading {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .kama-footer-links li a {
    font-size: 13px;
  }

  .kama-footer-contact-item {
    gap: 10px;
    padding: 10px;
  }

  .kama-footer-contact-item .icon-box {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 13px;
  }

  .kama-footer-contact-item .content a,
  .kama-footer-contact-item .content p {
    font-size: 12px;
  }

  .kama-footer-social-title {
    font-size: 13px;
  }

  .kama-footer-socials {
    flex-direction: column;
    width: 100%;
  }

  .kama-footer-socials a {
    width: 100%;
    min-width: 100%;
    border-radius: 14px;
    justify-content: center;
  }

  .kama-footer-bottom {
    gap: 10px;
    padding-top: 18px;
  }

  .kama-copyright {
    font-size: 11px;
  }

  .kama-go-top {
    font-size: 12px;
  }
}
