/* ----------------------------------------------------------------------------------------
Template: Turing - IT Solutions and Corporate Template
Version: 1.1.0
更多精品模板：http://www.bootstrapmb.com
 -----------------------------------------------------------------------------------------*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. footer
11. pages
12. faq
13. aside
14. contact
15. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* Removed external Google Fonts import to prevent render blocking/timeouts in restricted networks. */
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  color: #6F8BA4;
  font-family: "Nunito", sans-serif;
}

::selection {
  background: #635CDB;
  color: #fff;
}

::-moz-selection {
  background: #635CDB;
  color: #fff;
}

.section {
  padding-top: 100px;
  padding-bottom: 70px;
}
.section.colored {
  background: #F7FAFD;
}

.left-heading.light .section-title {
  color: #ffffff;
}
.left-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3B566E;
  letter-spacing: 1.75px;
  height: 45px;
  margin-bottom: 30px;
  position: relative;
}
.left-heading .section-title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 19px;
  height: 2px;
  background: #635CDB;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.left-heading .section-title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: 9px;
  height: 2px;
  background: #635CDB;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.center-heading {
  text-align: center;
}
.center-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3B566E;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}
.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.center-text.colored {
  color: #E5E9F7;
}
.center-text p {
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
}
.left-text.light {
  color: #E5E9F7;
}
.left-text p {
  margin-bottom: 30px;
}
.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.border-bottom {
  border-bottom: 1px solid #F5F5F5 !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.btn-primary-line {
  width: 160px;
  margin: auto;
  display: inline-block;
  height: 44px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 4px 5px 0 rgba(103, 67, 213, 0.24);
  border: none;
  border-radius: 100px 0px 100px 100px;
  background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
  outline: none !important;
  cursor: pointer;
  position: relative;
}
.btn-primary-line:hover {
  background-image: linear-gradient(-135deg, #6A30D1 0%, #5C83E3 100%);
  color: #fff;
}

.btn-white-line {
  width: 160px;
  margin: auto;
  display: inline-block;
  height: 44px;
  line-height: 45px;
  text-align: center;
  border-radius: 100px 0px 100px 100px;
  background: #fff;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 12px;
  color: #635CDB;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none !important;
  cursor: pointer;
  position: relative;
}
.btn-white-line:hover {
  background: #F6F4FD;
}

.btn-home {
  width: 100%;
  margin: auto;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 100px 0px 100px 100px;
  background: #fff;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.88px;
  outline: none !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn-home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(-135deg, #6A30D1 0%, #5C83E3 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.btn-home i {
  margin-left: 30px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #3B566E;
}
/* Draw right arrows with CSS so they never depend on icon-font glyphs. */
.fa-angle-right:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  vertical-align: middle;
}
.btn-home i.fa-angle-right:before {
  width: 8px;
  height: 8px;
}
.btn-home span {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #3B566E;
}
.btn-home:hover, .btn-home.active {
  box-shadow: 0 4px 5px 0 rgba(103, 67, 213, 0.24);
}
.btn-home:hover i, .btn-home.active i {
  color: #fff;
  margin-left: 40px;
}
.btn-home:hover span, .btn-home.active span {
  color: #fff;
}
.btn-home:hover:before, .btn-home.active:before {
  opacity: 1;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

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

.margin-top-30 {
  margin-top: 30px !important;
}

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

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

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

blockquote {
  margin-bottom: 28px;
  padding: 30px;
  padding-top: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #F4F8FB;
  overflow: hidden;
}
blockquote .text {
  position: relative;
  text-align: center;
}
blockquote .text p {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 10px !important;
}
blockquote .text:before {
  content: "\201c";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
  font-family: inherit;
  font-weight: 700;
}
blockquote .text:after {
  content: "\201d";
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  font-size: 40px;
  color: #e1ecf4;
  font-family: inherit;
  font-weight: 700;
}
blockquote .author {
  color: #3B566E;
  text-align: center;
}

.page-gallery {
  height: 185px;
  display: block;
  overflow: hidden;
  border-radius: 20px 5px 20px 20px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .page-gallery {
    height: 150px;
  }

  .btn-home {
    margin-bottom: 10px;
  }
}
/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo {
  float: left;
  margin-top: 32px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .logo img {
  height: 30px;
  width: auto;
  max-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav {
  float: left;
  margin-top: 27px;
  margin-left: 80px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}
.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}
.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #6F8BA4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}
.header-area .main-nav .nav li a:hover {
  color: #6F8BA4;
}
.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}
.header-area .main-nav .nav li.submenu:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #6F8BA4;
  position: absolute;
  right: 18px;
  top: 18px;
}
.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.header-area .main-nav .nav li.submenu ul li a {
  display: block;
  background: #fff;
  color: #3B566E;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}
.header-area .main-nav .nav li.submenu ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #635CDB;
}
.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #f5f5f5;
  padding-left: 25px;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}
.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}
.header-area .main-nav .menu-trigger span {
  top: 16px;
}
.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}
.header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span:before, .header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}
.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}
.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}
.header-area .main-nav .header-buttons {
  float: right;
}
.header-area .main-nav .header-buttons li {
  float: left;
}
.header-area .main-nav .header-buttons li .btn-nav-line {
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #FFFFFF;
  border-radius: 100px 0px 100px 100px;
  display: inline-block;
  height: 30px;
  margin-top: 5px;
  line-height: 29px;
  letter-spacing: 0.5px;
  background: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 32px;
  font-weight: 700;
  font-size: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-width: 110px;
  text-align: center;
}
.header-area .main-nav .header-buttons li .btn-nav-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0.19;
}
.header-area .main-nav .header-buttons li .btn-nav-line span {
  position: relative;
  z-index: 2;
}
.header-area .main-nav .header-buttons li .btn-nav-line:hover {
  background: #fff;
  color: #635CDB;
}
.header-area .main-nav .header-buttons li .btn-nav-primary {
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #FFFFFF;
  border-radius: 100px 0px 100px 100px;
  display: inline-block;
  height: 30px;
  margin-top: 5px;
  line-height: 29px;
  letter-spacing: 0.5px;
  background: #fff;
  color: #635CDB;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-top: 32px;
  font-weight: 700;
  font-size: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-width: 110px;
  text-align: center;
}
.header-area .main-nav .header-buttons li .btn-nav-primary:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0.19;
}
.header-area .main-nav .header-buttons li .btn-nav-primary span {
  position: relative;
  z-index: 2;
}
.header-area .main-nav .header-buttons li .btn-nav-primary:hover {
  border: 1px solid #635CDB;
  background: #635CDB;
  color: #fff;
}
.header-area.header-sticky {
  background: #fff;
  height: 80px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.header-area.header-sticky .logo {
  margin-top: 26px;
}
.header-area.header-sticky .nav {
  margin-top: 21px !important;
}
.header-area.header-sticky .nav li a {
  color: #3B566E;
}
.header-area.header-sticky .nav li a:hover {
  color: #635CDB;
}
.header-area.header-sticky .nav li.submenu {
  position: relative;
}
.header-area.header-sticky .nav li.submenu:after {
  border-top-color: #3B566E;
}
.header-area.header-sticky .header-buttons {
  float: right;
}
.header-area.header-sticky .header-buttons li {
  float: left;
}
.header-area.header-sticky .header-buttons li .btn-nav-line {
  border: 1px solid #635CDB;
  color: #635CDB;
  margin-top: 24px;
}
.header-area.header-sticky .header-buttons li .btn-nav-line:hover {
  background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
  color: #fff;
}
.header-area.header-sticky .header-buttons li .btn-nav-primary {
  background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
  color: #fff;
  margin-top: 24px;
  border: 1px solid #635CDB;
  box-shadow: 0 4px 5px 0 rgba(103, 67, 213, 0.24);
}
.header-area.header-sticky .header-buttons li .btn-nav-primary:hover {
  border: 1px solid #635CDB;
  background: #fff;
  color: #635CDB;
}
.header-area.header-white {
  background: #fff;
  height: 80px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.header-area.header-white .logo {
  margin-top: 26px;
}
.header-area.header-white .nav {
  margin-top: 21px !important;
}
.header-area.header-white .nav li a {
  color: #3B566E;
}
.header-area.header-white .nav li a:hover {
  color: #635CDB;
}
.header-area.header-white .nav li.submenu {
  position: relative;
}
.header-area.header-white .nav li.submenu:after {
  border-top-color: #3B566E;
}
.header-area.header-white .header-buttons {
  float: right;
}
.header-area.header-white .header-buttons li {
  float: left;
}
.header-area.header-white .header-buttons li .btn-nav-line {
  border: 1px solid #635CDB;
  color: #635CDB;
  margin-top: 24px;
}
.header-area.header-white .header-buttons li .btn-nav-line:hover {
  background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
  color: #fff;
}
.header-area.header-white .header-buttons li .btn-nav-primary {
  background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
  color: #fff;
  margin-top: 24px;
  border: 1px solid #635CDB;
  box-shadow: 0 4px 5px 0 rgba(103, 67, 213, 0.24);
}
.header-area.header-white .header-buttons li .btn-nav-primary:hover {
  border: 1px solid #635CDB;
  background: #fff;
  color: #635CDB;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 20px;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 5px;
  }
}
@media (max-width: 991px) {
  .header-area {
    background: #fff;
    height: 80px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 22px !important;
    margin-left: 30px;
  }
  .header-area .light-logo {
    display: none !important;
  }
  .header-area .dark-logo {
    display: block !important;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    padding-left: 30px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #f5f5f5 !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    padding-left: 50px !important;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    border-top-color: #3B566E;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 6px;
    right: 25px;
    top: 22px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .header-buttons {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  min-height: 700px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.welcome-area:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 3;
}
.welcome-area .right-bg {
  float: right;
  width: 89%;
  height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  isolation: isolate;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: linear-gradient(132deg, #263d86 0%, #3e56b3 46%, #5860cc 100%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.welcome-area .right-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background:
    radial-gradient(1200px 800px at 20% 15%, rgba(34, 211, 238, 0.25), rgba(34, 211, 238, 0) 60%),
    radial-gradient(1000px 700px at 70% 25%, rgba(167, 139, 250, 0.22), rgba(167, 139, 250, 0) 55%),
    radial-gradient(900px 700px at 55% 70%, rgba(249, 168, 212, 0.18), rgba(249, 168, 212, 0) 60%),
    linear-gradient(126deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.04) 45%, rgba(255, 255, 255, 0.09) 100%);
  opacity: 1;
}
.welcome-area .right-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.03) 46%, rgba(255, 255, 255, 0.12) 100%),
    radial-gradient(60% 48% at 12% 14%, rgba(245, 251, 255, 0.24) 0%, rgba(245, 251, 255, 0) 74%),
    radial-gradient(52% 42% at 78% 24%, rgba(241, 233, 255, 0.24) 0%, rgba(241, 233, 255, 0) 72%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0px, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 3px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.015) 0px, rgba(255, 255, 255, 0.015) 1px, transparent 1px, transparent 4px);
  mix-blend-mode: screen;
  opacity: 0.5;
  filter: saturate(1.02);
  animation: heroFrostShift 30s ease-in-out infinite alternate;
}
.welcome-area .right-bg .hero-aurora-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: normal;
  opacity: 1;
}
.welcome-area .right-bg .hero-aurora-layer.is-static {
  background:
    radial-gradient(1200px 800px at 20% 15%, rgba(34, 211, 238, 0.23), rgba(34, 211, 238, 0) 60%),
    radial-gradient(1000px 700px at 70% 25%, rgba(167, 139, 250, 0.2), rgba(167, 139, 250, 0) 55%),
    radial-gradient(900px 700px at 55% 70%, rgba(249, 168, 212, 0.16), rgba(249, 168, 212, 0) 60%);
}
.welcome-area .right-bg .hero-aurora-canvas {
  width: 100%;
  height: 100%;
  display: block;
  filter: saturate(1.2) contrast(1.08);
}
@keyframes heroFrostShift {
  0% {
    transform: translate3d(-0.8%, -0.6%, 0) scale(1.01);
    opacity: 0.52;
    filter: saturate(0.99) hue-rotate(-3deg);
  }
  100% {
    transform: translate3d(1.1%, 0.8%, 0) scale(1.03);
    opacity: 0.66;
    filter: saturate(1.08) hue-rotate(4deg);
  }
}
.welcome-area .header-bg {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.welcome-area .header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.985;
}
.welcome-area .header-text {
  position: absolute;
  width: 100%;
  top: 23%;
  transform: perspective(1px) translateY(0%);
  z-index: 4;
}
.welcome-area .header-text h1 {
  font-weight: 400;
  font-size: 28px;
  color: #1E3056;
  line-height: 46px;
  letter-spacing: 0.93px;
  margin-bottom: 30px;
}
.welcome-area .header-text h1 span {
  color: #635CDB;
}
.welcome-area .header-text p {
  font-weight: 400;
  font-size: 16px;
  color: #697BA2;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  position: relative;
}
.welcome-area .header-text p:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 19px;
  height: 2px;
  background: #635CDB;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.welcome-area .header-text p:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: 9px;
  height: 2px;
  background: #635CDB;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.welcome-area .header-text .btn-primary-line {
  width: 170px;
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  .welcome-area {
    min-height: 660px;
  }
  .welcome-area .right-bg {
    height: 660px;
  }
  .header-text {
    top: 60% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
  .header-text h1 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
}
@media (max-width: 1024px) {
  .welcome-area {
    min-height: 620px;
  }
  .welcome-area .right-bg {
    height: 620px;
  }
  .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-65%) !important;
  }
  .header-text h1 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}
@media (max-width: 991px) {
  .welcome-area {
    margin-top: 80px;
    background: #fff;
    min-height: 540px;
  }
  .welcome-area .right-bg {
    width: 100%;
    height: 540px;
  }
  .welcome-area .right-bg .hero-aurora-layer {
    mix-blend-mode: normal;
    opacity: 0.7;
  }
  .welcome-area .right-bg:after {
    mix-blend-mode: normal;
    opacity: 0.44;
  }
  .welcome-area .right-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
  }
  .welcome-area .header-bg {
    display: none;
  }
  .welcome-area .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
    text-align: center;
    color: #fff;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .welcome-area .header-text .btn-primary-line {
    margin: auto;
    border: 1px solid #fff;
    background: #fff;
    color: #635CDB;
    height: 40px;
    line-height: 40px;
  }
  .welcome-area .header-text .btn-primary-line:hover {
    color: #635CDB;
  }
}
/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-home {
  padding-top: 0px;
  margin-top: -100px;
}

.features-small-item {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 40px 0 40px 40px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.features-small-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.features-small-item.active:before, .features-small-item:hover:before {
  opacity: 1;
}
.features-small-item.active .features-title, .features-small-item:hover .features-title {
  color: #ffffff;
}
.features-small-item.active p, .features-small-item:hover p {
  color: #E5E9F7;
}
.features-small-item.active a span, .features-small-item.active a i, .features-small-item:hover a span, .features-small-item:hover a i {
  color: #fff;
}
.features-small-item .icon {
  width: 67px;
  height: 67px;
  line-height: 70px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  background: #F6F4FD;
  border-radius: 22px 0 22px 22px;
}
.features-small-item .icon i {
  font-size: 18px;
  color: #635CDB;
}
.features-small-item .features-title {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.features-small-item p {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}
.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}
.features-small-item a span {
  font-weight: 700;
  font-size: 12px;
  color: #635CDB;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
  margin-right: 10px;
}
.features-small-item a i {
  color: #635CDB;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
}

@media (max-width: 1200px) {
  .features-home {
    padding-top: 0px;
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  .features-home {
    padding-top: 100px;
    margin-top: 0px;
  }
}
/* 
---------------------------------------------
parallax
--------------------------------------------- 
*/
.parallax {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.parallax:before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: 0.88;
  background-image: linear-gradient(127deg, #6A30D1 0%, #5C83E3 91%);
  z-index: 2;
  top: -20%;
  left: -20%;
}
.parallax .parallax-content {
  position: relative;
  z-index: 3;
}
.parallax .parallax-content .info {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.parallax .parallax-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.parallax .parallax-content .info p span {
  text-decoration: underline;
}
.parallax .parallax-content .info .btn-white-line {
  margin: auto;
}
.parallax .parallax-content .info .btn-white-line:hover {
  color: #635CDB;
}

.parallax-counter {
  min-height: 315px;
  overflow: hidden;
  position: relative;
}
.parallax-counter:before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: 0.78;
  background-image: linear-gradient(127deg, #6A30D1 0%, #5C83E3 91%);
  z-index: 2;
  top: -20%;
  left: -20%;
}
.parallax-counter .parallax-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  width: 100%;
}
.parallax-counter .parallax-content .count-item {
  height: 280px;
  position: relative;
  overflow: hidden;
}
.parallax-counter .parallax-content .count-item:hover strong {
  margin-top: 60px;
}
.parallax-counter .parallax-content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 1.72px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.parallax-counter .parallax-content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.86px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }

  .parallax-counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .parallax-counter .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .parallax-counter .parallax-content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .parallax-counter .parallax-content .count-item:hover strong {
    margin-top: 0px;
  }
  .parallax-counter .parallax-content .count-item:before {
    display: none;
  }
  .parallax-counter .parallax-content .count-item:after {
    width: 40px;
    height: 1px;
  }
  .parallax-counter .parallax-content .count-item strong {
    margin-top: 0px;
  }
}
/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 45px;
}
.team-item:hover .user-image {
  top: -55px;
}
.team-item .user-image {
  width: 96px;
  height: 96px;
  border: 6px solid #fff;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border-top-right-radius: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: -45px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-item .team-content {
  text-align: center;
  overflow: hidden;
}
.team-item .team-content .team-info {
  background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
  margin-top: 70px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.69px;
  margin-bottom: 3px;
}
.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #E5E9F7;
  letter-spacing: 0.6px;
}
.team-item .team-content .social {
  text-align: center;
  margin-bottom: 15px;
}
.team-item .team-content .social li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.team-item .team-content .social li a {
  color: #635CDB;
}
.team-item .team-content p {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.pricing-item.active .pricing-header {
  position: relative;
  overflow: hidden;
}
.pricing-item.active .pricing-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
}
.pricing-item.active .pricing-header .pricing-title {
  color: #fff;
}
.pricing-item.active .pricing-header .number {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
}
.pricing-item.active .pricing-header .number:before {
  border-bottom: 14px solid #fff;
}
.pricing-item.active .pricing-header .number:after {
  border-top: 14px solid #fff;
}
.pricing-item .pricing-header {
  border-bottom: 1px solid #F6F4FD;
  text-align: center;
  height: 130px;
  display: block;
  position: relative;
}
.pricing-item .pricing-header .pricing-title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  color: #3B566E;
  position: absolute;
  width: 100%;
  top: 46%;
  transform: perspective(1px) translateY(0%);
}
.pricing-item .pricing-body {
  margin-bottom: 40px;
}
.pricing-item .pricing-body .number {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #F6F4FD;
  position: relative;
  margin: auto;
  margin-top: -20px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border-top-right-radius: 0;
}
.pricing-item .pricing-body .number span {
  font-weight: 400;
  font-size: 16px;
  color: #635CDB;
  display: block;
}
.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 600;
  font-size: 20px;
  color: #635CDB;
  position: relative;
  top: -15px;
}
.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 700;
  font-size: 34px;
  color: #635CDB;
  letter-spacing: 2.12px;
}
.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 700;
  font-size: 14px;
  color: #635CDB;
  letter-spacing: 0.88px;
}
.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #CCDCEA;
  letter-spacing: 0.88px;
}
.pricing-item .pricing-body .list li.active {
  color: #3B566E;
}
.pricing-item .pricing-footer {
  text-align: center;
}
.pricing-item .pricing-footer a {
  width: 160px;
  margin: auto;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  box-shadow: 0 4px 5px 0 rgba(103, 67, 213, 0.24);
  border-radius: 100px 0px 100px 100px;
  background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
  outline: none !important;
  cursor: pointer;
  position: relative;
}
.pricing-item .pricing-footer a:hover {
  background-image: linear-gradient(-135deg, #6A30D1 0%, #5C83E3 100%);
  color: #fff;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}
.blog-post-thumb.big .img {
  height: 400px;
}
.blog-post-thumb .img {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 25px;
  position: relative;
  height: 200px;
}
.blog-post-thumb .img .date {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60px;
  background-image: linear-gradient(127deg, #6A30D1 0%, #5C83E3 91%);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
}
.blog-post-thumb .img .date strong {
  display: block;
  color: #fff;
  height: 20px;
  line-height: 20px;
}
.blog-post-thumb .img .date span {
  display: block;
  color: #fff;
  height: 20px;
  line-height: 20px;
}
.blog-post-thumb h3 {
  margin-bottom: 10px !important;
}
.blog-post-thumb h3 a {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 1px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-post-thumb h3 a:hover {
  color: #635CDB;
}
.blog-post-thumb .post-meta {
  overflow: hidden;
}
.blog-post-thumb .post-meta li {
  float: left;
  margin-right: 30px;
  height: 30px;
  line-height: 30px;
  color: #635CDB;
  font-size: 14px;
}
.blog-post-thumb .post-meta li a {
  color: #635CDB;
}
.blog-post-thumb .post-meta li span {
  display: inline-block;
  margin-right: 5px;
}
.blog-post-thumb .text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
  line-height: 26px;
  margin-bottom: 15px;
}
.blog-post-thumb .text.post-detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
.blog-post-thumb .post-footer {
  overflow: hidden;
  border-bottom: 1px solid #ECF7FF;
  border-top: 1px solid #ECF7FF;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #6F8BA4;
  padding-left: 30px;
}
.blog-post-thumb .post-footer ul.share {
  float: right;
  padding-right: 30px;
}
.blog-post-thumb .post-footer ul.share li {
  float: left;
  margin-left: 15px;
}
.blog-post-thumb .post-footer ul.share li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #635CDB;
}
.blog-post-thumb .btn-primary-line {
  margin: auto;
}

.blog-list .blog-post-thumb {
  margin-bottom: 60px;
  text-align: left;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog-list .blog-post-thumb .img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 5px !important;
  -webkit-border-top-right-radius: 5px !important;
  -moz-border-radius-topleft: 5px !important;
  -moz-border-radius-topright: 5px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.blog-list .blog-post-thumb h3 {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-list .blog-post-thumb .post-meta {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-list .blog-post-thumb .text {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-list .blog-post-thumb .btn-primary-line {
  float: left;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.section-comments {
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 0px;
}
.section-comments ul {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.section-comments ul li {
  overflow: hidden;
}
.section-comments ul li .avatar {
  width: 70px;
  height: 70px;
  border-radius: 15px 3px 15px 15px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.section-comments ul li .comment-content {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  float: left;
  width: calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
}
.section-comments ul li .comment-content .comment-by {
  margin-bottom: 10px;
  position: relative;
}
.section-comments ul li .comment-content .comment-by strong {
  display: block;
  color: #3B566E;
}
.section-comments ul li .comment-content .comment-by span {
  font-size: 12px;
}
.section-comments ul li .comment-content .comment-by .btn-reply {
  position: absolute;
  right: 0px;
  top: 15px;
  background: #F4F8FB;
  color: #6F8BA4;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.section-comments ul li .comment-content .comment-by .btn-reply i {
  font-size: 12px;
}
.section-comments ul li .comment-content .comment-by .btn-reply:hover {
  background: #635CDB;
  color: #fff;
}
.section-comments ul li ul {
  padding-left: 90px;
}

.post-comment {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
.post-comment .comment-form .form-item {
  margin-bottom: 20px;
}
.post-comment .comment-form .form-item label {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
}
.post-comment .comment-form .form-item input, .post-comment .comment-form .form-item textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 40px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.post-comment .comment-form .form-item input:focus, .post-comment .comment-form .form-item textarea:focus {
  border: 1px solid #635CDB;
}
.post-comment .comment-form .form-item textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.pagination {
  margin-bottom: 30px;
}
.pagination .page-item a {
  font-size: 14px;
  color: #635CDB;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagination .page-item a:hover {
  background: #F4F8FB;
}

@media (max-width: 991px) {
  .blog-post-thumb.big .img {
    height: 350px;
  }
}
@media (max-width: 420px) {
  .blog-post-thumb.big .img {
    height: 200px;
  }
}
/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background: #F4F8FB;
  padding-top: 70px;
}
footer img.logo {
  height: 30px;
  width: auto;
  max-height: 30px;
  margin-bottom: 30px;
}
footer .text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  line-height: 26px;
  letter-spacing: 0.88px;
}
footer h5 {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.69px;
  line-height: 30px;
  margin-bottom: 30px !important;
}
footer .footer-nav li a {
  display: block;
  overflow: hidden;
}
footer .footer-nav li a:hover span {
  color: #635CDB;
}
footer .footer-nav li a i {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-right: 12px;
  font-size: 14px;
  color: #3B566E;
}
footer .footer-nav li a span {
  float: left;
  height: 32px;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer .address p {
  display: block;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  line-height: 26px;
  letter-spacing: 0.88px;
  margin-bottom: 5px;
}
footer .address p a {
  color: #635CDB;
}
footer .address .social {
  overflow: hidden;
  margin-top: 5px;
}
footer .address .social li {
  float: left;
  font-size: 16px;
  margin-right: 10px;
}
footer .address .social li a {
  color: #6F8BA4;
}
footer .copyright {
  text-align: center;
  border-top: 1px solid #DAE6FD;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}
/* 
---------------------------------------------
pages
--------------------------------------------- 
*/
.page {
  background: #fff;
}
.page .cover {
  margin-top: 80px;
  min-height: 270px;
  position: relative;
  overflow: hidden;
}
.page .cover:before {
  content: "";
  position: absolute;
  width: 140%;
  height: 140%;
  left: -20%;
  top: -20%;
  right: -20%;
  bottom: -20%;
  background-image: linear-gradient(127deg, #6A30D1 0%, #5C83E3 91%);
  z-index: 2;
  opacity: 0.7;
}
.page .cover .page-top {
  position: absolute;
  width: 100%;
  bottom: 50px;
  z-index: 3;
}
.page .cover .page-top h1 {
  font-weight: 400;
  font-size: 36px;
  height: 50px;
  line-height: 46px;
  letter-spacing: 1.4px;
  color: #fff;
  text-align: center;
}
.page .cover .page-top h1:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 19px;
  height: 2px;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.page .cover .page-top .breadcrumb {
  float: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 0px;
  display: block;
  text-align: center;
}
.page .cover .page-top .breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  color: #E5E9F7;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
}
.page .cover .page-top .breadcrumb li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 10px;
  border-top: 2px solid #E5E9F7;
  border-right: 2px solid #E5E9F7;
  transform: rotate(45deg);
  transform-origin: center;
  vertical-align: middle;
}
.page .cover .page-top .breadcrumb li:first-child {
  margin-left: 0px;
}
.page .cover .page-top .breadcrumb li:last-child:after {
  display: none;
}
.page .cover .page-top .breadcrumb li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.page .page-bottom {
  padding-top: 100px;
  padding-bottom: 70px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.88px;
  line-height: 28px;
  color: #6F8BA4;
}
.page .page-bottom p {
  margin-bottom: 28px;
}
.page .page-bottom .about {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
.page .page-bottom .about.left .about-image {
  float: right;
}
.page .page-bottom .about.left .about-text {
  left: 0px;
}
.page .page-bottom .about .about-image {
  position: relative;
  width: 70%;
  float: left;
  height: 500px;
  border-radius: 40px 5px 40px 40px;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.page .page-bottom .about .about-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.3;
  background-image: linear-gradient(127deg, #6A30D1 0%, #5C83E3 91%);
}
.page .page-bottom .about .about-text {
  position: absolute;
  z-index: 2;
  width: 40%;
  float: right;
  right: 0px;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 40px 5px 40px 40px;
  padding: 30px;
  padding-bottom: 10px;
}
.page .page-bottom .about .about-text h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 1.75px;
  color: #3B566E;
  margin-bottom: 20px;
}
.page .page-bottom .about .about-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
}
.page .page-bottom .features-small-item p {
  margin-bottom: 0px !important;
}
.page .page-bottom .page-detail .about {
  margin-bottom: 30px !important;
}
.page .page-bottom .page-detail .about .about-image {
  border-radius: 30px 5px 30px 30px;
}
.page .page-bottom .page-detail .about .about-image:before {
  display: none;
}
.page .page-bottom .page-detail .about .about-text {
  border-radius: 30px 5px 30px 30px;
}

@media (max-width: 991px) {
  .page .cover {
    margin-top: 80px;
  }
  .page .cover h1 {
    font-size: 26px !important;
    line-height: 36px !important;
    height: auto !important;
    padding-bottom: 15px;
  }
  .page .cover .page-top {
    text-align: center;
  }
  .page .cover .page-top .breadcrumb {
    float: none;
    text-align: center;
    display: block;
  }
  .page .cover .page-top .breadcrumb li {
    display: inline;
  }
  .page .page-bottom .about {
    overflow: initial !important;
  }
  .page .page-bottom .about .about-image {
    width: 100% !important;
    height: 300px;
    margin-bottom: 30px;
  }
  .page .page-bottom .about .about-text {
    position: relative !important;
    width: 100% !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  }
}
/* 
---------------------------------------------
faq
--------------------------------------------- 
*/
.accordion {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  margin-bottom: 30px;
}
.accordion .accordion-item {
  border: none;
  background: none;
  border-bottom: 1px solid #F6F4FD;
}
.accordion .accordion-item .accordion-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.accordion .accordion-item .accordion-header:hover {
  background: #F6F4FD;
  padding-left: 10px;
}
.accordion .accordion-item .accordion-header .accordion-button {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  border-radius: 100px;
  border-top-right-radius: 0;
  text-align: center;
  background: #635CDB;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}
.accordion .accordion-item .accordion-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}
.accordion .accordion-item .accordion-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .accordion {
    margin-bottom: 30px;
  }
  .accordion .accordion-item .accordion-header .accordion-button {
    line-height: 26px;
    margin-top: 10px;
  }
}
/* 
---------------------------------------------
aside
--------------------------------------------- 
*/
aside.default-aside {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
aside.default-aside .sidebar ul {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
aside.default-aside .sidebar ul li.active a {
  background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
  color: #fff;
}
aside.default-aside .sidebar ul li.active a:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
aside.default-aside .sidebar ul li.active a:hover {
  padding-left: 60px;
}
aside.default-aside .sidebar ul li:last-child a {
  border: none;
}
aside.default-aside .sidebar ul li a {
  display: block;
  border-bottom: 1px solid #ECF7FF;
  height: 59px;
  line-height: 59px;
  padding-left: 59px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #3B566E;
  letter-spacing: 0.88px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
aside.default-aside .sidebar ul li a:hover {
  padding-left: 70px;
}
aside.default-aside .sidebar ul li a:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #3B566E;
  border-right: 2px solid #3B566E;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}
aside.default-aside .sidebar ul li a span {
  float: right;
  margin-right: 30px;
  display: inline-block;
  background: #635CDB;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  color: #fff;
  margin-top: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
aside.default-aside .sidebar .search-widget {
  display: block;
  margin-bottom: 30px;
  height: 50px;
  position: relative;
}
aside.default-aside .sidebar .search-widget input {
  border: 1px solid #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  padding-right: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
aside.default-aside .sidebar .search-widget input:focus {
  border: 1px solid #635CDB;
  padding-left: 30px;
}
aside.default-aside .sidebar .search-widget button {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  height: 30px;
  width: 30px;
  border: none;
  background-image: linear-gradient(127deg, #6A30D1 0%, #5C83E3 91%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  text-align: center;
  padding: 0px;
}
aside.default-aside .sidebar .search-widget button i {
  color: #fff;
}
aside.default-aside .sidebar .widget-tags {
  padding: 30px;
  padding-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
aside.default-aside .sidebar .widget-tags a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f5f5f5;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #3B566E;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
aside.default-aside .sidebar .widget-tags a:hover {
  background: #635CDB;
  color: #fff;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
.contact {
  float: left;
  width: 100%;
  position: relative;
}
.contact .map-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.contact .map-wrapper .map-canvas {
  width: 100%;
  height: 100%;
}
.contact .contact-info {
  position: relative;
  z-index: 2;
  width: 90%;
  margin-left: 5%;
  margin-top: -90px;
  background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 25px 3px 25px 25px;
  padding: 30px;
  padding-bottom: 10px;
}
.contact .contact-info .item {
  overflow: hidden;
  color: #fff;
}
.contact .contact-info .item i {
  float: left;
  font-size: 16px;
  width: 20px;
  margin-right: 10px;
  margin-top: 5px;
}
.contact .contact-info .item span {
  float: left;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  font-size: 14px;
}
.contact .contact-info .item span a {
  color: #fff;
}
.contact .contact-info .social {
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.contact .contact-info .social li {
  display: inline;
  font-size: 22px;
  margin-right: 7px;
  margin-left: 7px;
}
.contact .contact-info .social li a {
  color: #fff;
}

.contact-bottom {
  border-top: 1px solid #f5f5f5;
  margin-top: 60px;
  padding-top: 60px;
}
.contact-bottom .contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}
.contact-bottom .contact-text p {
  margin-bottom: 28px;
}
.contact-bottom .contact-form input, .contact-bottom .contact-form textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}
.contact-bottom .contact-form input:focus, .contact-bottom .contact-form textarea:focus {
  border: 1px solid #635CDB;
  padding-left: 30px;
}
.contact-bottom .contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}
.contact-bottom .contact-form .btn-primary-line {
  margin-bottom: 0px !important;
}

@media (max-width: 991px) {
  .contact {
    overflow: initial !important;
    margin-bottom: 10px !important;
  }
  .contact .map-wrapper {
    width: 100% !important;
    height: 300px;
    margin-bottom: 30px;
  }
  .contact .contact-info {
    position: relative !important;
    width: 100% !important;
    margin-top: 10px !important;
    margin-left: 0px !important;
    transform: perspective(1px) translateY(0%) !important;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  }

  .contact-bottom {
    margin-top: 30px;
    padding-top: 30px;
  }
}
/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #6A30D1 0%, #5C83E3 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
}
#preloader #loader {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
#preloader #loader #box {
  width: 50px;
  height: 50px;
  background: #fff;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
#preloader #loader #shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}

@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}

/* 
---------------------------------------------
ReactBits Inspired Unified Theme
--------------------------------------------- 
*/
:root {
  --rb-bg: #060010;
  --rb-bg-soft: #0d0718;
  --rb-surface: #170d27;
  --rb-surface-2: #211039;
  --rb-border: #392e4e;
  --rb-text: #f5f5f5;
  --rb-text-muted: #a9a0bf;
  --rb-primary: #5227ff;
  --rb-primary-2: #8b5cf6;
  --rb-accent: #b19eef;
  --rb-glow: 0 0 28px rgba(124, 58, 237, 0.34);
}

html,
body {
  font-family: "Figtree", sans-serif !important;
  color: var(--rb-text-muted) !important;
  background-color: var(--rb-bg) !important;
}

body {
  background-image:
    radial-gradient(1200px 680px at 8% -8%, rgba(124, 58, 237, 0.18), transparent 56%),
    radial-gradient(950px 620px at 88% 4%, rgba(82, 39, 255, 0.16), transparent 60%),
    linear-gradient(180deg, #060010 0%, #080114 55%, #060010 100%);
  background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6,
.left-heading .section-title,
.center-heading .section-title {
  font-family: "Bricolage Grotesque", sans-serif !important;
  color: var(--rb-text) !important;
  letter-spacing: -0.02em;
}

p,
li,
span,
.left-text p,
.center-text p {
  color: var(--rb-text-muted);
}

a {
  color: var(--rb-accent);
}

::selection,
::-moz-selection {
  background: var(--rb-primary);
  color: #fff;
}

.section {
  background: transparent;
}

.section.colored {
  background: linear-gradient(180deg, rgba(23, 13, 39, 0.74) 0%, rgba(13, 7, 24, 0.88) 100%) !important;
}

.left-heading .section-title:before,
.left-heading .section-title:after,
.center-heading .section-title:before,
.center-heading .section-title:after {
  background: linear-gradient(90deg, var(--rb-primary) 0%, var(--rb-primary-2) 100%) !important;
}

.header-area,
.header-area.header-sticky,
.header-area.header-white {
  background: rgba(6, 0, 16, 0.72) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.36);
}

.header-area .main-nav .nav li a {
  color: rgba(245, 245, 245, 0.76) !important;
}

.header-area .main-nav .nav li a:hover,
.header-area .main-nav .nav li.active a {
  color: #fff !important;
}

.header-area .main-nav .nav li.submenu:after {
  border-top-color: rgba(255, 255, 255, 0.75) !important;
}

.header-area .main-nav .nav li.submenu ul {
  background: rgba(23, 13, 39, 0.96) !important;
  border: 1px solid rgba(57, 46, 78, 0.9);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.header-area .main-nav .nav li.submenu ul li a {
  color: var(--rb-text-muted) !important;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  color: #fff !important;
  background: rgba(82, 39, 255, 0.24);
}

.btn-primary-line,
.header-area .main-nav .header-buttons li .btn-nav-primary {
  border-radius: 999px !important;
  background-image: linear-gradient(135deg, var(--rb-primary) 0%, var(--rb-primary-2) 100%) !important;
  color: #fff !important;
  box-shadow: var(--rb-glow), 0 8px 24px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.btn-primary-line:hover,
.header-area .main-nav .header-buttons li .btn-nav-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 38px rgba(139, 92, 246, 0.48), 0 10px 30px rgba(0, 0, 0, 0.36) !important;
}

.btn-white-line,
.header-area .main-nav .header-buttons li .btn-nav-line {
  border-radius: 999px !important;
  background: rgba(17, 9, 30, 0.9) !important;
  color: var(--rb-accent) !important;
  border: 1px solid rgba(57, 46, 78, 0.95) !important;
}

.btn-white-line:hover,
.header-area .main-nav .header-buttons li .btn-nav-line:hover {
  color: #fff !important;
  border-color: rgba(177, 158, 239, 0.6) !important;
  background: rgba(39, 30, 55, 0.9) !important;
}

.welcome-area .header-bg img {
  opacity: 0.2 !important;
  mix-blend-mode: screen;
}

.welcome-area .header-text h1 {
  color: #fff !important;
}

.welcome-area .header-text h1 span {
  color: var(--rb-accent) !important;
}

.welcome-area .header-text p {
  color: rgba(245, 245, 245, 0.74) !important;
}

.welcome-area .header-text p:before,
.welcome-area .header-text p:after {
  background: var(--rb-primary-2) !important;
}

.features-small-item,
.team-item,
.pricing-item,
.blog-post-thumb,
.contact .contact-info,
.contact-bottom .contact-form,
.accordion .accordion-item,
aside.default-aside .sidebar .search-widget {
  background: linear-gradient(180deg, rgba(23, 13, 39, 0.92) 0%, rgba(13, 7, 24, 0.92) 100%) !important;
  border: 1px solid rgba(57, 46, 78, 0.9) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.features-small-item .features-title,
.team-item .team-content .team-info .user-name,
.pricing-item .pricing-header .pricing-title,
.blog-post-thumb h3 a {
  color: var(--rb-text) !important;
}

.features-small-item:hover .features-title,
.team-item:hover .team-content .team-info .user-name,
.blog-post-thumb h3 a:hover,
.pricing-item.active .pricing-header .pricing-title {
  color: #fff !important;
}

.features-small-item p,
.team-item .team-content p,
.pricing-item .pricing-body .list li,
.blog-post-thumb .text,
.blog-post-thumb .post-meta li,
.pricing-item .pricing-body .price-wrapper .period {
  color: var(--rb-text-muted) !important;
}

.features-small-item .icon {
  background: linear-gradient(135deg, rgba(82, 39, 255, 0.2) 0%, rgba(139, 92, 246, 0.25) 100%) !important;
}

.features-small-item .icon i,
.team-item .team-content .social li a,
.contact .contact-info .item i {
  color: var(--rb-accent) !important;
}

.pricing-item .pricing-body .price-wrapper .currency,
.pricing-item .pricing-body .price-wrapper .price,
.pricing-item .pricing-body .number {
  color: var(--rb-accent) !important;
}

.blog-post-thumb .img .date {
  background: linear-gradient(135deg, var(--rb-primary) 0%, var(--rb-primary-2) 100%) !important;
  border-radius: 12px;
}

.accordion .accordion-item .accordion-header {
  border-bottom: 1px solid rgba(57, 46, 78, 0.9) !important;
}

.accordion .accordion-item .accordion-header .accordion-button,
.accordion .accordion-item .accordion-body p {
  color: var(--rb-text-muted) !important;
}

aside.default-aside .sidebar ul li a,
aside.default-aside .sidebar .widget-tags a {
  color: var(--rb-text-muted) !important;
  background: rgba(17, 9, 30, 0.9);
  border: 1px solid rgba(57, 46, 78, 0.9);
  border-radius: 12px;
}

aside.default-aside .sidebar ul li.active a,
aside.default-aside .sidebar ul li a:hover,
aside.default-aside .sidebar .widget-tags a:hover {
  color: #fff !important;
  border-color: rgba(177, 158, 239, 0.7) !important;
  background: rgba(82, 39, 255, 0.22) !important;
}

.contact-bottom .contact-form input,
.contact-bottom .contact-form textarea,
aside.default-aside .sidebar .search-widget input {
  background: rgba(17, 9, 30, 0.85) !important;
  color: var(--rb-text) !important;
  border: 1px solid rgba(57, 46, 78, 0.9) !important;
}

.contact-bottom .contact-form input:focus,
.contact-bottom .contact-form textarea:focus,
aside.default-aside .sidebar .search-widget input:focus {
  border-color: rgba(177, 158, 239, 0.78) !important;
  box-shadow: 0 0 0 3px rgba(82, 39, 255, 0.14);
}

.pagination .page-item a {
  background: rgba(17, 9, 30, 0.9) !important;
  color: var(--rb-text-muted) !important;
  border: 1px solid rgba(57, 46, 78, 0.9) !important;
}

.pagination .page-item a:hover,
.pagination .page-item.active a {
  background: rgba(82, 39, 255, 0.24) !important;
  color: #fff !important;
  border-color: rgba(177, 158, 239, 0.7) !important;
}

footer {
  background: linear-gradient(180deg, rgba(13, 7, 24, 0.96) 0%, rgba(6, 0, 16, 0.98) 100%) !important;
  border-top: 1px solid rgba(57, 46, 78, 0.9);
}

footer .footer-nav li a span,
footer .address p,
footer .copyright {
  color: var(--rb-text-muted) !important;
}

footer .footer-nav li a:hover span,
footer .address .social li a:hover {
  color: #fff !important;
}

footer .address .social li a,
.contact .contact-info .social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Social icons use mask so color follows context exactly */
footer .address .social li a.social-icon,
.contact .contact-info .social li a.social-icon {
  width: 16px;
  height: 16px;
  position: relative;
  color: #fff;
}

footer .address .social li a.social-icon {
  color: var(--rb-text-muted);
}

footer .address .social li a.social-icon::before,
.contact .contact-info .social li a.social-icon::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.2s ease;
}

footer .address .social li a.social-icon-telegram::before,
.contact .contact-info .social li a.social-icon-telegram::before {
  -webkit-mask-image: url("../images/icons/telegram.svg");
  mask-image: url("../images/icons/telegram.svg");
}

footer .address .social li a.social-icon-whatsapp::before,
.contact .contact-info .social li a.social-icon-whatsapp::before {
  -webkit-mask-image: url("../images/icons/whatsapp.svg");
  mask-image: url("../images/icons/whatsapp.svg");
}

footer .address .social li a.social-icon-line::before,
.contact .contact-info .social li a.social-icon-line::before {
  -webkit-mask-image: url("../images/icons/line.svg");
  mask-image: url("../images/icons/line.svg");
}

footer .address .social li a.social-icon-email::before,
.contact .contact-info .social li a.social-icon-email::before {
  -webkit-mask-image: url("../images/icons/email.svg");
  mask-image: url("../images/icons/email.svg");
}

.contact .contact-info .item .contact-method-icon,
.contact .contact-info .item .line-inline-icon {
  width: 13px;
  height: 13px;
  object-fit: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) !important;
  filter: brightness(0) saturate(100%) invert(100%) !important;
  opacity: 0.95;
  margin-right: 6px;
  vertical-align: -2px;
}

.contact .contact-info .item .contact-method-icon,
.contact .contact-info .item .line-inline-icon {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  object-fit: contain !important;
}

footer .address .social li a.social-icon:hover {
  color: #fff;
}

.contact .contact-info .social li a.social-icon:hover {
  color: #fff;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.35));
}

#preloader {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 16%, rgba(139, 92, 246, 0.34), transparent 44%),
    radial-gradient(circle at 82% 12%, rgba(82, 39, 255, 0.34), transparent 48%),
    radial-gradient(circle at 50% 86%, rgba(56, 189, 248, 0.2), transparent 52%),
    linear-gradient(145deg, #070015 0%, #120528 44%, #1e0a3e 100%) !important;
}

#preloader::before {
  content: "";
  position: absolute;
  inset: -18%;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(176, 210, 255, 0.08) 0,
      rgba(176, 210, 255, 0.08) 1px,
      transparent 1px,
      transparent 64px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(176, 210, 255, 0.08) 0,
      rgba(176, 210, 255, 0.08) 1px,
      transparent 1px,
      transparent 64px
    );
  opacity: 0.28;
  animation: preloader-grid-drift 18s linear infinite;
}

#preloader::after {
  content: "";
  position: absolute;
  inset: -8%;
  background:
    radial-gradient(circle at 22% 32%, rgba(132, 99, 255, 0.42), transparent 48%),
    radial-gradient(circle at 78% 24%, rgba(92, 172, 255, 0.28), transparent 42%),
    radial-gradient(circle at 48% 76%, rgba(170, 126, 255, 0.24), transparent 50%);
  filter: blur(46px);
  opacity: 0.8;
  animation: preloader-aurora-float 7.4s ease-in-out infinite;
  pointer-events: none;
}

#preloader #loader {
  --preloader-orbit-radius: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle at 34% 30%,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(212, 231, 255, 0.28) 30%,
    rgba(97, 126, 255, 0.12) 55%,
    rgba(20, 10, 46, 0.94) 76%
  );
  box-shadow:
    0 0 0 1px rgba(164, 190, 255, 0.28),
    0 0 26px rgba(103, 97, 255, 0.52),
    0 0 58px rgba(68, 128, 255, 0.34),
    inset 0 0 28px rgba(139, 92, 246, 0.38);
  animation: preloader-core-pulse 1.7s ease-in-out infinite;
}

#preloader #loader::before,
#preloader #loader::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

#preloader #loader::before {
  inset: -12px;
  border: 1px solid rgba(174, 208, 255, 0.48);
  border-right-color: rgba(99, 102, 241, 0.9);
  animation: preloader-ring-spin 2.4s linear infinite;
}

#preloader #loader::after {
  inset: -24px;
  border: 1px solid transparent;
  border-top-color: rgba(171, 142, 255, 0.72);
  border-bottom-color: rgba(123, 198, 255, 0.52);
  animation: preloader-ring-spin-reverse 3.2s linear infinite;
}

#preloader #loader #box {
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0%, #9edbff 54%, #6673ff 100%);
  box-shadow:
    0 0 18px rgba(163, 225, 255, 0.95),
    0 0 34px rgba(102, 115, 255, 0.72);
  animation: preloader-orbit 1.25s linear infinite !important;
}

#preloader #loader #shadow {
  width: 132px;
  height: 8px;
  top: calc(100% + 24px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(11, 5, 27, 0.72);
  border: 1px solid rgba(146, 121, 225, 0.44);
  box-shadow:
    inset 0 0 10px rgba(126, 103, 219, 0.36),
    0 0 14px rgba(90, 141, 255, 0.3);
  opacity: 1;
  overflow: hidden;
  animation: none !important;
}

#preloader #loader #shadow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(171, 235, 255, 0.95), transparent);
  animation: preloader-scan 1.2s ease-in-out infinite;
}

#preloader #loader #shadow::after {
  content: "Loading";
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(231, 240, 255, 0.78);
}

@keyframes preloader-core-pulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow:
      0 0 0 1px rgba(164, 190, 255, 0.28),
      0 0 24px rgba(103, 97, 255, 0.48),
      0 0 52px rgba(68, 128, 255, 0.3),
      inset 0 0 26px rgba(139, 92, 246, 0.34);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow:
      0 0 0 1px rgba(184, 211, 255, 0.38),
      0 0 36px rgba(103, 97, 255, 0.66),
      0 0 76px rgba(68, 128, 255, 0.44),
      inset 0 0 34px rgba(161, 122, 255, 0.48);
  }
}

@keyframes preloader-ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes preloader-ring-spin-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes preloader-orbit {
  from {
    transform: rotate(0deg) translateY(calc(var(--preloader-orbit-radius) * -1));
  }
  to {
    transform: rotate(360deg) translateY(calc(var(--preloader-orbit-radius) * -1));
  }
}

@keyframes preloader-scan {
  0% {
    left: -36%;
  }
  100% {
    left: 110%;
  }
}

@keyframes preloader-grid-drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(42px, 26px, 0);
  }
}

@keyframes preloader-aurora-float {
  0%,
  100% {
    transform: translate3d(-2%, -2%, 0) scale(1);
  }
  50% {
    transform: translate3d(2.5%, 2.5%, 0) scale(1.06);
  }
}

@media (max-width: 575px) {
  #preloader #loader {
    --preloader-orbit-radius: 36px;
    width: 96px;
    height: 96px;
  }

  #preloader #loader #shadow {
    width: 118px;
    top: calc(100% + 20px);
  }
}

@media (prefers-reduced-motion: reduce) {
  #preloader::before,
  #preloader::after,
  #preloader #loader,
  #preloader #loader::before,
  #preloader #loader::after,
  #preloader #loader #box,
  #preloader #loader #shadow::before {
    animation: none !important;
  }
}

/* 
---------------------------------------------
ReactBits Refinement Pass 2
--------------------------------------------- 
*/
.parallax:before,
.parallax-counter:before {
  opacity: 0.9 !important;
  background-image: linear-gradient(127deg, #2a1064 0%, #5227ff 52%, #8b5cf6 100%) !important;
}

.parallax .parallax-content .info,
.parallax-counter .parallax-content .count-item strong,
.parallax-counter .parallax-content .count-item span {
  color: #fff !important;
}

.page {
  background: transparent !important;
}

.page .cover {
  border-bottom: 1px solid rgba(57, 46, 78, 0.9);
}

.page .cover:before {
  opacity: 0.85 !important;
  background-image: linear-gradient(127deg, #2a1064 0%, #5227ff 52%, #8b5cf6 100%) !important;
}

.page .cover h1,
.page .cover .page-top .breadcrumb li,
.page .cover .page-top .breadcrumb li a {
  color: #fff !important;
}

.page .page-bottom .about .about-text,
.page .page-bottom .page-detail .about .about-text {
  background: linear-gradient(180deg, rgba(23, 13, 39, 0.92) 0%, rgba(13, 7, 24, 0.92) 100%) !important;
  border: 1px solid rgba(57, 46, 78, 0.9) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
}

.page .page-bottom .about .about-text h2,
.page .page-bottom .about .about-text h3,
.page .page-bottom .about .about-text p {
  color: var(--rb-text) !important;
}

.page .page-bottom .about .about-text p {
  color: var(--rb-text-muted) !important;
}

.page .page-bottom .about .about-image:before {
  background-image: linear-gradient(135deg, rgba(82, 39, 255, 0.44) 0%, rgba(139, 92, 246, 0.4) 100%) !important;
}

.team-item .user-image {
  border: 6px solid rgba(17, 9, 30, 0.96) !important;
}

.team-item .team-content .team-info {
  background-image: linear-gradient(135deg, #2a1064 0%, #5227ff 52%, #8b5cf6 100%) !important;
}

.team-item .team-content .team-info span {
  color: rgba(245, 245, 245, 0.78) !important;
}

.pricing-item .pricing-header {
  border-bottom: 1px solid rgba(57, 46, 78, 0.9) !important;
  background: transparent !important;
}

.pricing-item .pricing-header .pricing-title {
  color: var(--rb-text) !important;
}

.pricing-item.active .pricing-header:before {
  background-image: linear-gradient(135deg, #2a1064 0%, #5227ff 52%, #8b5cf6 100%) !important;
}

.pricing-item .pricing-body .number {
  background: rgba(82, 39, 255, 0.2) !important;
}

.pricing-item.active .pricing-header .number {
  background: rgba(17, 9, 30, 0.96) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3) !important;
}

.pricing-item.active .pricing-header .number:before {
  border-bottom-color: rgba(17, 9, 30, 0.96) !important;
}

.pricing-item.active .pricing-header .number:after {
  border-top-color: rgba(17, 9, 30, 0.96) !important;
}

.pricing-item .pricing-body .list li.active {
  color: var(--rb-text) !important;
}

.pricing-item .pricing-footer a {
  border-radius: 999px !important;
  background-image: linear-gradient(135deg, #5227ff 0%, #8b5cf6 100%) !important;
}

.pricing-item .pricing-footer a:hover {
  background-image: linear-gradient(135deg, #6b42ff 0%, #9a6dff 100%) !important;
}

.blog-list .blog-post-thumb,
.section-comments,
.post-comment {
  background: linear-gradient(180deg, rgba(23, 13, 39, 0.92) 0%, rgba(13, 7, 24, 0.92) 100%) !important;
  border: 1px solid rgba(57, 46, 78, 0.9) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
}

.blog-post-thumb .post-footer {
  border-bottom: 1px solid rgba(57, 46, 78, 0.9) !important;
  border-top: 1px solid rgba(57, 46, 78, 0.9) !important;
}

.blog-post-thumb .post-footer span,
.blog-post-thumb .post-meta li,
.blog-post-thumb .post-meta li a,
.section-comments ul li .comment-content,
.section-comments ul li .comment-content .comment-by span,
.post-comment .comment-form .form-item label {
  color: var(--rb-text-muted) !important;
}

.section-comments ul li .comment-content .comment-by strong {
  color: var(--rb-text) !important;
}

.section-comments ul li .comment-content .comment-by .btn-reply {
  background: rgba(17, 9, 30, 0.9) !important;
  border: 1px solid rgba(57, 46, 78, 0.9) !important;
  color: var(--rb-accent) !important;
}

.section-comments ul li .comment-content .comment-by .btn-reply:hover {
  background: rgba(82, 39, 255, 0.24) !important;
  color: #fff !important;
}

.post-comment .comment-form .form-item input,
.post-comment .comment-form .form-item textarea {
  background: rgba(17, 9, 30, 0.85) !important;
  color: var(--rb-text) !important;
  border: 1px solid rgba(57, 46, 78, 0.9) !important;
}

.post-comment .comment-form .form-item input:focus,
.post-comment .comment-form .form-item textarea:focus {
  border-color: rgba(177, 158, 239, 0.78) !important;
}

.pagination .page-item a:hover {
  background: rgba(82, 39, 255, 0.24) !important;
}

aside.default-aside .sidebar ul,
aside.default-aside .sidebar .widget-tags {
  background: linear-gradient(180deg, rgba(23, 13, 39, 0.92) 0%, rgba(13, 7, 24, 0.92) 100%) !important;
  border: 1px solid rgba(57, 46, 78, 0.9) !important;
}

aside.default-aside .sidebar ul li a {
  border-bottom: 1px solid rgba(57, 46, 78, 0.9) !important;
}

aside.default-aside .sidebar ul li a:after {
  border-top-color: var(--rb-accent) !important;
  border-right-color: var(--rb-accent) !important;
}

aside.default-aside .sidebar ul li a span {
  background: rgba(82, 39, 255, 0.3) !important;
  color: #fff !important;
}

aside.default-aside .sidebar .search-widget button {
  background-image: linear-gradient(127deg, #2a1064 0%, #5227ff 52%, #8b5cf6 100%) !important;
}

.contact .map-wrapper {
  border: 1px solid rgba(57, 46, 78, 0.9) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
}

.contact .contact-info {
  background-image: linear-gradient(135deg, #2a1064 0%, #5227ff 52%, #8b5cf6 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28) !important;
}

.contact-bottom {
  border-top: 1px solid rgba(57, 46, 78, 0.9) !important;
}

.contact-bottom .contact-text,
.contact-bottom .contact-text p {
  color: var(--rb-text-muted) !important;
}

footer h5,
footer .footer-nav li a i {
  color: var(--rb-text) !important;
}

@media (max-width: 991px) {
  .header-area .main-nav .nav {
    background: rgba(6, 0, 16, 0.98) !important;
    border-top: 1px solid rgba(57, 46, 78, 0.9);
  }

  .header-area .main-nav .nav li a {
    color: var(--rb-text-muted) !important;
    border-bottom: 1px solid rgba(57, 46, 78, 0.9) !important;
    background: transparent !important;
  }

  .header-area .main-nav .nav li a:hover {
    color: #fff !important;
    background: rgba(82, 39, 255, 0.18) !important;
  }

  .header-area .main-nav .nav li.submenu ul {
    background: rgba(13, 7, 24, 0.94) !important;
  }

  .welcome-area .header-bg {
    display: block !important;
  }

  .welcome-area .header-text .btn-primary-line {
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    background: linear-gradient(135deg, #5227ff 0%, #8b5cf6 100%) !important;
    color: #fff !important;
  }
}

/* 
---------------------------------------------
ReactBits Buttons Final Pass
--------------------------------------------- 
*/
a.btn-primary-line,
button.btn-primary-line,
a.btn-nav-primary,
a.btn-nav-line,
a.btn-white-line,
.pricing-item .pricing-footer a,
.blog-post-thumb .btn-primary-line,
.blog-list .blog-post-thumb .btn-primary-line,
.contact-bottom .contact-form .btn-primary-line,
.post-comment .btn-primary-line {
  border-radius: 999px !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  transition: all 0.28s ease !important;
  text-transform: none !important;
}

a.btn-primary-line,
button.btn-primary-line,
a.btn-nav-primary,
.pricing-item .pricing-footer a,
.blog-post-thumb .btn-primary-line,
.blog-list .blog-post-thumb .btn-primary-line,
.contact-bottom .contact-form .btn-primary-line,
.post-comment .btn-primary-line {
  background-image: linear-gradient(135deg, #5227ff 0%, #8b5cf6 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 0 28px rgba(124, 58, 237, 0.34), 0 8px 24px rgba(0, 0, 0, 0.28) !important;
}

a.btn-primary-line:hover,
button.btn-primary-line:hover,
a.btn-nav-primary:hover,
.pricing-item .pricing-footer a:hover,
.blog-post-thumb .btn-primary-line:hover,
.blog-list .blog-post-thumb .btn-primary-line:hover,
.contact-bottom .contact-form .btn-primary-line:hover,
.post-comment .btn-primary-line:hover {
  background-image: linear-gradient(135deg, #6e4aff 0%, #9d74ff 100%) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 0 36px rgba(139, 92, 246, 0.48), 0 12px 30px rgba(0, 0, 0, 0.34) !important;
}

a.btn-nav-line,
a.btn-white-line {
  background: rgba(17, 9, 30, 0.92) !important;
  color: #b19eef !important;
  border: 1px solid rgba(57, 46, 78, 0.95) !important;
}

a.btn-nav-line:hover,
a.btn-white-line:hover {
  color: #fff !important;
  background: rgba(82, 39, 255, 0.2) !important;
  border-color: rgba(177, 158, 239, 0.68) !important;
}

.btn-home {
  height: 46px !important;
  line-height: 46px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(57, 46, 78, 0.92) !important;
  background: rgba(17, 9, 30, 0.92) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24) !important;
}

.btn-home:before {
  background-image: linear-gradient(135deg, #5227ff 0%, #8b5cf6 100%) !important;
}

.btn-home i,
.btn-home span {
  color: #b19eef !important;
}

.btn-home:hover,
.btn-home.active {
  border-color: rgba(177, 158, 239, 0.68) !important;
  box-shadow: 0 0 24px rgba(124, 58, 237, 0.34), 0 12px 26px rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-1px);
}

.btn-home:hover i,
.btn-home.active i,
.btn-home:hover span,
.btn-home.active span {
  color: #fff !important;
}

.btn-reply {
  border-radius: 999px !important;
  border: 1px solid rgba(57, 46, 78, 0.92) !important;
  background: rgba(17, 9, 30, 0.92) !important;
  color: #b19eef !important;
  font-weight: 600 !important;
}

.btn-reply:hover {
  background: rgba(82, 39, 255, 0.24) !important;
  border-color: rgba(177, 158, 239, 0.68) !important;
  color: #fff !important;
}

.accordion .accordion-item .accordion-header .accordion-button {
  background: transparent !important;
  color: #f5f5f5 !important;
}

.accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #fff !important;
}

.accordion .accordion-item .accordion-header .accordion-button .badge {
  background: linear-gradient(135deg, #5227ff 0%, #8b5cf6 100%) !important;
  color: #fff !important;
  border-radius: 999px !important;
}

.header-area .main-nav .menu-trigger {
  border: 1px solid rgba(57, 46, 78, 0.92) !important;
  background: rgba(17, 9, 30, 0.92) !important;
  border-radius: 10px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  background-color: #f5f5f5 !important;
}

.header-area .main-nav .menu-trigger.active {
  background: rgba(82, 39, 255, 0.2) !important;
}

a.btn-primary-line:focus-visible,
button.btn-primary-line:focus-visible,
a.btn-nav-primary:focus-visible,
a.btn-nav-line:focus-visible,
a.btn-white-line:focus-visible,
.pricing-item .pricing-footer a:focus-visible,
.blog-post-thumb .btn-primary-line:focus-visible,
.btn-home:focus-visible,
.btn-reply:focus-visible,
.accordion .accordion-item .accordion-header .accordion-button:focus-visible,
.header-area .main-nav .menu-trigger:focus-visible,
aside.default-aside .sidebar .search-widget button:focus-visible {
  outline: 2px solid rgba(177, 158, 239, 0.9) !important;
  outline-offset: 2px !important;
}

/* 
---------------------------------------------
ReactBits Final Consistency Sweep
--------------------------------------------- 
*/

/* Global button fallback: catches any remaining legacy button variants. */
a[class*="btn-"],
button[class*="btn-"],
input[type="submit"][class*="btn-"] {
  font-family: "Figtree", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  border-radius: 999px !important;
  transition: all 0.28s ease !important;
  text-transform: none !important;
}

a[class*="btn-"]:hover,
button[class*="btn-"]:hover,
input[type="submit"][class*="btn-"]:hover {
  transform: translateY(-1px);
}

.page-link,
.pagination .page-link {
  background: rgba(17, 9, 30, 0.92) !important;
  color: var(--rb-text-muted) !important;
  border: 1px solid rgba(57, 46, 78, 0.92) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2) !important;
}

.page-link:hover,
.pagination .page-item.active .page-link {
  background: rgba(82, 39, 255, 0.24) !important;
  color: #fff !important;
  border-color: rgba(177, 158, 239, 0.68) !important;
}

.blog-content,
.blog-post-thumb .text.post-detail,
.blog-post-thumb .text,
.post-comment,
.section-comments {
  color: var(--rb-text-muted) !important;
}

.blog-post-thumb .text.post-detail p,
.blog-post-thumb .text.post-detail li,
.blog-post-thumb .text.post-detail h1,
.blog-post-thumb .text.post-detail h2,
.blog-post-thumb .text.post-detail h3,
.blog-post-thumb .text.post-detail h4,
.blog-post-thumb .text.post-detail h5 {
  color: var(--rb-text-muted) !important;
}

.page-gallery-wrapper .page-gallery {
  border: 1px solid rgba(57, 46, 78, 0.9) !important;
  border-radius: 14px !important;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
}

.page-gallery-wrapper .page-gallery img {
  filter: saturate(0.92) contrast(1.02);
}

blockquote .text {
  background: rgba(17, 9, 30, 0.92) !important;
  border: 1px solid rgba(57, 46, 78, 0.92) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22) !important;
}

blockquote .text p {
  color: var(--rb-text-muted) !important;
}

blockquote .text:before,
blockquote .text:after {
  color: rgba(177, 158, 239, 0.72) !important;
}

blockquote .author {
  color: var(--rb-text) !important;
}

.section-comments ul li .avatar {
  border: 1px solid rgba(57, 46, 78, 0.9) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24) !important;
}

.section-comments ul li .avatar img {
  border-radius: 50%;
}

.contact-bottom .contact-form .form-item label,
.contact-bottom .contact-form .form-item input::placeholder,
.contact-bottom .contact-form .form-item textarea::placeholder,
.post-comment .comment-form .form-item input::placeholder,
.post-comment .comment-form .form-item textarea::placeholder {
  color: rgba(169, 160, 191, 0.86) !important;
}

footer .text,
footer .address p,
footer .address p a,
footer .footer-nav li a,
footer .footer-nav li a span {
  color: var(--rb-text-muted) !important;
}

footer .footer-nav li a:hover,
footer .footer-nav li a:hover span,
footer .address p a:hover {
  color: #fff !important;
}

/* Draw stable chevron in flow buttons, independent from icon fonts. */
.btn-home i.fa-angle-right {
  margin-left: 30px;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  font-size: 0 !important;
  line-height: 0 !important;
}

.btn-home i.fa-angle-right:before {
  content: none !important;
}

.btn-home:hover i.fa-angle-right,
.btn-home.active i.fa-angle-right {
  margin-left: 40px;
}

/* 
---------------------------------------------
ReactBits Visual Parity Pass
--------------------------------------------- 
*/

:root {
  --rb-bg: #060010;
  --rb-bg-soft: #0d0815;
  --rb-surface: #170d27;
  --rb-surface-2: #211039;
  --rb-border: #392e4e;
  --rb-border-soft: #271e37;
  --rb-text: #f5f5f5;
  --rb-text-muted: #a9a0bf;
  --rb-primary: #5227ff;
  --rb-primary-2: #7c3aed;
  --rb-accent: #b19eef;
}

html,
body {
  background: var(--rb-bg) !important;
  color: var(--rb-text-muted) !important;
  font-family: "Figtree", sans-serif !important;
}

body {
  position: relative;
  min-height: 100vh;
  background-image:
    radial-gradient(900px 500px at 16% -8%, rgba(124, 58, 237, 0.17), rgba(6, 0, 16, 0)),
    radial-gradient(880px 480px at 84% 0%, rgba(82, 39, 255, 0.14), rgba(6, 0, 16, 0)),
    linear-gradient(180deg, #060010 0%, #090214 48%, #060010 100%) !important;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at center, rgba(57, 46, 78, 0.42) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.12;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent 70%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent 70%);
  z-index: 0;
}

.section,
.page,
footer,
header {
  position: relative;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.page .cover .page-top h1 {
  font-family: "Bricolage Grotesque", sans-serif !important;
  letter-spacing: -0.02em !important;
  color: var(--rb-text) !important;
}

p,
li,
label,
.page .page-bottom,
.blog-post-thumb .post-meta li,
footer .copyright {
  color: var(--rb-text-muted) !important;
}

.section {
  padding-top: 110px;
  padding-bottom: 78px;
}

.section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(57, 46, 78, 0), rgba(57, 46, 78, 0.9), rgba(57, 46, 78, 0));
  pointer-events: none;
}

.header-area,
.header-area.header-sticky,
.header-area.header-white {
  height: 84px !important;
  background: rgba(6, 0, 16, 0.72) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.14) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}

.header-area .main-nav .nav li a {
  opacity: 0.68;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
}

.header-area .main-nav .nav li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 6px;
  border-radius: 10px;
  background: rgba(245, 245, 245, 0.95);
  transform: translateX(-50%);
  transition: width 0.2s ease;
}

.header-area .main-nav .nav li a:hover,
.header-area .main-nav .nav li.active a {
  opacity: 1;
}

.header-area .main-nav .nav li a:hover:after,
.header-area .main-nav .nav li.active a:after {
  width: 6px;
}

.header-area .main-nav .nav li.submenu ul li a:after {
  content: none;
}

a.btn-nav-primary,
a.btn-primary-line,
.pricing-item .pricing-footer a,
.contact-bottom .contact-form .btn-primary-line {
  background: #5227ff !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 0 40px rgba(124, 58, 237, 0.2), 0 8px 32px rgba(0, 0, 0, 0.28) !important;
}

a.btn-nav-primary:hover,
a.btn-primary-line:hover,
.pricing-item .pricing-footer a:hover,
.contact-bottom .contact-form .btn-primary-line:hover {
  background: #6234ff !important;
  box-shadow: 0 0 60px rgba(124, 58, 237, 0.22), 0 12px 38px rgba(0, 0, 0, 0.34) !important;
}

a.btn-nav-line,
a.btn-white-line {
  background: rgba(6, 0, 16, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  color: #fff !important;
}

a.btn-nav-line:hover,
a.btn-white-line:hover {
  background: rgba(23, 13, 39, 0.95) !important;
  border-color: rgba(177, 158, 239, 0.5) !important;
}

.welcome-area {
  min-height: 780px !important;
  background: transparent !important;
}

.welcome-area .right-bg {
  width: 100% !important;
  height: 780px !important;
  background:
    radial-gradient(700px 300px at 20% 20%, rgba(124, 58, 237, 0.2), rgba(6, 0, 16, 0)),
    radial-gradient(700px 300px at 80% 15%, rgba(82, 39, 255, 0.18), rgba(6, 0, 16, 0)),
    linear-gradient(180deg, rgba(10, 4, 20, 0.82) 0%, rgba(6, 0, 16, 0.94) 100%) !important;
}

.welcome-area .header-bg img {
  opacity: 0.18 !important;
  filter: saturate(0.85) contrast(1.05);
}

.welcome-area .header-text h1 {
  font-size: clamp(44px, 5vw, 72px) !important;
  line-height: 1.06 !important;
  font-weight: 600 !important;
  letter-spacing: -2px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #fff, #8660fa, #a855f7, #8400ff, #a855f7, #fff);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 4s ease-in-out infinite;
  display: inline-block;
}

.welcome-area .header-text h1 span {
  color: inherit !important;
  background: inherit !important;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent !important;
  animation: inherit;
}

@keyframes gradientShift {
  0%,
  to {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.welcome-area .header-text p {
  max-width: 620px;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.features-small-item,
.pricing-item,
.team-item,
.blog-post-thumb,
.accordion .accordion-item,
.contact-bottom .contact-form,
aside.default-aside .sidebar ul,
aside.default-aside .sidebar .search-widget,
aside.default-aside .sidebar .widget-tags,
.page .page-bottom .about .about-text,
.page .page-bottom .page-detail .about .about-text {
  background: linear-gradient(180deg, #170d27 0%, #120a1f 100%) !important;
  border: 1px solid #392e4e !important;
  border-radius: 20px !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02), 0 20px 36px rgba(0, 0, 0, 0.34) !important;
}

.features-small-item:hover,
.pricing-item:hover,
.team-item:hover,
.blog-post-thumb:hover {
  border-color: rgba(82, 39, 255, 0.78) !important;
  box-shadow: 0 0 42px rgba(82, 39, 255, 0.16), 0 20px 44px rgba(0, 0, 0, 0.36) !important;
}

.features-small-item .icon {
  background: #271e37 !important;
  border: 1px solid #392e4e !important;
}

.features-small-item .icon i,
.contact .contact-info .item i,
.team-item .team-content .social li a {
  color: var(--rb-accent) !important;
}

.features-small-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-small-item .icon .feature-icon-svg {
  width: 26px;
  height: 26px;
  color: var(--rb-accent);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.features-small-item:hover .icon .feature-icon-svg,
.features-small-item.active .icon .feature-icon-svg {
  color: #ffffff;
  transform: translateY(-1px);
}

.parallax:before,
.parallax-counter:before {
  background-image: linear-gradient(127deg, #27124f 0%, #5227ff 56%, #7c3aed 100%) !important;
  opacity: 0.86 !important;
}

.page {
  background: transparent !important;
}

.page .cover {
  margin-top: 84px !important;
  min-height: 300px !important;
  border-bottom: 1px solid #271e37;
  background:
    radial-gradient(680px 230px at 22% 0%, rgba(124, 58, 237, 0.26), rgba(6, 0, 16, 0)),
    radial-gradient(680px 240px at 80% 0%, rgba(82, 39, 255, 0.24), rgba(6, 0, 16, 0)),
    linear-gradient(180deg, rgba(13, 7, 24, 0.94) 0%, rgba(6, 0, 16, 0.95) 100%) !important;
}

.page .cover[data-image] {
  background-image: none !important;
}

.page .cover:before {
  opacity: 0.55 !important;
  background-image: linear-gradient(135deg, rgba(23, 13, 39, 0.6) 0%, rgba(82, 39, 255, 0.26) 100%) !important;
}

.page .cover:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at center, rgba(177, 158, 239, 0.42) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.08;
}

.page .cover .page-top h1 {
  font-size: clamp(38px, 4vw, 58px) !important;
  letter-spacing: -0.02em !important;
}

.page .cover .page-top .breadcrumb li,
.page .cover .page-top .breadcrumb li a {
  color: #b19eef !important;
}

.page .cover .page-top .breadcrumb li:after {
  border-top-color: #b19eef !important;
  border-right-color: #b19eef !important;
}

.contact .map-wrapper,
.page-gallery-wrapper .page-gallery {
  border: 1px solid #392e4e !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.28) !important;
}

.contact .contact-info {
  background-image: linear-gradient(135deg, #5227ff 0%, #7c3aed 100%) !important;
}

input,
textarea,
select,
.post-comment .comment-form .form-item input,
.post-comment .comment-form .form-item textarea,
.contact-bottom .contact-form input,
.contact-bottom .contact-form textarea {
  background: rgba(6, 0, 16, 0.7) !important;
  border: 1px solid #392e4e !important;
  color: #f5f5f5 !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 39, 255, 0.85) !important;
  box-shadow: 0 0 0 2px rgba(82, 39, 255, 0.16) !important;
}

footer {
  background: linear-gradient(180deg, rgba(13, 7, 24, 0.94) 0%, rgba(6, 0, 16, 0.98) 100%) !important;
  border-top: 1px solid #271e37 !important;
}

footer .copyright {
  border-top: 1px solid #271e37 !important;
}

/* 
---------------------------------------------
ReactBits Layout & Mask Refinement
--------------------------------------------- 
*/

/* Dark-mode mask tuning for hero SVG so lower sections no longer bleed through visually. */
.welcome-area:after {
  background: linear-gradient(180deg, rgba(6, 0, 16, 0) 66%, rgba(6, 0, 16, 0.76) 88%, rgba(6, 0, 16, 0.94) 100%) !important;
}

.welcome-area .header-bg {
  background:
    radial-gradient(720px 360px at 22% 26%, rgba(177, 158, 239, 0.16), rgba(6, 0, 16, 0)),
    radial-gradient(760px 360px at 78% 24%, rgba(124, 58, 237, 0.14), rgba(6, 0, 16, 0));
}

.welcome-area .header-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 0, 16, 0.08) 0%, rgba(6, 0, 16, 0.36) 60%, rgba(6, 0, 16, 0.86) 100%);
  z-index: 1;
}

.welcome-area .header-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at center, rgba(177, 158, 239, 0.34) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.08;
  z-index: 2;
}

.welcome-area .header-bg img {
  opacity: 0.14 !important;
  filter: saturate(0.72) brightness(0.76) contrast(1.06) !important;
}

/* Equal-height Industry Insights cards and stable CTA spacing across translations. */
#blog .blog-post-thumb {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#blog .blog-post-thumb .img {
  flex-shrink: 0;
}

#blog .blog-post-thumb .blog-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px 30px 32px;
}

#blog .blog-post-thumb .blog-content h3 {
  min-height: 78px;
  margin-bottom: 12px;
}

#blog .blog-post-thumb .blog-content .text {
  flex: 1;
  margin-bottom: 22px !important;
}

#blog .blog-post-thumb .blog-content .btn-primary-line {
  align-self: flex-start;
  margin-top: auto;
}

/* CoAI-style provider cards for homepage capability grid. */
.features-home .features-provider-grid {
  max-width: none;
  margin: 0;
  row-gap: 24px;
}

.features-home .features-provider-grid > [class*="col-"] {
  display: flex;
}

.features-home .features-provider-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(57, 46, 78, 0.8);
  background: rgba(13, 7, 24, 0.58);
  text-decoration: none !important;
  box-shadow: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.features-home .features-provider-card:hover {
  background: rgba(13, 7, 24, 0.82);
  border-color: rgba(177, 158, 239, 0.36);
  transform: translateY(-2px);
}

.features-home .features-provider-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.features-home .features-provider-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid transparent;
}

.features-home .features-provider-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.features-home .features-provider-icon.is-blue {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.22);
}

.features-home .features-provider-icon.is-violet {
  color: #8b5cf6;
  background: rgba(139, 92, 246, 0.1);
  border-color: rgba(139, 92, 246, 0.22);
}

.features-home .features-provider-icon.is-cyan {
  color: #06b6d4;
  background: rgba(6, 182, 212, 0.1);
  border-color: rgba(6, 182, 212, 0.22);
}

.features-home .features-provider-icon.is-emerald {
  color: #10b981;
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.22);
}

.features-home .features-provider-icon.is-rose {
  color: #f43f5e;
  background: rgba(244, 63, 94, 0.1);
  border-color: rgba(244, 63, 94, 0.22);
}

.features-home .features-provider-icon.is-amber {
  color: #f59e0b;
  background: rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.22);
}

.features-home .features-provider-title {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--rb-accent) !important;
}

.features-home .features-provider-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--rb-text-muted) !important;
}

@media (max-width: 767px) {
  .features-home .features-provider-grid {
    row-gap: 16px;
  }

  .features-home .features-provider-card {
    padding: 20px;
  }

  .features-home .features-provider-title {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .features-home .features-provider-grid > [class*="col-"].mobile-feature-reveal-item {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition: opacity 0.34s ease-out, transform 0.34s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: opacity, transform;
  }

  .features-home .features-provider-grid > [class*="col-"].mobile-feature-reveal-item.is-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .features-home .features-provider-grid > [class*="col-"].mobile-feature-reveal-item:nth-child(1) { transition-delay: 0.02s; }
  .features-home .features-provider-grid > [class*="col-"].mobile-feature-reveal-item:nth-child(2) { transition-delay: 0.08s; }
  .features-home .features-provider-grid > [class*="col-"].mobile-feature-reveal-item:nth-child(3) { transition-delay: 0.14s; }
  .features-home .features-provider-grid > [class*="col-"].mobile-feature-reveal-item:nth-child(4) { transition-delay: 0.20s; }
  .features-home .features-provider-grid > [class*="col-"].mobile-feature-reveal-item:nth-child(5) { transition-delay: 0.26s; }
  .features-home .features-provider-grid > [class*="col-"].mobile-feature-reveal-item:nth-child(6) { transition-delay: 0.32s; }
}

@media (prefers-reduced-motion: reduce) {
  .features-home .features-provider-grid > [class*="col-"].mobile-feature-reveal-item {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Similar protection for feature mini-cards with long translated text. */
.features-home .features-small-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.features-home .features-small-item .features-title {
  min-height: 54px;
}

.features-home .features-small-item p {
  flex: 1;
}

/* Provider logo strips inspired by coai.dev (replacing parallax + industry insights area). */
.providers-strip-section {
  padding-top: 46px !important;
  padding-bottom: 90px !important;
  background: transparent !important;
}

.providers-strip-intro {
  margin: 0 auto 18px;
  text-align: center;
}

.providers-strip-intro h2 {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #fff;
}

.providers-strip-intro p {
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--rb-text-muted);
}

.providers-strip-marquee {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: transparent;
  transform: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 86%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.providers-strip-marquee + .providers-strip-marquee {
  margin-top: 16px;
}

.providers-strip-marquee:before {
  content: none;
}

.providers-strip-track {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
  animation: providersStripScroll 42s linear infinite;
}

.providers-strip-marquee.is-bottom .providers-strip-track {
  animation-direction: reverse;
  animation-duration: 46s;
}

.providers-strip-group {
  flex: 0 0 auto;
  padding-right: 0;
}

.providers-strip-group img {
  display: block;
  width: auto;
  max-width: none;
  height: 62px;
  opacity: 1;
}

@keyframes providersStripScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  .providers-strip-section {
    padding-top: 34px !important;
    padding-bottom: 72px !important;
  }

  .providers-strip-group img {
    height: 52px;
  }
}

@media (max-width: 575px) {
  .providers-strip-marquee {
    border-radius: 0;
  }

  .providers-strip-group {
    padding-right: 0;
  }

  .providers-strip-group img {
    height: 44px;
  }
}

/* Keep list-style CTAs away from card bottoms on long locales. */
.blog-list .blog-post-thumb {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-list .blog-post-thumb .text {
  flex: 1;
}

.blog-list .blog-post-thumb .btn-primary-line {
  margin-top: auto !important;
}

/*
---------------------------------------------
Final Dark Mask + Layout Stability
---------------------------------------------
*/

/* Strengthen hero bottom mask so the dark theme does not bleed into lower sections. */
.welcome-area:after {
  background: linear-gradient(
    180deg,
    rgba(6, 0, 16, 0) 70%,
    rgba(6, 0, 16, 0.64) 88%,
    rgba(6, 0, 16, 0.9) 100%
  ) !important;
  z-index: 4 !important;
}

.welcome-area .header-bg {
  overflow: hidden;
}

.welcome-area .header-bg:before {
  background: linear-gradient(
    180deg,
    rgba(6, 0, 16, 0.02) 0%,
    rgba(6, 0, 16, 0.2) 60%,
    rgba(6, 0, 16, 0.6) 100%
  ) !important;
}

.welcome-area .header-bg:after {
  opacity: 0.1 !important;
}

.welcome-area .header-bg img {
  opacity: 0.24 !important;
  filter: saturate(0.82) brightness(0.86) contrast(1.06) !important;
  mix-blend-mode: screen !important;
}

.welcome-area .header-text {
  z-index: 5 !important;
}

/* Ensure Industry Insights cards stay equal height across long translations. */
#blog .row > [class*="col-"] {
  display: flex;
}

#blog .row > [class*="col-"] .blog-post-thumb {
  width: 100%;
}

#blog .blog-post-thumb .blog-content .btn-primary-line {
  margin-bottom: 2px;
}

/* Keep other translation-sensitive card groups structurally stable. */
.features-home .row > [class*="col-"] {
  display: flex;
}

.features-home .features-small-item a {
  margin-top: auto;
}

#pricing-plans .row > [class*="col-"] {
  display: flex;
}

#pricing-plans .pricing-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#pricing-plans .pricing-item .pricing-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

#pricing-plans .pricing-item .pricing-body .list {
  flex: 1;
}

#pricing-plans .pricing-item .pricing-footer {
  margin-top: auto;
  padding-bottom: 30px;
}

.blog-list .row > [class*="col-"] {
  display: flex;
}

.blog-list .row > [class*="col-"] .blog-post-thumb {
  width: 100%;
}

/* Draw footer chevrons with CSS to avoid any icon-font fallback placeholder marks. */
footer .footer-nav li a i.fa-angle-right {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
  vertical-align: middle;
  font-size: 0 !important;
  line-height: 0 !important;
}

footer .footer-nav li a i.fa-angle-right:before {
  content: none !important;
}

/*
---------------------------------------------
Hero Dot Grid Background (ReactBits-aligned)
---------------------------------------------
*/

.welcome-area .header-bg,
.welcome-area .header-bg:before,
.welcome-area .header-bg:after,
.welcome-area .header-bg img,
.welcome-area .right-bg:before,
.welcome-area .right-bg:after,
.welcome-area .right-bg .hero-aurora-layer,
.welcome-area .right-bg .hero-aurora-canvas {
  display: none !important;
}

.welcome-area:before,
.welcome-area:after {
  content: none !important;
}

.welcome-area .right-bg {
  background: #060010 !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  overflow: hidden;
}

.welcome-area .right-bg .hero-dot-grid-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.welcome-area .right-bg .hero-dot-grid-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

/*
---------------------------------------------
Metrics Bento (ReactBits-aligned Layout)
---------------------------------------------
*/

.metrics-bento-section {
  position: relative;
  z-index: 22;
  padding: 72px 0 88px;
  user-select: none;
}

.metrics-bento-container {
  width: 100%;
}

.metrics-bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.metrics-card {
  background: #060010;
  border: 1px solid rgba(169, 148, 184, 0.2);
  border-radius: 16px;
  padding: 1.5rem;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.metrics-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(163, 148, 184, 0.3), transparent);
  transition: opacity 0.3s ease;
}

.metrics-card:hover {
  background: #0d0716;
  box-shadow: 0 4px 40px -15px rgba(46, 24, 78, 0.4);
}

.metrics-card:hover:before {
  opacity: 1;
}

.metrics-card h2 {
  margin: 0;
  line-height: 1;
  font-weight: 800;
  font-size: 3.5rem;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff, #8660fa, #a855f7, #8400ff, #a855f7, #fff);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 4s ease-in-out infinite;
}

.metrics-card h3 {
  margin: 0.3rem 0 0;
  font-size: 1rem;
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #ffffff;
}

@media (min-width: 480px) {
  .metrics-bento-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .metrics-card1,
  .metrics-card2 {
    grid-column: span 2;
  }

  .metrics-card h2 {
    font-size: 4rem;
  }
}

@media (min-width: 800px) {
  .metrics-bento-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25rem;
  }

  .metrics-card2 {
    grid-column: 1 / 5;
    grid-row: 1 / 2;
  }

  .metrics-card5 {
    grid-column: 5 / 7;
    grid-row: 1 / 3;
    min-height: 100%;
  }

  .metrics-card4 {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }

  .metrics-card1 {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
  }

  .metrics-card {
    min-height: 180px;
    padding: 1.75rem;
  }

  .metrics-card h2 {
    font-size: 4.5rem;
  }

  .metrics-card h3 {
    font-size: 1.1rem;
  }
}

@media (min-width: 1024px) {
  .metrics-card {
    min-height: 200px;
    padding: 2rem;
  }

  .metrics-card h2 {
    font-size: 5rem;
  }

  .metrics-card h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 479px) {
  .metrics-bento-section {
    padding: 28px 0 56px;
  }

  .metrics-card {
    min-height: 140px;
    padding: 1.25rem;
    border-radius: 12px;
  }

  .metrics-card h2 {
    font-size: 3rem;
  }

  .metrics-card h3 {
    font-size: 0.95rem;
  }
}

/*
---------------------------------------------
Pricing Section (ReactBits Pro Style)
---------------------------------------------
*/

#pricing-plans,
#pricing-plans.pricing-rb-section {
  --rb-pricing-gradient: var(--rb-primary), var(--rb-accent), #ff9ffc, var(--rb-primary-2), var(--rb-primary);
  padding-top: 96px !important;
  padding-bottom: 116px !important;
}

#pricing-plans .pricing-rb-header {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

#pricing-plans .pricing-rb-title {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
  color: #fff;
}

#pricing-plans .pricing-rb-subtitle {
  margin: 16px auto 0;
  max-width: 470px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--rb-text-muted);
}

#pricing-plans .pricing-rb-grid {
  max-width: 1152px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

@media (min-width: 992px) {
  #pricing-plans .pricing-rb-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#pricing-plans .pricing-rb-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid var(--rb-border-soft);
  background: linear-gradient(180deg, rgba(23, 13, 39, 0.92) 0%, rgba(13, 7, 24, 0.98) 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04), 0 10px 24px rgba(0, 0, 0, 0.26);
  padding: 24px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

#pricing-plans .pricing-rb-card:hover {
  border-color: rgba(177, 158, 239, 0.42);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 32px rgba(0, 0, 0, 0.34);
}

#pricing-plans .pricing-rb-card.is-featured {
  border: 2px solid transparent;
  background:
    linear-gradient(180deg, rgba(23, 13, 39, 0.94) 0%, rgba(13, 7, 24, 0.98) 100%) padding-box,
    linear-gradient(135deg, var(--rb-pricing-gradient)) border-box;
  background-repeat: no-repeat;
  background-size: 100% 100%, 200% 200%;
  background-position: 0 0, 0% 0%;
  animation: rbPricingBorder 8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  will-change: background-position, background-size;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.42);
}

@media (min-width: 992px) {
  #pricing-plans .pricing-rb-card.is-featured {
    transform: scale(1.05);
  }
}

#pricing-plans .pricing-rb-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  isolation: isolate;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(177, 158, 239, 0.6);
  background: #120a1f;
  color: #f5f5f5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  padding: 6px 14px;
}

#pricing-plans .pricing-rb-badge:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 8px;
  z-index: -1;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(135deg, var(--rb-pricing-gradient));
  background-size: 200% 200%;
  animation: rbPricingGradient 8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  filter: blur(8px);
  opacity: 0.95;
}

#pricing-plans .pricing-rb-card-body {
  flex: 1 1 auto;
}

#pricing-plans .pricing-rb-card-top {
  margin-bottom: 14px;
}

#pricing-plans .pricing-rb-card-top h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

#pricing-plans .pricing-rb-note {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
}

#pricing-plans .pricing-rb-price-wrap {
  margin-bottom: 18px;
}

#pricing-plans .pricing-rb-old {
  display: block;
  font-size: 18px;
  line-height: 1.25;
  color: rgba(169, 160, 191, 0.82);
  text-decoration: line-through;
}

#pricing-plans .pricing-rb-price {
  margin-top: 4px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

#pricing-plans .pricing-rb-price .pricing-rb-currency {
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 4px;
  color: #fff;
}

#pricing-plans .pricing-rb-price.is-custom-price {
  font-size: clamp(2rem, 4.1vw, 3rem);
}

#pricing-plans .pricing-rb-period {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: rgba(169, 160, 191, 0.92);
}

#pricing-plans .pricing-rb-list-wrap {
  margin-bottom: 18px;
}

#pricing-plans .pricing-rb-includes {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.94);
}

#pricing-plans .pricing-rb-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

#pricing-plans .pricing-rb-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

#pricing-plans .pricing-rb-list li svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  stroke: var(--rb-primary);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

#pricing-plans .pricing-rb-list li.is-unavailable {
  color: rgba(169, 160, 191, 0.82);
}

#pricing-plans .pricing-rb-list li.is-unavailable svg {
  stroke: rgba(255, 120, 120, 0.9);
}

#pricing-plans .pricing-rb-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, var(--rb-primary) 0%, var(--rb-primary-2) 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  transition: box-shadow 0.2s ease, opacity 0.2s ease;
}

#pricing-plans .pricing-rb-btn:hover {
  box-shadow: 0 10px 24px rgba(82, 39, 255, 0.42);
}

#pricing-plans .pricing-rb-btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 10px;
  z-index: -1;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rb-pricing-gradient));
  background-size: 200% 200%;
  filter: blur(10px);
  opacity: 0.95;
  pointer-events: none;
  animation: rbPricingGradient 8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

#pricing-plans .pricing-rb-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: inherit;
}

@keyframes rbPricingGradient {
  0% {
    background-position: 0% 0%;
    background-size: 200% 200%;
  }
  15% {
    background-position: 25% 75%;
    background-size: 250% 250%;
  }
  30% {
    background-position: 100% 100%;
    background-size: 200% 200%;
  }
  45% {
    background-position: 75% 25%;
    background-size: 300% 300%;
  }
  60% {
    background-position: 50% 100%;
    background-size: 200% 200%;
  }
  75% {
    background-position: 25% 25%;
    background-size: 250% 250%;
  }
  90% {
    background-position: 50% 0%;
    background-size: 220% 220%;
  }
  100% {
    background-position: 0% 0%;
    background-size: 200% 200%;
  }
}

@keyframes rbPricingBorder {
  0% {
    background-position: 0 0, 0% 0%;
    background-size: 100% 100%, 200% 200%;
  }
  15% {
    background-position: 0 0, 25% 75%;
    background-size: 100% 100%, 250% 250%;
  }
  30% {
    background-position: 0 0, 100% 100%;
    background-size: 100% 100%, 200% 200%;
  }
  45% {
    background-position: 0 0, 75% 25%;
    background-size: 100% 100%, 300% 300%;
  }
  60% {
    background-position: 0 0, 50% 100%;
    background-size: 100% 100%, 200% 200%;
  }
  75% {
    background-position: 0 0, 25% 25%;
    background-size: 100% 100%, 250% 250%;
  }
  90% {
    background-position: 0 0, 50% 0%;
    background-size: 100% 100%, 220% 220%;
  }
  100% {
    background-position: 0 0, 0% 0%;
    background-size: 100% 100%, 200% 200%;
  }
}

@media (max-width: 991px) {
  #pricing-plans,
  #pricing-plans.pricing-rb-section {
    padding-top: 76px !important;
    padding-bottom: 94px !important;
  }

  #pricing-plans .pricing-rb-header {
    margin-bottom: 42px;
  }

  #pricing-plans .pricing-rb-card {
    border-radius: 20px;
  }

  #pricing-plans .pricing-rb-card.is-featured {
    transform: none;
  }

}

@media (max-width: 575px) {
  #pricing-plans .pricing-rb-card {
    padding: 20px;
  }

  #pricing-plans .pricing-rb-card-top h3 {
    font-size: 24px;
  }

  #pricing-plans .pricing-rb-price {
    font-size: 40px;
  }
}

/*
---------------------------------------------
Mobile Nav Theme Override
---------------------------------------------
*/
@media (max-width: 991px) {
  .header-area {
    background: #060010 !important;
    border-bottom: 1px solid rgba(169, 148, 184, 0.22);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !important;
  }

  .header-area .main-nav .nav {
    background: #0a0414 !important;
    border-top: 1px solid rgba(169, 148, 184, 0.16);
    border-bottom: 1px solid rgba(169, 148, 184, 0.16);
  }

  .header-area .main-nav .nav li {
    background: #0a0414 !important;
    border-bottom: 1px solid rgba(169, 148, 184, 0.12) !important;
  }

  .header-area .main-nav .nav li:last-child {
    border-bottom: none !important;
  }

  .header-area .main-nav .nav li a {
    background: #0a0414 !important;
    color: rgba(245, 245, 245, 0.74) !important;
  }

  .header-area .main-nav .nav li a:hover,
  .header-area .main-nav .nav li.active > a {
    background: rgba(82, 39, 255, 0.24) !important;
    color: #ffffff !important;
  }

  .header-area .main-nav .nav li.submenu:after {
    border-top-color: rgba(245, 245, 245, 0.68) !important;
  }

  .header-area .main-nav .nav li.submenu ul {
    background: #090313 !important;
    border-top: 1px solid rgba(169, 148, 184, 0.12);
    border-bottom: 1px solid rgba(169, 148, 184, 0.12);
    box-shadow: none !important;
  }

  .header-area .main-nav .nav li.submenu ul li,
  .header-area .main-nav .nav li.submenu ul li a {
    background: #090313 !important;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover,
  .header-area .main-nav .nav li.submenu ul li a.active {
    background: rgba(82, 39, 255, 0.24) !important;
    color: #ffffff !important;
  }
}

/*
---------------------------------------------
Hero Side Image Pair
---------------------------------------------
*/
.hero-content-row {
  min-height: 520px;
}

.hero-side-gallery {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  width: min(560px, 100%);
  height: 560px;
  margin-left: auto;
  pointer-events: none;
  transform: translateX(24px);
  opacity: 0;
  animation: heroGallerySlideIn 0.9s ease-out 0.12s forwards;
}

.hero-side-image {
  display: block;
  height: 92%;
  width: auto;
  max-width: calc(50% - 5px);
  object-fit: contain;
  filter: drop-shadow(0 16px 38px rgba(0, 0, 0, 0.42));
  opacity: 0;
  transform: translateX(48px);
  animation: heroImageSlideIn 0.9s cubic-bezier(0.2, 0.72, 0.22, 1) forwards;
}

.hero-side-image-back {
  animation-delay: 0.18s;
}

.hero-side-image-front {
  animation-delay: 0.3s;
}

@keyframes heroGallerySlideIn {
  from {
    opacity: 0;
    transform: translateX(38px);
  }
  to {
    opacity: 1;
    transform: translateX(24px);
  }
}

@keyframes heroImageSlideIn {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1399px) {
  .hero-side-gallery {
    width: min(500px, 100%);
    height: 520px;
    transform: translateX(12px);
  }
}

@media (max-width: 1199px) {
  .hero-content-row {
    min-height: 460px;
  }

  .hero-side-gallery {
    width: min(450px, 100%);
    height: 480px;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-side-gallery,
  .hero-side-image {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/*
---------------------------------------------
Features Divider Refinement
---------------------------------------------
*/
.features-home:before {
  content: none !important;
  display: none !important;
}

/*
---------------------------------------------
Platform Animation GIF
---------------------------------------------
*/
.platform-media-shell {
  position: relative;
  width: min(100%, 560px);
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(7, 0, 18, 0.45);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
}

.platform-media-gif {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
}

/*
---------------------------------------------
Team Card Height Sync
---------------------------------------------
*/
#our-team .team-card-grid > [class*="col-"] {
  display: flex;
}

#our-team .team-card-grid .team-item {
  width: 100%;
  height: var(--team-card-height, auto);
}

@media (max-width: 767px) {
  #our-team .team-card-grid .team-item {
    height: auto;
  }
}

/*
---------------------------------------------
Mobile Hero + Menu Polish
---------------------------------------------
*/
@media (max-width: 991px) {
  .welcome-area {
    min-height: 660px !important;
  }

  .welcome-area .right-bg {
    height: 660px !important;
  }

  .hero-content-row {
    min-height: 0 !important;
  }

  .hero-side-gallery-mobile {
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    width: min(340px, 86vw);
    height: 220px;
    margin: 22px auto 0;
    transform: none !important;
    opacity: 1 !important;
    animation: none !important;
  }

  .hero-side-gallery-mobile .hero-side-image {
    height: 100% !important;
    max-width: calc(50% - 5px);
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.38));
  }

  .header-area .main-nav .menu-trigger {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    top: 18px !important;
    right: 14px !important;
    padding: 0 !important;
    border-radius: 13px !important;
    border: 1px solid rgba(177, 158, 239, 0.34) !important;
    background: rgba(17, 9, 30, 0.94) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25) !important;
    overflow: hidden !important;
  }

  .header-area .main-nav .menu-trigger span,
  .header-area .main-nav .menu-trigger span:before,
  .header-area .main-nav .menu-trigger span:after {
    width: 16px !important;
    height: 2px !important;
    border-radius: 999px !important;
    left: 50% !important;
    top: 50% !important;
    background-color: rgba(245, 245, 245, 0.94) !important;
  }

  .header-area .main-nav .menu-trigger span {
    transform: translate(-50%, -50%) !important;
  }

  .header-area .main-nav .menu-trigger span:before {
    transform: translate(-50%, calc(-50% - 6px)) !important;
  }

  .header-area .main-nav .menu-trigger span:after {
    transform: translate(-50%, calc(-50% + 6px)) !important;
  }

  .header-area .main-nav .menu-trigger.active span,
  .header-area .main-nav .menu-trigger.active span:before,
  .header-area .main-nav .menu-trigger.active span:after {
    width: 16px !important;
  }

  .header-area .main-nav .menu-trigger.active span {
    background-color: transparent !important;
  }

  .header-area .main-nav .menu-trigger.active span:before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
    background-color: rgba(245, 245, 245, 0.96) !important;
  }

  .header-area .main-nav .menu-trigger.active span:after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
    background-color: rgba(245, 245, 245, 0.96) !important;
  }
}

@media (max-width: 575px) {
  .welcome-area {
    min-height: 620px !important;
  }

  .welcome-area .right-bg {
    height: 620px !important;
  }

  .hero-side-gallery-mobile {
    width: min(310px, 86vw);
    height: 198px;
    margin-top: 18px;
  }
}

/*
---------------------------------------------
Hero Layout Resilience (Desktop + Mobile)
---------------------------------------------
*/
.welcome-area {
  min-height: 0 !important;
}

.welcome-area .right-bg {
  position: absolute !important;
  inset: 0;
  float: none !important;
  width: 100% !important;
  height: auto !important;
}

.welcome-area .header-text {
  position: relative !important;
  top: auto !important;
  transform: none !important;
  padding-top: clamp(132px, 12vw, 176px);
  padding-bottom: clamp(94px, 10vw, 132px);
}

.hero-content-row {
  min-height: 0 !important;
  align-items: flex-start !important;
  row-gap: 22px;
}

@media (min-width: 992px) {
  .hero-content-row {
    flex-wrap: nowrap !important;
    column-gap: 0 !important;
  }

  .hero-copy-col {
    flex: 0 0 58% !important;
    max-width: 58% !important;
    min-width: 0;
    padding-right: 10px;
  }

  .hero-media-col {
    flex: 0 0 42% !important;
    max-width: 42% !important;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
  }

  .hero-media-col .hero-side-gallery {
    width: min(460px, 100%) !important;
    height: 540px !important;
    margin-left: 0 !important;
    transform: none !important;
  }

  .welcome-area .header-text p {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .welcome-area {
    min-height: 0 !important;
    margin-top: 80px;
  }

  .welcome-area .right-bg {
    height: auto !important;
  }

  .welcome-area .header-text {
    padding-top: 84px !important;
    padding-bottom: 78px !important;
    text-align: center;
  }

  .welcome-area .header-text p {
    margin-bottom: 14px !important;
    padding-bottom: 12px !important;
  }

  .welcome-area .header-text .btn-primary-line {
    margin-top: 14px !important;
    margin-bottom: 26px !important;
  }

  .hero-side-gallery-mobile {
    width: min(380px, 92vw) !important;
    height: 250px !important;
    margin: 0 auto 4px !important;
  }
}

@media (max-width: 575px) {
  .hero-side-gallery-mobile {
    width: min(360px, 94vw) !important;
    height: 230px !important;
  }
}

/*
---------------------------------------------
Capabilities List (Icon Size + Equal Height)
---------------------------------------------
*/
.capability-list-grid > [class*="col-"] {
  display: flex;
}

.capability-list-grid .btn-home {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  min-height: 58px;
  padding: 10px 18px;
  line-height: 1.35;
  background: transparent !important;
  box-shadow: none !important;
  border: 1px solid rgba(57, 46, 78, 0.86) !important;
}

.capability-list-grid .btn-home:before {
  inset: 0;
  border-radius: inherit;
  opacity: 0;
}

.capability-list-grid .btn-home i {
  margin: 0;
  flex: 0 0 auto;
  color: #c8b7ff !important;
}

.capability-list-grid .btn-home i.fa-angle-right:before {
  width: 11px;
  height: 11px;
  border-top-width: 2.4px;
  border-right-width: 2.4px;
}

.capability-list-grid .btn-home:hover i,
.capability-list-grid .btn-home.active i {
  margin: 0;
}

.capability-list-grid .btn-home:hover,
.capability-list-grid .btn-home.active {
  background: transparent !important;
}

.capability-list-grid .btn-home span {
  line-height: 1.35;
}

@media (max-width: 767px) {
  .capability-list-grid .btn-home {
    min-height: 52px;
    padding: 9px 14px;
    gap: 10px;
  }
}

/*
---------------------------------------------
Mobile Two-Column Layout Tweaks
---------------------------------------------
*/
@media (max-width: 767px) {
  .capability-list-grid {
    margin-left: -6px;
    margin-right: -6px;
  }

  .capability-list-grid > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .metrics-bento-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .metrics-card1,
  .metrics-card2,
  .metrics-card4,
  .metrics-card5 {
    grid-column: auto;
    grid-row: auto;
  }

  .metrics-card {
    min-height: 128px;
    padding: 1rem;
  }

  .metrics-card h2 {
    font-size: 2.4rem;
  }

  .metrics-card h3 {
    font-size: 0.88rem;
    line-height: 1.22;
  }
}

/*
---------------------------------------------
Features Page Icon Scale Up
---------------------------------------------
*/
.features-page-icons-xl .page .page-bottom .features-small-item .icon {
  width: 82px;
  height: 82px;
  line-height: 82px;
  margin-bottom: 24px;
}

.features-page-icons-xl .page .page-bottom .features-small-item .icon i {
  font-size: 30px !important;
  line-height: 1;
}

/* fa-mobile glyph appears visually narrower; upscale it for parity with other icons. */
.features-page-icons-xl .page .page-bottom .features-small-item .icon i.fa-mobile,
.features-page-icons-xl .page .page-bottom .features-small-item .icon i.fa-mobile-phone {
  font-size: 38px !important;
}

.features-page-icons-xl .page .page-bottom .features-small-item .icon .feature-icon-svg {
  width: 34px;
  height: 34px;
  stroke-width: 2.2;
}

.features-page-icons-xl footer .social li a i.fa {
  font-size: 21px !important;
}

.features-page-icons-xl footer .footer-nav li a i.fa-angle-right {
  width: 9px;
  height: 9px;
  border-top-width: 2.2px;
  border-right-width: 2.2px;
}

@media (max-width: 767px) {
  .features-page-icons-xl .page .page-bottom .features-small-item .icon {
    width: 74px;
    height: 74px;
    line-height: 74px;
    margin-bottom: 20px;
  }

  .features-page-icons-xl .page .page-bottom .features-small-item .icon i {
    font-size: 27px !important;
  }

  .features-page-icons-xl .page .page-bottom .features-small-item .icon i.fa-mobile,
  .features-page-icons-xl .page .page-bottom .features-small-item .icon i.fa-mobile-phone {
    font-size: 33px !important;
  }
}

/*
---------------------------------------------
Footer Link Icon Cleanup
---------------------------------------------
*/
footer .footer-nav li a i {
  display: none !important;
}

footer .footer-nav li a span {
  float: none !important;
  display: block;
  height: auto;
  line-height: 32px;
}

/*
---------------------------------------------
Contact Page Layout Refinement
---------------------------------------------
*/
.page-contact .page .page-bottom {
  padding-top: 52px;
  padding-bottom: 88px;
}

.page-contact .contact-intro {
  margin-bottom: 18px;
}

.page-contact .contact-intro h5 {
  margin: 0 0 10px;
  color: #1f2d5c;
  line-height: 1.35;
}

.page-contact .contact-intro p {
  margin: 0;
  max-width: 760px;
  color: #6f8ba4;
  line-height: 1.75;
}

.page-contact .contact {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-contact .contact .map-wrapper {
  display: none !important;
}

.page-contact .contact .map-wrapper .map-canvas {
  background:
    radial-gradient(900px 300px at 18% 20%, rgba(124, 58, 237, 0.28), rgba(124, 58, 237, 0)),
    radial-gradient(700px 260px at 80% 30%, rgba(82, 39, 255, 0.26), rgba(82, 39, 255, 0)),
    linear-gradient(180deg, rgba(17, 10, 32, 0.95) 0%, rgba(10, 6, 22, 0.98) 100%);
}

.page-contact .contact .contact-info {
  width: 100%;
  margin: 0 auto;
  padding: 26px 24px 14px;
  border-radius: 20px !important;
}

.page-contact .contact .contact-info .row {
  row-gap: 14px;
}

.page-contact .contact .contact-info .row > [class*="col-"] {
  display: flex;
}

.page-contact .contact .contact-info .item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  min-height: 84px;
}

.page-contact .contact .contact-info .item.no-leading-icon {
  padding-left: 32px;
}

.page-contact .contact .contact-info .item > i {
  float: none;
  margin: 3px 0 0;
  flex: 0 0 20px;
  color: #fff;
  opacity: .95;
}

.page-contact .contact .contact-info .item .txt {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-contact .contact .contact-info .item .txt > span {
  float: none !important;
  width: auto !important;
  display: block;
  line-height: 1.45;
  color: #fff;
}

.page-contact .contact .contact-info .item .txt > span > span {
  display: inline;
  float: none !important;
  width: auto !important;
  color: #fff;
}

.page-contact .contact .contact-info .item .txt a {
  color: #fff !important;
}

.page-contact .contact .contact-info .item .txt > span:first-child {
  font-weight: 700;
  color: #fff;
}

.page-contact .contact .contact-info .item .txt .fa {
  margin-right: 6px;
  font-size: 13px;
}

.page-contact .contact .contact-info .social {
  margin-top: 10px;
  margin-bottom: 4px;
}

.page-contact .contact-bottom {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 16px;
}

.page-contact .contact-bottom .row {
  margin-left: 0;
  margin-right: 0;
  row-gap: 20px;
}

.page-contact .contact-bottom .row > [class*="col-"] {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.page-contact .contact-bottom .row > [class*="col-"]:first-child {
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: 20px;
  border: 1px solid rgba(57, 46, 78, 0.9);
  background: linear-gradient(180deg, rgba(23, 13, 39, 0.92) 0%, rgba(13, 7, 24, 0.92) 100%);
}

.page-contact .contact-bottom .row > [class*="col-"]:first-child .contact-text {
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.page-contact .contact-bottom .contact-form {
  width: 100%;
  height: 100%;
  padding: 28px;
  border-radius: 18px;
  border: 1px solid rgba(57, 46, 78, 0.9);
  background: linear-gradient(180deg, rgba(23, 13, 39, 0.92) 0%, rgba(13, 7, 24, 0.92) 100%);
}

.page-contact .contact-bottom h5.margin-bottom-30 {
  margin-bottom: 10px !important;
  line-height: 1.32;
  color: #fff;
}

.page-contact .contact-bottom .contact-text p {
  margin-bottom: 0;
  color: #fff;
}

.page-contact .contact-bottom .contact-form .row {
  margin-left: -8px;
  margin-right: -8px;
}

.page-contact .contact-bottom .contact-form .row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.page-contact .contact-bottom .contact-form input,
.page-contact .contact-bottom .contact-form textarea {
  margin-bottom: 16px;
}

.page-contact .contact-bottom .contact-form input {
  height: 48px;
}

.page-contact .contact-bottom .contact-form textarea {
  min-height: 140px;
}

.page-contact .contact-bottom .contact-form .btn-primary-line {
  width: 100%;
  max-width: 220px;
  margin: 4px 0 0 !important;
}

@media (max-width: 1199px) {
  .page-contact .contact .map-wrapper {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .page-contact .page .page-bottom {
    padding-top: 34px;
    padding-bottom: 58px;
  }

  .page-contact .contact-intro {
    margin-bottom: 14px;
  }

  .page-contact .contact {
    gap: 16px;
    margin-bottom: 0 !important;
    overflow: visible !important;
  }

  .page-contact .contact .map-wrapper {
    height: 300px;
    border-radius: 16px !important;
    margin-bottom: 0 !important;
  }

  .page-contact .contact .contact-info {
    width: 100%;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding: 18px 16px 8px;
    border-radius: 16px !important;
    transform: none !important;
  }

  .page-contact .contact .contact-info .item {
    min-height: 70px;
  }

  .page-contact .contact .contact-info .item.no-leading-icon {
    padding-left: 30px;
  }

  .page-contact .contact-bottom {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 12px;
  }

  .page-contact .contact-bottom .row > [class*="col-"]:first-child,
  .page-contact .contact-bottom .contact-form {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .page-contact .contact-bottom .row > [class*="col-"]:first-child .contact-text {
    padding: 0;
  }

  .page-contact .contact-bottom .contact-form .btn-primary-line {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .page-contact .contact .contact-info .item {
    min-height: auto;
  }

  .page-contact .contact .contact-info .item.no-leading-icon {
    padding-left: 26px;
  }

  .page-contact .contact .contact-info .item .txt > span {
    font-size: 13.5px;
  }

  .page-contact .contact .contact-info .social li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .page-contact .contact-bottom .contact-form input,
  .page-contact .contact-bottom .contact-form textarea {
    font-size: 16px;
  }
}

/*
---------------------------------------------
FAQ Page Refinement
---------------------------------------------
*/
.page-faq .page .page-bottom {
  padding-top: 54px;
  padding-bottom: 90px;
}

.page-faq .faq-main-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.page-faq .accordion {
  margin: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.page-faq .accordion .accordion-item {
  margin: 0;
  border: 1px solid #392e4e !important;
  border-bottom: 1px solid #392e4e !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(23, 13, 39, 0.96) 0%, rgba(13, 7, 24, 0.98) 100%) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3) !important;
  overflow: hidden;
}

.page-faq .accordion .accordion-item + .accordion-item {
  margin-top: 14px;
}

.page-faq .accordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid #392e4e !important;
}

.page-faq .accordion .accordion-item .accordion-header {
  padding: 0;
  background: transparent !important;
}

.page-faq .accordion .accordion-item .accordion-header:hover {
  background: transparent !important;
  padding-left: 0;
}

.page-faq .accordion .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 22px !important;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: #f5f5f5 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-faq .accordion .accordion-item .accordion-header .accordion-button .badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 1px 0 0;
  border-radius: 999px !important;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.page-faq .accordion .accordion-item .accordion-header .accordion-button > span:last-child {
  flex: 1;
  min-width: 0;
}

.page-faq .accordion .accordion-item .accordion-header .accordion-button:after {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  margin-left: 14px;
  border-right: 2px solid #b19eef;
  border-bottom: 2px solid #b19eef;
  transform: rotate(45deg);
  transform-origin: center;
  background-image: none;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.page-faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  transform: rotate(-135deg) translateY(-1px);
  border-color: #ffffff;
}

.page-faq .accordion .accordion-item .accordion-body {
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 10px 22px 18px;
  border-top: 0;
  background: rgba(13, 7, 24, 0.7);
}

.page-faq .accordion .accordion-item .accordion-body p {
  width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0;
  color: rgba(225, 219, 244, 0.9);
}

.page-faq .accordion .accordion-item .accordion-collapse {
  border: 0 !important;
}

@media (max-width: 991px) {
  .page-faq .page .page-bottom {
    padding-top: 38px;
    padding-bottom: 60px;
  }

  .page-faq .accordion .accordion-item .accordion-header .accordion-button {
    padding: 16px 16px !important;
    font-size: 15px;
  }

  .page-faq .accordion .accordion-item .accordion-header .accordion-button .badge {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-basis: 22px;
    width: 22px;
    height: 22px;
    line-height: 1 !important;
    padding: 0 !important;
    font-size: 11px;
  }

  .page-faq .accordion .accordion-item .accordion-header .accordion-button:after {
    width: 9px;
    height: 9px;
    margin-top: 5px;
    margin-left: 10px;
  }

  .page-faq .accordion .accordion-item .accordion-body {
    min-height: 80px;
    padding: 8px 16px 14px;
  }

  .page-faq .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 1.65;
  }
}

/* Remove refresh preloader overlay entirely */
#preloader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
