@import url("https://api.fontshare.com/v2/css?f[]=cabinet-grotesque@800,700,500,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Space+Grotesque:wght@300..700&display=swap");

:root {
  --font-default:
    "Bricolage Grotesque", "Space Grotesque", "Cabinet Grotesque", sans-serif;
  --fontawesome: "Font Awesome 6 Pro";
  --black: #000000;
  --dark: #1a1c21;
  --dark-secondary: #141319;
  --dark-optional: #20232b;
  --white: #ffffff;
  --white-secondary: #d8e3f0;
  --color-primary: #216ae0;
  --color-secondary: #4b8fe5;
  --color-heading: #04000b;
  --color-paragraph: #666666;
  --box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
  --box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  --box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
  --bg-gray: #f0effd;
  --bg-gradient: linear-gradient(
    45deg,
    var(--color-primary) 0%,
    var(--color-secondary) 50%
  );
}

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

body,
html {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.wrapper {
  height: 100%;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none;
  color: var(--color-heading);
}

a img {
  border: none;
}

a:active {
  outline: none;
  text-decoration: none;
  color: var(--color-heading);
  opacity: 1;
}

a:focus {
  outline: none;
  text-decoration: none;
  color: var(--color-heading);
}

a:hover {
  outline: none;
  text-decoration: none;
  color: var(--color-primary);
  opacity: 1;
}

.color-style-two a:hover {
  color: var(--color-primary);
}

.text-light.color-style-two a:hover {
  color: var(--white-secondary);
}

.color-style-five a:hover {
  color: #8cc82c;
}

.color-style-six a:hover {
  color: var(--color-style-six);
}

.color-style-six.text-light a:hover {
  color: var(--white-secondary);
}

.color-style-eight a:hover {
  color: var(--color-style-eight);
}

.color-style-eight.text-light a:hover {
  color: var(--white-secondary);
}

.secondary a:hover {
  color: var(--color-optional);
}

button {
  outline: medium none;
}

iframe {
  border: none;
}

hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
  border-top: 1px solid #e7e7e7;
  height: 1px;
  opacity: 1;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

input:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

textarea:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

select:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

ul {
  list-style-type: none;
}

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

b {
  font-weight: 500;
}

strong {
  font-weight: 500;
}

.row {
  --bs-gutter-x: 30px;
}

@media (min-width: 1024px) {
  .gutter-xl {
    --bs-gutter-x: 80px;
  }
}

@media (min-width: 1024px) {
  .gutter-md {
    --bs-gutter-x: 50px;
  }
}

body {
  font-family: var(--font-default);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: hidden;
  background-color: var(--white);
  color: var(--color-paragraph);
}

body.font-style-two {
  font-family: var(--font-style-two);
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-heading);
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 500;
}

.font-style-three h1,
.font-style-three h2,
.font-style-three h3 {
  font-family: var(--font-style-three);
  font-weight: 400;
}

.font-style-four h1,
.font-style-four h2,
.font-style-four h3,
.font-style-four h4,
.font-style-four h5,
.font-style-four h6 {
  font-family: var(--font-style-four);
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 20px;
}

a,
.btn,
button {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  outline: medium none;
  text-decoration: none;
  font-weight: 500;
}

p {
  color: var(--color-paragraph);
  margin: 0 0 25px;
  text-transform: none;
  font-weight: 400;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container-full {
    max-width: 540px;
    width: 100%;
  }
}

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

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

@media (min-width: 1200px) {
  .container-full {
    max-width: 1600px;
    width: 100%;
  }

  .box-layout {
    width: 94%;
    margin: auto;
    border-radius: 30px;
  }
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container-fill {
    max-width: 540px;
    width: 100%;
  }
}

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

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

@media (min-width: 1200px) {
  .container-fill {
    width: 100%;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .container-fill {
    padding: 0 15px;
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .container-stage {
    margin-left: calc((100% - 1410px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .container-stage-reverse {
    margin-right: calc((100% - 1410px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .row {
    --bs-gutter-x: 1.5rem;
  }
}

.item-center {
  display: flex;
  align-items: center;
}

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}

.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bg-fit {
  background-size: 100% 100% !important;
  background-position: center !important;
}

.bg-gray {
  background-color: var(--bg-gray);
}

.bg-dark .bg-gray {
  background-color: var(--dark-secondary);
}

.bg-dark-secondary .bg-gray {
  background-color: var(--dark-optional);
}

.bg-gray {
  background-color: var(--bg-gray);
}

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

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

.color-style-five .bg-dark,
.color-style-five.bg-dark {
  background-color: var(--dark-optional) !important;
}

.bg-dark-secondary {
  background-color: var(--dark-secondary);
}

.bg-dark-optional {
  background-color: var(--dark-optional);
}

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

.bg-theme-secondary {
  background-color: var(--color-secondary);
}

.color-style-two .bg-theme {
  background-color: var(--color-primary);
}

.color-style-six .bg-theme {
  background-color: var(--color-style-six);
}

.color-style-eight .bg-theme {
  background-color: var(--color-style-eight);
}

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

.bg-gradient-secondary {
  background-color: var(--color-optional);
  background: var(--bg-gradient-reverse) !important;
}

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

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
  color: var(--white);
}

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

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
  color: var(--white);
}

.bg-dark p,
.bg-dark-secondary p,
.bg-dark-optional p {
  color: var(--white-secondary);
}

.shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}

.shadow.dark {
  position: relative;
  z-index: 1;
}

.shadow.dark:after {
  background: var(--black);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.shadow.dark-hard {
  position: relative;
  z-index: 1;
}

.shadow.dark-hard:after {
  background: var(--black);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.shadow.theme {
  position: relative;
  z-index: 1;
}

.shadow.theme:after {
  background: var(--color-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.shadow.light {
  position: relative;
  z-index: 1;
}

.shadow.light:after {
  background: var(--white) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.shadow-dark-left {
  position: relative;
  z-index: 1;
}

.shadow-dark-left::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 70%;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to left, rgba(0, 0, 0, 0) 0%, var(--black) 70%) repeat
    scroll 0 0;
  z-index: -1;
  opacity: 0.7;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
}

.default-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .default-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.default-padding-big {
  padding: 250px 0;
}

@media only screen and (max-width: 767px) {
  .default-padding-big {
    padding: 70px 0;
  }
}

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

@media only screen and (max-width: 767px) {
  .default-padding-top {
    padding-top: 70px;
  }
}

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

@media only screen and (max-width: 767px) {
  .default-padding-bottom {
    padding-bottom: 70px;
  }
}

.default-padding.bottom-less {
  padding-top: 150px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .default-padding.bottom-less {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .default-padding-bottom.bottom-less {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .default-padding-top.bottom-less {
    margin-bottom: -30px;
  }
}

@media only screen and (min-width: 1200px) {
  .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

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

.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}

.border-left {
  border-left: 1px solid #e7e7e7;
}

.border-right {
  border-right: 1px solid #e7e7e7;
}

.heading {
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: -5px;
  font-size: 42px;
  line-height: 1.3;
}

.heading span {
  font-weight: 400;
}

.site-heading {
  margin-bottom: 10px;
}

.site-heading strong {
  display: inline-block;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.title {
  font-weight: 500;
  font-size: 65px;
  margin-top: -10px;
  line-height: 1.2;
  display: block;
  letter-spacing: 0;
  color: var(--color-heading);
  margin-bottom: 15px;
  padding-top: 2px;
}

.title-sm {
  font-weight: 500;
  font-size: 50px;
  margin-top: -10px;
  line-height: 1.2;
  display: block;
  letter-spacing: 0;
  color: var(--color-heading);
  margin-bottom: 15px;
  padding-top: 2px;
}

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

@media (max-width: 767px) {
  .title {
    font-size: 36px;
    margin-top: 0;
  }

  .title-sm {
    font-size: 36px;
    margin-top: 0;
  }
}

.bg-dark .title {
  color: var(--white);
}

.site-heading .title {
  margin-bottom: 0;
}

.bg-dark .site-heading .title {
  color: var(--white);
}

.bg-theme .site-heading .title,
.bg-gradient .site-heading .title {
  color: var(--color-heading);
}

.sub-title {
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 9px;
    padding-left: 25px;
    font-size: 29px;
    line-height: 1.2;
    color: var(--color-heading);
}

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

.text-center .sub-title {
  margin-bottom: 25px;
}

.sub-title::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 8px;
  width: 8px;
  background: var(--color-primary);
  z-index: -1;
  margin-top: 2px;
}

.color-style-two .sub-title::after {
  background: var(--color-primary);
}

.color-style-five .sub-title::after {
  background: var(--color-style-five);
}

.color-style-eight .sub-title::after {
  background: var(--color-style-eight);
}

.color-style-six .sub-title::after {
  background: var(--color-style-six);
}

.bg-gradient .sub-title::after,
.bg-theme .sub-title::after {
  background: var(--dark);
}

.sub-title::before {
  position: absolute;
  left: 7px;
  top: 50%;
  content: "";
  height: 8px;
  width: 8px;
  background: var(--color-primary);
  transform: translateY(-50%);
  opacity: 0.6;
  margin-top: -5px;
}

.color-style-two .sub-title::before {
  background: #ababf5;
}

.color-style-eight .sub-title::before {
  background: var(--color-style-eight);
}

.color-style-six .sub-title::before {
  background: var(--color-style-six);
}

.color-style-five .sub-title::before {
  background: var(--color-style-five);
  opacity: 0.6;
}

.bg-gradient .sub-title::before,
.bg-theme .sub-title::before {
  background: var(--dark);
  opacity: 0.4;
}

@media (max-width: 767px) {
  .sub-title {
    margin-bottom: 15px;
  }

  .text-center .sub-title {
    margin-bottom: 15px;
  }
}

.site-heading p {
  margin-bottom: 0;
  margin-top: 25px;
}

.site-heading .devider {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  position: relative;
  z-index: 1;
  left: 10px;
}

.site-heading.light .devider,
.bg-theme .site-heading .devider,
.bg-gradient .site-heading .devider,
.shadow .site-heading .devider,
.bg-dark .site-heading .devider {
  background: var(--white);
}

@media (max-width: 767px) {
  .site-heading p {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .site-heading {
    margin-bottom: 40px;
  }
}

.heading-left {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.heading-left .title {
  margin-bottom: 0;
}

.heading-left .heading {
  font-weight: 500;
  margin-bottom: 0;
}

.heading-left .sub-title {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-left .heading {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .heading-left .heading {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 1.2;
  }
}

.heading-left p {
  margin-bottom: 0;
}

.heading-left .btn {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .heading-left {
    margin-bottom: 30px;
  }
}

.sub-heading {
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 500;
  background: var(--bg-gradient-reverse);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.shadow .sub-heading {
  -webkit-text-fill-color: var(--white);
  font-weight: 500;
}

.bg-gradient .sub-heading {
  color: var(--white);
  background: transparent;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
  opacity: 0.9;
}

.site-heading.text-light .sub-title,
.site-heading.text-light .sub-heading {
  -webkit-text-fill-color: inherit;
  color: var(--white);
}

.site-heading.style-two .title {
  text-transform: uppercase;
}

.site-heading.style-two p {
  padding-left: 30%;
}

.site-heading.text-left p {
  padding-left: 0;
}

.split-text {
  overflow: hidden;
  position: relative;
}

.split-text .line {
  overflow: hidden;
  display: none;
  padding-bottom: 5px;
}

.text-scroll-animation .text {
  color: rgb(0, 0, 0, 0.3);
  background: linear-gradient(
      to right,
      var(--color-heading),
      var(--color-heading)
    )
    no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}

.bg-dark .text-scroll-animation .text {
  color: rgb(255, 255, 255, 0.2);
  background: linear-gradient(to right, var(--white), var(--white)) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}

@media (max-width: 1023px) {
  .text-scroll-animation .text {
    color: var(--color-heading);
  }

  .bg-dark .text-scroll-animation .text {
    color: var(--white);
  }
}

.scroll-slicer {
  overflow: hidden;
  position: relative;
}

.slicer-path-wrap {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slicer-path {
  height: 100%;
  flex-grow: 1;
  background: #ffffff;
}

.bg-dark .slicer-path {
  background: var(--dark);
}

.bg-dark-secondary .slicer-path {
  background: var(--dark-secondary);
}

.zoom-thumb {
  overflow: hidden;
}

.site-heading.style-three h2 {
  font-size: 160px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: -20px;
  margin-left: -10px;
}

.site-heading .d-flex img {
  max-width: max-content;
  height: 60px;
  margin-top: 10px;
}

.site-heading .d-flex {
  align-items: flex-start;
  gap: 25px;
  margin-top: 20px;
}

.site-heading .d-flex p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

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

/* ============================================================== 
    # Button Styles
=================================================================== */
.btn {
  display: inline-block;
  padding: 13px 35px;
  background: var(--color-primary);
  font-weight: 500;
  border-radius: 8px;
  position: relative;
  padding-top: 16px;
  color: var(--white);
  box-shadow: none !important;
  border: none;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
}

.color-style-four .btn {
  background: var(--color-style-four);
  color: var(--color-heading);
}

.color-style-five .btn {
  background: var(--color-style-five);
  color: var(--color-heading);
}

.color-style-five .btn.btn-dark {
  background: var(--dark);
  color: var(--white);
}

.text-light.color-style-five .btn.btn-dark {
  background: var(--white);
  color: var(--color-heading);
}

.text-light.color-style-five .btn.btn-dark::after {
  background: var(--color-style-five);
  color: var(--color-heading);
}

.color-style-five .btn.btn-dark::after {
  background: var(--color-style-five);
}

.color-style-five .btn.btn-dark:hover {
  background: var(--color-style-five);
  color: var(--color-heading);
}

.color-style-six .btn {
  background: var(--color-style-six);
}

.color-style-two .btn:hover {
  color: var(--white);
}

.color-style-seven .btn {
  background: var(--color-style-seven);
}

.color-style-nine .btn {
  background: var(--color-style-nine);
}

.color-style-ten .btn {
  background: var(--color-style-ten);
  color: var(--color-heading);
}

.btn.circle {
  border-radius: 40px;
}

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

.btn.btn-dark {
  background: var(--dark);
}

.btn.light {
  background: var(--white);
  color: var(--color-heading);
}

.btn i {
  font-weight: 400;
  transform: rotate(-45deg);
  margin-left: 5px;
}

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

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

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

.btn-style-one svg {
  height: 14px;
  margin-left: 5px;
}

.btn-style-one:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: var(--color-primary);
  background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
  transition: all 0.3s ease;
}

.btn-style-one.btn-dark:after {
  background-color: var(--color-primary);
  background-image: linear-gradient(
    315deg,
    var(--color-primary) 0%,
    var(--color-primary) 74%
  );
}

a.btn-simple {
  text-transform: uppercase;
  color: var(--color-paragraph);
  display: inline-block;
}

.text-light a.btn-simple {
  color: var(--white-secondary) !important;
}

.text-light a.btn-simple svg path {
  stroke: var(--white-secondary);
}

a.button-regular {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-weight: 500;
}

a.button-regular i {
  font-weight: 500;
  position: relative;
  font-size: 15px;
}

a.button-regular:hover i::after {
  background: var(--color-primary);
}

a.btn-simple i {
  display: inline-block;
  font-weight: 300;
  transform: rotate(-45deg);
  font-size: 20px;
  position: relative;
  top: 2px;
}

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

.color-style-two a.btn-simple:hover {
  color: var(--color-primary);
}

.color-style-six a.btn-simple:hover {
  color: var(--color-style-six);
}

.bg-dark a.btn-simple:hover {
  color: var(--white);
}

.navbar.navbar-box .attr-right .attr-nav li .btn {
  border-radius: 40px;
  padding: 13px 35px;
  color: var(--white);
}

.navbar.navbar-box .attr-right .attr-nav li .btn::after {
  background: var(--dark);
}

@media (min-width: 1024px) {
  .navbar.white.no-background .btn-style-one:after {
    background: var(--white);
  }

  .navbar.white.no-background .btn-style-one:hover {
    color: var(--color-heading) !important;
  }

  .navbar.navbar-box .attr-right .attr-nav li .btn::after {
    background: var(--white);
  }

  .navbar.navbar-box.no-background.navbar-common
    .attr-right
    .attr-nav
    li
    .btn::after {
    background: var(--dark);
  }

  .navbar.navbar-box.sticked .attr-right .attr-nav li .btn::after {
    background: var(--dark);
  }

  .text-light .navbar.navbar-box.sticked .attr-right .attr-nav li .btn::after {
    background: var(--white);
  }

  .text-light .navbar.navbar-box.sticked .attr-right .attr-nav li .btn:hover {
    color: var(--color-heading);
  }

  .navbar.navbar-box .attr-right .attr-nav li .btn:hover {
    color: var(--color-heading);
  }

  .navbar.navbar-box.navbar-common .attr-right .attr-nav li .btn:hover {
    color: var(--white);
  }

  .navbar.navbar-box.sticked .attr-right .attr-nav li .btn:hover {
    color: var(--white);
  }
}

.btn-style-one.white:after {
  background-color: var(--color-primary);
  background-image: linear-gradient(
    315deg,
    var(--color-primary) 0%,
    var(--color-primary) 74%
  );
}

.text-light .btn-style-one:after {
  background: var(--white);
}

.color-style-six .text-light .btn-style-one:after {
  background: var(--color-style-six);
}

.color-style-four.text-light .btn-style-one:after {
  background: #f8ad8f;
}

.color-style-five.text-light .btn-style-one:after {
  background: var(--white);
}

.color-style-five.text-light .btn-style-one:hover {
  color: var(--color-heading);
}

.color-style-four.text-light .btn-style-one:hover {
  color: var(--color-heading);
}

.text-light .btn-style-one.white:after {
  background-image: linear-gradient(
    315deg,
    var(--color-primary) 0%,
    var(--color-primary) 74%
  );
}

.bg-gradient .btn-style-one.white:after {
  background-image: linear-gradient(
    315deg,
    var(--dark-secondary) 0%,
    var(--dark-secondary) 74%
  );
}

.text-light .btn-style-one.secondary:hover {
  color: var(--color-heading);
}

.text-light .btn-style-one:hover {
  color: var(--color-heading);
}

.btn-style-one:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}

.btn-style-one:hover {
  color: var(--white);
  background: transparent;
}

.btn.btn-border-light {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 13px 40px;
}

.navbar .btn.btn-border-light {
  border: 1px solid #cccccc;
  color: var(--color-heading);
}

.navbar .btn.btn-border-light:hover {
  color: var(--white);
}

@media (min-width: 1024px) {
  .navbar.white.sticked .btn.btn-border-light {
    color: var(--color-heading);
  }

  .navbar.white.sticked .btn.btn-border-light:hover {
    color: var(--white);
  }

  .navbar.white.no-background .btn.btn-border-light {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}

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

.btn.btn-border-light::after {
  background: var(--color-primary);
}

.btn-style-one.btn-border-theme {
  background: transparent;
  color: var(--color-heading);
  border: 2px solid var(--color-primary);
  padding: 13px 40px;
}

.btn-style-one.btn-border-theme::after {
  background-image: linear-gradient(
    315deg,
    var(--color-primary) 0%,
    var(--color-primary) 74%
  );
}

.btn-style-one.btn-border-theme:hover {
  color: var(--white);
}

.btn-style-one.btn-border {
  background: transparent;
  color: var(--color-heading);
  border: 1px solid #cccccc;
  padding: 13px 40px;
}

.color-style-two .btn-style-one.btn-border {
  border-color: #d7d7ff;
}

.btn-style-one.btn-border.btn-dark {
  border: 2px solid;
}

.btn-style-one.btn-border.btn-dark:hover {
  border-color: var(--dark);
}

.btn-style-one.btn-border.btn-dark::after {
  background-color: var(--dark);
}

.btn-style-one.btn-border::after {
  background: var(--color-primary);
}

.btn-style-one.btn-border:hover {
  color: var(--white);
  border-color: var(--color-primary);
}

/* Button Style Two */
.btn-style-two {
  display: inline-flex;
  background: var(--color-primary);
  color: var(--white);
  padding: 10px;
  border-radius: 8px;
  padding-left: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

.color-style-nine .btn-style-two {
  background: var(--color-style-nine);
}

.btn-style-two.white {
  background: var(--white);
  color: var(--color-heading);
}

.btn-style-two.dark {
  background: var(--dark);
  color: var(--white);
}

.btn-style-two svg {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: var(--white);
  padding: 12px;
  border-radius: 5px;
  margin-left: 10px;
  transition: all 0.35s ease-in-out;
}

.btn-style-two.white svg {
  background: var(--dark);
}

.btn-style-two:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: var(--white);
  background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
  transition: all 0.3s ease;
}

.btn-style-two.white:after {
  background: var(--color-primary);
}

.btn-style-two.dark:after {
  background: var(--color-primary);
}

.text-light .btn-style-two:after {
  background: var(--white);
}

.text-light .btn-style-two.white:after {
  background: var(--color-style-nine);
}

.btn-style-two:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}

.btn-style-two:hover {
  color: var(--white);
}

.text-light .btn-style-two:hover {
  color: var(--color-heading);
}

.text-light .btn-style-two.white:hover {
  color: var(--white);
}

.btn-style-two svg path {
  transition: all 0.35s ease-in-out;
}

.btn-style-two:hover svg {
  background: var(--white);
}

.btn-style-two:hover svg path {
  stroke: var(--color-heading);
}

.text-light .btn-style-two:hover svg {
  background: var(--dark);
}

.text-light .btn-style-two.white:hover svg {
  background: var(--white);
}

.text-light .btn-style-two:hover svg path {
  stroke: var(--white);
}

.text-light .btn-style-two.white:hover svg path {
  stroke: var(--color-heading);
}

/* Button Style Three */
.btn-style-three {
  display: inline-flex !important;
  align-items: center;
  gap: 0;
  color: var(--white) !important;
  border: none;
  background: transparent;
  box-shadow: none;
}

.btn-style-three.solid {
  gap: 2px;
}

.btn-style-three.theme:hover,
.btn-style-three.dark:hover {
  color: var(--white);
}

.btn-style-three .icon:first-child {
  position: absolute;
  transform: translateX(50px) scale(0.7);
}

.btn-style-three:hover .icon:first-child {
  transform: translateX(0px);
}

.btn-style-three.solid:hover .icon:first-child {
  transform: translateX(-2px);
}

.btn-style-three:hover span {
  transform: translateX(50px) scale(1);
}

.btn-style-three:hover .icon:last-child {
  transform: translateX(-50px) scale(0);
}

.navbar .attr-right .attr-nav li .btn-style-three {
  color: var(--white);
}

.navbar .attr-right .attr-nav li .btn-style-three.border-dark,
.navbar .attr-right .attr-nav li .btn-style-three.border-theme,
.navbar .attr-right .attr-nav li .btn-style-three.white {
  color: var(--color-heading);
}

.btn-style-three span {
  background: var(--color-primary);
  height: 50px;
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  z-index: 9;
}

.color-style-two .btn-style-three span {
  background: var(--color-primary);
}

.color-style-eight .btn-style-three span {
  background: var(--color-style-eight);
}

.btn-style-three.solid span {
  border-radius: 0;
}

.color-secondary .btn-style-three span {
  background: var(--color-secondary);
}

.color-style-seven .btn-style-three span {
  background: var(--color-style-seven);
}

.color-style-eight .btn-style-three span {
  background: var(--color-style-eight);
}

.btn-style-three.dark span {
  background: var(--dark);
}

.btn-style-three.border-dark span {
  background: transparent;
  border: 2px solid var(--dark);
  line-height: 48px;
}

.btn-style-three.border-white span {
  background: transparent;
  border: 2px solid var(--white);
  line-height: 48px;
}

.bg-dark .btn-style-three.border-white span {
  background: var(--dark);
}

.bg-theme .btn-style-three.border-white span {
  background: var(--color-primary);
}

.btn-style-three.border-theme span {
  background: transparent;
  border: 2px solid var(--color-primary);
  line-height: 48px;
}

.color-secondary .btn-style-three.border-theme span {
  border: 2px solid var(--color-secondary);
}

.btn-style-three.white span {
  background: var(--white);
  color: var(--color-heading);
}

.btn-style-three .icon {
  height: 50px;
  width: 50px;
  min-width: 50px;
  text-align: center;
  background: var(--color-primary);
  padding: 15px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.color-style-two .btn-style-three .icon {
  background: var(--color-primary);
}

.color-style-seven .btn-style-three .icon {
  background: var(--color-style-seven);
}

.color-style-eight .btn-style-three .icon {
  background: var(--color-style-eight);
}

.btn-style-three.solid .icon {
  border-radius: 0;
  background: var(--dark);
}

.bg-dark .btn-style-three.solid .icon {
  background: var(--white);
}

.bg-dark .btn-style-three.solid .icon svg path {
  stroke: var(--color-heading);
}

.color-secondary .btn-style-three .icon {
  background: var(--color-secondary);
}

.color-secondary .btn-style-three.solid .icon {
  background: var(--dark);
}

.btn-style-three.dark .icon {
  background: var(--dark);
}

.btn-style-three.border-dark .icon {
  background: transparent;
  border: 2px solid var(--dark);
}

.btn-style-three.border-white .icon {
  background: transparent;
  border: 2px solid var(--white);
}

.btn-style-three.border-theme .icon {
  background: transparent;
  border: 2px solid var(--color-primary);
}

.color-secondary .btn-style-three.border-theme .icon {
  border: 2px solid var(--color-secondary);
}

.btn-style-three.white .icon {
  background: var(--white);
}

.text-light .btn-style-three.white .icon {
  background: var(--white);
}

.btn-style-three.white {
  color: var(--color-heading);
}

.bg-theme.text-light .btn-style-three.white .icon {
  background: var(--dark);
}

.banner-style-three.bg-theme.text-light .btn-style-three.white .icon {
  background: var(--white);
}

/* Button Larger Circle */
.btn-large-border {
  display: inline-flex;
  height: 180px;
  width: 180px;
  min-width: 180px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  line-height: 1.6;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: var(--color-primary);
  color: var(--color-heading);
}

.color-style-six .btn-large-border {
  background: var(--color-style-six);
}

.btn-large-border:hover,
.text-light .btn-large-border:hover {
  color: var(--white) !important;
}

.bg-dark .btn-large-border,
.bg-dark-secondary .btn-large-border {
  color: var(--white);
}

.btn-large-border::after {
  position: absolute;
  left: -30px;
  bottom: -30px;
  content: "";
  height: 100px;
  width: 100px;
  background: var(--color-primary);
  z-index: -1;
  transition: all 0.25s ease-in-out;
  border-radius: 50%;
}

.color-style-six .btn-large-border::after {
  background: var(--color-style-six);
}

.btn-large-border:hover::after {
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.quick-contact-items .btn-large-border {
  margin-left: 50px;
}

.quick-contact-items p {
  margin: 0;
}

.btn-large-border::before {
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  content: "";
  background: var(--white);
  border-radius: 50%;
  z-index: -1;
}

.bg-dark-secondary .btn-large-border::before {
  background: var(--dark-secondary);
}

/* ============================================================== 
    # Video Play Button 
=================================================================== */
.video-button {
  display: inline-block;
  position: relative;
  height: 120px;
  width: 120px;
  line-height: 120px;
  background: var(--color-primary);
  border-radius: 50%;
  font-size: 30px;
  font-weight: 300;
  color: var(--white);
  text-align: center;
}

.color-style-two .video-button {
  background: var(--color-primary);
}

.color-style-eight .video-button {
  background: var(--color-style-eight);
}

.video-button i {
  font-weight: 300;
  color: var(--white);
}

.video-button::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 105%;
  width: 105%;
  border: 1px solid var(--white);
  animation: pulse-border 3s linear infinite;
  border-radius: 50%;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* ============================================================== 
    # Template Animation
=================================================================== */

/* Video Paly */
@-webkit-keyframes video-play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes video-play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*Zoom Animation */
.zoom-animation {
  -webkit-animation: zoom 2000ms ease-out infinite;
  animation: zoom 2000ms ease-out infinite;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}

/* Spiner Animation */
.spiner-animation {
  -webkit-animation: spinner 20s infinite linear;
  animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

/* Spiner Animation */
.spiner-reverse-animation {
  -webkit-animation: spinnerReverse 20s infinite linear;
  animation: spinnerReverse 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinnerReverse {
  to {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@keyframes spinnerReverse {
  to {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

/* Infinite Up Down Animation */
@keyframes UpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* Animation UpDown */
.updown-animation {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: UpDown;
  animation-name: UpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* Animation Left Right */
.leftRight-animation {
  -webkit-animation: fadeLeftRight 10s ease-out infinite;
  animation: fadeLeftRight 10s ease-out infinite;
}

/* Fade Left Right */
@keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

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

@-webkit-keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

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

/* Animation Right Left */
.rightLeft-animation {
  -webkit-animation: fadeRightLeft 10s ease-out infinite;
  animation: fadeRightLeft 10s ease-out infinite;
}

@keyframes fadeRightLeft {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

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

@-webkit-keyframes fadeRightLeft {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

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

/* Animation Zoom Up Down */
.zoomUpDown-animation {
  -webkit-animation: zoomUpDown 10s ease-out infinite;
  animation: zoomUpDown 10s ease-out infinite;
}

/* Zoom Up Down */
@keyframes zoomUpDown {
  0%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@-webkit-keyframes zoomUpDown {
  0%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* Animation Moving */
.moving-animation {
  -webkit-animation: moving 10s ease-out infinite;
  animation: moving 10s ease-out infinite;
}

/* Mooving Animation */
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }

  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }

  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }

  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }

  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

/* Animation Rotation */
@keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Button Border Animation */
@-webkit-keyframes open {
  0% {
    width: 0;
    height: 0;
  }

  50% {
    width: 100px;
    height: 0;
  }

  100% {
    width: 100px;
    height: 55px;
  }
}

@keyframes open {
  0% {
    width: 0;
    height: 0;
  }

  50% {
    width: 100px;
    height: 0;
  }

  100% {
    width: 100px;
    height: 55px;
  }
}

@-webkit-keyframes openB {
  0% {
    width: 0px;
  }

  100% {
    width: 100px;
  }
}

@keyframes openB {
  0% {
    width: 0px;
  }

  100% {
    width: 100px;
  }
}

/* Animation Shine (A shine color will move inside the text) */

@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@-webkit-keyframes infiniteMove {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes infiniteMove {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@-webkit-keyframes infiniteMove2 {
  0% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }

  50% {
    border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
  }

  100% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }
}

@keyframes infiniteMove2 {
  0% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }

  50% {
    border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
  }

  100% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }
}

/* ============================================================== 
    # Back to top
=================================================================== */

.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  border: none;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--color-primary);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--white);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.back-to-top-wrapper {
  transition: all 0.3s ease-out;
}

/* ============================================================== 
    # Nice Select Styles
=================================================================== */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--white);
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

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

.nice-select::after {
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  overflow-y: auto !important;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nice-select .option.selected {
  font-weight: 500;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999999;
  cursor: default;
}

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

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

.mfp-iframe-holder .mfp-close {
  color: transparent;
  background: transparent;
}

.mfp-iframe-holder .mfp-close::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 20px;
  z-index: 1;
  display: block;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: var(--white);
}

/* ============================================================== 
    # Banner Style One
=================================================================== */

.banner-style-one {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 60px;
}

.banner-style-one,
.banner-style-one div {
  height: 100vh;
}

.banner-style-one .row div {
  height: auto;
}

.banner-style-one .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 50% !important;
  z-index: -1;
  width: 50%;
}

.banner-style-one-content h2 {
  font-size: 65px;
  margin-bottom: 20px;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .banner-style-one-content p {
    padding-right: 15%;
    font-size: 18px;
  }
}

.banner-one-dashbaord {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
  padding-right: 60px;
}

.banner-one-dashbaord .sub-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 60%;
  background: rgba(0, 0, 255, 0.1);
  padding: 10px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.banner-one-dashbaord > img {
  border-radius: 10px;
  margin-left: -10%;
  max-width: 110%;
}

.card-style-one {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 60px;
  padding-bottom: 80px;
  border-radius: 15px;
}

.color-style-two .card-style-one {
  background: var(--color-primary);
}

.card-style-one img {
  position: absolute;
  width: auto;
  right: 15px;
  bottom: 0;
  border-radius: 0;
  max-width: 50%;
}

.card-style-one p {
  color: var(--white);
}

.banner-one-dashbaord .card-style-one {
  position: absolute;
  right: 0;
  bottom: 0;
}

.card-style-one .js-counter {
  font-size: 40px;
  line-height: 1;
  min-width: 200px;
  font-weight: 500;
}

.card-style-one p {
  margin-bottom: 10px;
}

.btn-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

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

.text-light .btn-style-one.light:after {
  background: var(--color-primary);
}

ul.list-style-one {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

ul.list-style-one li {
  margin-top: 10px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  color: var(--color-heading);
}

.text-light ul.list-style-one li {
  color: var(--white);
}

ul.list-style-one li:first-child {
  margin-top: 0;
}

ul.list-style-one li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e80b";
  font-family: "validicon";
  color: var(--color-primary);
}

.text-light ul.list-style-one li::after {
  color: var(--white);
}

/* ============================================================== 
    # About
=================================================================== */
.about-thumb {
  padding: 5px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-color: #e6e7ea;
  position: relative;
  z-index: 1;
}

.about-thumb img:nth-child(2) {
  position: absolute;
  right: 100%;
  bottom: 0;
  z-index: -1;
  max-width: 100px;
}

.about-thumb img {
  border-radius: 15px;
}

ul.list-style-five {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list-style-five li {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 40px;
}

ul.list-style-five li h2 {
  font-size: 24px;
}

ul.list-style-five li i {
  display: inline-block;
  font-size: 30px;
  background: var(--color-primary);
  height: 70px;
  width: 70px;
  text-align: center;
  min-width: 70px;
  line-height: 70px;
  color: var(--white);
  border-radius: 7px;
}

ul.list-style-five li p {
  margin: 0;
}

ul.list-style-five li:first-child {
  margin-top: 0;
}

.trustpilot .ratings {
  display: flex;
  gap: 10px;
  position: relative;
  top: -1px;
}

.trustpilot .ratings i {
  color: #f1a007;
}

.trustpilot {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  font-weight: 600;
}

.trustpilot .ratings {
  display: flex;
  gap: 10px;
}

.trustpilot .ratings i {
  color: #f1a007;
}

ul.list-style-five li:nth-child(2n) i {
  background: var(--dark);
}

ul.list-style-five li:nth-child(3) i {
  background: #e0e2ff;
  color: var(--color-primary);
}

/* ============================================================== 
    # Feature Style One
=================================================================== */

.feature-style-one-items .top-info {
  padding-bottom: 40px;
}

.user-card-item {
  background-size: cover;
  background-position: center;
  display: flex;
  gap: 30px;
  padding: 50px 65px;
  border-radius: 10px;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
}

.user-card .thumb {
  display: flex;
  align-items: center;
}

.user-card .thumb img {
  height: 48px;
  width: 48px;
  min-width: 48px;
  border-radius: 50%;
  margin-left: -15px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.user-card .thumb i {
  display: inline-block;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  background: var(--white);
  border-radius: 50%;
  margin-left: -15px;
  color: var(--color-heading);
}

.user-card .thumb {
  margin-left: 15px;
  margin-bottom: 50px;
}

.user-card strong {
  display: block;
  line-height: 1.3;
  font-size: 24px;
  color: var(--color-heading);
  margin-bottom: 15px;
}

.text-light .user-card strong {
  color: var(--white);
}

.user-card .content h3 {
  margin-bottom: 4px;
  font-size: 45px;
}

.user-card-item .progressbar {
  width: 160px;
  text-align: center;
}

.user-card-item .progressbar .circle {
  position: relative;
  z-index: 1;
}

.user-card-item .progressbar .circle strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  margin-top: -2px;
  margin-left: 2px;
}

.user-card-item .progressbar span {
  margin: 0;
  margin-top: 10px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.user-card p {
  margin: 0;
  color: var(--white);
}

.account-card {
  overflow: hidden;
  border-radius: 10px;
  padding: 50px 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border: 1px solid #ceceff;
}

.bg-dark .account-card {
  border: 1px solid #4c4c57;
}

.account-card img {
  width: 180px;
  min-width: 180px;
}

.feature-caruosel-item {
  padding: 80px;
}

.feature-caruosel-item i {
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: var(--white);
  color: var(--color-primary);
  font-size: 35px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.feature-caruosel-item img {
  height: 70px;
  margin-bottom: 50px;
}

.feature-carousel {
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
}

.bg-dark .feature-carousel {
  background: #242532 !important;
}

.feature-carousel::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 200px;
  width: 200px;
  background: #4bc3e5;
  filter: blur(100px);
}

.bg-dark .feature-carousel::after {
  background: #4b5be5;
}

.feature-carousel .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ============================================================== 
    # Integration Tools
=================================================================== */
ul.integration-tools-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}

@media (min-width: 992px) {
  ul.integration-tools-list {
    height: 100%;
  }
}

ul.integration-tools-list li .icon {
  display: inline-flex;
  height: 150px;
  width: 150px;
  background: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

ul.integration-tools-list li {
  display: block;
  position: relative;
  z-index: 2;
}

ul.integration-tools-list li:nth-child(2n) {
  margin-left: 80px;
}

.text-end ul.integration-tools-list li:nth-child(2n) {
  margin-left: 0;
  margin-right: 80px;
}

ul.integration-tools-list li .icon img {
  max-width: max-content;
}

.tools-heading {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: var(--white);
  padding: 50px;
  z-index: 1;
  border-radius: 30px;
  border: 2px solid;
}

.tools-heading img {
  position: absolute;
  height: 80%;
  object-fit: contain;
  object-position: center;
  right: 100%;
  z-index: -1;
}

.tools-heading img:last-child {
  left: 100%;
  right: auto;
}

.tools-heading h2 {
  font-size: 40px;
  font-weight: 600;
}

.bg-dark .tools-heading img {
  filter: brightness(0) invert(1);
  opacity: 0.5;
}

.bg-dark .tools-heading {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ============================================================== 
    # Services Style One
=================================================================== */

.services-style-one-area {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.bg-gray-gradient {
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(255, 255, 255, 0.38) 28%,
      rgba(255, 255, 255, 0) 55%
    ),
    radial-gradient(
      circle at 50% 82%,
      rgba(255, 219, 205, 0.85) 0%,
      rgba(255, 230, 224, 0.55) 34%,
      rgba(255, 255, 255, 0) 65%
    ),
    linear-gradient(
      180deg,
      #cfe4ff 0%,
      #dceaff 28%,
      #edf3ff 50%,
      #fff1ef 78%,
      #ffe7df 100%
    );
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-dark .bg-gray-gradient {
  background: var(--dark-secondary);
}

.chart-wrap {
  padding: 50px;
  background: #f5f3ff;
  border-radius: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bg-dark .chart-wrap {
  background: #e5e1fa;
}

.chart-wrap p {
  margin: 0;
}

.chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.bar-wrap {
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  position: relative;
}

.bar-wrap.animated {
  opacity: 1;
}

.bar-wrap span {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-heading);
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -25px;
}

.bar-wrap p {
  margin: 0;
  font-size: 13px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: -34px;
  color: var(--color-heading);
}

.bar {
  width: 30px;
  height: 0;
  border-radius: 15px 15px 6px 6px;
  background: linear-gradient(180deg, #ffffff 0%, #aeaeff 80%);
  box-shadow:
    inset 0 1px 3px rgb(100 100 243),
    0 12px 24px rgb(255 255 255 / 10%);
  position: relative;
  left: 0;
  bottom: 0;
}

/* highlighted bar */
.bar.active {
  background: linear-gradient(180deg, #7a7aff 0%, #216ae0 55%, #3737c9 100%);
  box-shadow:
    0 0 25px rgba(75, 75, 229, 0.35),
    0 14px 28px rgba(75, 75, 229, 0.2);
}

.bar-wrap.animated .bar-1 {
  animation: grow1 1s ease forwards;
}

.bar-wrap.animated .bar-2 {
  animation: grow2 1s ease forwards;
}

.bar-wrap.animated .bar-3 {
  animation: grow3 1s ease forwards;
}

.bar-wrap.animated .bar-4 {
  animation: grow4 1s ease forwards;
}

.bar-wrap.animated .bar-5 {
  animation: grow5 1s ease forwards;
}

.bar-wrap.animated .bar-6 {
  animation: grow6 1s ease forwards;
}

@keyframes grow1 {
  to {
    height: 37%;
  }
}

@keyframes grow2 {
  to {
    height: 56%;
  }
}

@keyframes grow3 {
  to {
    height: 68%;
  }
}

@keyframes grow4 {
  to {
    height: 91%;
  }
}

@keyframes grow5 {
  to {
    height: 62%;
  }
}

@keyframes grow6 {
  to {
    height: 88%;
  }
}

.card-style-two {
  padding: 80px;
  border-radius: 20px;
  padding-bottom: 0;
  background-size: cover;
  background-position: center top;
}

.bg-dark .card-style-two {
  background-color: var(--dark-secondary) !important;
}

.card-style-two .thumb img {
  border-radius: 15px 15px 0 0;
  border-bottom: 8px solid #f8f7fd;
}

.bg-dark .card-style-two .thumb img {
  border-bottom: none;
}

.card-style-three {
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #e1ddf5;
  background: var(--white);
}

.bg-dark .card-style-three {
  background-color: transparent;
  border: none;
  padding: 60px;
  background-size: cover;
  background-position: center;
}

.bg-dark .card-style-three .info {
  padding: 0;
  margin-bottom: 55px;
}

.card-style-three ul.list-style-one {
  margin-top: 17px;
}

.card-style-three .info {
  padding: 35px;
  padding-bottom: 33px;
}

.card-style-three .info p {
  margin: 0;
}

.card-style-three img {
  border-radius: 10px;
}

.card-style-four {
  border-radius: 20px;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.06),
    0 4px 10px rgba(0, 0, 0, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.04),
    inset 0 -6px 0 rgba(0, 0, 0, 0.035),
    inset 0 3px 2px rgba(255, 255, 255, 0.55);
  overflow: hidden;
  padding: 50px;
  background: var(--white);
}

.bg-dark .card-style-four {
  background: linear-gradient(135deg, #ffffff 0%, #e5e1fa 100%);
}

.card-style-four h4 {
  color: var(--color-heading);
}

.card-style-four p {
  margin-bottom: 0;
  color: var(--color-paragraph);
}

.chart-list-item {
  display: flex;
  gap: 20px;
}

.chart-list-item i {
  display: inline-block;
  color: var(--white);
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--color-primary);
  text-align: center;
  border-radius: 7px;
  font-size: 25px;
}

.chart-list {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}

.chart-list-item:nth-child(2) i {
  background: var(--dark);
}

.chart-list-item h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--color-heading);
}

.chart-list-item p {
  margin: 0;
  color: var(--color-paragraph);
}

/* ============================================================== 
    # Team
=================================================================== */
.team-style-one-item .thumb {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.team-style-one-item .thumb img {
  border-radius: 8px;
}

.team-style-one-item {
  position: relative;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}

.team-style-one-item .thumb .social {
  position: absolute;
  right: -1px;
  bottom: -1px;
  background: var(--white);
  border-top-left-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.35s ease-in-out;
  padding-top: 15px;
}

.bg-gray .team-style-one-item .thumb .social {
  background: var(--bg-gray);
}

.bg-gray-secondary .team-style-one-item .thumb .social {
  background: var(--white);
}

.team-style-one-item .thumb .social::after {
  position: absolute;
  left: -20px;
  bottom: 0;
  content: "";
  height: 33px;
  width: 20px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 20px 0 0 var(--white);
}

.bg-gray .team-style-one-item .thumb .social::after {
  box-shadow: 0 20px 0 0 var(--bg-gray);
}

.bg-gray-secondary .team-style-one-item .thumb .social::after {
  box-shadow: 0 20px 0 0 var(--white);
}

.team-style-one-item .thumb .social::before {
  position: absolute;
  right: 0px;
  top: -37px;
  content: "";
  height: 37px;
  width: 20px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 10px 0 0 var(--white);
}

.bg-gray .team-style-one-item .thumb .social::before {
  box-shadow: 0 10px 0 0 var(--bg-gray);
}

.bg-gray-secondary .team-style-one-item .thumb .social::before {
  box-shadow: 0 10px 0 0 var(--white);
}

.team-style-one-item .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.team-style-one-item .info {
  padding: 0 15px;
}

.team-style-one-item .info h2 {
  margin-bottom: 5px;
  font-size: 24px;
}

/* ============================================================== 
    # Team Single
=================================================================== */

.team-single-items {
  position: relative;
  z-index: 1;
}

.team-single-items .thumb img {
  border-radius: 10px;
}

@media (min-width: 992px) {
  .team-single-items .thumb {
    position: sticky;
    top: 160px;
  }
}

.team-single-area .right-info .social {
  display: flex;
  margin-top: 35px;
  font-weight: 600;
  align-items: center;
}

.team-single-area .right-info .social h4 {
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 25px;
}

.team-single-area .right-info .social ul {
  margin: 0;
  padding: 0;
  border: none;
}

.team-single-area .right-info .social .share-link {
  position: relative;
  z-index: 1;
  margin-left: 15px;
  padding-right: 20px;
}

.team-single-area .right-info .social .share-link > i {
  display: inline-block;
  height: 50px;
  background: var(--dark);
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: var(--white);
}

.team-single-area .right-info .social ul {
  display: flex;
  list-style-type: none;
  grid-gap: 10px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
  left: 58px;
  opacity: 1;
  pointer-events: auto;
}

.team-single-area .right-info .social ul li {
  display: inline-block;
  margin: 0;
}

.team-single-area .right-info .social ul li a {
  display: inline-flex;
  height: 50px;
  width: 50px;
  line-height: 52px;
  background: #e7e7f7;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.team-single-items .about ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 25px;
}

.team-single-items .about ul li {
  margin-top: 10px;
  font-size: 18px;
  color: var(--color-heading);
  font-weight: 500;
}

.team-single-items .about ul li a {
  color: var(--color-paragraph);
}

.team-single-items .about ul li a:hover {
  color: var(--color-primary);
}

.team-single-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

.team-list-item h2 {
  margin-bottom: 30px;
  font-size: 28px;
}

.team-list-item h3 {
  font-weight: 600;
  font-size: 20px;
}

.team-single-items .about .title {
  margin-bottom: 15px;
}

.team-single-items .about span {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 25px;
  display: inline-block;
  border: 1px solid #c4cece;
  padding: 3px 15px;
  border-radius: 5px;
}

.team-list-item span {
  text-transform: none;
  margin-bottom: 5px;
  color: var(--color-heading);
  display: block;
}

.team-list-item li {
  margin-top: 30px;
}

.team-list-item li:first-child {
  margin-top: 0;
}

.team-single-list ul {
  border: none;
  margin-top: 0;
  padding: 0;
}

.team-list-item ul {
  border-left: 1px solid;
  padding-left: 25px;
}

.team-list-item ul li {
  position: relative;
  z-index: 1;
}

.team-list-item ul li::after {
  position: absolute;
  left: -33px;
  top: 3px;
  content: "";
  height: 15px;
  width: 15px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  background: var(--white);
}

.skill-items .progress {
  overflow: inherit;
  height: 10px;
  border-radius: 50px;
  background: #dae5e5;
}

.skill-items .progress .progress-bar {
  background: var(--color-primary);
  overflow: inherit;
  border-radius: 30px;
  position: relative;
}

.progress-box:first-child {
  margin-top: 0;
}

.progress-box {
  margin-top: 35px;
}

.skill-items .progress-box h4 {
  font-size: 20px;
}

.skill-items .progress .progress-bar span {
  position: absolute;
  right: 0;
  top: -48px;
  background: var(--color-primary);
  border-radius: 5px;
  font-weight: 600;
  padding: 3px 7px;
  display: inline-block;
  font-size: 15px;
}

.skill-items .progress .progress-bar span::after {
  position: absolute;
  left: 3px;
  bottom: -10px;
  content: "";
  height: 11px;
  width: 12px;
  background: var(--color-primary);
  opacity: 0.5;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.contact-form-card {
  padding: 80px;
  border-radius: 10px;
}

.contact-form-card p {
  font-size: 17px;
}

.contact-form-card .sub-title {
  border-color: #c5c6ff;
  margin-bottom: 25px;
}

.contact-form-card .form-group {
  margin-bottom: 30px;
}

.contact-form-card .form-group input,
.contact-form-card .form-group textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #cdd6d6;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.contact-form-card .form-group textarea {
  height: 150px;
}

/* ============================================================== 
    # Faq
=================================================================== */

.accordion-style-one-items {
  margin-top: -25px;
}

.funfact-card {
  border-radius: 10px;
  padding: 30px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.funfact-card h2,
.funfact-card h4 {
  margin: 0;
  font-size: 20px;
}

.funfact-card .js-counter {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 30px;
}

.funfact-card i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 40px;
  font-weight: 300;
}

.funfact-card:nth-child(2) i {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-style-one-item {
  background: transparent;
  overflow: hidden;
  border-radius: 0;
  border-bottom: 1px solid #b7b5c6;
}

.accordion-style-one-item:last-child {
  border: none;
}

.accordion-style-one-item button.accordion-button {
  background: no-repeat;
  box-shadow: none;
  padding: 25px;
  padding-left: 0;
  color: var(--color-heading);
  font-size: 18px;
  font-weight: 500;
  display: flex;
  padding-right: 75px;
  align-items: flex-start;
}

.accordion-style-one-item button.accordion-button span {
  width: 60px;
  min-width: 60px;
}

.accordion-style-one-item button.accordion-button::after {
  display: none;
}

.accordion-style-one-item:first-child {
  margin: 0;
}

.accordion-style-one-item .accordion-body {
  padding: 0;
  padding-bottom: 30px;
  border-top: 1px solid #b7b5c6;
  padding-top: 25px;
}

.accordion-style-one-item .accordion-body h3 {
  font-size: 20px;
  line-height: 1.4;
}

.accordion-style-one-item .accordion-body p:last-child {
  margin: 0;
}

.accordion-style-one-item button.accordion-button::before {
  position: absolute;
  right: 0;
  top: 20px;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  height: 35px;
  width: 35px;
  color: var(--color-heading);
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  font-size: 18px;
}

.accordion-style-one-item button.accordion-button:not(.collapsed)::before {
  -webkit-transform: inherit;
  transform: inherit;
  content: "\f068";
}

.bg-dark .accordion-style-one-item {
  border-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .accordion-style-one-item button.accordion-button {
  color: var(--white-secondary);
}

.bg-dark .accordion-style-one-item button.accordion-button::before {
  background: var(--white);
  border-color: var(--white);
}

.bg-dark .accordion-style-one-item button.accordion-button:not(.collapsed) {
  background: var(--color-style-five);
  color: var(--color-heading);
}

.bg-dark
  .accordion-style-one-item
  button.accordion-button:not(.collapsed)
  span {
  color: var(--color-heading);
}

.bg-dark
  .accordion-style-one-item
  button.accordion-button:not(.collapsed)::before {
  background: var(--color-style-five);
  border-color: var(--dark);
}

.bg-dark .accordion-style-one-item .accordion-body {
  border: none;
}

.bg-dark .style-two .accordion-style-one-item {
  border-color: rgba(255, 255, 255, 0.2);
}

/* ============================================================== 
    # Processs
=================================================================== */

.process-one-wrap {
  position: relative;
}

@media (min-width: 1200px) {
  .process-heading {
    position: sticky;
    top: 205px;
  }
}

.process-style-one-item {
  padding: 50px;
  background: #fafaff;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(88, 72, 180, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 1;
  margin-bottom: 30px;
  position: relative;
}

.bg-dark .process-style-one-item {
  background: #22252d;
  border: none;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.45),
    0 25px 60px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: all 0.3s ease;
}

.process-style-one-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .process-style-one-item {
    position: sticky;
    top: 115px;
  }
}

.process-style-one-items {
  padding-left: 80px;
  position: relative;
  z-index: 1;
}

.process-style-one-items::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 4px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    var(--color-primary),
    rgba(255, 255, 255, 0)
  );
}

.process-style-one-item span {
  position: absolute;
  left: -110px;
  height: 60px;
  width: 60px;
  background: var(--dark);
  color: var(--white);
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  border: 2px solid var(--white);
  font-weight: 600;
  font-size: 20px;
  top: 35px;
}

.process-style-one-item img {
  border-radius: 20px;
}

.moving-scrolls {
  margin-top: 10px;
}

.moving-scrolls:first-child {
  margin-top: 0;
}

.brand-style-one-item {
  min-width: 350px;
  display: grid;
  padding: 70px 50px;
  margin: 0px 5px;
  border-radius: 20px;
  place-content: center;
  border: 1px solid #e7e7e7;
  background-color: var(--white);
}

.bg-dark .brand-style-one-item {
  background: #22252d;
  border: none;
}

.brand-style-one-item img {
  max-height: 70px;
  transition: all 0.35s ease-in-out;
  opacity: 0.5;
}

.bg-dark .brand-style-one-item img {
  filter: brightness(0) invert(1);
  opacity: 0.7;
}

.brand-style-one-item:hover img {
  opacity: 1;
}

ul.fun-fact-style-two {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 60px;
}

ul.fun-fact-style-two .js-counter {
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 20px;
}

ul.fun-fact-style-two h3 {
  font-size: 24px;
}

ul.fun-fact-style-two .js-counter span {
  color: var(--color-primary);
}

ul.fun-fact-style-two p {
  margin-top: 15px;
}

.brand-area {
  position: relative;
  z-index: 1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand-area::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--bg-gray) 80%) repeat
    scroll 0 0;
  z-index: -1;
}

.bg-dark .brand-area::after {
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--dark-secondary) 80%)
    repeat scroll 0 0;
}

/* ============================================================== 
    # Pricing Style Two
=================================================================== */
.nav.nav-tabs.pricing-tab-navs {
  border: none;
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  background: var(--white);
  width: 70px;
  border-radius: 30px;
  padding-left: 3px;
  height: 35px;
  border: 1px solid #b5b6ee;
}

.nav.nav-tabs.pricing-tab-navs button {
  display: inline-block;
  background: transparent;
  border: none;
  color: var(--color-heading);
  padding: 0;
  border-radius: inherit;
  overflow: inherit;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  height: 36px;
  width: 30px;
}

.nav.nav-tabs.pricing-tab-navs button::after {
  display: none;
}

.nav.nav-tabs.pricing-tab-navs button::before {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: "";
  height: 27px;
  width: 0;
  background: var(--color-primary);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-radius: 40px;
}

.color-style-two .nav.nav-tabs.pricing-tab-navs button::before {
  background: var(--color-primary);
}

.nav.nav-tabs.pricing-tab-navs button.active::before {
  width: 27px;
}

.nav.nav-tabs.pricing-tab-navs button span {
  position: absolute;
  top: 5px;
  width: 100px;
  left: 100%;
  opacity: 0.5;
  transition: all 0.35s ease-in-out;
  display: inline-block;
}

.nav.nav-tabs.pricing-tab-navs button:first-child span {
  right: 100%;
  left: auto;
  margin-right: 15px;
}

.nav.nav-tabs.pricing-tab-navs button.active span {
  opacity: 1;
}

ul.list-style-three {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

ul.list-style-three li {
  margin-top: 10px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  color: var(--color-heading);
}

.text-light ul.list-style-three li {
  color: var(--white-secondary);
}

.bg-theme ul.list-style-three li {
  color: var(--white);
}

.bg-theme ul.list-style-three li::after {
  filter: brightness(0) invert(1);
}

ul.list-style-three li::after {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  background-image: url(../img/icon/arrow-standard.html);
  height: 10px;
  width: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.text-light ul.list-style-three li::after {
  filter: brightness(0) invert(1);
}

.pricing-style-one {
  padding: 50px;
  background: var(--white);
  border-radius: 20px;
  height: 100%;
  border: 3px solid var(--white);
  background-position: center !important;
  background-size: cover !important;
}

.bg-dark .pricing-style-one {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.pricing-style-one.active {
  background: var(--white);
}

.bg-dark .pricing-style-one.active {
  border: none;
}

.pricing-style-one .pricing {
  margin-bottom: 5px;
  display: block;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-heading);
}

.bg-dark .pricing-style-one .pricing {
  color: var(--white);
}

.pricing-style-one .pricing span {
  color: var(--color-heading);
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}

.bg-dark .pricing-style-one .pricing span {
  color: var(--white-secondary);
}

.pricing-style-one .btn {
  display: block;
  margin-bottom: 30px;
  padding: 14px 40px;
  border-radius: 30px;
}

.bg-dark .pricing-style-one .btn {
  background: var(--white);
  color: var(--color-heading);
}

.bg-dark .pricing-style-one .btn::after {
  background: var(--color-primary);
}

.bg-dark .pricing-style-one .btn:hover {
  background: var(--color-primary);
  color: var(--white);
}

.pricing-style-one .btn.btn-border {
  padding: 12px 40px;
}

.bg-dark .pricing-style-one .btn.btn-border {
  background: var(--color-primary);
  border: none;
  padding: 14px 40px;
  color: var(--white);
}

.bg-dark .pricing-style-one .btn.btn-border::after {
  background: var(--white);
}

.bg-dark .pricing-style-one .btn.btn-border:hover {
  background: var(--white);
  color: var(--color-heading);
}

.pricing-style-one h2,
.pricing-style-one h3 {
  font-size: 24px;
  font-weight: 500;
}

ul.list-style-two {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list-style-two i {
  width: 28px;
}

ul.list-style-two li {
  font-weight: 400;
  margin-top: 10px;
}

/* ============================================================== 
    # Help Center 
=================================================================== */

.help-center-area {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

form.searc-form-one {
  border: 1px solid;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin: 40px auto auto;
}

form.searc-form-one input {
  border: none;
  box-shadow: none;
  border-radius: 30px;
  padding: 20px;
}

form.searc-form-one button {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 40px;
  border: none;
  background: var(--dark);
  color: var(--white);
  height: 54px;
  min-width: 120px;
}

form.searc-form-one button:hover {
  background: var(--color-primary);
  color: var(--white);
}

.site-heading .title i {
  display: inline-block;
  background: var(--color-primary);
  color: var(--white);
  height: 65px;
  width: 65px;
  border-radius: 5px;
  font-size: 40px;
  line-height: 65px;
  transform: rotate(-15deg);
  position: relative;
  top: -7px;
  margin-top: 20px;
}

.nav.nav-tabs.help-tab-navs {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: auto;
  margin-bottom: 50px;
  gap: 20px;
}

.nav.nav-tabs.help-tab-navs::before,
.nav.nav-tabs.help-tab-navs::after {
  display: none;
}

.nav.nav-tabs.help-tab-navs .nav-link {
  margin: 0;
  border: none;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  color: var(--color-heading);
  border-radius: 10px;
  border: 2px solid transparent;
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.nav.nav-tabs.help-tab-navs .nav-link i {
  font-weight: 300;
  font-size: 40px;
}

.nav.nav-tabs.help-tab-navs .nav-link.active {
  border-color: var(--color-primary);
  color: var(--color-heading);
  box-shadow: none;
}

/* ============================================================== 
    # Testimonial
=================================================================== */
.testimonial-style-one .thumb {
  height: 400px;
  width: 400px;
  text-align: center;
  position: relative;
  margin: auto;
}

.testimonial-style-one .thumb > img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.testimonial-style-one .thumb .icon {
  position: absolute;
  right: 0;
  top: 60px;
  background: var(--color-primary);
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  border: 2px solid var(--white);
}

.gradient-title {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 8vw;
  font-weight: 600;
  background-size: cover;
  line-height: 0.9;
  margin-bottom: 0;
  margin-top: -15px;
}

.testimonial-style-one p {
  font-size: 25px;
  line-height: 1.7;
  margin: 0;
}

.text-light .testimonial-style-one p {
  color: var(--white);
}

.testimonial-style-one .tm-provider {
  margin-top: 30px;
}

.testimonial-style-one .tm-provider h2,
.testimonial-style-one .tm-provider h4,
.testimonial-style-one .tm-provider strong {
  margin-bottom: 5px;
  font-size: 24px;
  color: var(--color-heading);
  line-height: 1.2;
  display: block;
}

.text-light .testimonial-style-one .tm-provider h4,
.text-light .testimonial-style-one .tm-provider strong {
  color: var(--white);
}

.text-light .testimonial-style-one .tm-provider span {
  color: var(--white-secondary);
}

.testimonial-style-one .ratings {
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #c5e4e4;
  padding: 7px 25px;
  border-radius: 30px;
  padding-bottom: 8px;
}

.text-light .testimonial-style-one .ratings {
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.testimonial-style-one .ratings i {
  font-size: 15px;
  color: var(--color-primary);
}

.text-light .testimonial-style-one .ratings i {
  color: var(--white);
}

.testimonial-style-one .ratings span {
  margin-left: 5px;
  display: inline-block;
}

.testimonial-one-navtigations {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 1;
}

.testimonial-one-navtigations > div {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #c5e4e4;
  border-radius: 50%;
  color: var(--color-primary);
}

.text-light .testimonial-one-navtigations > div {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
}

.testimonial-one-navtigations i {
  font-weight: 400;
}

/* ============================================================== 
    # App Demo
=================================================================== */

.app-demo-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.app-demo-area::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 150px;
  width: 100%;
  background: var(--bg-gray);
  z-index: -1;
}

.bg-dark .app-demo-area::after {
  background: var(--dark-secondary);
}

.app-demo-content img {
  padding: 10px;
  background: var(--white);
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #d4d4f5;
}

.app-demo-area p {
  margin-top: 15px;
  margin-bottom: 25px;
}

.large-title {
  font-size: 65px;
  margin-top: -10px;
  font-weight: 500;
  padding-bottom: 5px;
}

.site-heading .customer-list {
  justify-content: center;
  margin-bottom: 35px;
}

.site-heading .customer-list h5 {
  background-color: var(--dark);
}

.customer-list {
  display: flex;
  align-items: center;
  margin-left: 15px;
  text-align: left;
}

.customer-list img {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  margin-left: -15px;
}

.customer-list span,
.customer-list i {
  margin: 0;
  height: 55px;
  width: 55px;
  min-width: 55px;
  text-align: center;
  line-height: 55px;
  background: var(--color-primary);
  border-radius: 50%;
  margin-left: -20px;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.customer-list h3 {
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 20px;
  font-family: var(--font-default);
  font-weight: 500;
}

/* ============================================================== 
    # Blog
=================================================================== */

.blog-style-one .thumb img {
  border-radius: 10px;
}

.blog-style-one .thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 25px;
}

ul.meta-one {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

ul.meta-one li a {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 5px 20px;
  border-radius: 7px;
  font-size: 15px;
}

.bg-gray ul.meta-one li a {
  border-color: #cccccc;
}

.bg-dark .bg-gray ul.meta-one li {
  color: var(--white-secondary);
}

.bg-dark .bg-gray ul.meta-one li a {
  border-color: #47477a;
  color: var(--white-secondary);
}

.blog-style-one .meta-one {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--white);
  border-top-right-radius: 8px;
  padding: 20px;
  padding-bottom: 0;
  padding-left: 0;
}

.blog-style-one .meta-one::before {
  position: absolute;
  left: -1px;
  top: -26px;
  content: "";
  height: 26px;
  width: 20px;
  border-bottom-left-radius: 12px;
  box-shadow: 0 20px 0 0 var(--white);
}

.bg-gray .blog-style-one .meta-one::before {
  box-shadow: 0 20px 0 0 var(--bg-gray);
}

.blog-style-one .meta-one::after {
  position: absolute;
  right: -20px;
  bottom: 0;
  content: "";
  height: 33px;
  width: 20px;
  border-bottom-left-radius: 17px;
  box-shadow: 0 20px 0 0 var(--white);
}

.bg-gray .blog-style-one .meta-one::after {
  box-shadow: 0 20px 0 0 var(--bg-gray);
}

.bg-gray .blog-style-one .meta-one {
  background: var(--bg-gray);
}

.bg-dark .bg-gray .blog-style-one .meta-one {
  background: var(--dark-secondary);
}

.bg-dark .bg-gray .blog-style-one .meta-one::before {
  box-shadow: 0 20px 0 0 var(--dark-secondary);
}

.bg-dark .bg-gray .blog-style-one .meta-one::after {
  box-shadow: 0 20px 0 0 var(--dark-secondary);
}

/* ============================================================== 
    # Request Demo
=================================================================== */
.req-demo-wrap {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 120px;
}

.bg-dark .req-demo-wrap {
  background-position: top center;
}

.req-demo-wrap .title {
  font-size: 55px;
}

ul.list-style-four {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 15px;
}

ul.list-style-four li {
  position: relative;
  z-index: 1;
  padding-left: 26px;
}

ul.list-style-four li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
}

.text-light ul.list-style-four li {
  color: var(--white);
}

.text-light.req-demo-wrap .btn-style-one:after {
  background: var(--black);
}

/* ============================================================== 
    # 404 page
=================================================================== */

.error-page-area {
  position: relative;
  z-index: 1;
}

.error-page-area .shape-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 20%;
  background-position: left !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: 0.3;
  background-size: contain !important;
}

.error-page-area .shape-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 20%;
  background-position: right !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: 0.3;
  background-size: contain !important;
}

.error-box h1 {
  font-size: 150px;
  line-height: 110px;
  font-weight: 600;
  margin-bottom: 40px;
  text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
  font-weight: 500;
  margin-bottom: 20px;
}

.error-box p {
  padding: 0 10%;
}

/* ============================================================== 
    # Contact
=================================================================== */

.contact-form-heading .d-grid {
  display: grid;
}

.contact-form-heading .d-grid {
  grid-template-columns: 200px auto;
  gap: 30px;
}

.contact-form-heading .d-grid img {
  height: 150px;
  margin-left: -20px;
  margin-bottom: -50px;
}

.contact-form-heading h2 {
  font-size: 60px;
  margin: 0;
  margin-top: -10px;
  line-height: 1.1;
}

.contact-form-heading p {
  margin-bottom: 0;
}

.contact-form-style-two input,
.contact-form-style-two textarea {
  box-shadow: none !important;
  padding: 15px 25px;
  border-radius: 30px;
  border: 1px solid #ceccd5;
}

.contact-form-style-two textarea {
  height: 180px;
}

.contact-address .phone-link {
  color: var(--color-primary);
  font-weight: 600;
  background: var(--bg-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 1;
  padding-top: 10px;
}

.contact-address .phone-link i {
  font-size: 40px;
  margin-right: 5px;
}

.contact-style-two-info li {
  display: flex;
  margin-top: 50px;
  padding: 35px;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.06),
    0 4px 10px rgba(0, 0, 0, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.04),
    inset 0 -6px 0 rgba(0, 0, 0, 0.035),
    inset 0 3px 2px rgba(255, 255, 255, 0.55);
  border-radius: 20px;
}

.contact-style-two-info li:first-child {
  margin-top: 0;
}

.contact-style-two-info li i {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--color-primary);
  border-radius: 50%;
  color: var(--white);
  font-size: 25px;
  margin-right: 20px;
}

.contact-style-two-info li:nth-child(2) i {
  background: #0aa4d2;
}

.contact-style-two-info li:nth-child(3) i {
  background: var(--dark);
}

.contact-style-two-info li p {
  margin: 0;
}

.contact-style-two-info li h1,
.contact-style-two-info li h2,
.contact-style-two-info li h3,
.contact-style-two-info li h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 24px;
}

.contact-style-two-info li a {
  font-weight: 400;
}

@media (min-width: 1400px) {
  .contact-style-two-info li p {
    padding-right: 20%;
  }
}

.contact-form-style-two input[type="checkbox"] {
  line-height: 1;
  padding: 0;
  min-height: 0;
  margin-right: 4px;
}

.form-group.check-box-items {
  margin-top: 10px;
}

.form-group.check-box-items label {
  margin-right: 25px;
  font-size: 17px;
}

/* ============================================================== 
    # Footer Style One
=================================================================== */
.footer-top-style-one {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 2%;
  margin-bottom: 1%;
}

.footer-top-style-one .logo img {
  height: 62px;
}

ul.social-style-two {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

ul.social-style-two li a {
  background: rgba(255, 255, 255, 0.15);
  padding: 5px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-top-style-one::after {
  position: absolute;
  left: 0;
  bottom: 50px;
  height: 2px;
  width: 100%;
  content: "";
  z-index: -1;
}

.footer-top-style-one .logo {
  padding-right: 60px;
  margin-left: -28px;
}

ul.social-style-two li a:hover {
  background: var(--color-primary);
}

.color-style-two ul.social-style-two li a:hover {
  background: var(--color-primary);
}

.color-style-six ul.social-style-two li a:hover {
  background: var(--color-style-six);
}

.footer-style-one .f-items {
  padding-bottom: 20px;
}

.footer-style-one .about .content {
  padding-right: 11%;
}

form.newsletter-style-two {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

form.newsletter-style-two input,
form.newsletter-style-two input:focus {
  background: transparent;
  border: none;
  color: var(--white);
  min-height: 60px;
  padding: 0 20px;
  box-shadow: none;
}

form.newsletter-style-two button {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: var(--color-primary);
  color: var(--white);
  border-radius: 5px;
  height: 40px;
  width: 40px;
}

form.newsletter-style-two button i {
  position: relative;
  left: -1px;
}

.widget-title {
  font-size: 24px;
}

footer ul.useful-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul.useful-link li {
  margin-top: 12px;
}

ul.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.contact-list li h3,
ul.contact-list li h5 {
  margin-bottom: 5px;
  font-size: 20px;
}

ul.contact-list li {
  margin-top: 20px;
}

.footer-bottom-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-top: 50px;
}

.footer-bottom-one p {
  margin: 0;
}

footer.footer-style-one {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

footer.footer-style-one::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 400px;
  width: 400px;
  background: var(--color-primary);
  bottom: -25%;
  z-index: -1;
  border-radius: 50%;
  filter: blur(140px);
}

footer .large-text {
  margin-bottom: -80px;
  z-index: -1;
  position: relative;
}

footer.footer-style-one .large-text h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 480px;
  line-height: 0.8em;
  letter-spacing: -0.015em;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  font-weight: 500;
  background-position: center;
}

/* CSS */
.light-placeholder::-webkit-input-placeholder {
  /* Chrome */
  color: var(--white-secondary);
}

.light-placeholder:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--white-secondary);
}

.light-placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--white-secondary);
  opacity: 1;
}

.light-placeholder:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: var(--white-secondary);
  opacity: 1;
}

.footer-style-one-bottom {
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.06);
}

.footer-style-one-bottom p {
  margin: 0;
}

footer.footer-style-one::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 400px;
  width: 400px;
  background: var(--color-primary);
  bottom: -25%;
  z-index: -1;
  border-radius: 50%;
  filter: blur(140px);
}

ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

.text-end ul.link-list {
  justify-content: flex-end;
}

ul.link-list li a {
  font-weight: 400;
}

footer a {
  font-weight: 400;
}

footer.text-light,
footer.text-light li,
footer.text-light p,
footer.text-light a {
  color: var(--white-secondary);
}

footer.text-light a:hover {
  color: var(--white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .title {
    font-size: 25px;
  }

  .title br {
    display: none;
  }

  .banner-style-one-content h2 {
    font-size: 55px;
  }
  .about-style-one-area .align-items-center {
    align-items: start !important;
  }

  .services-style-one-area .col-xl-7.col-lg-6 {
    width: 50%;
  }

  .services-style-one-area .col-xl-5.col-lg-6 {
    width: 50%;
  }

  .card-style-two {
    padding: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .card-style-two .thumb img {
    border-radius: 15px;
  }

  .card-style-three {
    padding: 50px;
  }

  .testimonial-style-one .thumb {
    height: 350px;
    width: 350px;
  }

  .testimonial-style-one p {
    font-size: 22px;
  }

  .large-title {
    font-size: 50px;
  }
}

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

  .title-sm {
    font-size: 42px;
  }

  .banner-style-one,
  .banner-style-one div {
    height: auto;
  }

  .banner-style-one {
    padding-top: 230px;
    padding-bottom: 120px;
  }

  .banner-one-dashbaord > img {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }

  .banner-style-one-content h2 {
    font-size: 42px;
  }

  .banner-style-one .pr-50 {
    padding-right: 15px;
  }

  .about-style-one-area .pr-80 {
    padding-right: 15px;
  }

  .about-thumb img:first-child {
    width: 100%;
  }

  .about-thumb img:nth-child(2) {
    display: none;
  }

  .about-thumb {
    margin-bottom: 50px;
  }

  ul.list-style-five {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  ul.list-style-five li {
    margin: 0;
  }

  .feature-one-contents .card-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .feature-one-contents .card-items .account-card {
    margin: 0;
    flex-direction: column-reverse;
    text-align: center;
  }

  .user-card-item {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .user-card-item .thumb {
    justify-content: center;
  }

  .feature-style-one-items .feature-carousel {
    margin-top: 30px;
    height: auto;
  }

  .feature-caruosel-item {
    padding: 80px;
  }

  ul.integration-tools-list li .icon {
    height: 100px;
    width: 100px;
    padding: 25px;
  }

  ul.integration-tools-list {
    gap: 70px;
  }

  .card-style-two {
    padding: 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .card-style-two .thumb img {
    border-radius: 10px;
  }

  .card-style-three {
    padding: 55px;
  }

  .card-style-three .info {
    padding: 0;
    padding-bottom: 40px;
  }

  .team-style-one-area .pl-60 {
    padding-left: 15px;
    margin-bottom: 60px;
  }

  .process-style-one-items {
    margin-left: 30px;
    margin-top: 30px;
  }

  .process-style-one-item img {
    width: 100%;
  }

  .process-style-one-item {
    padding: 80px;
  }

  .testimonial-style-one .thumb {
    height: 350px;
    width: 350px;
  }

  .testimonial-style-one p {
    font-size: 22px;
  }

  .accordion-style-one-items {
    padding-left: 40px;
  }

  .req-demo-wrap {
    padding: 80px;
  }

  .nav.nav-tabs.help-tab-navs .nav-link {
    padding: 25px;
  }

  /* Contact */
  .contact-area .pr-80 {
    padding-right: 30px;
  }

  .contact-form-heading .d-grid img {
    display: none;
  }

  .contact-form-heading .d-grid {
    grid-template-columns: 1fr;
  }

  /* Footer One */

  .footer-style-one .about .content {
    padding-right: 0;
  }
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Default */

  .title {
    font-size: 46px;
    padding-top: 2px;
  }

  .title br {
    display: none;
  }

  /* Banner One */
  .banner-style-one,
  .banner-style-one div {
    height: auto;
  }

  .banner-style-one {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .banner-one-dashbaord > img {
    max-width: 100%;
    margin: auto;
    margin-top: 50px;
  }

  /* About */
  .about-thumb img:nth-child(2) {
    display: none;
  }

  .about-thumb {
    margin-bottom: 50px;
  }

  /* Tools Integration */
  .tools-heading img {
    display: none;
  }

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

  ul.integration-tools-list li:nth-child(2n) {
    margin: 0;
  }

  ul.integration-tools-list li .icon {
    width: 100%;
  }

  ul.integration-tools-list li .icon img {
    height: 60px;
    margin: auto;
  }

  .tools-heading {
    height: auto;
    margin: 50px 0;
  }

  .text-end ul.integration-tools-list li:nth-child(2n) {
    margin: 0;
  }

  /* Services */
  .card-style-two {
    padding: 80px;
  }

  .card-style-two .thumb img {
    border-radius: 20px;
  }

  .chart-wrap {
    margin-top: 50px;
    height: auto;
    padding: 80px;
  }

  .card-style-four {
    margin-top: 50px;
  }

  .card-style-three {
    padding: 80px;
  }

  .card-style-three .info {
    padding: 0;
    padding-bottom: 50px;
  }

  /* Pricing */
  .pricing-style-one {
    padding: 50px 30px;
  }

  /* Process */
  .process-style-one-items {
    margin-left: 25px;
    margin-top: 30px;
  }

  /* Testimonial One */
  .testimonial-style-one-carousel {
    text-align: center;
    padding-bottom: 100px;
  }

  .testimonial-style-one .thumb {
    margin: auto auto 50px;
  }

  .testimonial-one-navtigations {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .large-title {
    font-size: 50px;
  }

  /* Blog */
  ul.meta-one li a {
    padding: 5px 10px;
  }

  /* Req Demo */
  .req-demo-wrap {
    padding: 80px;
  }

  /* Help */
  .nav.nav-tabs.help-tab-navs .nav-link {
    padding: 16px;
  }

  /* Contact */
  .contact-form-heading .d-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-heading .d-grid img {
    display: none;
  }

  form.contact-form-style-two {
    margin-top: 40px;
  }

  .contact-style-two-info li {
    margin-top: 30px;
  }

  .contact-style-two-info li:first-child {
    margin-top: 0;
  }

  /* Footer One */
  .footer-top-style-one .logo {
    padding-right: 0;
  }

  .footer-top-style-one::after {
    display: none;
  }

  .footer-style-one ul.social-style-two {
    padding: 0;
  }

  .footer-top-style-one .logo img {
    height: 50px;
  }

  .footer-style-one .about .content {
    padding-right: 0;
  }

  .text-end ul.link-list {
    justify-content: center;
    margin-top: 10px;
  }

  .footer-style-one-bottom {
    text-align: center;
  }

  footer form.newsletter-style-two {
    max-width: 450px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  /* Banner Style One */
  .banner-style-one-content h2 {
    font-size: 40px;
  }

  .banner-style-one,
  .banner-style-one div {
    height: auto;
  }

  .banner-one-dashbaord {
    padding-right: 0;
  }

  .banner-one-dashbaord > img {
    max-width: 100%;
    margin: 0;
  }

  .banner-style-one .banner-one-dashbaord {
    margin-top: 50px;
    padding-bottom: 0;
  }

  .banner-one-dashbaord .card-style-one {
    position: inherit;
    margin-top: 30px;
    width: 100%;
  }

  .card-style-one img {
    max-width: 160px;
  }

  .banner-style-one {
    padding: 80px 0;
  }

  /* About */
  .about-thumb img:nth-child(2) {
    display: none;
  }

  ul.list-style-five {
    margin-top: 40px;
  }

  ul.list-style-five li {
    display: block;
    text-align: center;
  }

  ul.list-style-five li i {
    margin-bottom: 30px;
  }

  .trustpilot {
    flex-wrap: wrap;
  }

  /* Features Two */

  .feature-style-one-items,
  .bg-dark-secondary .feature-style-one-items {
    border-radius: 0;
    background: transparent;
  }

  .feature-caruosel-item {
    padding: 30px;
  }

  .bg-dark-secondary .feature-caruosel-item {
    background: rgba(255, 255, 255, 0.1);
  }

  .feature-style-one-items .top-info {
    padding: 0;
    margin-bottom: 30px;
  }

  .feature-two-contents {
    padding: 0;
  }

  .user-card-item {
    display: block;
    text-align: center;
    align-items: center;
  }

  .user-card-item .progressbar {
    margin: auto auto 30px;
  }

  .user-card .thumb {
    justify-content: center;
  }

  .account-card {
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap: 30px;
  }

  /* Tools Area */
  .tools-heading img {
    display: none;
  }

  ul.integration-tools-list {
    justify-content: center;
    align-items: center;
    flex-direction: inherit;
    flex-wrap: wrap;
    gap: 10px;
  }

  ul.integration-tools-list li:nth-child(2n) {
    margin: 0;
  }

  ul.integration-tools-list li .icon {
    height: 100px;
    width: 100px;
    padding: 25px;
  }

  .text-end ul.integration-tools-list li:nth-child(2n) {
    margin: 0;
  }

  .tools-heading {
    height: auto;
    margin: 30px 0;
    padding: 50px 30px;
  }

  .tools-heading h2 {
    font-size: 36px;
  }

  /* Services */
  .card-style-two {
    padding: 50px;
  }

  .card-style-two .thumb img {
    border-radius: 10px;
  }

  .chart-wrap {
    margin-top: 30px;
    padding: 50px 31px;
  }

  .bar-wrap:nth-child(2) {
    display: none;
  }

  .card-style-three .info {
    padding: 25px;
    padding-bottom: 35px;
  }

  .card-style-four {
    margin-top: 30px;
    padding: 30px;
  }

  /* Brand */
  ul.fun-fact-style-two {
    display: grid;
    gap: 30px;
  }

  ul.fun-fact-style-two p {
    font-size: 20px;
    line-height: 1.6;
  }

  ul.fun-fact-style-two p br {
    display: none;
  }

  ul.fun-fact-style-two .js-counter {
    font-size: 70px;
  }

  .brand-style-one-item {
    min-width: 250px;
    padding: 50px;
  }

  /* Pricing */
  .pricing-style-one {
    padding: 50px 37px;
  }

  /* Process */
  .process-style-one-item span {
    position: inherit;
    display: inline-block;
    margin-bottom: 30px;
  }

  .process-style-one-items {
    padding: 0;
  }

  .process-style-one-items::after {
    display: none;
  }

  .process-style-one-item {
    padding: 37px;
  }

  /* Testimonial One */
  .testimonial-style-one .thumb {
    height: auto;
    width: auto;
    max-width: 350px;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .testimonial-style-one {
    text-align: center;
    padding-bottom: 80px;
  }

  .testimonial-style-one p {
    font-size: 18px;
  }

  .testimonial-one-navtigations {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 0;
  }

  .testimonial-style-one .thumb .icon {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
  }

  .gradient-title {
    font-size: 40px;
    line-height: 1;
  }

  /* Team Details */
  .team-single-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-form-card {
    padding: 35px;
  }

  .team-single-area .right-info .social {
    display: block;
  }

  .team-single-area .right-info .social .share-link {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    display: none;
  }

  /* App Demo */
  .large-title {
    font-size: 36px;
  }

  /* Blog */
  ul.meta-one li a {
    padding: 5px 10px;
  }

  /* Request Demo */
  ul.meta-one li a {
    padding: 5px 10px;
  }

  .req-demo-wrap {
    padding: 50px 30px;
  }

  .req-demo-wrap .title {
    font-size: 36px;
  }

  ul.list-style-four {
    row-gap: 7px;
  }

  /* Faq */
  .accordion-style-one-items {
    margin-top: -15px;
  }

  /* Help Center */
  .nav.nav-tabs.help-tab-navs {
    margin-bottom: 30px;
  }

  .site-heading .title i {
    display: none;
  }

  .nav.nav-tabs.help-tab-navs .nav-link {
    padding: 20px;
  }

  /* Contact */
  .contact-form-heading .d-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-heading .d-grid img {
    display: none;
  }

  form.contact-form-style-two {
    margin-top: 40px;
  }

  .contact-style-two-info li {
    margin-top: 30px;
  }

  .contact-style-two-info li:first-child {
    margin-top: 0;
  }

  /* Blog */

  .blog-area .info h2 {
    font-size: 30px;
  }

  /* Footer One */
  .footer-top-style-one {
    display: block;
    padding-top: 70px;
    padding-bottom: 0;
  }

  .footer-top-style-one .logo {
    padding: 0;
    margin-bottom: 30px;
  }

  .footer-style-one ul.social-style-two {
    padding: 0;
    flex-wrap: wrap;
  }

  .footer-style-one .about .content {
    padding-right: 0;
  }

  .footer-top-style-one::after {
    display: none;
  }

  .footer-top-style-one .logo img {
    margin-bottom: 10px;
  }

  .footer-style-one-bottom {
    text-align: center;
    padding: 30px 0;
  }

  .footer-style-one-bottom .text-end {
    text-align: center !important;
    margin-top: 15px;
  }

  .text-end ul.link-list {
    justify-content: center;
  }
}

/* ============================================================== 
    # Preloader CSS
=================================================================== */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--white);
  z-index: 999;
}

.bg-dark #preloader {
  background-color: var(--dark);
}

.hexus-loader-wrap {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
}

.hexus-loader-inner {
  position: fixed;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.hexus-loader {
  margin-left: 92px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hexus-loader {
    transform: scale(0.8);
    margin-left: 66px;
  }
}

.hexus-loader-item {
  position: absolute;
  width: 6px;
  height: 80px;
  margin-top: -45px;
  border-radius: 0px;
  background-color: var(--color-primary);
  animation: hexus-loader-aim 0.8s infinite;
  animation-direction: alternate-reverse;
}

.hexus-loader .hexus-loader-item:nth-child(1) {
  margin-left: 0px;
}

.hexus-loader .hexus-loader-item:nth-child(2) {
  margin-left: -14px;
  animation-delay: 0.1s;
}

.hexus-loader .hexus-loader-item:nth-child(3) {
  margin-left: -28px;
  animation-delay: 0.2s;
}

.hexus-loader .hexus-loader-item:nth-child(4) {
  margin-left: -42px;
  animation-delay: 0.3s;
}

.hexus-loader .hexus-loader-item:nth-child(5) {
  margin-left: -56px;
  animation-delay: 0.4s;
}

.hexus-loader .hexus-loader-item:nth-child(6) {
  margin-left: -70px;
  animation-delay: 0.5s;
}

.hexus-loader .hexus-loader-item:nth-child(7) {
  margin-left: -84px;
  animation-delay: 0.6s;
}

.hexus-loader .hexus-loader-item:nth-child(8) {
  margin-left: -98px;
  animation-delay: 0.7s;
}

@keyframes hexus-loader-aim {
  0% {
    height: 2px;
    margin-top: 0;
    transform: rotate(0deg);
  }

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.3s ease;
}

.top-bar-black {
  background-color: #0b0c0e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0;
  font-size: 13px;
  transition: all 0.3s ease;
}

.top-social-icons a {
  color: #8a99ad;
  margin-right: 20px;
  transition: color 0.2s;
}
.top-social-icons a:hover {
  color: #216ae0;
}

.top-contact-info a {
  color: #8a99ad;
  text-decoration: none;
  margin-left: 20px;
  font-weight: 500;
}
.top-contact-info a i {
  color: #216ae0;
  margin-right: 6px;
}

.main-navbar {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 12px 70px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-navbar.scrolled {
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.nav-links-modern {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
}

.nav-links-modern a {
  color: #1a1c21;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  transition: color 0.2s;
}

.nav-links-modern a:hover,
.nav-links-modern a.active {
  color: #216ae0;
}

.nav-links-modern a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #216ae0;
  transition: width 0.3s ease;
}
.nav-links-modern a:hover::after {
  width: 100%;
}

.btn-inquiry-modern {
  background: #216ae0;
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(33, 106, 224, 0.25);
  transition: all 0.2s ease;
}
.btn-inquiry-modern:hover {
  background: #1952b3;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(33, 106, 224, 0.35);
}

/* Responsive Menu Burger */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-menu-toggle .bar {
  width: 22px;
  height: 2px;
  background: #1a1c21;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .nav-links-modern {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .top-bar-black {
    display: none;
  }
}
.top-bar-black {
  background: #090a0f;
  padding: 12px 0;
  font-size: 13px;
  letter-spacing: 0.02em;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: margin-top 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.top-social-glow {
  display: flex;
  gap: 8px;
}

.social-white-btn {
  color: #ffffff !important;
  opacity: 0.7;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-white-btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #090a0f !important;
  transform: translateY(-2px) rotate(360px);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
}

.top-ticker-wrapper {
  overflow: hidden;
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ticker-text {
  color: #cbd5e1;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  animation: textSlideUp 4s infinite ease-in-out;
}

.pulse-dot {
  width: 6px;
  height: 6px;
  background-color: #10b981;
  border-radius: 50%;
  position: relative;
}

.pulse-dot::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #10b981;
  border-radius: 50%;
  animation: pulse 1.6s infinite ease-out;
}

.top-contact-white {
  display: flex;
  gap: 20px;
}

.contact-white-item {
  color: #ffffff !important;
  opacity: 0.75;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  position: relative;
  padding: 2px 0;
  transition: opacity 0.3s ease;
}

.contact-white-item i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.contact-white-item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.3s ease;
}

.contact-white-item:hover {
  opacity: 1;
}

.contact-white-item:hover::after {
  width: 100%;
}

.contact-white-item:hover i {
  transform: scale(1.2);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes textSlideUp {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-2px);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .top-bar-black .container {
    flex-direction: column;
    gap: 12px;
    justify-content: center !important;
    text-align: center;
  }
  .top-contact-white {
    gap: 12px;
    flex-direction: column;
  }
}

:root {
  --ink: #0b1730;
  --blue-deep: #13224a;
  --blue: #2f6bff;
  --blue-bright: #4f8bff;
  --blue-pale: #eaf1ff;
  --paper: #ffffff;
  --ring-track: #eef2fb;
}

html,
body {
  height: 100%;
}

body.preloader-active {
  overflow: hidden;
}

/* ===== Fullscreen glass overlay ===== */
/* Fixed to viewport + high z-index so it sits ABOVE your header/nav/everything */
#billbotPreloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* glass effect */
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);

  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

#billbotPreloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-stage {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 2.4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  /* glass card */
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  box-shadow:
    0 8px 32px rgba(47, 107, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* faint drifting grid dots, quiet fintech texture */
.bg-dots {
  position: fixed;
  inset: 0;
  background-image: radial-gradient(circle, #dbe6ff 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.5;
  mask-image: radial-gradient(60% 60% at 50% 40%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(
    60% 60% at 50% 40%,
    #000 0%,
    transparent 75%
  );
  pointer-events: none;
  z-index: -1;
}

/* ===== Orbit / ring system ===== */
.orbit-wrap {
  position: relative;
  width: 172px;
  height: 172px;
  margin-bottom: 1.9rem;
}

.ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--ring-track);
}

.ring-progress {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2.5px solid transparent;
  border-top-color: var(--blue);
  border-right-color: var(--blue-bright);
  animation: bb-spin 1.35s cubic-bezier(0.5, 0.15, 0.5, 0.85) infinite;
  filter: drop-shadow(0 0 6px rgba(47, 107, 255, 0.25));
}

.ring-dashed {
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 1.5px dashed #c8d8ff;
  animation: bb-spin-rev 9s linear infinite;
}

.orbit-dot {
  position: absolute;
  inset: 0;
  animation: bb-spin 3.2s linear infinite;
}
.orbit-dot::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #7fb0ff, var(--blue));
  box-shadow: 0 0 10px rgba(47, 107, 255, 0.65);
}

.logo-core {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-core img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  animation: bb-float-pulse 2.6s ease-in-out infinite;
  filter: drop-shadow(0 6px 14px rgba(47, 107, 255, 0.28));
  /* glass chip behind icon */
  background: rgba(255, 255, 255, 0.7);
  padding: 12px;
  border-radius: 18px;
  box-shadow:
    0 6px 18px rgba(47, 107, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

@keyframes bb-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes bb-spin-rev {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes bb-float-pulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-5px) scale(1.045);
  }
}

/* ===== Wordmark ===== */
.wordmark {
  height: 65px;
  object-fit: contain;
  margin-bottom: 0.35rem;
  animation: bb-rise-in 0.8s ease 0.15s both;
}

@keyframes bb-rise-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tagline {
  color: #7385ad;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.9rem;
  animation: bb-rise-in 0.8s ease 0.3s both;
  font-weight: 600;
}

/* ===== Progress bar ===== */
.progress-shell {
  width: 220px;
  height: 5px;
  border-radius: 999px;
  background: rgba(238, 242, 251, 0.8);
  overflow: hidden;
  position: relative;
  margin-bottom: 0.85rem;
}

.progress-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--blue-pale),
    var(--blue-bright),
    var(--blue)
  );
  animation: bb-slide 1.6s cubic-bezier(0.65, 0.05, 0.35, 0.95) infinite;
}

@keyframes bb-slide {
  0% {
    left: -40%;
  }
  100% {
    left: 100%;
  }
}

.status-text {
  font-size: 0.86rem;
  color: var(--blue-deep);
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: opacity 0.25s ease;
}

.status-text .dots span {
  animation: bb-blink 1.4s infinite;
  opacity: 0;
}
.status-text .dots span:nth-child(1) {
  animation-delay: 0s;
}
.status-text .dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.status-text .dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bb-blink {
  0%,
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.percent {
  font-variant-numeric: tabular-nums;
  color: #a9b8d8;
  font-weight: 500;
}

:root {
  --bg-a: #070c26;
  --bg-b: #120b3f;
  --bg-c: #1a0f52;
  --ink: #ffffff;
  --muted: #aab3d8;
  --accent: #4f7cff;
  --accent2: #7aa2ff;
  --accent-soft: rgba(79, 124, 255, 0.16);
  --glass: rgba(255, 255, 255, 0.06);
  --glass-brd: rgba(255, 255, 255, 0.14);
}

.bb-slider {
  margin-top: 5%;
  position: relative;
  width: 100%;
  min-height: 590px;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 8% 0%, #1a2a72 0%, transparent 55%),
    radial-gradient(90% 80% at 100% 100%, #2a1263 0%, transparent 55%),
    linear-gradient(135deg, var(--bg-a), var(--bg-b) 55%, var(--bg-c));
  isolation: isolate;
  perspective: 1600px;
  display: flex;
  align-items: center;
}

/* ============ BACKGROUND EFFECTS & LINES ============ */
.bb-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

/* Glowing Blobs */
.bb-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  animation: bbDrift 16s ease-in-out infinite;
}

.bb-blob-a {
  width: 480px;
  height: 480px;
  top: -160px;
  left: -120px;
  background: #4f7cff;
  animation-delay: 0s;
}

.bb-blob-b {
  width: 400px;
  height: 400px;
  bottom: -140px;
  right: -90px;
  background: var(--accent2);
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes bbDrift {
  0%,
  100% {
    transform: translate(0, 0) scale(1) rotate(0deg);
  }

  33% {
    transform: translate(40px, -30px) scale(1.12) rotate(8deg);
  }

  66% {
    transform: translate(-30px, 25px) scale(0.9) rotate(-6deg);
  }
}

/* Background Grid Layer */
.bb-grid-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(150, 170, 255, 0.16) 1px,
    transparent 1px
  );
  background-size: 28px 28px;
  mask-image: radial-gradient(65% 65% at 50% 45%, #000 0%, transparent 78%);
  -webkit-mask-image: radial-gradient(
    65% 65% at 50% 45%,
    #000 0%,
    transparent 78%
  );
}

/* CIRCULAR OVERLAY LINES (પાછળની લાઇન્સ માટે) */
.bb-lines-overlay {
  position: absolute;
  right: -10%;
  top: -20%;
  width: 800px;
  height: 800px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 1;
}

/* Dynamic Floating Particles */
.bb-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.8);
  animation: bbFloat 7s ease-in-out infinite;
}

@keyframes bbFloat {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.25;
  }

  50% {
    transform: translateY(-25px);
    opacity: 0.9;
  }
}

/* ============ SLIDES ============ */
.bb-slide {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 6vw;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform-style: preserve-3d;
  width: 100%;
}

.bb-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.bb-slide .row {
  width: 100%;
  align-items: center;
  justify-content: center;
}

.bb-slide.layout-right .row {
  flex-direction: row-reverse;
}

/* ============ 3D ANIMATIONS ============ */
/* Text 3D Animation */
.bb-slide.is-active .bb-text-content {
  animation: bbText3DIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes bbText3DIn {
  from {
    opacity: 0;
    transform: translateY(-40px) rotateX(30deg);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
    filter: blur(0);
  }
}

/* Image 3D Animation */
.bb-slide.is-active .bb-visual-frame {
  animation: bbImage3DIn 1s cubic-bezier(0.2, 1.2, 0.4, 1) both;
  animation-delay: 0.15s;
}

@keyframes bbImage3DIn {
  from {
    opacity: 0;
    transform: translateX(50px) rotateY(-35deg) scale(0.85);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translateX(0) rotateY(0deg) scale(1);
    filter: blur(0);
  }
}

/* Stat Card Pop Effect */
.bb-slide.is-active .bb-stat-card {
  animation: bbStatPop3D 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation-delay: 0.4s;
}

@keyframes bbStatPop3D {
  from {
    opacity: 0;
    transform: translateY(30px) rotateX(-40deg) scale(0.6);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotateX(0deg) scale(1);
  }
}

/* ============ CONTENT STYLING ============ */
.bb-text-content {
  max-width: 520px;
}

.bb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #4f7cff;
  background: var(--accent-soft);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.2rem;
}

.bb-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4f7cff;
  box-shadow: 0 0 10px 2px#4f7cff;
  display: inline-block;
}

.bb-title {
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 1.1rem;
}

.bb-title span {
  background: linear-gradient(90deg, #4f7cff, var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bb-desc {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.8rem;
}

.bb-cta-group {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.bb-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #4f7cff, var(--accent2));
  color: #fff;
  border: none;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.94rem;
  box-shadow: 0 10px 26px rgba(79, 124, 255, 0.35);
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.bb-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(79, 124, 255, 0.45);
  color: #fff;
}

.bb-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: #0b1330;
  border: none;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.94rem;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.bb-cta-ghost:hover {
  transform: translateY(-2px);
  background: #eef2ff;
  color: #0b1330;
  box-shadow: 0 10px 24px rgba(255, 255, 255, 0.15);
}

/* ============ VISUAL COLUMN ============ */
.bb-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.bb-visual-frame {
  position: relative;
  width: 100%;
  /* max-width: 340px; */
  /* aspect-ratio: 4/5; */
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.45),
    0 0 0 1px var(--glass-brd);
  transition: transform 0.15s ease-out;
  will-change: transform;
}

.bb-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Left Top Dashed Circle Line Overlay */
.bb-visual-deco {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 90px;
  height: 90px;
  border: 2px dashed rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.bb-stat-card {
  position: absolute;
  right: -10px;
  bottom: 10px;
  background: linear-gradient(135deg, #4f7cff, var(--accent2));
  padding: 0.9rem 1.2rem;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(19, 20, 60, 0.45);
  z-index: 3;
  min-width: 160px;
}

.bb-stat-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.2rem;
}

.bb-stat-value {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.bb-stat-value svg {
  width: 18px;
  height: 18px;
}

/* ============ NAV CONTROLS ============ */
.bb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--glass);
  backdrop-filter: blur(8px);
  border: 1px solid var(--glass-brd);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.bb-arrow:hover {
  background: linear-gradient(135deg, #4f7cff, var(--accent2));
  transform: translateY(-50%) scale(1.08);
}

.bb-arrow-prev {
  left: 15px;
}

.bb-arrow-next {
  right: 15px;
}

.bb-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  z-index: 5;
}

.bb-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.bb-dot.is-active {
  width: 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4f7cff, var(--accent2));
}

.bb-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #4f7cff, var(--accent2));
  width: 0%;
  z-index: 6;
}

/* ============ RESPONSIVE FIXES ============ */
@media (max-width: 991px) {
  .bb-slider {
    min-height: auto;
    padding: 3rem 0;
  }

  .bb-slide {
    position: relative;
    inset: auto;
    padding: 1.5rem 1.5rem 3rem;
    display: none;
  }

  .bb-slide.is-active {
    display: flex;
  }

  .bb-slide .row {
    row-gap: 2.5rem;
  }

  .bb-lines-overlay {
    display: none;
  }
}

@media (max-width: 767px) {
  .bb-slide {
    padding: 1rem 1rem 3.5rem;
  }

  .bb-slide .row {
    flex-direction: column-reverse !important;
    text-align: center;
  }

  .bb-text-content {
    margin: 0 auto;
  }

  .bb-cta-group {
    justify-content: center;
  }

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

  .bb-visual-frame {
    max-width: 260px;
    margin: 0 auto;
  }

  .bb-stat-card {
    right: 50%;
    transform: translateX(50%);
    bottom: -15px;
    min-width: 140px;
    padding: 0.6rem 1rem;
  }

  .bb-arrow {
    display: none;
  }
}

@media (max-width: 480px) {
  .bb-title {
    font-size: 1.6rem;
  }

  .bb-desc {
    font-size: 0.92rem;
  }

  .bb-cta,
  .bb-cta-ghost {
    width: 100%;
    justify-content: center;
  }

  .bb-visual-frame {
    max-width: 220px;
  }
}

/* ============ SITE HEADER (FIXED / STICKY) ============ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.3s ease;
}

/* ============ TOP BAR ============ */
.top-bar-black {
  background: #090a0f;
  padding: 10px 0;
  font-size: 13px;
  letter-spacing: 0.02em;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: margin-top 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.top-social-glow {
  display: flex;
  gap: 8px;
  align-items: center;
}

.social-white-btn {
  color: #ffffff !important;
  opacity: 0.7;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.social-white-btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #090a0f !important;
  transform: translateY(-2px) rotate(360px);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
}

.top-ticker-wrapper {
  overflow: hidden;
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ticker-text {
  color: #cbd5e1;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  animation: textSlideUp 4s infinite ease-in-out;
}

.pulse-dot {
  width: 6px;
  height: 6px;
  background-color: #10b981;
  border-radius: 50%;
  position: relative;
}

.pulse-dot::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #10b981;
  border-radius: 50%;
  animation: pulse 1.6s infinite ease-out;
}

.top-contact-white {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contact-white-item {
  color: #ffffff !important;
  opacity: 0.75;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  position: relative;
  padding: 2px 0;
  transition: opacity 0.3s ease;
}

.contact-white-item i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.contact-white-item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.3s ease;
}

.contact-white-item:hover {
  opacity: 1;
}

.contact-white-item:hover::after {
  width: 100%;
}

.contact-white-item:hover i {
  transform: scale(1.2);
}

/* ============ MAIN NAVBAR ============ */
.main-navbar {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 12px 50px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-navbar.scrolled {
  padding: 12px 50px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.navbar-brand-modern img {
  height: 55px;
  width: auto;
  transition: height 0.3s ease;
}

/* Navigation Links */
.nav-links-modern {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
  align-items: center;
}

.nav-links-modern a {
  color: #1a1c21;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  transition: color 0.2s;
}

.nav-links-modern a:hover,
.nav-links-modern a.active {
  color: #216ae0;
}

.nav-links-modern a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #216ae0;
  transition: width 0.3s ease;
}

.nav-links-modern a:hover::after {
  width: 100%;
}

/* Header Actions & Button */
.header-actions-modern {
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn-inquiry-modern {
  background: #216ae0;
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(33, 106, 224, 0.25);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-inquiry-modern:hover {
  background: #1952b3;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(33, 106, 224, 0.35);
}

/* Responsive Hamburger Toggle Button */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 10001;
}

.mobile-menu-toggle .bar {
  width: 22px;
  height: 2px;
  background: #1a1c21;
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* Hamburger Cross Animation */
.mobile-menu-toggle.is-active .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mobile-menu-toggle.is-active .bar:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.is-active .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Keyframes Animations */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes textSlideUp {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-2px);
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .top-bar-black {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .nav-links-modern {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 25px;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #216ae0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
  }

  .nav-links-modern.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-links-modern li {
    width: 100%;
  }

  .nav-links-modern a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 16px;
  }

  .nav-links-modern a::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .navbar-brand-modern img {
    height: 30px;
  }

  .btn-inquiry-modern {
    padding: 8px 16px;
    font-size: 12px;
  }

  .header-actions-modern {
    gap: 10px;
  }
}

/* ============ UNIQUE ULTRA-MODERN ABOUT US ============ */
.bb-about-unique {
  padding: 100px 0;
  background: #f8fafc;
  position: relative;
  overflow: hidden;
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    sans-serif;
}

/* LEFT SIDE FRAME */
.bb-image-frame-wrapper {
  position: relative;
  padding: 20px;
}

/* Background Glowing Blobs */
.bb-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
}
.blob-1 {
  width: 250px;
  height: 250px;
  background: rgba(33, 106, 224, 0.25);
  top: -20px;
  left: -20px;
}
.blob-2 {
  width: 200px;
  height: 200px;
  background: rgba(16, 185, 129, 0.2);
  bottom: -20px;
  right: -20px;
}

/* Glass Frame */
.bb-glass-canvas {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08);
}

.bb-dash-preview {
  border-radius: 16px;
  width: 100%;
  display: block;
}

/* Floating Pills & Badges */
.bb-pill-floating {
  position: absolute;
  top: 30px;
  left: -15px;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #f1f5f9;
  font-size: 0.8rem;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
}

.pulse-dot-green {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
}

.stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eff6ff;
  color: #216ae0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.stat-details h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
}
.stat-details p {
  margin: 0;
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 600;
}

/* RIGHT SIDE CONTENT */
.bb-tag-pill {
  display: inline-block;
  background: rgba(33, 106, 224, 0.08);
  color: #216ae0;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.bb-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin-bottom: 15px;
}

.highlight-text {
  color: #216ae0;
  position: relative;
}

.bb-lead-para {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
}

/* Interactive Feature Cards */
.bb-interactive-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 20px;
  border-radius: 16px;
  transition: all 0.3s ease;
  height: 100%;
}

.bb-interactive-card:hover {
  transform: translateY(-4px);
  border-color: #216ae0;
  box-shadow: 0 12px 24px -8px rgba(33, 106, 224, 0.12);
}

.card-ic-wrap {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #eff6ff;
  color: #216ae0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.card-ic-wrap.green {
  background: #ecfdf5;
  color: #10b981;
}

.bb-interactive-card h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 6px;
}

.bb-interactive-card p {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
}

/* Action & Trust Bar */
.bb-action-group {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.bb-btn-glow {
  background: #216ae0;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(33, 106, 224, 0.25);
  transition: all 0.3s ease;
}

.bb-btn-glow:hover {
  background: #1952b3;
  box-shadow: 0 12px 28px rgba(33, 106, 224, 0.35);
  transform: translateY(-2px);
}

.bb-user-trust {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar-group {
  display: flex;
}

.avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #cbd5e1;
  border: 2px solid #ffffff;
  margin-left: -8px;
}
.avatar:first-child {
  margin-left: 0;
}

.trust-text {
  font-size: 0.82rem;
  color: #64748b;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 991px) {
  .bb-main-title {
    font-size: 2rem;
  }
  .bb-pill-floating,
  .bb-stat-card {
    position: static;
    margin-top: 10px;
  }
}

/* Header Elements Styling */
.main-navbar {
  position: relative;
  background: #ffffff;
  padding: 12px 50px;
  z-index: 900;
}

/* 3-Bar Icon Trigger Button */
.side-menu-trigger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  padding: 0;
  z-index: 995;
}

.side-menu-trigger .bar-line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0d121d;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Side Menu Box (Slide In Screen) */
.side-menu-panel {
  position: fixed;
  top: 0;
  right: -100%; /* મૂળ સ્થિતિ સ્ક્રીનની બહાર રહેશે */
  width: 360px;
  max-width: 85vw;
  height: 100vh;
  background: #0b0f19; /* Dark Solid Panel */
  color: #ffffff;
  padding: 40px 25px;
  z-index: 9999; /* Header થી ઉપર રાખવા માટે */
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
  transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: auto;
}

/* જ્યારે બટન દબાવો ત્યારે સ્લાઈડ ઇન થશે */
.side-menu-panel.open {
  right: 0 !important;
}

/* Close Icon Button */
.close-side {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  font-size: 1.4rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.close-side:hover {
  color: #3b82f6;
  transform: rotate(90deg);
}

.overlay-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 9990;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay-screen.active {
  opacity: 1;
  visibility: visible;
}

.about-section {
  background-color: #fcfdfe;
}

.image-wrapper {
  padding: 30px 20px 20px 30px;
}

.bg-shape {
  width: 75%;
  height: 85%;
  background-color: #e0e4ff;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-img {
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.check-icon {
  width: 24px;
  height: 24px;
  font-size: 14px;
  flex-shrink: 0;
}

.custom-btn {
  background-color: #3b52f6;
  border: none;
  padding: 12px 28px;
  transition: all 0.3s ease;
}

.custom-btn:hover {
  background-color: #253bdc;
  transform: translateY(-2px);
}

/* Container Edge */
.req-demo-wrap {
  border-radius: 24px !important;
}

/* Glassmorphism Form Card (Right Side) */
.glass-form-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Compact Inputs */
.compact-input {
  background: #ffffff !important;
  border: none !important;
  color: #112ce8 !important;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 8px !important;
}

.compact-input::placeholder {
  color: #6c757d;
}

.compact-input:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4) !important;
}

/* Button Styling */
.custom-demo-btn {
  background-color: #ffffff !important;
  color: #112ce8 !important;
  font-size: 15px;
  border-radius: 8px !important;
  transition: all 0.25s ease-in-out;
}

.custom-demo-btn:hover {
  background-color: #f0f3ff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15) !important;
}

/* Base Navigation Styles */
.nav-links-modern {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links-modern a {
  text-decoration: none;
  color: #0f172a;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.3s ease;
}

/* Dropdown Parent Setup */
.nav-item-dropdown {
  position: relative;
  padding: 10px 0;
}

.dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.dropdown-trigger .chevron-icon {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Dropdown Menu Container with Glassmorphism */
.modern-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(15px);
  width: 320px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 12px;
  box-shadow:
    0 20px 40px -15px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  z-index: 999;
}

/* Hover State - Animations Trigger */
.nav-item-dropdown:hover .modern-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.nav-item-dropdown:hover .dropdown-trigger .chevron-icon {
  transform: rotate(180deg);
  color: #2563eb;
}

/* Individual Dropdown Item Card */
.dropdown-item-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px;
  border-radius: 12px;
  transition: all 0.25s ease;
  text-decoration: none !important;
}

.dropdown-item-card:hover {
  background: #f8fafc;
  transform: translateX(4px);
}

/* Icon Box Style */
.dropdown-item-card .icon-box {
  width: 40px;
  height: 40px;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.dropdown-item-card:hover .icon-box {
  background: #2563eb;
  color: #ffffff;
  transform: scale(1.05);
}

/* Item Text Styling */
.dropdown-item-card .item-text h6 {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 3px 0;
  transition: color 0.3s ease;
}

.dropdown-item-card:hover .item-text h6 {
  color: #2563eb;
}

.dropdown-item-card .item-text p {
  font-size: 12px;
  color: #64748b;
  margin: 0;
  line-height: 1.35;
  font-weight: 400;
}
/* Mobile Submenu Styling */
.mobile-dropdown-btn {
  cursor: pointer;
  transition: color 0.3s ease;
}

.mobile-dropdown-btn .mobile-arrow-icon {
  transition: transform 0.3s ease;
}

/* Arrow rotate when expanded */
.mobile-dropdown-btn[aria-expanded="true"] {
  color: #ffffff !important;
}

.mobile-dropdown-btn[aria-expanded="true"] .mobile-arrow-icon {
  transform: rotate(180deg);
  stroke: #2563eb;
}

/* Hover effects for sub-items */
#mobileServicesMenu a:hover {
  color: #ffffff !important;
}

/* Split Banner Container */
.billbot-split-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.billbot-split-banner .left-billbot-side {
  position: relative;
  background-color: #0b1a30;
  padding: 146px 37px 19px 70px;
  display: flex;
  align-items: center;
  min-height: 300px;
  overflow: hidden;
}

.ai-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px);
  background-size: 35px 35px;
  pointer-events: none;
  z-index: 1;
}

/* Glow Light */
.banner-glow-light {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 250px;
  height: 250px;
  background: #2563eb;
  filter: blur(100px);
  opacity: 0.3;
  z-index: 1;
}

/* Banner Content Wrapper */
.billbot-banner-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
}

/* New Modern Glass Pill Breadcrumb */
.modern-breadcrumb-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  margin-bottom: 25px;
}

.modern-breadcrumb-pill .crumb-link {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

.modern-breadcrumb-pill .crumb-link:hover {
  color: #38bdf8;
}

.modern-breadcrumb-pill .crumb-sep {
  color: #475569;
  font-size: 12px;
}

.modern-breadcrumb-pill .crumb-active {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

/* Typography */
.billbot-title {
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.billbot-subtitle {
  font-size: 17px;
  color: #94a3b8;
  margin: 0;
  font-weight: 400;
  max-width: 480px;
}

/* Right Side Image & AI Elements */
.billbot-split-banner .right-ai-side {
  position: relative;
  min-height: 450px;
  background-color: #0f172a;
  overflow: hidden;
}

.billbot-split-banner .banner-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.85;
}

/* Floating AI Bot Glass Card ("since" નો નવો વિકલ્પ) */
.ai-floating-card {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(11, 26, 48, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 14px 22px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 3;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.ai-floating-card .bot-icon-box {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.ai-floating-card .card-info h5 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 2px 0;
}

.ai-floating-card .card-info p {
  color: #94a3b8;
  font-size: 12px;
  margin: 0;
}

/* Bottom Right Watermark Overlay Text */
.floating-bot-watermark {
  position: absolute;
  bottom: -20px;
  right: 10px;
  font-size: 110px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.18);
  line-height: 1;
  letter-spacing: -2px;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}

.floating-bot-watermark span {
  color: rgba(37, 99, 235, 0.35);
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .billbot-split-banner .left-billbot-side {
    padding: 120px 25px 60px 25px;
    min-height: auto;
  }
  .billbot-title {
    font-size: 38px;
  }
  .billbot-split-banner .right-ai-side {
    height: 280px;
    min-height: auto;
  }
  .floating-bot-watermark {
    font-size: 70px;
  }
  .ai-floating-card {
    bottom: 15px;
    left: 15px;
    padding: 10px 16px;
  }
}

/* Split Banner Container */
.billbot-split-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.billbot-split-banner .left-billbot-side {
  position: relative;
  background-color: #0b1a30;
  padding: 146px 37px 19px 70px;
  display: flex;
  align-items: center;
  min-height: 300px;
  overflow: hidden;
}

.billbot-split-banner .right-ai-side {
  position: relative;
  min-height: 320px;
  background-color: #0f172a;
  overflow: hidden;
}

.floating-bot-watermark {
  position: absolute;
  bottom: -15px;
  right: 5%;
  font-size: 85px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.18);
  line-height: 1;
  letter-spacing: -2px;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  transform-origin: right center;
}

.floating-bot-watermark span {
  color: rgba(37, 99, 235, 0.35);
}

.ai-floating-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(11, 26, 48, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 18px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);

  animation:
    slideInFromRight 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards,
    gentleFloat 4s ease-in-out infinite 1.2s;
}

.billbot-title {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.billbot-subtitle {
  font-size: 15px;
  color: #94a3b8;
  margin: 0;
  font-weight: 400;
  max-width: 450px;
}

.modern-breadcrumb-pill {
  margin-bottom: 18px;
}

@supports (animation-timeline: scroll()) {
  .floating-bot-watermark {
    animation: textMoveRightToLeft linear auto;
    animation-timeline: scroll(root);
    animation-range: 0px 500px;
    will-change: transform;
  }
}

@keyframes textMoveRightToLeft {
  0% {
    transform: translateX(0);
    opacity: 0.9;
  }
  100% {
    transform: translateX(-150px);
    opacity: 0.2;
  }
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes gentleFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .billbot-split-banner .left-billbot-side {
    padding: 90px 20px 40px 20px;
    min-height: auto;
  }
  .billbot-title {
    font-size: 32px;
  }
  .billbot-split-banner .right-ai-side {
    height: 220px;
    min-height: auto;
  }
  .floating-bot-watermark {
    font-size: 55px;
  }
}

:root {
  --bb-blue: #4a7fbf;
  --bb-blue-dark: #2e5a8a;
  --bb-blue-light: #7ba8d4;
  --bb-black: #1a1a1a;
  --bb-gray: #6b7280;
}

.features-section {
  position: relative;
  padding: 25px 0 25px;
  background: linear-gradient(180deg, #ffffff 0%, #f0f4f8 100%);
}

/* Header */
.section-header {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.section-label {
  display: inline-block;
  padding: 8px 24px;
  background: rgba(74, 127, 191, 0.1);
  border: 1px solid rgba(74, 127, 191, 0.2);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bb-blue);
  margin-bottom: 20px;
}

.section-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--bb-black);
}

.section-title span {
  color: var(--bb-blue);
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--bb-gray);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .section-title {
    font-size: 2.2rem;
  }
  .feature-card {
    padding: 32px 26px;
  }
}

@media (max-width: 767px) {
  .features-section {
    padding: 60px 0 50px;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .section-header {
    margin-bottom: 50px;
  }
  .feature-card {
    padding: 28px 22px;
  }
  .icon-container {
    width: 48px;
    height: 48px;
  }
}
.faq-sticky-left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 10;
  transition: all 0.3s ease;
}

.faq-left-desc {
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .faq-sticky-left {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}

:root {
  --brand-blue: #1e5fd9;
  --text-dark: #1c2536;
  --line-color: #333;
}

.challenge-wrap {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.connector-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.connector-svg path.dash-line {
  fill: none;
  stroke: var(--line-color);
  stroke-width: 1.5;
  stroke-dasharray: 5 5;
  opacity: 0.55;
}
.connector-svg polygon.arrow-head {
  fill: var(--line-color);
  opacity: 0.75;
}

/* columns */
.side-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 34px;
  min-height: 560px;
  padding: 10px 0;
}
.side-col.left {
  align-items: flex-start;
}
.side-col.right {
  align-items: flex-end;
}
.btn-style-one {
  background: var(--brand-blue);
  color: #fff;
  border: none;
  padding: 11px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
  text-decoration: none;
}
.btn-style-one:hover {
  background: #123f9e;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .connector-svg {
    display: none;
  }
  .challenge-wrap {
    flex-direction: column;
  }
  .side-col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    min-height: auto;
    gap: 16px;
  }
  .side-col.left,
  .side-col.right {
    align-items: center;
  }
  .center-col {
    order: -1;
    margin-bottom: 20px;
  }
}

:root {
  --lav: #ebedf9;
  --lav-2: #e2e4f6;
  --navy: #13122e;
  --blue: #3462f2;
  --gray: #666b84;
  --white: #ffffff;
}

.wave-section {
  background: linear-gradient(180deg, var(--lav), var(--lav-2));
  padding: 30px 0 0px;
  overflow: hidden;
}

.wv-eyebrow {
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  color: var(--blue);
  text-transform: uppercase;
}
.wv-title {
  font-weight: 700;
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  color: var(--navy);
  margin-top: -2%;
  letter-spacing: -0.01em;
}
.wv-title span {
  color: var(--blue);
}
.wv-sub {
  color: var(--gray);
  max-width: 540px;
  margin: 1rem auto 0;
}

.wv-row-mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 6%,
    #000 94%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 6%,
    #000 94%,
    transparent 100%
  );
}
.wv-track {
  display: flex;
  align-items: flex-start;
  gap: 34px;
  width: max-content;
  animation: wvScroll 50s linear infinite;
}
.wv-row-mask:hover .wv-track {
  animation-play-state: paused;
}
@keyframes wvScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.wv-item {
  flex: 0 0 auto;
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wv-line-row {
  position: relative;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wv-line-row::before {
  content: "";
  position: absolute;
  left: -17px;
  right: -17px;
  top: 50%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    var(--blue) 0 8px,
    transparent 8px 14px
  );
}
.wv-badge {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px var(--lav);
}

.wv-connector {
  width: 2px;
  background: var(--blue);
}
.wv-item.up .wv-connector {
  height: 14px;
}
.wv-item.down .wv-connector {
  height: 46px;
}

.wv-card {
  background: var(--white);
  border-radius: 16px;
  padding: 26px 24px;
  width: 100%;
  box-shadow: 0 18px 34px -18px rgba(19, 18, 46, 0.18);
}

.wv-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(52, 98, 242, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  margin-left: 41%;
}
.wv-icon i {
  color: var(--blue);
  font-size: 1rem;
}

.wv-card h6 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--navy);
  margin: 0 0 8px;
}
.wv-card p {
  font-size: 0.83rem;
  color: var(--gray);
  line-height: 1.55;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .wv-track {
    animation: none;
  }
}

@media (max-width: 576px) {
  .wv-item {
    width: 230px;
  }
}
.about-us-text {
  font-size: 25px;
}

.blog-area {
  background-color: #eef1f8;
  padding: 30px 0;
}

.blog-card {
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition:
    transform 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.3s ease;
  transform: translateZ(0);
}

.card-img-wrapper {
  position: relative;
  height: 220px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.blog-card:hover .card-img-wrapper img {
  transform: scale(1.06);
}

.custom-badge {
  position: absolute;
  bottom: -1px;
  left: -1px;
  background: #ffffff;
  color: #4b5563;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 18px 8px 16px;
  border-top-right-radius: 16px;
  z-index: 3;
  pointer-events: none;
}

.badge-curve-top {
  position: absolute;
  top: -16px;
  left: 0;
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.badge-curve-right {
  position: absolute;
  bottom: 0;
  right: -16px;
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.card-content {
  padding: 20px;
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.blog-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
  margin-bottom: 20px;
  min-height: 50px;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
  color: #2563eb;
}

.card-footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f3f4f6;
  padding-top: 14px;
  font-size: 0.85rem;
}

.read-time {
  color: #6b7280;
  font-weight: 500;
}

.read-more-link {
  color: #111827;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  transition:
    gap 0.3s ease,
    color 0.3s ease;
}

.blog-card:hover .read-more-link {
  color: #2563eb;
  gap: 10px;
}

.badge-row {
  position: relative;
  z-index: 5;
  margin-top: -32px;
  padding-left: 26px;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}

.date-badge {
  background-color: #ffffff;
  padding: 5px 26px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  border-radius: 16px 16px 0 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 33px;
}

.date-badge::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-bottom-right-radius: 20px;
  box-shadow: 5px 5px 0 5px #ffffff;
}

.date-badge::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-bottom-left-radius: 20px;
  box-shadow: -5px 5px 0 5px #ffffff;
}
/* ============================================================== 
    # Process
=================================================================== */

.process-one-wrap {
  position: relative;
}

.process-heading {
  position: sticky;
  top: 90px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .process-heading {
    top: 205px;
  }
}

.process-style-one-item {
  padding: 50px;
  background: #fafaff;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(88, 72, 180, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: 1;
  margin-bottom: 30px;
  position: sticky;
  top: 60px;
}

.bg-dark .process-style-one-item {
  background: #22252d;
  border: none;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.45),
    0 25px 60px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: all 0.3s ease;
}

.process-style-one-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .process-style-one-item {
    top: 115px;
  }
}

/* Stacking order - badhi screen size par lagu */
.process-style-one-items .process-style-one-item:nth-child(1) {
  z-index: 1;
}
.process-style-one-items .process-style-one-item:nth-child(2) {
  z-index: 2;
}
.process-style-one-items .process-style-one-item:nth-child(3) {
  z-index: 3;
}
.process-style-one-items .process-style-one-item:nth-child(4) {
  z-index: 4;
}
.process-style-one-items .process-style-one-item:nth-child(5) {
  z-index: 5;
}

.process-style-one-items {
  padding-left: 80px;
  position: relative;
  z-index: 1;
}

.process-style-one-items::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 4px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    var(--color-primary),
    rgba(255, 255, 255, 0)
  );
}

.process-style-one-item span {
  position: absolute;
  left: -110px;
  height: 60px;
  width: 60px;
  background: var(--dark);
  color: var(--white);
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  border: 2px solid var(--white);
  font-weight: 600;
  font-size: 20px;
  top: 35px;

  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.process-style-one-item.is-active span {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.process-style-one-item img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.moving-scrolls {
  margin-top: 10px;
}

.moving-scrolls:first-child {
  margin-top: 0;
}

/* ==============================================================
    # RESPONSIVE - Tablet (768px - 1199px)
=================================================================== */
@media (max-width: 1199px) {
  .process-style-one-items {
    padding-left: 70px;
  }

  .process-style-one-item {
    padding: 40px 35px;
    margin-bottom: 40px;
    top: 55px;
  }

  .process-style-one-item span {
    left: -70px;
    height: 50px;
    width: 50px;
    line-height: 46px;
    font-size: 18px;
    top: 30px;
  }

  .process-style-one-item .info h4 {
    font-size: 20px;
  }
}

/* ==============================================================
    # RESPONSIVE - Mobile (max 767px)
=================================================================== */
@media (max-width: 767px) {
  .process-style-one-area {
    padding: 40px 15px !important;
  }

  .process-heading {
    top: 70px;
    text-align: left;
  }

  .process-heading .title {
    font-size: 26px;
    line-height: 1.3;
  }

  .process-style-one-items {
    padding-left: 55px;
  }

  .process-style-one-items::after {
    left: 0;
    width: 3px;
  }

  .process-style-one-item {
    padding: 22px 18px;
    border-radius: 18px;
    margin-bottom: 40px;
    top: 45px;
  }

  .process-style-one-item span {
    left: -55px;
    height: 38px;
    width: 38px;
    line-height: 35px;
    font-size: 14px;
    top: 18px;
  }

  .process-style-one-item .info h4 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .process-style-one-item .info p {
    font-size: 13px;
    line-height: 1.6;
  }

  .process-style-one-item .thumb {
    margin-top: 18px;
  }

  .process-style-one-item img {
    border-radius: 12px;
  }
  .center-card {
    height: auto;
  }
}

/* Extra small phones */
@media (max-width: 420px) {
  .process-style-one-items {
    padding-left: 42px;
  }

  .process-style-one-item {
    top: 40px;
    padding: 18px 14px;
  }

  .process-style-one-item span {
    left: -42px;
    height: 32px;
    width: 32px;
    line-height: 29px;
    font-size: 12px;
    top: 16px;
  }
  .center-card {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .footer-top-style-one {
    display: block;
    padding-top: 11px;
    padding-bottom: 0;
  }
  .footer-top-style-one .logo {
    padding-right: 60px;
    margin-left: 39px;
  }
  .footer-top-style-one .logo {
    padding: 0;
    margin-bottom: 3px;
  }
}

/* ==========================================================================
   2026 Seamless Story, Vision & Values Layout
   ========================================================================== */

.nextgen-story-vision-section {
  background-color: #f8fafc;
}

.fs-7 {
  font-size: 12px;
}

/* Dot Indicator */
.dot-indicator {
  width: 7px;
  height: 7px;
  background-color: #2b35a5;
  border-radius: 50%;
}

/* Story Tech Card */
.story-tech-card {
  border-color: #e5e9f5 !important;
  transition: transform 0.3s ease;
}

.accent-top-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2b35a5 0%, #00d2ff 100%);
}

/* Cyber Vision Panel (Glassmorphism Dark Theme) */
.vision-cyber-panel {
  background: linear-gradient(145deg, #090d16 0%, #151d30 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cyber-ambient-bg {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 250px;
  height: 250px;
  background: radial-gradient(
    circle,
    rgba(0, 210, 255, 0.2) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  pointer-events: none;
}

.vision-pill {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 11px;
  color: #ffffff;
}

.bg-white-10 {
  background: rgba(255, 255, 255, 0.05);
}
.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.values-slider-seamless {
  padding: 0px 0 30px 0;
  position: relative;
}

.dashed-wave-line {
  position: absolute;
  top: 66px;
  left: -121px;
  width: 100%;
  height: 100px;
  z-index: 0;
  pointer-events: none;
}

.dashed-wave-line svg {
  width: 100%;
  height: 100%;
}

/* Step Circle Design */
.step-card {
  position: relative;
  z-index: 2;
  padding: 0 5px;
}

.step-circle-wrapper {
  position: relative;
  width: 165px;
  height: 165px;
}

.step-outer-ring {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  border: 1.5px solid #e2e6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.step-inner-circle {
  width: 78%;
  height: 78%;
  border-radius: 50%;
  background: #f1f3fd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.step-svg-icon {
  width: 52px;
  height: 52px;
  color: #436ab2;
  transition: all 0.3s ease;
}

.step-badge {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #436ab2;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 4px 10px rgba(43, 53, 165, 0.3);
}

/* Hover Effects */
.step-card:hover .step-outer-ring {
  border-color: #436ab2;
  box-shadow: 0 12px 30px rgba(43, 53, 165, 0.2);
}

.step-card:hover .step-inner-circle {
  background: #436ab2;
}

.step-card:hover .step-svg-icon {
  color: #ffffff;
  transform: scale(1.1);
}

@media (min-width: 992px) {
  .step-down {
    transform: translateY(35px);
  }
}

@media (max-width: 991px) {
  .step-circle-wrapper {
    width: 145px;
    height: 145px;
  }
  .step-svg-icon {
    width: 44px;
    height: 44px;
  }
  .step-badge {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
  .dashed-wave-line {
    display: none;
  }
}

@media (max-width: 767px) {
  .values-slider-seamless {
    padding: 20px 0 30px 0;
  }
  .step-card {
    margin-bottom: 15px;
  }
  .step-circle-wrapper {
    width: 130px;
    height: 130px;
  }
  .step-svg-icon {
    width: 38px;
    height: 38px;
  }
  .step-badge {
    width: 30px;
    height: 30px;
    font-size: 11px;
    top: 2px;
    left: 2px;
  }
  .step-card h5 {
    font-size: 1.1rem !important;
  }
  .step-card p {
    font-size: 0.78rem !important;
  }
  .dashed-wave-line {
    display: none;
  }
}
.blog-item-batch {
  opacity: 0;
  transform: translateY(50px) scale(0.92);
  transition:
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.blog-item-batch.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.delay-1 {
  transition-delay: 0.05s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.35s;
}

.load-more-wrapper {
  text-align: center;
}

.btn-load-more.loading i {
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.batch-row {
  margin-bottom: 24px;
}
.blog-details-area {
  padding: 30px 0;
  background-color: #ffffff;
}

.article-category-badge {
  display: inline-block;
  background: rgba(17, 44, 232, 0.1);
  color: #112ce8;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.article-main-title {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 20px;
}

.article-author-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e2e8f0;
}

.article-author-meta img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.article-author-meta h6 {
  margin: 0;
  font-weight: 700;
  color: #0f172a;
  font-size: 15px;
}

.article-author-meta span {
  font-size: 13px;
  color: #64748b;
}

.article-cover-img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  margin-bottom: 45px;
}

.sticky-toc-box {
  position: sticky;
  top: 100px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
}

.toc-header-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.toc-links-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.toc-links-list li {
  margin-bottom: 12px;
}

.toc-links-list li:last-child {
  margin-bottom: 0;
}

.toc-links-list a {
  color: #64748b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding-left: 10px;
  border-left: 2px solid transparent;
  transition: all 0.25s ease;
}

.toc-links-list a:hover,
.toc-links-list a.active {
  color: #112ce8;
  border-left-color: #112ce8;
  font-weight: 600;
}

.article-body-text p {
  font-size: 17px;
  color: #334155;
  line-height: 1.8;
  margin-bottom: 25px;
}

.article-body-text h2 {
  font-size: 26px;
  font-weight: 700;
  color: #0f172a;
  margin-top: 40px;
  margin-bottom: 18px;
  scroll-margin-top: 100px;
}

.modern-quote-card {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-left: 4px solid #112ce8;
  padding: 25px 30px;
  border-radius: 12px;
  margin: 35px 0;
}

.modern-quote-card p {
  font-size: 19px !important;
  font-weight: 600;
  color: #1e3a8a !important;
  margin-bottom: 0 !important;
  font-style: italic;
}

.article-tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #e2e8f0;
}

.tag-title {
  font-weight: 700;
  color: #0f172a;
  margin-right: 10px;
}

.blog-tag-item {
  background: #f1f5f9;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.blog-tag-item:hover {
  background: #112ce8;
  color: #ffffff;
}

.related-blogs-section {
  background: #f8fafc;
  padding: 30px 0;
  border-top: 1px solid #e2e8f0;
}

.related-card-item {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
}

.related-card-item:hover {
  transform: translateY(-5px);
}

.related-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.related-card-body {
  padding: 24px;
}

.related-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 15px;
}

.processing-stack {
  width: 100%;
}
.process-pill {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  color: #1c2536;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.3s ease;
}
.process-pill i {
  color: #1e5fd9;
  font-size: 15px;
}
.process-pill:hover {
  background: #eff6ff;
  border-color: #1e5fd9;
  transform: translateY(-2px);
}
.sticky-vertical-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #1d61e7;
  color: #ffffff !important;
  padding: 18px 10px;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none !important;
  box-shadow: -4px 0 15px rgba(29, 97, 231, 0.35);

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.sticky-vertical-btn i {
  transform: rotate(90deg);
}

.sticky-vertical-btn:hover {
  background: #0a43b3;
  padding-left: 14px;
  box-shadow: -6px 0 20px rgba(10, 67, 179, 0.5);
}

@media (max-width: 768px) {
  .sticky-vertical-btn {
    font-size: 12px;
    padding: 14px 8px;
  }
}

.node-top-1 {
  top: 15px;
  left: 1%;
}
.node-top-2 {
  top: 0px;
  left: 36%;
}
.node-top-3 {
  top: 15px;
  right: 1%;
}

.node-mid-left {
  top: 240px;
  left: -10px;
}
.node-mid-right {
  top: 240px;
  right: -10px;
}

.node-bot-1 {
  bottom: 120px;
  left: 0%;
}
.node-bot-2 {
  bottom: 120px;
  right: 0%;
}

.node-bot-3 {
  bottom: 0px;
  left: 15%;
}
.node-bot-4 {
  bottom: 0px;
  right: 15%;
}

@media (max-width: 1280px) and (min-width: 992px) {
  .bb-banner-content-grid {
    grid-template-columns: 300px 1fr;
    gap: 20px;
  }
  .bb-central-card {
    width: 340px;
  }
  .bb-f-node {
    width: 160px;
    padding: 6px 10px;
  }
  .node-mid-left {
    left: 5px;
  }
  .node-mid-right {
    right: 5px;
  }
  .ring-3 {
    width: 620px;
    height: 620px;
  }
}

@media (max-width: 991px) {
  .bb-banner-content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bb-hero-text {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }

  .bb-checklist {
    display: inline-block;
    text-align: left;
  }

  .bb-orbit-rings {
    display: none;
  }

  .bb-hero-graphics {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .bb-central-card {
    width: 100%;
    grid-column: 1 / -1;
    margin-bottom: 10px;
  }

  .bb-f-node {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    transform: none !important;
  }
}

@media (max-width: 576px) {
  .bb-hero-graphics {
    grid-template-columns: 1fr;
  }

  .bb-main-title {
    font-size: 1.8rem;
  }

  .bb-f-node {
    padding: 10px 14px;
  }
}

:root {
  --brand-blue: #1e5fd9;
  --text-dark: #1e293b;
  --bg-light: #f8fafc;
}
.tools-area {
  position: relative;
}

.challenge-wrap {
  position: relative;
  align-items: center;
  justify-content: space-between;
  min-height: 500px;
  margin-top: -4%;
}

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

.side-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  z-index: 2;
}

#leftCol .icon-card:nth-child(1) {
  transform: translateX(40px);
}
#leftCol .icon-card:nth-child(2) {
  transform: translateX(20px);
}
#leftCol .icon-card:nth-child(3) {
  transform: translateX(0px);
}
#leftCol .icon-card:nth-child(4) {
  transform: translateX(10px);
}
#leftCol .icon-card:nth-child(5) {
  transform: translateX(25px);
}
#leftCol .icon-card:nth-child(6) {
  transform: translateX(15px);
}
#leftCol .icon-card:nth-child(7) {
  transform: translateX(35px);
}

#rightCol .icon-card:nth-child(1) {
  transform: translateX(-40px);
}
#rightCol .icon-card:nth-child(2) {
  transform: translateX(-20px);
}
#rightCol .icon-card:nth-child(3) {
  transform: translateX(0px);
}
#rightCol .icon-card:nth-child(4) {
  transform: translateX(-10px);
}
#rightCol .icon-card:nth-child(5) {
  transform: translateX(-25px);
}
#rightCol .icon-card:nth-child(6) {
  transform: translateX(-35px);
}

.icon-card {
  width: max-content;
  min-width: 110px;
  max-width: 100%;
  padding: 8px 16px;
  background: #ffffff;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;

  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#leftCol .icon-card {
  margin-right: auto;
}

#rightCol .icon-card {
  margin-left: auto;
}

.icon-card:hover {
  border-color: var(--brand-blue);
  box-shadow: 0 8px 20px rgba(30, 95, 217, 0.15);
  background: #ffffff;
}

#leftCol .icon-card:hover {
  transform: translateX(10px) scale(1.03) !important;
}

#rightCol .icon-card:hover {
  transform: translateX(-10px) scale(1.03) !important;
}

.icon-card img {
  height: 24px;
}

.icon-card span {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.2;
  white-space: nowrap;
  flex-shrink: 0;
}

.center-col {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  margin: 30px 0;
}

.process-pill {
  background: #f1f5f9;
  color: var(--text-dark);
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #e2e8f0;
}

.process-pill i {
  color: var(--brand-blue);
}

@media (max-width: 991px) {
  #leftCol .icon-card,
  #rightCol .icon-card {
    transform: none !important;
    margin: 0 auto;
  }

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

/* સેન્ટર નાનું મોડર્ન કાર્ડ */
.compact-card {
  background: #ffffff;
  padding: 20px 16px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(30, 95, 217, 0.08);
  width: 100%;
  max-width: 190px; /* સાઈઝ એકદમ નાની (Small) કરી દીધી */
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ઉપરનો સ્મોલ સર્કલ લોગો હોલ્ડર */
.logo-badge {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f8fafc;
  border: 1px dashed var(--brand-blue, #1e5fd9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.center-card {
  /* background: #ffffff; */
  padding: 24px 20px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(30, 95, 217, 0.08);
  width: 100%;
  max-width: 210px; /* પરફેક્ટ વિડ્થ */
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.center-brand-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.logo-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: all 0.3s ease;
}

.center-card:hover .logo-circle {
  border-color: #1e5fd9;
  transform: scale(1.05);
}

.center-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* કંપનીનું નામ */
.brand-name {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: 0.4px;
}

/* ૩ બોક્સ માટેનો સ્ટેક */
.processing-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ૩ પ્રોસેસ આઇટમ બોક્સ */
.process-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  transition: all 0.25s ease;
}

.process-item:hover {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}

.icon-wrap {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.process-item span {
  font-size: 15px;
  font-weight: 600;
  color: #334155;
}

.mini-pill {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  transition: all 0.25s ease;
  cursor: pointer;
}

.mini-pill:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.mini-pill i {
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mini-pill span {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
}

.pill-1 i {
  background: rgba(30, 95, 217, 0.12);
  color: #1e5fd9;
}
.pill-1:hover {
  border-color: #1e5fd9;
}

.pill-2 i {
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
}
.pill-2:hover {
  border-color: #10b981;
}

.pill-3 i {
  background: rgba(245, 158, 11, 0.12);
  color: #f59e0b;
}
.pill-3:hover {
  border-color: #f59e0b;
}

.feature-card {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f5f8fc 50%, #eef4fb 100%);
  border-radius: 16px; /* સાઇઝ નાની કરવા માટે રેડિયસ થોડું ઘટાડ્યું */
  padding: 18px 20px; /* નાની અને નીટ સાઇઝ માટે પેડિંગ ઓછું કર્યું */
  height: 100%;
  border: 1px solid rgba(74, 127, 191, 0.12);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(74, 127, 191, 0.05);
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(
    135deg,
    var(--bb-blue),
    var(--bb-blue-light),
    var(--bb-blue-dark)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(74, 127, 191, 0.08),
    transparent
  );
  transition: left 0.7s;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(74, 127, 191, 0.15);
  background: linear-gradient(135deg, #ffffff 0%, #f0f6fc 50%, #e4eef9 100%);
}

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

.feature-card:hover::after {
  left: 100%;
}

.feature-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.icon-container {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.feature-card:hover .icon-container {
  transform: scale(1.05) rotate(-3deg);
}

.icon-container svg {
  width: 28px;
  height: 28px;
  stroke: #ffffff;
  stroke-width: 2;
}

.feature-card h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--bb-black);
  position: relative;
  z-index: 1;
  line-height: 1.2;
}

.feature-card p {
  font-size: 0.85rem;
  color: var(--bb-gray);
  line-height: 1.5;
  margin: 0;
  position: relative;
  z-index: 1;
}
.btn-primary-custom {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, var(--bb-blue), var(--bb-blue-dark));
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 12px 35px rgba(74, 127, 191, 0.35);
  transition: all 0.3s ease;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(74, 127, 191, 0.45);
  color: #fff;
}

.btn-primary-custom svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

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

.feature-card {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.6s ease forwards;
}

.feature-card:nth-child(1) {
  animation-delay: 0.05s;
}
.feature-card:nth-child(2) {
  animation-delay: 0.1s;
}
.feature-card:nth-child(3) {
  animation-delay: 0.15s;
}
.feature-card:nth-child(4) {
  animation-delay: 0.2s;
}
.feature-card:nth-child(5) {
  animation-delay: 0.25s;
}
.feature-card:nth-child(6) {
  animation-delay: 0.3s;
}
.feature-card:nth-child(7) {
  animation-delay: 0.35s;
}
.feature-card:nth-child(8) {
  animation-delay: 0.4s;
}
.feature-card:nth-child(9) {
  animation-delay: 0.45s;
}
.feature-card:nth-child(10) {
  animation-delay: 0.5s;
}
.feature-card:nth-child(11) {
  animation-delay: 0.55s;
}
.feature-card:nth-child(12) {
  animation-delay: 0.6s;
}

.book-a-demo {
  width: 20px;
}

.req-demo-wrap {
  background:
    linear-gradient(rgb(71 76 114 / 88%), rgb(27 46 177 / 88%)),
    url(../img/get-in-touch-banner.jpg) no-repeat center center / cover !important;
  border-radius: 24px !important;
}

:root {
  --bb-navy: #0b1a4d;
  --bb-blue: #436ab2;
  --bb-blue-dark: #1c3aa8;
  --bb-sky: #eef1fc;
  --bb-sky-2: #e3e9fb;
  --bb-gray: #5b6478;
  --bb-line: #d6ddf5;
  --bb-amber: #f4b942;
}

.sv-wrap {
  overflow: hidden;
  position: relative;
}

.rail {
  position: absolute;
  left: 26px;
  top: 70px;
  bottom: 60px;
  width: 2px;
  background: var(--bb-line);
  display: none;
}

.rail .stop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bb-blue);
}

.rail .stop.filled {
  background: var(--bb-blue);
}

.rail .stop.s1 {
  top: 0;
}

.rail .stop.s2 {
  top: 100%;
  margin-top: -11px;
}

.rail .label {
  position: absolute;
  left: 20px;
  white-space: nowrap;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bb-gray);
}

.rail .label.l1 {
  top: -4px;
}

.rail .label.l2 {
  bottom: -4px;
}

@media (min-width: 1200px) {
  .rail {
    display: block;
  }
}

.signal {
  display: inline-flex;
  align-items: flex-end;
  gap: 5px;
  height: 22px;
}

.signal i {
  display: block;
  width: 5px;
  border-radius: 3px;
  background: var(--bb-blue);
  opacity: 0.28;
}

.signal i:nth-child(1) {
  height: 8px;
}

.signal i:nth-child(2) {
  height: 13px;
  opacity: 0.5;
}

.signal i:nth-child(3) {
  height: 18px;
  opacity: 0.75;
}

.signal i:nth-child(4) {
  height: 22px;
  opacity: 1;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--bb-blue);
  margin-bottom: 12px;
}

.eyebrow::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: var(--bb-line);
}

.sv-heading {
  font-weight: 800;
  font-size: clamp(1.5rem, 2.3vw, 1.95rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.sv-lead {
  color: var(--bb-gray);
  font-size: 0.95rem;
  line-height: 1.7;
}

.figure-card {
  position: relative;
  border-radius: 20px;
  padding: 22px;
  aspect-ratio: 5 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.figure-card img {
  width: 100%;
}

.figure-card.tone-b {
  background: #fff;
  box-shadow: 0 14px 34px -20px rgba(11, 26, 77, 0.22);
  border: 1px solid var(--bb-sky-2);
}

.figure-card svg {
  width: 100%;
  height: 100%;
}

.story-section {
  padding: 60px 0 44px;
  position: relative;
}

.vision-section {
  padding: 0px 0 0;
  position: relative;
}

.vision-pillars {
  border-top: 1px solid var(--bb-line);
  margin-top: 24px;
}

.vision-pillar {
  padding: 15px 0;
  border-bottom: 1px solid var(--bb-line);
  display: flex;
  gap: 15px;
  align-items: flex-start;
  transition: padding-left 0.2s ease;
}

.vision-pillar .idx {
  font-weight: 800;
  font-size: 0.86rem;
  color: var(--bb-blue);
  min-width: 20px;
}

.vision-pillar h4 {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 2px;
  color: var(--bb-navy);
}

.vision-pillar p {
  color: var(--bb-gray);
  font-size: 0.87rem;
  margin: 0;
  max-width: 560px;
}

.mission-section {
  padding: 64px 0 70px;
  background: var(--bb-navy);
  position: relative;
  overflow: hidden;
  margin-top: 56px;
}

.mission-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(41, 82, 227, 0.45), transparent 70%);
}

.mission-section::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -140px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(244, 185, 66, 0.18),
    transparent 70%
  );
}

.mission-grid {
  position: relative;
}

.mission-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bb-amber);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.mission-eyebrow::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: rgba(255, 255, 255, 0.18);
}

.mission-statement {
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.4;
  letter-spacing: -0.01em;
  max-width: 640px;
}

.mission-stats {
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 32px;
}

.mission-stat b {
  display: block;
  font-weight: 800;
  font-size: 1.7rem;
  color: #fff;
}

.mission-stat span {
  font-size: 0.78rem;
  color: #a7b3e6;
  letter-spacing: 0.02em;
}

.container-narrow {
  padding-left: 28px;
}

@media (max-width: 1199px) {
  .container-narrow {
    padding-left: 12px;
  }
}

@media (max-width: 991px) {
  .figure-card {
    margin-top: 24px;
    aspect-ratio: 4/3;
  }

  .story-section {
    padding: 40px 0;
  }

  .vision-section {
    padding: 0px 0 0;
  }

  .mission-section {
    padding: 44px 0 50px;
    margin-top: 40px;
  }

  .mission-stats {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-left: 0;
    padding-top: 22px;
    margin-top: 22px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 28px;
  }
}
.everything {
  font-size: 38px;
}