/* =======

	Template Name: Basic
	Author: UIdeck
	Author URI: https://uideck.com/
	Support: https://uideck.com/support/
	Version: 1.1

======== */
/*===========================
  COMMON css 
===========================*/
@import url("f3757f863b464a9d8a4dd31ed4c2b882.css");
body {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #6A6972;
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
}

a,
button,
input,
textarea {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
a:focus,
input:focus,
textarea:focus,
button:focus,
.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #2E2E2E;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6A6972;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 25px;
  font-size: 16px;
  line-height: 48px;
  border-radius: 8px;
  border: 0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: -webkit-gradient(linear, left top, right top, from(#33c8c1), color-stop(50%, #119bd2), to(#33c8c1));
  background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
  background-size: 200%;
}

.main-btn:hover {
  color: #fff;
  background-position: right center;
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*===== All Section Title Style =====*/
.section-title .line {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe8464), to(#fe6e9a));
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
  width: 150px;
  height: 5px;
  margin-bottom: 10px !important;
}

.section-title .sub-title {
  font-size: 18px;
  font-weight: 400;
  color: #361CC1;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}

.section-title .title {
  font-size: 32px;
  padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
  }
}

.section-title .title span {
  font-weight: 400;
  display: contents;
}

.section-title .section-desc {
  max-width: 620px;
  margin: 18px auto 0;
  font-size: 16px;
  line-height: 1.7;
  color: #6a6972;
}

@media (max-width: 767px) {
  .section-title .section-desc {
    font-size: 15px;
    margin-top: 14px;
  }
}

/*===== NAVBAR =====*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

.navbar {
  padding: 25px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav {
    padding: 20px 30px;
  }
}

.navbar-nav .nav-item {
  margin-right: 45px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: inline-block;
    padding: 8px 0;
    color: #2E2E2E;
  }
}

.navbar-nav .nav-item a:hover, .navbar-nav .nav-item a.active {
  color: #fe7a7b;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-btn {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.navbar-btn .main-btn {
  line-height: 45px;
  background: -webkit-gradient(linear, left top, right top, from(#fe8464), color-stop(50%, #fe6e9a), to(#fe8464));
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%;
}

.navbar-btn .main-btn:hover {
  color: #fff;
  background-position: right center;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #2E2E2E;
}

.sticky .navbar-nav .nav-item a {
  color: #2E2E2E;
}

.sticky .navbar-nav .nav-item a.active, .sticky .navbar-nav .nav-item a:hover {
  color: #fe7a7b;
}

/*===== HEADER HERO =====*/
.header-hero {
  position: relative;
  z-index: 5;
  background-position: bottom center;
}

#particles-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-hero-content {
  padding-top: 156px;
}

@media (max-width: 767px) {
  .header-hero-content {
    padding-top: 118px;
  }
}

.header-hero-content .header-eyebrow {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 auto 18px;
}

.header-hero-content .header-eyebrow .brand-highlight {
  font-weight: 600;
  background: linear-gradient(135deg, #FFE8C8 0%, #F5C070 28%, #F0A0B0 58%, #E87898 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (max-width: 767px) {
  .header-hero-content .header-eyebrow {
    font-size: 14px;
    margin-bottom: 14px;
    letter-spacing: 0.02em;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-eyebrow {
    font-size: 15px;
  }
}

.header-hero-content .header-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0 auto;
}

.header-hero-content .header-title .hero-headline-line {
  display: block;
}

.header-hero-content .header-title .hero-headline-line + .hero-headline-line {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: 0.01em;
  }

  .header-hero-content .header-title .hero-headline-line + .hero-headline-line {
    margin-top: 4px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-hero-content .header-title {
    font-size: 32px;
  }
}

.header-hero-content .text {
  font-size: 18px;
  line-height: 1.85;
  color: #fff;
  margin: 26px auto 0;
  opacity: 0.92;
}

@media (max-width: 767px) {
  .header-hero-content .text {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 20px;
  }
}

.header-hero-content .main-btn {
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.header-hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.header-hero-btns .main-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
  line-height: 50px;
  padding: 0 22px;
  color: #173b72;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 22px rgba(7, 31, 94, 0.12);
  overflow: hidden;
  -webkit-transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, -webkit-transform 0.22s ease;
  transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.header-hero-btns .main-btn::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}

.header-hero-btns .main-btn:hover {
  color: #113462;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 14px 28px rgba(7, 31, 94, 0.16);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.header-hero-btns .main-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  box-shadow: 0 8px 16px rgba(7, 31, 94, 0.16);
}

.header-hero-btns .main-btn > i:first-child {
  font-size: 18px;
  opacity: 0.96;
}

.header-hero-btns .hero-cta-primary {
  color: #fff;
  background: linear-gradient(135deg, #1eb7ff 0%, #2176ff 100%);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 28px rgba(26, 97, 226, 0.28), 0 8px 16px rgba(8, 32, 89, 0.14);
}

.header-hero-btns .hero-cta-primary:hover {
  color: #fff;
  background: linear-gradient(135deg, #2ac0ff 0%, #2b7dff 100%);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 16px 30px rgba(26, 97, 226, 0.32), 0 10px 18px rgba(8, 32, 89, 0.16);
}

.header-hero-btns .hero-cta-secondary {
  color: #173b72;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 22px rgba(7, 31, 94, 0.1);
}

.header-hero-btns .hero-cta-secondary:hover {
  color: #113462;
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 14px 26px rgba(7, 31, 94, 0.14);
}

.hero-demo-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 12px;
  margin-top: 18px;
}

.hero-demo-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 500;
}

.hero-demo-link {
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 8px 18px rgba(7, 31, 94, 0.12);
}

.hero-demo-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.38);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.header-hero-qq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}

.header-hero-content .sub-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  line-height: 38px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(34, 98, 196, 0.4) 0%, rgba(22, 64, 140, 0.34) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 8px 18px rgba(7, 31, 94, 0.14);
}

.header-hero-content .sub-btn > i:first-child {
  font-size: 13px;
  opacity: 0.9;
}

.header-hero-content .sub-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, rgba(42, 112, 214, 0.5) 0%, rgba(28, 76, 164, 0.42) 100%);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 22px rgba(7, 31, 94, 0.18);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.header-hero-content .sub-btn:hover > i:first-child {
  opacity: 1;
}

.header-hero-image {
  position: relative;
  padding-bottom: 24px;
}

.header-hero-image::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: min(74vw, 900px);
  height: 240px;
  background:
    radial-gradient(circle at 18% 58%, rgba(91, 141, 255, 0.16) 0%, rgba(91, 141, 255, 0.16) 6%, rgba(91, 141, 255, 0) 28%),
    radial-gradient(circle at 34% 74%, rgba(121, 191, 255, 0.18) 0%, rgba(121, 191, 255, 0.18) 5%, rgba(121, 191, 255, 0) 24%),
    radial-gradient(circle at 52% 50%, rgba(77, 125, 255, 0.22) 0%, rgba(77, 125, 255, 0.22) 7%, rgba(77, 125, 255, 0) 30%),
    radial-gradient(circle at 68% 72%, rgba(112, 167, 255, 0.18) 0%, rgba(112, 167, 255, 0.18) 5%, rgba(112, 167, 255, 0) 24%),
    radial-gradient(circle at 84% 56%, rgba(83, 136, 255, 0.16) 0%, rgba(83, 136, 255, 0.16) 6%, rgba(83, 136, 255, 0) 28%),
    radial-gradient(ellipse at center, rgba(72, 118, 255, 0.14) 0%, rgba(72, 118, 255, 0.08) 34%, rgba(72, 118, 255, 0.02) 58%, rgba(72, 118, 255, 0) 78%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

.hero-shot-frame {
  position: relative;
  display: inline-block;
  max-width: min(96vw, 1180px);
  padding: 16px 16px 18px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 255, 0.98) 62%, rgba(233, 240, 251, 0.98) 100%);
  border: 1px solid rgba(191, 209, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(176, 194, 235, 0.3),
    0 28px 72px rgba(34, 74, 186, 0.16),
    0 10px 30px rgba(14, 30, 77, 0.1);
  -webkit-transform: perspective(2200px) rotateX(14deg);
          transform: perspective(2200px) rotateX(14deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  overflow: hidden;
  z-index: 1;
}

.hero-shot-frame::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  width: 72px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(198, 210, 237, 0.6) 0%, rgba(131, 150, 198, 0.8) 50%, rgba(198, 210, 237, 0.6) 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.hero-shot-frame::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: min(54vw, 600px);
  height: 40px;
  background: radial-gradient(ellipse at center, rgba(22, 54, 140, 0.22) 0%, rgba(22, 54, 140, 0.12) 44%, rgba(22, 54, 140, 0) 76%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: blur(18px);
          filter: blur(18px);
  border-radius: 999px;
  z-index: -1;
}

.header-hero-image img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 18px;
  border: 1px solid rgba(166, 188, 243, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-slider-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-shot-frame .tns-outer,
.hero-shot-frame .tns-ovh,
.hero-shot-frame .tns-inner {
  overflow: hidden;
}

.hero-shot-frame .tns-outer {
  width: 100%;
}

.hero-slider-stage,
.about-slider-stage {
  position: relative;
  width: 100%;
}

.hero-slider-wrapper .hero-slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-slider-wrapper .hero-slider-controls button {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(72, 118, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #4876ff;
  font-size: 17px;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(34, 74, 186, 0.18);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  cursor: pointer;
  pointer-events: auto;
  opacity: 0.82;
  -webkit-transition: opacity 0.25s ease-out 0s, background 0.25s ease-out 0s, color 0.25s ease-out 0s, border-color 0.25s ease-out 0s, box-shadow 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s, background 0.25s ease-out 0s, color 0.25s ease-out 0s, border-color 0.25s ease-out 0s, box-shadow 0.25s ease-out 0s, transform 0.25s ease-out 0s;
}

.hero-slider-wrapper .hero-slider-controls button[data-controls="prev"] {
  left: -48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-slider-wrapper .hero-slider-controls button[data-controls="next"] {
  right: -48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-slider-wrapper:hover .hero-slider-controls button {
  opacity: 0.95;
}

.hero-slider-wrapper .hero-slider-controls button:hover {
  opacity: 1;
  background: #ffffff;
  color: #2f5fe0;
  border-color: rgba(72, 118, 255, 0.45);
  box-shadow: 0 6px 18px rgba(34, 74, 186, 0.24);
}

.hero-slider-wrapper .hero-slider-controls button[data-controls="prev"]:hover {
  -webkit-transform: translateY(-50%) scale(1.06);
          transform: translateY(-50%) scale(1.06);
}

.hero-slider-wrapper .hero-slider-controls button[data-controls="next"]:hover {
  -webkit-transform: translateY(-50%) scale(1.06);
          transform: translateY(-50%) scale(1.06);
}

.hero-slider-nav,
.about-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 16px;
}

.hero-slider-nav {
  margin-top: 18px;
}

.hero-slider-nav button,
.about-slider-nav button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(72, 118, 255, 0.28);
  font-size: 0;
  cursor: pointer;
  -webkit-transition: background 0.25s ease-out 0s, opacity 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s;
  transition: background 0.25s ease-out 0s, opacity 0.25s ease-out 0s, transform 0.25s ease-out 0s;
}

.hero-slider-nav button.tns-nav-active,
.about-slider-nav button.tns-nav-active {
  background: #4876ff;
  opacity: 1;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.hero-slider-nav button:not(.tns-nav-active):hover,
.about-slider-nav button:not(.tns-nav-active):hover {
  background: rgba(72, 118, 255, 0.55);
}

@media (max-width: 767px) {
  .header-hero-image {
    padding-top: 34px;
    padding-bottom: 10px;
  }

  .header-hero-btns {
    gap: 12px;
    margin-top: 28px;
  }

  .header-hero-btns .main-btn {
    width: 100%;
    min-width: 0;
    line-height: 48px;
    padding: 0 16px;
  }

  .hero-demo-links {
    gap: 10px;
    margin-top: 16px;
  }

  .hero-demo-label {
    width: 100%;
  }

  .header-hero-qq {
    gap: 12px;
  }

  .header-hero-content .sub-btn {
    width: 100%;
  }

  .header-hero-image::before {
    width: 92%;
    height: 150px;
    bottom: 8px;
  }

  .hero-shot-frame {
    max-width: 100%;
    padding: 10px;
    border-radius: 20px;
    -webkit-transform: perspective(1400px) rotateX(8deg);
            transform: perspective(1400px) rotateX(8deg);
  }

  .hero-slider-wrapper {
    padding-bottom: 0;
  }

  .hero-slider-nav {
    margin-top: 14px;
  }

  .header-hero-image img {
    width: 100%;
    border-radius: 12px;
  }

  .hero-slider-wrapper .hero-slider-controls button {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .hero-slider-wrapper .hero-slider-controls button[data-controls="prev"] {
    left: -30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .hero-slider-wrapper .hero-slider-controls button[data-controls="next"] {
    right: -30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .hero-slider-wrapper .hero-slider-controls button[data-controls="prev"]:hover,
  .hero-slider-wrapper .hero-slider-controls button[data-controls="next"]:hover {
    -webkit-transform: translateY(-50%) scale(1.06);
            transform: translateY(-50%) scale(1.06);
  }
}

/*===========================
  CLIENTS STRIP css
===========================*/
.clients-strip--in-advantages {
  margin-top: 72px;
  padding-top: 56px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.clients-strip-inner {
  max-width: 960px;
  margin: 0 auto;
}

.clients-strip-label {
  margin: 0 0 28px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #94a3b8;
  letter-spacing: 0.02em;
}

.clients-strip-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 32px;
}

.clients-strip-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 220px;
  padding: 0 32px;
  text-align: center;
}

.clients-strip-stat:not(:last-child) {
  border-right: 1px solid rgba(15, 23, 42, 0.08);
}

.clients-strip-stat strong {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #119bd2;
  margin-bottom: 6px;
}

.clients-strip-stat span {
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
}

.clients-strip-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.clients-strip-marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: clients-strip-scroll 24s linear infinite;
  animation: clients-strip-scroll 24s linear infinite;
}

.clients-strip-marquee:hover .clients-strip-marquee-track {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.clients-strip-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
  margin: 0;
  padding: 0 6px;
  list-style: none;
}

.clients-strip-list li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 16px 26px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #64748b;
  letter-spacing: 0.08em;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.62);
  border-radius: 10px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}

.clients-strip-list li:hover {
  color: #119bd2;
  background-color: rgba(255, 255, 255, 0.88);
}

@-webkit-keyframes clients-strip-scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes clients-strip-scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@media (max-width: 767px) {
  .clients-strip--in-advantages {
    margin-top: 48px;
    padding-top: 40px;
  }

  .clients-strip-label {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .clients-strip-stats {
    margin-bottom: 28px;
  }

  .clients-strip-stat {
    padding: 0 16px;
  }

  .clients-strip-stat strong {
    font-size: 22px;
  }

  .clients-strip-stat span {
    font-size: 12px;
  }

  .clients-strip-list li {
    padding: 12px 20px;
    font-size: 17px;
    letter-spacing: 0.06em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clients-strip-marquee {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .clients-strip-marquee-track {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-animation: none;
    animation: none;
  }

  .clients-strip-list[aria-hidden="true"] {
    display: none;
  }

  .clients-strip-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*===========================
  BRAND css 
===========================*/
@media (max-width: 767px) {
  .brand-logo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.single-logo {
  padding: 15px 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-logo {
    padding: 15px 15px;
  }
}

@media (max-width: 767px) {
  .single-logo {
    padding: 15px 30px;
  }
}

@media (max-width: 767px) {
  .single-logo {
    width: 50%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-logo {
    width: 33.33%;
  }
}

.single-logo img {
  max-width: 100%;
  -webkit-filter: grayscale(5);
          filter: grayscale(5);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-logo:hover img {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

/*===========================
  SERVICES css 
===========================*/
.single-services {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 50px 30px;
  border: 2px solid transparent;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .single-services {
    padding: 20px 20px 30px;
  }
}

.single-services .services-icon {
  display: inline-block;
  position: relative;
}

.single-services .services-icon img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-services .services-icon .shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-services .services-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 34px;
  color: #fff;
}

.single-services .services-content .services-title a {
  font-size: 26px;
  font-weight: 700;
  color: #2E2E2E;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-services .services-content .services-title a {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .single-services .services-content .services-title a {
    font-size: 20px;
  }
}

.single-services .services-content .services-title a:hover {
  color: #361CC1;
}

.single-services .services-content .text {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .single-services .services-content .text {
    margin-top: 20px;
  }
}

.single-services .services-content .more {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #fe7a7b;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-services .services-content .more i {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
}

.single-services .services-content .more:hover {
  letter-spacing: 2px;
}

.single-services:hover {
  border-color: #fe7a7b;
}

.single-services:hover .services-icon .shape {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

/*===========================
	ABOUT css 
===========================*/
.about-area {
  position: relative;
  z-index: 5;
}

.about-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  z-index: -1;
}

.about-shape-1 img {
  width: 100%;
}

@media (max-width: 767px) {
  .about-shape-1 {
    display: none;
  }
}

.about-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  z-index: -1;
}

.about-shape-2 img {
  width: 100%;
}

@media (max-width: 767px) {
  .about-shape-2 {
    display: none;
  }
}

.about-content {
  max-width: 480px;
}

.about-content .text {
  margin-top: 15px;
}

.about-image .product-shot {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.about-slider-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
}

.about-slider-frame {
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}

.about-slider-frame .tns-outer,
.about-slider-frame .tns-ovh,
.about-slider-frame .tns-inner {
  overflow: hidden;
}

.about-slider-frame .tns-outer {
  width: 100%;
}

.about-slider-wrapper .about-slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}

.about-slider-wrapper .about-slider-controls button {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(72, 118, 255, 0.28);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #4876ff;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(34, 74, 186, 0.18);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  cursor: pointer;
  pointer-events: auto;
  opacity: 0.82;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.25s ease-out 0s, background 0.25s ease-out 0s, color 0.25s ease-out 0s, border-color 0.25s ease-out 0s, box-shadow 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s;
  transition: opacity 0.25s ease-out 0s, background 0.25s ease-out 0s, color 0.25s ease-out 0s, border-color 0.25s ease-out 0s, box-shadow 0.25s ease-out 0s, transform 0.25s ease-out 0s;
}

.about-slider-wrapper .about-slider-controls button[data-controls="prev"] {
  left: -42px;
}

.about-slider-wrapper .about-slider-controls button[data-controls="next"] {
  right: -42px;
}

.about-slider-wrapper:hover .about-slider-controls button {
  opacity: 0.95;
}

.about-slider-wrapper .about-slider-controls button:hover {
  opacity: 1;
  background: #ffffff;
  color: #2f5fe0;
  border-color: rgba(72, 118, 255, 0.45);
  box-shadow: 0 6px 18px rgba(34, 74, 186, 0.24);
  -webkit-transform: translateY(-50%) scale(1.06);
          transform: translateY(-50%) scale(1.06);
}

@media (max-width: 991px) {
  .about-slider-wrapper .about-slider-controls button[data-controls="prev"] {
    left: -32px;
  }

  .about-slider-wrapper .about-slider-controls button[data-controls="next"] {
    right: -32px;
  }
}

@media (max-width: 767px) {
  .about-slider-wrapper .about-slider-controls button {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .about-slider-wrapper .about-slider-controls button[data-controls="prev"] {
    left: -24px;
  }

  .about-slider-wrapper .about-slider-controls button[data-controls="next"] {
    right: -24px;
  }
}

/*===========================
	PRICING css
===========================*/
.pricing-row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.pricing-card {
  position: relative;
  height: 100%;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
          box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.16);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

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

.pricing-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 32px 28px 36px;
}

.pricing-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #119bd2;
  background: rgba(17, 155, 210, 0.08);
  border-radius: 50px;
}

.pricing-name {
  font-size: 26px;
  color: #2e2e2e;
  margin-bottom: 8px;
}

.pricing-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #6a6972;
  margin-bottom: 22px;
  min-height: 45px;
}

.pricing-desc-highlight {
  font-size: 17px;
  font-weight: 600;
  color: #e85d04;
}

.pricing-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #e4e4e4;
}

.pricing-price .currency {
  font-size: 22px;
  font-weight: 600;
  color: #119bd2;
}

.pricing-price .amount {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #2e2e2e;
}

.pricing-price .period {
  margin-left: 6px;
  font-size: 15px;
  color: #6a6972;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pricing-features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #6a6972;
  margin-bottom: 14px;
}

.pricing-features li:last-child {
  margin-bottom: 0;
}

.pricing-features li i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
  font-size: 16px;
  color: #119bd2;
}

.pricing-features li.pricing-feature-excluded i {
  color: #d48484;
}

.pricing-btn {
  display: block;
  width: 100%;
  margin-top: auto;
  font-size: 16px;
  line-height: 48px;
  border-radius: 8px;
  text-align: center;
}

.pricing-btn-outline {
  font-weight: 500;
  color: #119bd2;
  border: 2px solid #119bd2;
  background: transparent;
}

.pricing-btn-outline:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#33c8c1), color-stop(50%, #119bd2), to(#33c8c1));
  background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
  background-size: 200%;
  background-position: right center;
  border-color: transparent;
}

@media (max-width: 1199px) {
  .pricing-card-inner {
    padding: 28px 24px 32px;
  }

  .pricing-name {
    font-size: 24px;
  }

  .pricing-price .amount {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .pricing-desc {
    min-height: auto;
  }
}

/*===========================
	ADVANTAGES css
===========================*/
.advantages-area {
  background-color: #f4f8fc;
}

.advantages-header {
  max-width: 640px;
  margin: 0 auto 64px;
}

.advantages-title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1e293b;
  margin-bottom: 16px;
}

.advantages-subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 56px;
}

.advantage-item {
  text-align: left;
}

.advantage-icon {
  margin-bottom: 20px;
  line-height: 1;
}

.advantage-icon i {
  font-size: 40px;
  color: #119bd2;
}

.advantage-name {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

.advantage-text {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

@media (max-width: 991px) {
  .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }

  .advantages-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .advantages-header {
    margin-bottom: 48px;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .advantages-title {
    font-size: 26px;
  }

  .advantages-subtitle {
    font-size: 15px;
  }
}

/*===========================
	FAQ css
===========================*/
.faq-area {
  background-color: #fff;
}

.faq-layout {
  row-gap: 40px;
}

.faq-intro {
  position: sticky;
  top: 100px;
  padding-right: 24px;
}

.faq-intro-title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1e293b;
  margin-bottom: 20px;
}

.faq-intro-text {
  font-size: 16px;
  line-height: 1.75;
  color: #64748b;
  margin-bottom: 32px;
}

.faq-intro-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.faq-intro-btn {
  display: inline-block;
  padding: 0 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  color: #fff;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#33c8c1), color-stop(50%, #119bd2), to(#33c8c1));
  background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
  background-size: 200%;
}

.faq-intro-btn:hover {
  color: #fff;
  background-position: right center;
}

.faq-intro-link {
  font-size: 15px;
  font-weight: 500;
  color: #119bd2;
}

.faq-intro-link i {
  margin-left: 4px;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.faq-intro-link:hover {
  color: #0a7eb0;
}

.faq-intro-link:hover i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.faq-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.faq-card {
  border: 1px solid #e8edf3;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-card[open] {
  border-color: rgba(17, 155, 210, 0.35);
  -webkit-box-shadow: 0 8px 30px rgba(17, 155, 210, 0.08);
          box-shadow: 0 8px 30px rgba(17, 155, 210, 0.08);
}

.faq-card-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
}

.faq-card-question::-webkit-details-marker {
  display: none;
}

.faq-card-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #119bd2;
}

.faq-card-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #1e293b;
}

.faq-card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  color: #94a3b8;
  -webkit-transition: -webkit-transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
}

.faq-card[open] .faq-card-icon {
  color: #119bd2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-card-answer {
  padding: 0 24px 22px 76px;
  font-size: 15px;
  line-height: 1.75;
  color: #64748b;
}

.faq-card-answer a {
  color: #119bd2;
  font-weight: 500;
}

.faq-card-answer a:hover {
  color: #0a7eb0;
}

@media (max-width: 991px) {
  .faq-intro {
    position: static;
    padding-right: 0;
    margin-bottom: 8px;
  }

  .faq-intro-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .faq-intro-title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .faq-intro-text {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .faq-card-question {
    padding: 18px 16px;
    gap: 12px;
  }

  .faq-card-num {
    width: 28px;
    font-size: 13px;
  }

  .faq-card-text {
    font-size: 16px;
  }

  .faq-card-answer {
    padding: 0 16px 18px 56px;
    font-size: 14px;
  }
}

/*===========================
	CHANGELOG css
===========================*/
.changelog-area {
  background-color: #f4f8fc;
}

.changelog-area .container {
  position: relative;
  z-index: 6;
}

.changelog-header {
  max-width: 640px;
  margin: 0 auto 56px;
}

.changelog-title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1e293b;
  margin-bottom: 16px;
}

.changelog-subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

.changelog-list {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 28px;
}

.changelog-list::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 7px;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#33c8c1), to(#119bd2));
  background: linear-gradient(to bottom, #33c8c1 0%, #119bd2 100%);
  border-radius: 2px;
  opacity: 0.35;
}

.changelog-item {
  position: relative;
  padding: 0 0 36px 28px;
}

.changelog-item:last-child {
  padding-bottom: 0;
}

.changelog-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #119bd2;
  border: 3px solid #f4f8fc;
  -webkit-box-shadow: 0 0 0 2px rgba(17, 155, 210, 0.25);
          box-shadow: 0 0 0 2px rgba(17, 155, 210, 0.25);
}

.changelog-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.changelog-version {
  display: inline-block;
  padding: 4px 14px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #119bd2;
  background: rgba(17, 155, 210, 0.1);
  border-radius: 50px;
}

.changelog-date {
  font-size: 14px;
  color: #94a3b8;
}

.changelog-points {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.changelog-points li {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin-bottom: 8px;
}

.changelog-points li:last-child {
  margin-bottom: 0;
}

.changelog-points li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd5e1;
}

.changelog-link {
  font-size: 14px;
  font-weight: 500;
  color: #119bd2;
}

.changelog-link i {
  margin-left: 4px;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.changelog-link:hover {
  color: #0a7eb0;
}

.changelog-link:hover i {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.changelog-more {
  position: relative;
  margin-top: 56px;
}

.changelog-more-btn {
  display: inline-block;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  color: #119bd2;
  border: 2px solid #119bd2;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.changelog-more-btn:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#33c8c1), color-stop(50%, #119bd2), to(#33c8c1));
  background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
  background-size: 200%;
  background-position: right center;
  border-color: transparent;
}

@media (max-width: 991px) {
  .changelog-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .changelog-header {
    margin-bottom: 40px;
  }

  .changelog-title {
    font-size: 26px;
  }

  .changelog-subtitle {
    font-size: 15px;
  }

  .changelog-list {
    padding-left: 20px;
  }

  .changelog-item {
    padding-left: 20px;
    padding-bottom: 28px;
  }

  .changelog-item::before {
    left: -18px;
    width: 10px;
    height: 10px;
  }

  .changelog-points li {
    font-size: 14px;
  }

  .changelog-more {
    margin-top: 36px;
  }
}

.about-content .main-btn {
  background: -webkit-gradient(linear, left top, right top, from(#fe8464), color-stop(50%, #fe6e9a), to(#fe8464));
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  margin-top: 40px;
}

.about-content .main-btn:hover {
  background-position: right center;
}

/*===========================
	VIDEO COUNTER css 
===========================*/
.video-content {
  position: relative;
  padding-bottom: 30px;
}

.video-content .dots {
  position: absolute;
  left: -30px;
  bottom: 0;
}

.video-wrapper {
  margin-right: 15px;
  position: relative;
  -webkit-box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0.33);
  box-shadow: 0px 13px 46px 0px rgba(113, 113, 113, 0.33);
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .video-wrapper {
    margin-right: 0;
  }
}

.video-wrapper .video-image img {
  width: 100%;
}

.video-wrapper .video-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(54, 28, 193, 0.2)), to(rgba(46, 130, 239, 0.2)));
  background: linear-gradient(to right, rgba(54, 28, 193, 0.2) 0%, rgba(46, 130, 239, 0.2) 100%);
}

.video-wrapper .video-icon a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #fe8464;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.counter-wrapper {
  padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .counter-wrapper {
    padding-left: 0;
  }
}

.counter-wrapper .counter-content .text {
  margin-top: 35px;
}

.counter-wrapper .single-counter {
  max-width: 155px;
  height: 120px;
  border-radius: 60px;
  position: relative;
  z-index: 5;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .counter-wrapper .single-counter {
    max-width: 100px;
    height: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper .single-counter {
    max-width: 155px;
    height: 120px;
  }
}

.counter-wrapper .single-counter::before {
  position: absolute;
  content: "";
  width: 155px;
  height: 120px;
  border-radius: 60px;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

@media (max-width: 767px) {
  .counter-wrapper .single-counter::before {
    max-width: 100px;
    height: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper .single-counter::before {
    max-width: 155px;
    height: 120px;
  }
}

.counter-wrapper .single-counter.counter-color-1::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#33c8c1), to(#119bd2));
  background: linear-gradient(#33c8c1 0%, #119bd2 100%);
}

.counter-wrapper .single-counter.counter-color-2::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe8464), to(#fe6e9a));
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
}

.counter-wrapper .single-counter.counter-color-3::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#361cc1), to(#2e82ef));
  background: linear-gradient(#361cc1 0%, #2e82ef 100%);
}

.counter-wrapper .single-counter .count {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .counter-wrapper .single-counter .count {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper .single-counter .count {
    font-size: 22px;
  }
}

.counter-wrapper .single-counter .text {
  font-size: 16px;
  color: #fff;
}

@media (max-width: 767px) {
  .counter-wrapper .single-counter .text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper .single-counter .text {
    font-size: 16px;
  }
}

/*===========================
	TEAM css 
===========================*/
.single-team {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  overflow: hidden;
  border-radius: 10px;
}

.single-team .team-image {
  position: relative;
}

.single-team .team-image img {
  width: 100%;
}

.single-team .team-image .social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}

.single-team .team-image .social ul {
  background-color: rgba(255, 255, 255, 0.23);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50px;
  padding: 8px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.single-team .team-image .social ul::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe8464), to(#fe6e9a));
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-team .team-image .social ul li a {
  margin: 0px 8px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 50%;
}

.single-team .team-image .social ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.single-team .team-content {
  padding: 30px;
}

.single-team .team-content .holder-name a {
  font-size: 20px;
  font-weight: 700;
  color: #2E2E2E;
}

.single-team .team-content .text {
  margin-top: 5px;
}

.single-team:hover .team-image .social ul::before {
  opacity: 1;
  visibility: visible;
}

/*===========================
	TESTIMONIAL css 
===========================*/
.single-testimonial {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
  overflow: hidden;
  border-radius: 10px;
  padding: 25px 30px 5px;
  border-radius: 10px;
  border: 2px solid transparent;
  margin: 30px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single-testimonial {
    padding: 20px 20px 5px;
  }
}

.single-testimonial .testimonial-review .quota i {
  font-size: 36px;
  color: #119bd2;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-testimonial .testimonial-review .star ul li {
  display: inline-block;
  font-size: 16px;
  color: #fe806d;
}

.single-testimonial .testimonial-text {
  margin-top: 25px;
}

.single-testimonial .testimonial-author {
  margin-top: 30px;
}

.single-testimonial .testimonial-author .author-image {
  position: relative;
}

.single-testimonial .testimonial-author .author-image .author {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 80px;
  height: 80px;
}

.single-testimonial .testimonial-author .author-content .holder-name {
  font-size: 18px;
  font-weight: 700;
  color: #2E2E2E;
}

.single-testimonial .testimonial-author .author-content .text {
  font-size: 15px;
}

.single-testimonial:hover {
  border-color: #fe7a7b;
}

.single-testimonial:hover .testimonial-review .quota i {
  color: #fe7a7b;
}

.testimonial-wrapper .tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.testimonial-wrapper .tns-nav button {
  margin: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe8464), to(#fe6e9a));
  background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
  border: 0;
  font-size: 0;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.testimonial-wrapper .tns-nav button.tns-nav-active {
  opacity: 1;
  width: 15px;
  height: 15px;
}

/*===========================
	BLOG  css 
===========================*/
.single-blog .blog-image img {
  border-radius: 10px;
  width: 100%;
}

.single-blog .blog-content {
  padding-top: 25px;
}

.single-blog .blog-content .meta li {
  font-size: 16px;
  color: #6a6972;
  display: inline-block;
  margin-left: 50px;
}

.single-blog .blog-content .meta li:first-child {
  margin-left: 0;
}

.single-blog .blog-content .meta li a {
  color: #6a6972;
}

.single-blog .blog-content .meta li a:hover {
  color: #fe7e71;
}

.single-blog .blog-content .text {
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #2e2e2e;
  margin-top: 15px;
}

.single-blog .blog-content .text:hover {
  color: #361CC1;
}

@media (max-width: 767px) {
  .single-blog .blog-content .text {
    font-size: 20px;
    line-height: 30px;
  }
}

.single-blog .blog-content .more {
  font-size: 16px;
  color: #fe7e71;
  margin-top: 30px;
}

.single-blog .blog-content .more:hover {
  letter-spacing: 2px;
}

.single-blog .blog-content .more i {
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/*===========================
  SUBSCRIBE  css 
===========================*/
.subscribe-area {
  padding: 40px 50px 90px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
  box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
  border-radius: 10px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .subscribe-area {
    padding: 10px 30px 60px;
  }
}

.subscribe-content .subscribe-title {
  font-size: 35px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-content .subscribe-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .subscribe-content .subscribe-title {
    font-size: 24px;
  }
}

.subscribe-content .subscribe-title span {
  font-weight: 400;
}

.subscribe-form {
  position: relative;
}

.subscribe-form input {
  border: 2px solid #E1E1E1;
  height: 65px;
  padding: 0 30px;
  border-radius: 5px;
  width: 100%;
  color: #2E2E2E;
}

.subscribe-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #b9b9b9;
}

.subscribe-form input:-ms-input-placeholder {
  opacity: 1;
  color: #b9b9b9;
}

.subscribe-form input::-ms-input-placeholder {
  opacity: 1;
  color: #b9b9b9;
}

.subscribe-form input::placeholder {
  opacity: 1;
  color: #b9b9b9;
}

.subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #b9b9b9;
}

.subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #b9b9b9;
}

.subscribe-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #b9b9b9;
}

.subscribe-form input:focus {
  border-color: #361CC1;
}

.subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 65px;
  line-height: 65px;
  background: -webkit-gradient(linear, left top, right top, from(#fe8464), color-stop(50%, #fe6e9a), to(#fe8464));
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%;
}

@media (max-width: 767px) {
  .subscribe-form button {
    position: relative;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-form button {
    position: absolute;
    width: auto;
    margin-top: 0;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

.subscribe-form button:hover {
  color: #fff;
  background-position: right center;
}

/*===========================
	FOOTER  css 
===========================*/
.footer-area {
  background-position: top center;
  position: relative;
  z-index: 5;
  pointer-events: none;
}

.footer-area .container,
.footer-area a,
.footer-area button {
  pointer-events: auto;
}

.footer-area::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 900px;
  width: 100%;
  background-image: url(../images/footer-bg.svg);
  background-position: top center;
  z-index: -1;
  background-size: cover;
}

#particles-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.footer-widget {
  padding-top: 50px;
}

.footer-about .logo img {
  width: 160px;
}

.footer-about .text {
  color: #fff;
  line-height: 30px;
  margin-top: 30px;
}

.footer-about .social {
  margin-top: 40px;
}

.footer-about .social li {
  display: inline-block;
  margin-right: 30px;
}

.footer-about .social li a {
  font-size: 22px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-about .social li a:hover {
  color: #fe8464;
}

.footer-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.link-wrapper {
  padding: 0 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .link-wrapper {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .link-wrapper {
    padding: 0;
    padding-right: 50px;
  }
}

.link-wrapper .link {
  padding-top: 20px;
}

.link-wrapper .link li {
  margin-top: 20px;
}

.link-wrapper .link li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.link-wrapper .link li a:hover {
  color: #fe8464;
}

.footer-contact .contact {
  padding-top: 20px;
}

.footer-contact .contact li {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}

.footer-widget-slim .footer-title .title {
  font-size: 22px;
}

.footer-cols > [class*="col-"] {
  display: flex;
  justify-content: flex-start;
}

.footer-widget-slim .footer-block {
  width: 100%;
  max-width: 280px;
  text-align: left;
}

.footer-widget-slim .footer-service .values,
.footer-widget-slim .footer-contact .contact,
.footer-widget-slim .footer-friends .friends {
  padding-top: 24px;
  margin-bottom: 0;
}

.footer-widget-slim .footer-service .values li,
.footer-widget-slim .footer-contact .contact li,
.footer-widget-slim .footer-friends .friends li {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.65;
  color: #fff;
}

.footer-widget-slim .footer-service .values li:first-child,
.footer-widget-slim .footer-contact .contact li:first-child,
.footer-widget-slim .footer-friends .friends li:first-child {
  margin-top: 0;
}

.footer-friends .friends li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-friends .friends li a:hover {
  color: #fe8464;
}

.footer-disclaimer {
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.75;
  margin-bottom: 10px;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 15px;
  padding-bottom: 30px;
}

.copyright-content {
  padding-top: 15px;
  text-align: center;
}

.copyright-content p {
  color: #fff;
}

.copyright-content a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.copyright-content a:hover {
  color: #fe8464;
}

.copyright-content a.footer-beian,
.copyright-content a.footer-beian:hover {
  color: inherit;
  text-decoration: none;
  transition: none;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#fe8464), color-stop(50%, #fe6e9a), to(#fe8464));
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.back-to-top:hover {
  color: #fff;
  background-position: right center;
}

/*===== CONTACT SERVICE =====*/
.contact-float {
  position: fixed;
  left: 40px;
  bottom: 76px;
  z-index: 98;
}

.contact-float-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 84px;
  height: 84px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#fe8464), color-stop(50%, #fe6e9a), to(#fe8464));
  background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
  background-size: 200%;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(254, 110, 154, 0.55);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-animation: contact-float-pulse 2.4s ease-in-out infinite;
          animation: contact-float-pulse 2.4s ease-in-out infinite;
}

.contact-float-btn::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(254, 110, 154, 0.45);
  -webkit-animation: contact-float-ring 2.4s ease-out infinite;
          animation: contact-float-ring 2.4s ease-out infinite;
  pointer-events: none;
}

.contact-float-btn i {
  font-size: 30px;
}

.contact-float-btn span {
  max-width: 64px;
  text-align: center;
}

.contact-float-btn:hover {
  background-position: right center;
  -webkit-animation: none;
          animation: none;
  -webkit-transform: translateY(-3px) scale(1.06);
          transform: translateY(-3px) scale(1.06);
  box-shadow: 0 10px 28px rgba(254, 110, 154, 0.65);
}

@-webkit-keyframes contact-float-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes contact-float-pulse {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@-webkit-keyframes contact-float-ring {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
}

@keyframes contact-float-ring {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  visibility: hidden;
  pointer-events: none;
}

.contact-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}

.contact-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}

.contact-modal.is-open .contact-modal-overlay {
  opacity: 1;
}

.contact-modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
  opacity: 0;
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
  -webkit-transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease, -webkit-transform 0.18s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.contact-modal.is-open .contact-modal-panel {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .contact-modal-overlay,
  .contact-modal-panel {
    -webkit-transition: none;
    transition: none;
  }
}

.contact-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.contact-modal-close:hover {
  background: #e2e8f0;
  color: #334155;
}

.contact-modal-title {
  font-size: 20px;
  color: #2E2E2E;
  margin-bottom: 6px;
  padding-right: 30px;
}

.contact-modal-desc {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 20px;
  line-height: 1.5;
}

.contact-modal-qr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.contact-qr-col {
  padding: 14px 12px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  text-align: center;
}

.contact-qr-col-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #2E2E2E;
  margin-bottom: 10px;
}

.contact-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.contact-icon-qq {
  color: #3369e7;
}

.contact-icon-wechat {
  color: #07c160;
}

.contact-qr-img-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 10px;
  width: 132px;
  height: 132px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.contact-qr-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}

.contact-qq-copy-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-bottom: 0;
}

.contact-qq-num {
  font-size: 16px;
  font-weight: 700;
  color: #2E2E2E;
  letter-spacing: 0.5px;
}

.contact-copy-btn {
  padding: 5px 14px;
  border: none;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#fe8464), to(#fe6e9a));
  background: linear-gradient(to right, #fe8464, #fe6e9a);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.contact-copy-btn:hover {
  opacity: 0.88;
}

.contact-copy-btn.is-copied {
  background: #22c55e;
}

.contact-qr-hint {
  font-size: 12px;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}

.contact-modal-footer {
  text-align: center;
  padding-top: 4px;
}

.contact-group-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #3369e7;
  padding: 8px 16px;
  border-radius: 8px;
  background: #eff6ff;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.contact-group-link:hover {
  background: #dbeafe;
  color: #1d4ed8;
}

@media (max-width: 575px) {
  .contact-float {
    left: 28px;
    bottom: 72px;
  }

  .contact-float-btn {
    width: 72px;
    height: 72px;
    font-size: 12px;
  }

  .contact-float-btn i {
    font-size: 26px;
  }

  .contact-modal-panel {
    padding: 24px 18px 18px;
  }

  .contact-modal-qr-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-qr-img-wrap {
    width: 148px;
    height: 148px;
  }
}

/* ======================
    DEFAULT CSS
========================= */
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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