:root {
  --bs-font-sans-serif: "Source Sans 3", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --bt-font-sans-serif: "Source Sans 3", sans-serif;
  --bs-body-font-size: 1.1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #202a3c;
  --primary-color: #532af3;
  --btn-backgredient:linear-gradient(113deg, #532af3 0%, #534cf9 100%);
  --btn-hovergredient:linear-gradient(113deg, #534cf9 0%, #532af3 100%);
  --bglight:#e2dffe73;
  --lightborder:#532af436;
  --primary-color-hover: #0084ff;
  --secondary-color-text-gradient: linear-gradient(
    270deg,
    #e02cd3 3.56%,
    #6243eb 46.63%,
    #0952ff 99.98%
  );
  --text-color: #25252d;
  --white-color: #ffffff;
  --black-color: #000000;
  --feature-icon-color: #ef397b;
  --features-shadow-color: rgba(28, 157, 147, 0.3);
  --light-color: #eaeef1;
  --secondary-color: #f4f4f4;
  --bs-primary-rgb: 199, 243, 47;
  --bs-body-bg: #fff;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-text-emphasis: #495058;
  --bs-primary: #532af3;
  --bs-secondary: #5c65ff;
  --bs-success: #17c653;
  --bs-info: #00c4fd;
  --bs-warning: #f6b100;
  --bs-danger: #ef397b;
  --bs-main-color: #ef397b;
  --bs-light: #fcfcfd;
  --bs-dark: #212529;
  --bs-secondary-color: rgba(97, 106, 114, 0.75);
  --bs-secondary-color-rgb: 97, 106, 114;
  --ink: #3d4a5c;
  --ink-muted: #5a6b7d;
  --page-bg: #f4f6f9;
  --shadow: 0 2px 8px rgba(45, 55, 72, 0.12);
  --accent: #2563eb;
  --tab-blue: #2563eb;
      --subtab-bg: #f4f5f7;
      --subtab-ink: #4b5563;
      --tag-border: #e5e7eb;
      --shadow-card: 0 4px 24px rgba(45, 55, 72, 0.08);
      --shot-zoom: 1.12;
      --shot-origin-x: 50%;
      --shot-origin-y: 22%;
      --navy: #1d1d35;
        --purple: #532af3;
        --purple-light: #f8f7ff;
        --optimize-bg: #f5f3ff;
        --optimize-accent: #8b5cf6;
        --grey: #5e5e7e;
        --border: #e4e2ef;
        --muted: #8b8ba8;
        --white: #fff;
        --radius: 12px;
        --shadow: 0 8px 32px rgba(29, 29, 53, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bt-font-sans-serif);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--white-color);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: var(--bs-heading-color);
  font-family: var(--bs-font-sans-serif);
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.8rem;
  }
}

h2,
.h2 {
  font-size: calc(1.68rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul {
  list-style: none;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

@media (min-width: 992px) {
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}
.text-white {
  color: var(--white-color);
}

.d-flex {
  display: flex !important;
}
.bt-btn1 {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50px;
  /*background: var(--primary-color);
  background:linear-gradient(90deg, hsla(280, 84%, 41%, 1) 0%, hsla(218, 97%, 56%, 1) 100%);
  background: var(--primary-color);*/
  /*background: linear-gradient(113deg, #ff7bab 0%, #ef397b 100%);*/
  background:var(--btn-backgredient);
  /*box-shadow: 0 20px 60px 0 rgb(255 52 101 / 16%);*/
  padding: 12px 50px 12px 25px;
  border:unset;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .3);
    background: linear-gradient(90deg, #6c31d9, #5d37f5 48.41%, #4013f2);
    box-shadow: inset 0 2px 8px 0 rgba(255, 255, 255, .65), inset 0 0 8px 0 #3400ff;
}
.bt-btn1:hover {
  transition: all 0.4s;
  transform: translateY(-5px);
  color: var(--white-color) !important;
}
.bt-btn1:hover svg {
  transform: rotate(45deg);
  transition: all 0.4s;
}
.bt-btn1:hover::after {
  width: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.bt-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  left: 50%;
  top: 0;
  transition: all 0.4s;
  width: 10px;
  /*background: var(--primary-color-hover);*/
  border: 1px solid rgba(255, 255, 255, .4);
  background: linear-gradient(270deg, #6c31d9, #5d37f5 48.41%, #4013f2);
  box-shadow: inset 0 2px 8px 0 rgba(255, 255, 255, .75), inset 0 0 12px 0 rgba(255, 255, 255, .4), inset 0 0 8px 0 #3400ff;
  backdrop-filter: blur(40px);
  border-radius: 50px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.bt-btn1 svg {
  margin-left: 10px;
  transition: all 0.4s;
  position: absolute;
}
.bt-btn2 {
  background: #fff;
  color: var(--black-color);
  box-shadow: 0px 4px 4px 0px #0000000d;
  border: solid 1px #f2efef;
}
.bt-btn2 svg {
  fill: var(--black-color);
}
.bt-btn2:hover svg {
  fill: var(--white-color);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.bt-container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  position: relative;
}

.comomn-shadow {
    background-color: rgb(83 63 247 / 17%);
    border: solid 1px rgb(83 64 247 / 29%);
      /*color: rgb(33 150 243);*/
      color: var(--primary-color);
      text-align: center;
      padding: 3px 15px;
      border-radius: 100px;
      display: inline-block;
      margin-bottom: 16px;
}

.comomn-shadow svg {
  margin-right: 5px;
}

.site-header {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 100;
}

.site-header.scrolled {
  background-color: #fff;
  /* or your preferred color */
  box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.06);
}

.bt-header-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
}

.bt-menu-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: static;
}

.bt-header-item-left {
  display: flex;
  flex-basis: 25%;
  align-items: center;
}

.bt-header-item-left .logo img {
  max-width: 220px;
}

.bt-header-item-right {
  flex-basis: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-item {
  flex: 1;
  /* equal width for 3 columns */
  padding: 10px;
}

.item-12 {
  flex: 12;
  padding: 10px;
}

.item-8 {
  flex: 8;
  padding: 10px;
}

.item-7 {
  flex: 7;
  padding: 10px;
}

.item-6 {
  flex: 6;
  padding: 10px;
}

.item-5 {
  flex: 5;
  padding: 10px;
}

.item-4 {
  flex: 4;
  padding: 10px;
}

.item-3 {
  flex: 3;
  padding: 10px;
}

.flex-item-left {
  padding: 20px;
  flex: 50%;
}

.flex-item-right {
  padding: 20px;
  flex: 50%;
}

@media (max-width: 800px) {
  .flex-item-right,
  .flex-item-left {
    flex: 100%;
  }
}

.bt-login .bg-none {
  padding-right: 10px;
  font-weight: 500;
  color: #484848;
}

.main-nav {
  display: flex;
}

.branding .logo {
  text-decoration: none;
  color: #333;
}

.branding .logo img {
  max-width: 180px;
}

.live-chat img {
  box-shadow: 0 2px 6px 0 #2739930f;
  color: #0c1230;
  background-color: #ffffff;
  border-radius: 50%;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 8px;
  position: relative;
  top: 4px;
}

.login-btn-desktop{
    padding-left:0!important;
}
.login-btn-desktop a:hover{
    background :transparent !important;
    transform:translateY(-5px);
}

.bg-soft-blue {
  /* background: linear-gradient(
    to right,
    rgb(182 239 242 / 92%),
    rgb(255 241 153 / 90%)
  ); */
   /*background: linear-gradient(to right, rgb(182 239 242 / 63%), rgb(255 242 164 / 39%)); 
  background-color: #F0F3FF;
  background:linear-gradient(to right, rgb(255 240 241), rgb(255 236 239));*/
  background:url(../img/01.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 3vw, 3rem)
    clamp(0rem, 5vw, 0rem) clamp(1.5rem, 3vw, 3rem);
  color: var(--text-color);
  position: relative;
}
/*.bg-soft-blue::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_img.png) center center / cover no-repeat;
  z-index: 0;
  opacity:0.6;
}
.bg-soft-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bt-shadow-bg.webp) center center / cover no-repeat;
  z-index: 0;
}*/
.bz-banner {
  margin-top: 30px;
  position: relative;
}

#myBtn {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 120px;
  z-index: 9;
  height: 120px;
  border: 0;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

.bz-banner .bt-playbt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: -43px 0 0 -43px;
  transition: 0.4s ease-in-out;
}

.bz-banner .bt-playbt::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -16px;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  background: rgba(105, 94, 238, 0.2);
  opacity: 0.5;
}

.bz-banner .bt-playbt .playicon {
  width: 100%;
  height: 100%;
  background: url(../img/play_btn_icon.svg) center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
  animation: ripple-white 1s linear infinite;
  border-radius: 100px;
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 119, 255, 0.3),
      0 0 0 15px rgba(0, 119, 255, 0.3), 0 0 0 30px rgba(0, 119, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(0, 119, 255, 0.3),
      0 0 0 15px rgba(0, 119, 255, 0.3), 0 0 0 30px rgba(0, 119, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 119, 255, 0.3),
      0 0 0 30px rgba(0, 119, 255, 0.3), 0 0 0 45px rgba(0, 119, 255, 0);
    box-shadow: 0 0 0 15px rgba(0, 119, 255, 0.3),
      0 0 0 30px rgba(0, 119, 255, 0.3), 0 0 0 45px rgba(0, 119, 255, 0);
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 119, 255, 0.3),
      0 0 0 15px rgba(0, 119, 255, 0.3), 0 0 0 30px rgba(0, 119, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(0, 119, 255, 0.3),
      0 0 0 15px rgba(0, 119, 255, 0.3), 0 0 0 30px rgba(0, 119, 255, 0.3);
  }

  100% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 119, 255, 0.3),
      0 0 0 30px rgba(0, 119, 255, 0.3), 0 0 0 45px rgba(0, 119, 255, 0);
    box-shadow: 0 0 0 15px rgba(0, 119, 255, 0.3),
      0 0 0 30px rgba(0, 119, 255, 0.3), 0 0 0 45px rgba(0, 119, 255, 0);
  }
}

.terms-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    gap: 5px;
    font-size: 16px;
    line-height: 1.5;
}

.terms-wrap .wpcf7-list-item {
    margin: 0;
}

.terms-wrap a {
    color: #5b3df5;
    text-decoration: underline;
}

.wpcf7-not-valid-tip {
    width: 100%;
    margin-top: 5px;
}

.videoPopup {
  position: relative;
}

.popup-wrapper {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.popWrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: #fefefe;
  margin: auto;
  height: 650px;
  width: 60%;
  position: relative;
}

.close {
  background: url(../img/cross-icon.webp) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  float: right;
  z-index: 1;
  position: absolute;
  right: -36px;
  top: 0;
  border-radius: 100%;
  cursor: pointer;
}

.videoPopup .popup-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  border: 0;
}

.bt-banner-list li {
  display: inline-block;
  padding: 6px 20px;
  position: relative;
  font-size:14px;
}
.bt-banner-list li:after {
  content: "";
  border: solid 1px #00000078;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 11px;
}
.bt-banner-list li:first-child::after {
  border: none;
}

.bz-wrapper {
  max-width: 1440px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bz-top-heading {
  margin-top: clamp(70px, 10vw, 50px);
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.bz-top-heading h1 {
  color: #25252d;
  font-size: clamp(2.147rem, 2.147rem + ((1vw - 0.2rem) * 3.151), 3.88rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}


.bz-top-heading .tag {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    border: 1px solid #d8d0ff;
    padding: 8px 40px;
    border-radius: 30px;
    width: fit-content;
    background-color: #796bff21;
    margin: 20px auto;
}
.bz-top-heading p {
  color: #25252d;
  font-size: clamp(1rem, 1rem + ((1vw - 0.2rem) * 0.2), 1.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /*padding-top: 10px;*/
  margin-bottom: 6px;
}

.bz-top-heading mark {
  position: relative;
  /*background: var(--secondary-color-text-gradient);*/
  background:var(--btn-backgredient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bz-top-heading mark::after {
  position: absolute;
  right: -55px;
  bottom: -10px;
  content: "";
  width: 215px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='22' fill='none'%3E%3Cg opacity='.5'%3E%3Cpath fill='%237047EB' d='m2.72 9.79-.312 3.988.095.007a.565.565 0 0 0 .297-.047c.304-.15.997-.624 1.093-1.85.028-.364.221-.83.412-1.215.169-.338-.048-.763-.424-.792L2.719 9.79Zm1.759 1.406.396 1.96-.396-1.96Zm8.416-1.552-.302-1.977.302 1.977ZM43.367 4.94l.288 1.98-.288-1.98Zm35.684-2.398.051 2-.05-2Zm42.52-.384-.056 2 .056-2Zm40.423 3.149-.328 1.973.328-1.973Zm17.324 2.974.337-1.971-.337 1.971Zm13.929 2.463-.494 1.938.494-1.938Zm17.188 4.28.424-1.954-.424 1.955Zm7.565-.627v4h.095a.568.568 0 0 0 .292-.07c.292-.173.946-.699.946-1.93 0-.364.156-.844.317-1.242.142-.35-.107-.758-.485-.758H218ZM2.72 9.79a1.995 1.995 0 0 1 1.484.858 1.998 1.998 0 0 1-.347 2.648c-.178.152-.34.234-.364.246a1.67 1.67 0 0 1-.11.053c-.047.02-.055.02.023-.006.125-.042.326-.104.56-.173.517-.153.93-.264.909-.26l-.793-3.92c-.196.04-.818.216-1.253.345-.243.072-.497.15-.69.214-.08.027-.212.072-.333.123-.034.015-.091.04-.157.075-.035.018-.207.106-.39.262a2.002 2.002 0 0 0 1.15 3.523l.31-3.988Zm2.155 3.366c2.799-.566 5.506-1.106 8.321-1.535l-.603-3.954c-2.922.445-5.717 1.004-8.51 1.569l.792 3.92Zm8.321-1.535c10.209-1.556 20.263-3.221 30.459-4.7l-.575-3.96c-10.2 1.48-20.36 3.162-30.487 4.706l.603 3.954Zm30.459-4.7c11.302-1.641 23.7-2.08 35.447-2.378L79 .544c-11.736.298-24.354.739-35.92 2.418l.575 3.958Zm35.447-2.378c14.14-.36 28.347-.777 42.413-.385l.111-3.998C107.431-.236 93.106.186 79 .544l.102 3.999Zm42.413-.385c13.503.377 27.241.97 40.151 3.123l.657-3.946C149.117 1.133 135.135.536 121.626.16l-.111 3.998Zm40.151 3.123c5.786.965 11.519 1.982 17.316 2.972l.673-3.942c-5.757-.984-11.541-2.01-17.332-2.976l-.657 3.946Zm17.316 2.972c4.808.822 9.423 1.321 13.771 2.43l.988-3.876c-4.548-1.16-9.61-1.732-14.086-2.496l-.673 3.942Zm13.771 2.43c5.692 1.45 11.333 3.013 17.258 4.297l.848-3.909c-5.831-1.264-11.323-2.787-17.118-4.264l-.988 3.876Zm17.258 4.297c.536.117 1.11.257 1.739.41.619.152 1.286.314 1.964.46 1.343.292 2.833.548 4.286.548v-4c-1.023 0-2.184-.184-3.438-.456a74.285 74.285 0 0 1-1.864-.438c-.615-.15-1.243-.303-1.839-.433l-.848 3.91ZM16.158 14.044l4 .072v-.096a.568.568 0 0 0-.067-.293c-.17-.295-.689-.959-1.92-.98-.364-.007-.842-.172-1.238-.34-.35-.148-.759.094-.763.472l-.012 1.165Zm4.362-.155.417 1.96-.417-1.96Zm7.594-1.153-.277-1.982.277 1.982Zm20.716-2.72-.264-1.984.264 1.985Zm54.479-2.07.003-2-.003 2Zm31.056 1.36.19-1.99-.19 1.99Zm14.668 1.97-.375 1.963.375-1.962Zm12.774 2.207-.478 1.938.478-1.938Zm20.671 3.79.457-1.944-.457 1.944Zm12.803.731-.237 3.992.095.006a.566.566 0 0 0 .296-.05c.301-.154.985-.635 1.058-1.863.022-.364.206-.832.39-1.219.162-.34-.062-.763-.439-.788l-1.163-.078Zm-179.123-3.96c-.01.944.585 1.52.96 1.759.328.208.638.276.76.3.28.056.544.055.682.052.322-.006.692-.047.993-.085.62-.08 1.26-.196 1.384-.222l-.833-3.919a20.971 20.971 0 0 1-1.092.173c-.271.035-.465.052-.562.054-.072.001.018-.008.176.024.062.012.325.064.62.252a1.976 1.976 0 0 1 .91 1.683l-3.998-.071Zm4.779 1.804c2.417-.496 4.84-.782 7.454-1.129l-.554-3.965c-2.532.335-5.14.643-7.733 1.175l.833 3.92Zm7.454-1.129c6.914-.916 13.793-1.852 20.702-2.717l-.527-3.97c-6.927.868-13.834 1.808-20.73 2.722l.555 3.965Zm20.702-2.717C66.86 9.776 85.056 9.79 103.307 9.945l.005-4C85.077 5.79 66.633 5.77 48.566 8.032l.527 3.97Zm54.214-2.056c10.406.09 20.632.292 30.867 1.35l.381-3.98c-10.438-1.078-20.826-1.28-31.243-1.37l-.005 4Zm30.867 1.35c4.974.514 9.762 1.008 14.484 1.943l.749-3.924c-4.936-.978-9.911-1.488-14.852-1.998l-.381 3.979Zm14.484 1.943c2.181.432 4.411.73 6.521 1.04 2.14.314 4.187.644 6.15 1.142l.956-3.877c-2.178-.553-4.401-.907-6.554-1.223-2.183-.32-4.27-.6-6.324-1.006l-.749 3.924Zm12.671 2.182c3.457.878 7.031 1.43 10.505 1.958 3.507.534 6.911 1.044 10.187 1.837l.914-3.887c-3.478-.843-7.062-1.378-10.528-1.905-3.5-.533-6.884-1.058-10.122-1.88l-.956 3.877Zm20.692 3.795c4.049.981 8.188 2.456 13.023 2.78l.237-3.992c-4.38-.293-7.78-1.57-12.346-2.675l-.914 3.887Z' style='mix-blend-mode:multiply'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .bz-top-heading mark::after {
    display: none;
  }
}

.cta_security-title  .mx-auto.mt-3,
.banner-1__content  .mx-auto.mt-4,
.main-banner-btn{
    display:flex;
    justify-content:center;
    flex-wrap: wrap;
    gap:15px;
}
.banner-1__content  .mx-auto.mt-4{
    justify-content:start;
}

.bz-banner img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.btn-solid {
  display: inline-block;
  padding: clamp(0.5rem, 1vw, 1rem) clamp(1rem, 2vw, 2rem);
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.2), 1.125rem);
  font-weight: 600;
  color: #fff;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  min-width: 180px;
}

.btn-solid:hover {
  background-color: var(--primary-color-hover);
  transform: translateY(-2px);
  border: 2px solid var(--primary-color-hover);
}

.bz-top-heading .mx-auto p {
  margin: 3px 0px;
  font-size: 14px;
  color: var(--text-color);
}

.bt-btn-header {
  border-radius: 30px;
  height: 52px;
  padding: 12px 32px;
  font-size: 16px;
  color: #fff;
  background: var(--primary-color);
  border: 0 solid var(--primary-color);
  display: inline-flex;
  align-items: center;
  grid-gap: 11px;
  gap: 11px;
  z-index: 3;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}

.bt-btn-header:hover {
  color: #fff;
}

.bt-btn-header:hover:after {
  background: var(--primary-color-hover);
  border: 0 solid var(--primary-color-hover);
  width: 100%;
  left: 0;
}

.bt-btn-header .img-left {
  max-width: none;
  float: right;
  transition: 0.3s linear 0s;
}

.bt-btn-header:after {
  content: "";
  position: absolute;
  left: -100%;
  width: 0;
  height: 100%;
  background: #037b23;
  transition: 0.3s linear 0s;
  border-radius: 30px;
  z-index: -1;
}

.bt-btn-header .img-left:hover svg {
  transform: translate3d(7px, -7px, 0) scaleX(1);
}

.for-free {
  border: 1px solid #bff5ff;
  background: #fff;
  color: #484848;
}

/****** banner bottom section ******/
.bz-numbers-logos-dark {
  background-color: var(--primary-color);
  color: #fff;
}

.bz-logos-container {
  margin: 0 auto;
  max-width: clamp(320px, 95vw, 1240px);
  padding: clamp(32px, 5vw, 64px) clamp(16px, 5vw, 24px);
  position: relative;
  text-align: center;
}

.bz-logos-title::after {
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

.bz-logos-title {
  position: relative;
}

.bz-logos-title h2 {
  display: inline-block;
  background-color: var(--primary-color);
  position: relative;
  z-index: 1;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 2rem;
}

.bz-logos_numbers {
  gap: 24px;
  grid-template-columns: repeat(4, 220px);
  justify-content: center;
  display: grid;
  margin-top: 30px;
}

.bz-logos-numbers-item span {
  display: block;
  text-align: center;
}

.bz-logos-numbers-item span:first-child {
  font-size: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.2), 2rem);
  font-weight: 700;
  line-height: 1.2;
}

.bz-logos-numbers_logos {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

/**********new feature section**********/
.bt-new-features-section {
  padding: 60px 0;
  position: relative;
}
.bt-new-features-section .process-right .process-item {
  max-width: 100%;
  border-radius: 24px;
  /*background: rgb(232 245 251);*/
  background:#6161ff;
  box-shadow: none;
  /* padding: 156px 0 0px 80px; */
  padding: 40px 0 0 40px;
  max-height: unset;
  height: unset;
  border: 1px solid #afe4ff;
}
.bt-item-number {
  /* position: absolute; */
  /* left: -32px; */
  /* top: 50px; */
  /*background-color: #1d9ad6;*/
  background:#fff;
  color: #323232;
  padding: 11px 16px;
  border-radius: 6px;
}

.bt-item-number > i {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.bt-item-title {
  font-size: 2.2rem;
  margin-bottom: 22px;
  font-weight: bold;
  line-height: 46px;
  display: inline-block;
  color:#fff;
}
.bt-item-holder {
  padding-bottom: 110px;
  margin-top: 30px;
}
.bt-item-holder > p {
  font-size: 18px;
  text-transform: uppercase;
  color: #1d9ad6;
}
.bt-item-content {
  margin-bottom: 20px;
  padding: 0px;
}
.bt-item-content li {
  position: relative;
  padding: 5px 0 5px 30px;
  font-size: 18px;
  color:#fff;
}
.bt-item-content li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-rosette-discount-check"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" /><path d="M9 12l2 2l4 -4" /></svg>');
  /*background-size: contain;*/
}

.bt-item-img {
  padding: 156px 0 76px 68px;
  position: relative;
  width: 50%;
}

.bt-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  /*right: 0;*/
  /*bottom: 0;*/
}
.bt-img-container {
  flex: 1;
  border-radius: 0 24px 24px 0;
  padding-right: 0px;
  padding-left: unset;
  max-height: unset;
  overflow: hidden;
}
.bt-new-features-section .process-right .process-item:nth-of-type(2) {
  /*background-color: rgb(234 236 244);*/
  background:#0c86ab;
  border: 1px solid #c8d1ff;
}
.bt-new-features-section
  .process-right
  .process-item:nth-of-type(2)
  .bt-item-number {
  background-color: #fff;
  color:#323232;
}
.bt-new-features-section .process-right .process-item .bt-item-holder > p {
  color: #2e4797;
}
.bt-new-features-section
  .process-right
  .process-item:nth-of-type(2)
  .bt-item-holder
  .bt-item-content
  li:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-rosette-discount-check"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" /><path d="M9 12l2 2l4 -4" /></svg>');
}

.bt-new-features-section .process-right .process-item:nth-of-type(3) {
  /*background-color: rgb(253 240 231);*/
  background:#9d50dd;
}
.bt-new-features-section
  .process-right
  .process-item:nth-of-type(3)
  .bt-item-number {
  background-color: #fff;
  color:#323232;
}
.bt-new-features-section .process-right .process-item .bt-item-holder > p {
  color: #f47920;
}
.bt-new-features-section
  .process-right
  .process-item:nth-of-type(3)
  .bt-item-holder
  .bt-item-content
  li:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-rosette-discount-check"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" /><path d="M9 12l2 2l4 -4" /></svg>');
}

.bt-new-features-section .process-right .process-item:nth-of-type(4) {
  /*background-color: rgb(254 248 236);*/
  background:#98013d;
}
.bt-new-features-section
  .process-right
  .process-item:nth-of-type(4)
  .bt-item-number {
  background-color: #fff;
  color:#323232;
}
.bt-new-features-section .process-right .process-item .bt-item-holder > p {
  color: #f4bb42;
}
.bt-new-features-section
  .process-right
  .process-item:nth-of-type(4)
  .bt-item-holder
  .bt-item-content
  li:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-rosette-discount-check"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" /><path d="M9 12l2 2l4 -4" /></svg>');
}
.bt-new-features-section .process-right .process-item:nth-of-type(5) {
  /*background-color: rgb(233 246 240);*/
  background:#008559;
}
.bt-new-features-section
  .process-right
  .process-item:nth-of-type(5)
  .bt-item-number {
  background-color: #fff;
  color:#323232;
}
.bt-new-features-section .process-right .process-item .bt-item-holder > p {
  color: #25a767;
}
.bt-new-features-section
  .process-right
  .process-item:nth-of-type(5)
  .bt-item-holder
  .bt-item-content
  li:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-rosette-discount-check"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" /><path d="M9 12l2 2l4 -4" /></svg>');
}
.bt-new-features-section .process-right .process-item:nth-of-type(6) {
  /*background-color: rgb(241 236 246);*/
  background:#0073ea;
}
.bt-new-features-section
  .process-right
  .process-item:nth-of-type(6)
  .bt-item-number {
  background-color: #fff;
  color:#323232;
}
.bt-new-features-section .process-right .process-item .bt-item-holder > p {
  /*color: #7540ab;*/
  color:#e2e2e2;
}
.bt-new-features-section
  .process-right
  .process-item:nth-of-type(6)
  .bt-item-holder
  .bt-item-content
  li:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-rosette-discount-check"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" /><path d="M9 12l2 2l4 -4" /></svg>');
}

/***********how it works section**********/
.how-works-section {
  padding: 60px 0 60px 0;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.bt-item {
  padding: 0px;
}

.how-works-title {
  margin-bottom: 42px;
}

.how-works-title h3 {
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #0095ff;
}




.how-works-card {
  margin: 20px 0px 20px 0;
  padding: 40px 30px 32px 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 384px;
}



.how-works-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
  height: 29px;
}

.how-works-card a span {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  color: #0095ff;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.how-works-card a img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.how-works-card:hover a span {
  display: block;
}

.how-works-card:hover a img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.how-works-card.card-1 {
  background-color: #e8f5ff;
}

.how-works-card.card-2 {
  background-color: #ece8ff;
}

.how-works-card.card-3 {
  background-color: #ffe8e8;
}

.how-works-card-icon {
  margin-bottom: 20px;
}

.how-works-card-content h3 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 26px;
}

.how-works-card-content p {
  margin-bottom: 25px;
}

.how-works-card-content a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.how-works-card-content a img {
  width: 15px;
  height: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.how-works-card-content a:hover img {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.service-item.style-2 {
  margin-bottom: 20px;
  border-radius: 15px;
  border: 1px solid #d5d5d5;
  padding: 30px 30px 60px 30px;
  background-color: var(--white-color);
  position: relative;
}

.service-item.style-2 .service-image {
  text-align: right;
  position: relative;
  overflow: hidden;
}

.service-item.style-2 .service-image::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 115px;
  height: 1px;
  width: 100%;
  background-color: #d5d5d5;
}

.service-desc .card-text {
  font-size: 18px;
  font-weight: 500;
  color: #5e6373;
  padding: 3px 0px;
  display: inline-block;
}

.service-desc ul {
  margin: 10px 0 20px 0px;
  padding: 0;
}

.service-desc ul li {
  color: #5e6373;
  position: relative;
  padding-left: 30px;
  margin: 8px 0 0;
}

.service-desc ul li:after {
  content: "";
  width: 100%;
  background: url(../img/check.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  background-size: 100%;
}

.service-item.style-2 .service-image img {
  position: relative;
  border-radius: 100px;
}

.service-item.style-2 .service-cat a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.9px;
}

.service-item.style-2 h3 {
  line-height: 35px;
  font-size: 26px;
  position: relative;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}

.service-item.style-2 .arrow-button {
  border-radius: 50px 50px 0 0;
  padding: 14px 10px 0 10px;
  background-color: var(--white-color);
  border: 1px solid #d5d5d5;
  border-bottom: none;
  position: absolute;
  bottom: -1px;
  right: 50px;
}

.service-item.style-2 .arrow-button::before,
.service-item.style-2 .arrow-button::after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 31px;
  width: 14px;
  border: 1px solid #d5d5d5;
  border-top: none;
  background-color: var(--white-color);
  box-shadow: 0 20px 0 0 var(--white-color);
}

.service-item.style-2 .arrow-button::before {
  border-radius: 0 0 30px 0;
  border-left: 0;
  right: 100%;
}

.service-item.style-2 .arrow-button::after {
  border-radius: 0 0 0 30px;
  border-right: 0;
  left: 100%;
}

.service-item.style-2 .arrow-button span::before {
  position: relative;
  bottom: 3px;
  right: 0px;
  content: url(../img/arrow-icon-white.svg);
  width: 44px;
  height: 44px;
  line-height: 50px;
  color: var(--white-color);
  background-color: var(--primary-color);
  border-radius: 100px;
  text-align: center;
  display: block;
}

.service-item.style-2 .arrow-button:hover span::before {
  background-color: var(--primary-color);
}

.service-item.style-2 .arrow-button span:hover {
  color: var(--primary-color);
}

.service-item.style-2 .arrow-button i {
  font-size: 20px;
}

.service-item.style-2 p {
  margin: 10px 0px 30px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}

.service-item.style-2 .service-icon i {
  font-size: 70px;
  color: var(--themeht-dark-color);
}

/**********Pricing Section**********/

.bt-pricing-section {
  padding: 112px 0px 120px;
  background: linear-gradient(
    90deg,
    rgb(211, 225, 255) 0%,
    rgb(236, 241, 248) 45.31%,
    rgb(255, 234, 239) 98.8%
  );
}

.bt-row-section {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: nowrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.bt-col-main {
  flex: 0 0 auto;
  width: 100%;
  padding: 0px 15px !important;
}

.bt-pricing-header {
  margin-bottom: 0px;
  text-align: left;
}

.bt-pricing-header h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #0095ff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.bt-pricing-selector {
  margin-bottom: 40px;
}

.bt-pricing-selector form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.bt-pricing-selector form button {
  color: #444444;
  background-color: transparent;
  border: none;
  font-weight: 500;
}

.bt-pricing-selector form button span {
  color: #00cec9;
}

.bt-pricing-selector form button.active {
  color: #111111;
}

.bt-pricing-selector form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: var(--white-color);
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bt-pricing-selector form input[type="checkbox"]::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0095ff80;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bt-pricing-selector form input[type="checkbox"]:checked {
  background-color: #0095ff;
}

.bt-pricing-selector form input[type="checkbox"]:checked::before {
  left: 28px;
  background-color: var(--white-color);
}

.bt-pricing-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
}

.bt-pricing-grid.yearly {
  display: none;
}

.bt-pricing-card {
  width: 25%;
  padding: 38px;
  background-color: var(--white-color);
  position: relative;
}

.bt-pricing-card .bt-pricing-card-header h3 {
  margin-bottom: 0;
  line-height: 1;
}

.bt-pricing-card .bt-pricing-card-header h3 span {
  font-size: 15px;
  font-weight: 500;
}

.bt-pricing-card:first-child {
  border-radius: 30px 0 0 30px;
}

.bt-pricing-card:last-child {
  border-radius: 0 30px 30px 0;
  border: 1px solid #0000001a;
  border-left: 0;
}

.bt-pricing-card.active {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
}

.bt-pricing-card.active .start-free-btn {
  background-color: #0095ff;
  color: var(--white-color);
}

.bt-pricing-card.v2 {
  background-color: transparent;
}

.bt-pricing-card .overlay {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 30px;
  border-radius: 10px 10px 0 0;
  background-color: #00cec9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  padding: 0 38px;
}

.bt-pricing-card .overlay p {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: var(--white-color);
  text-transform: uppercase;
}

.bt-pricing-card-header p {
  margin-bottom: 25px;
}

.bt-pricing-card-title {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bt-pricing-card-title h2 {
  font-size: 2.5rem;
  line-height: 30px;
}

.bt-pricing-card-body {
  margin-top: 20px;
}

.bt-pricing-card-body .list {
  padding: 0;
  list-style: none;
  margin-top: 27px;
}

.bt-pricing-card-body .list li {
  color: #444444;
  padding-left: 16px;
  padding-bottom: 6px;
  position: relative;
}

.bt-pricing-card-body .list li:not(:first-child) {
  margin-top: 10px;
}

.bt-pricing-card-body .list li::before {
  position: absolute;
  content: "";
  top: 42%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00cec966;
}

.bt-pricing-card-body .list li.v2::before {
  background-color: #f9518c66;
}

.users-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.users-list li:not(:first-child) {
  margin-left: -4px;
}

.users-list li:not(:first-child) a img {
  border: 2px solid #f5eef4;
}

.users-list li a {
  width: 36px;
  height: 36px;
}

.users-list li a img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.users-list li button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #0095ff4d;
  border: 2px solid #f5eef4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.users-list li button img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.users-list li button:hover {
  background-color: #0095ff;
}

.users-list li button:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.bt-pricing-info {
  margin-top: 40px;
  background: var(--white-color);
  border-radius: 35px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.bt-pricing-info .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bt-pricing-info .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.bt-pricing-info .list .list-item svg {
  font-size: 18px;
  color: #444444;
}

.bt-pricing-info .list .list-item p {
  margin-bottom: 0;
}

.bt-pricing-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 27px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bt-pricing-info-right p {
  margin-bottom: 0;
}

.compare-plans-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.compare-plans-btn span {
  color: #0095ff;
}

.compare-plans-btn .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0095ff4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.compare-plans-btn .icon svg {
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.compare-plans-btn:hover .icon {
  background-color: #0095ff;
}

.compare-plans-btn:hover .icon svg {
  color: var(--white-color);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contact-us-btn {
  max-width: 100%;
  width: 212px;
  height: 60px;
  border: 1px solid #00cec9;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #00cec9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-weight: 700;
}

.contact-us-btn .btn-inner {
  display: inline-block;
}

.contact-us-btn span {
  position: relative;
  z-index: 11;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, transform 0.8s;
  transition: opacity 0.6s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  color: #fff;
}

.contact-us-btn span:nth-child(2) {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 80%);
  transform: translate(-50%, 80%);
  opacity: 0;
}

.contact-us-btn span {
  color: #00cec9;
}

.contact-us-btn::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #00cec9;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-us-btn:hover {
  border: 1px solid #00cec9;
  color: var(--white-color);
}

.contact-us-btn:hover::before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.contact-us-btn:hover .btn-inner {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.contact-us-btn:hover span:nth-child(2) {
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  opacity: 1;
}

.contact-us-btn:hover span .btn-normal-text {
  opacity: 0;
}

.contact-us-btn:hover span {
  color: var(--white-color);
}

/****** features section ******/

.bz-organize {
  padding: 5rem 0;
  /*background: linear-gradient(
    to bottom,
    rgba(237, 248, 248, 1),
    rgba(182, 239, 242, 1)
  );*/
    background:url(../img/img_02.webp);
  background-repeat: no-repeat;
  background-position: bottom center;

}

.bz-organize__inner {
  text-align: center;
}

.bz-organize__inner h2 {
  color: var(--text-color);
  font-size: 2.5rem;
  line-height: 42px;
  text-align: center;
  margin: 10px;
}

.bz-organize__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1270px;
  margin: 0 auto;
}

.bz-card {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  border-radius: 10px;
}

.bz-card h3 {
  font-size: 20px;
}

.bz-btn {
  border-radius: 100px;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.bz-btn:hover {
  background-color: var(--primary-color-hover);
  transform: translateY(-2px);
  border: 2px solid var(--primary-color-hover);
}

.bz-btn svg {
  position: relative;
  top: 7px;
}

.bz-overview-wrapper {
  background-color: #f1f1f1;
  padding: 100px 0;
}

.bz-overview__card {
  background-color: #fff;
  border: 1px solid #529ce8;
  cursor: pointer;
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
  box-shadow: 0 32px 56px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.4rem 1rem;
  text-align: center;
}

.bz-overview__card-title {
  font-size: 18px;
}

.bz-overview__slide {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
  display: none;
}
.bz-overview__slide img {
  border-radius: 20px;
}

.bz-overview__slide--active {
  opacity: 1;
  position: relative;
  z-index: 1;
  display: block;
}



/*Pricing Final CSS*/

/*.pricing-wraper {*/
/*    background-color: #f3f3f5;*/
/*    padding: 80px 0;*/
/*}*/


/*.price-tag {*/
    /*border: 1px solid #d3c9ff;*/
/*    border: 1px solid transparent;*/
/*    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;*/
/*    padding: 30px;*/
/*    border-radius: 10px;*/
/*}*/


/*.price-tag .price-h {*/
/*    font-size: 22px;*/
/*    font-weight:700;*/
/*    color: #323232;*/
/*}*/




/******cta section ******/
.cta-subscribe {
  /*background-color: #0371de;
    /background-image: radial-gradient(rgba(255, 255, 255, 0) 0px, transparent 10%), radial-gradient(rgba(255, 255, 255, 0.25) 0px, transparent 10%);
    background-size: 20px 20px;*/
  /*background: linear-gradient(300deg, #f9769d, #bb6df7 70%);*/
  background:var(--btn-backgredient);

  background-repeat: repeat;
  position: relative;
  z-index: 9;
  padding: 120px 0px 120px;
  background-position: 0px 0px, 40px 40px;
}
.cta-subscribe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/conversion-tracking-bg-pattern.webp) no-repeat center
    center;
  z-index: -1;
}
.flex-center {
  display: flex;
  justify-content: center;
}

.subscribe-box {
  width: 100%;
  max-width: 800px;
}

.text-center {
  text-align: center;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.highlight-text {
  color: #ffc107;
  font-size: 1.25rem;
  padding-bottom: 10px;
  display: inline-block;
}

.btn-primary {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
}

.watch-now-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: white;
  font-weight: 500;
}

.margin-left {
  margin-left: 20px;
}

.margin-top {
  margin-top: 2rem;
}

.margin-top-sm {
  margin-top: 1rem;
}

.max-width-600 {
  max-width: 600px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.subscribe-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  gap: 15px;
  padding: 0;
}

.subscribe-feature-list li {
  position: relative;
  padding: 0px 20px;
  color: var(--white-color);
}

.subscribe-feature-list li:after {
  content: "";
  width: 100%;
  background: url(../img/check-white.svg) no-repeat;
  position: absolute;
  left: -15px;
  top: 1px;
  width: 22px;
  height: 22px;
  background-size: 100%;
}
.subscribe-feature-list li:first-child::after {
  background: none;
}

/********** FAQ Section **********/
.faq-section {
  background-color: #fff;
  padding: 5rem 0;
}

.faq-section .faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-section .faq-container .section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
    .faq-section .section-heading p {
        width: 80%;
        margin: 0 auto;
    }
}


.faq-question {
  width: 100%;
  text-align: left;
  padding: 20px 32px 20px 20px;
  font-size: 20px;
  font-weight: 600;
  /*font-weight: bold;*/
  /*background-color: #fff;*/
  border: 1px solid var(--lightborder);
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
  position: relative;
  border-radius: 10px 10px 0 0;
  background-color: var(--bglight);
  /*box-shadow: 0 16px 24px var(--primary-color)1a;*/
  font-family: var(--bs-body-font-family);
}


.faq-answer ul li {
    margin-bottom: 10px;
    line-height: 1.4;
    position:relative;
    padding-left:20px;
}


.faq-answer ul li::before {
    content:'';
    position:absolute;
    /*background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-checkbox"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 11l3 3l8 -8" /><path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" /></svg>');*/
    width:20px;
    background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23532af3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-checkbox"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 11l3 3l8 -8" /><path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" /></svg>');
    height:20px;
    left:-14px;
    top:0;
}



.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  font-size: 20px;
  font-weight: bold;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  /*padding: 15px;*/
  padding: 10px 20px;
  /*border: 1px solid #ededed;*/
  border-top: none;
  margin: 24px 18px;
  background-color: #fff;
  border-left: 2px solid #532af3;
}
.faq-answer p {
  line-height: 30px;
}

.faq-item.active .faq-answer {
  display: block;
}



.faqimg-box {
    padding:35px;
    border-radius:20px;
    
}

.faqimg-box .faqimg-head {
    font-size: 22px;
    font-weight:600;
}







.position-relative {
  position: relative;
}

.testimonial-section3 {
  background: url(../img/testimonial-bg3.webp) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

.testimonial-items3 {
  padding: 40px 40px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 8px 8px 32px 0px rgba(36, 12, 135, 0.07);
  backdrop-filter: blur(10px);
  margin: 5px 9px 30px;
}

.testimonial-items3 p {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

.testimonial-items3 .ratting i {
  color: #f8c100;
}

.testimonial-items3 .quote3 {
  width: 60px;
}

@media (max-width: 1600px) {
  .testimonial-items3 {
    padding: 26px 22px;
  }
}

@media (max-width: 1399px) {
  .testimonial-items3 {
    padding: 24px 19px;
  }
}

.review-rate {
  margin: 1.5rem 0rem 2rem 0rem;
  border-bottom: solid 1px #ccc;
  padding: 0px 0px 10px 0px;
}

.review-rate li {
  display: inline;
  padding: 0px;
  margin: 0px;
}

.review-rate img {
  width: 24px;
  height: 24px;
}

.bz-footer {
  /*background: rgb(50 14 77 / 1) url(../img/footer-bg-2-1.webp) no-repeat top*/
  /*  center;*/
  padding: 60px 0 0;
  background:#010144 url(../img/footer-bg-2-1.webp) no-repeat top center;
}

.bz-footer .footer-top {
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-top figure {
    margin-left:0;
}

.bz-footer .footer-middle {
  padding: 40px 0 25px;
  justify-content: space-between;
  align-items: baseline;
}

.bz-footer .footer-top .addwrap {
  display: flex;
  align-items: center;
}

.bz-footer .footer-top .addwrap img {
  margin-right: 10px;
}

.bz-footer .footer-top .addwrap p {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 26px;
  color: var(--white-color);
  font-weight: 400;
  margin-bottom: 0px;
}

.bz-footer .footer-middle .flex-5 {
  flex-basis: auto;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  min-height: 470px;
}

.bz-footer .footer-middle span {
  font-size: 22px;
  margin: 8px 0 8px 0px;
  color: var(--white-color);
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
}

.bz-footer .footer-middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.bz-footer .footer-middle ul li {
  margin: 10px 0 0;
  color: #f0f0f0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  list-style: none;
}

.bz-footer .footer-middle ul li a {
  color: #f0f0f0;
  text-decoration: none;
}

.bz-footer .footer-middle ul li a:hover {
  opacity: 0.8;
}
.bz-footer .footer-middle ul li:last-child {
    width:100%;
}
.bz-footer .footer-middle ul li a > i {
  padding-right: 10px;
}

.bz-footer .footer-middle .social-box {
  margin: 20px 0 0;
}

.bz-footer .footer-middle .social-box .dis-flex a:hover {
  opacity: 0.6;
}

.bz-footer .footer-middle .social-box .dis-flex a {
  margin-right: 10px;
}

.bz-footer .footer-copyright {
  /*background: #36144e;*/
  background: #020257;
  margin: 40px 0 0;
  text-align: center;
  padding: 20px 0;
}

.bz-footer .footer-copyright .cop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.bz-footer .footer-copyright .cop p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.bz-footer .footer-copyright .cop ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 10px;
}
.bz-footer .footer-copyright .cop ul li a{color:#fff;}
.bz-footer .footer-copyright .cop ul li.hide {
  margin: 0 10px;
}

.start-free-btn {
  max-width: 100%;
  width: 212px;
  height: 60px;
  border: 1px solid #0095ff4d;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0095ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-weight: 700;
}

.start-free-btn .btn-inner {
  display: inline-block;
}

.start-free-btn span {
  position: relative;
  z-index: 11;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, transform 0.8s;
  transition: opacity 0.6s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  color: #fff;
}

.start-free-btn span:nth-child(2) {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 80%);
  transform: translate(-50%, 80%);
  opacity: 0;
}

.start-free-btn span {
  color: #0095ff;
}

.start-free-btn.text-wh span {
  color: var(--white-color);
}

.start-free-btn::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #0095ff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.start-free-btn:hover {
  border: 1px solid #0095ff;
  color: var(--white-color);
}

.start-free-btn:hover::before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.start-free-btn:hover .btn-inner {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.start-free-btn:hover span:nth-child(2) {
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  opacity: 1;
}

.start-free-btn:hover span .btn-normal-text {
  opacity: 0;
}

.start-free-btn:hover span {
  color: var(--white-color);
}

.btn-light-green {
  width: 150px;
  height: 50px;
  border: 1px solid #5ecc62;
  background: #5ecc62;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  z-index: 0;
  font-weight: 700;
}

.btn-light-green .btn-inner {
  display: inline-block;
}

.btn-light-green span {
  position: relative;
  z-index: 11;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, transform 0.8s;
  transition: opacity 0.6s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  color: #fff;
}

.btn-light-green span:nth-child(2) {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 80%);
  transform: translate(-50%, 80%);
  opacity: 0;
}

.btn-light-green span {
  color: var(--white-color);
}

.btn-light-green.text-wh span {
  color: var(--white-color);
}

.btn-light-green:hover .btn-inner {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.btn-light-green:hover span:nth-child(2) {
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  opacity: 1;
}

.btn-light-green:hover span .btn-normal-text {
  opacity: 0;
}

.place-bid-btn {
  font-weight: 700;
}

.place-bid-btn .btn-inner {
  display: inline-block;
}

.place-bid-btn span {
  position: relative;
  z-index: 11;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, transform 0.8s;
  transition: opacity 0.6s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
  color: #fff;
}

.place-bid-btn span:nth-child(2) {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 80%);
  transform: translate(-50%, 80%);
  opacity: 0;
}

.place-bid-btn:hover .btn-inner {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.place-bid-btn:hover span:nth-child(2) {
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  opacity: 1;
}

.place-bid-btn:hover span .btn-normal-text {
  opacity: 0;
}

.breadcrumb-section {
  margin-top: 90px;
  padding: 60px 0;
  background-color: var(--primary-color);
  position: relative;
  z-index: 0;
}

.breadcrumb-section .shape-img {
  position: absolute;
  z-index: -1;
}

.breadcrumb-section .shape-img.img-1 {
  bottom: 0;
  left: 4%;
}

.breadcrumb-section .shape-img.img-2 {
  bottom: 0;
  left: 34%;
}

.breadcrumb-section.blog-details-breadcrumb-section {
  height: 436px;
}

.breadcrumb-section.pricing-plan-breadcrumb-section {
  min-height: 580px;
  padding-top: 95px;
}

.breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-list .breadcrumb-item {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white-color);
  display: inline-block;
}

.breadcrumb-list .breadcrumb-item.active {
  color: var(--white-color);
}

.breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
  content: ".";
  font-size: 20px;
  margin: 0px 5px;
}

.breadcrumb-sec .breadcrumb-title {
  text-transform: capitalize;
  font-size: 50px;
  color: var(--white-color);
  margin-bottom: 0;
}

.breadcrumb-img {
  text-align: right;
}

.bt_aboutus {
  padding: 60px 0;
}

.bt-about-one-left {
  position: relative;
}

.bt-about-one-left .two {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bt-about-one-left .two img {
  border: 3px solid var(--white-color);
  border-radius: 30px;
}

.about__one-right-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about__one-right-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-bottom: 18px;
  color: var(--text-heading-color);
}

.about__one-right-list ul li:last-child {
  margin-bottom: 0;
}

.about__one-right-list ul li img {
  width: 20px;
  height: 20px;
}

.bz-mission-vision-section {
  /*background: #c8e6ff url(../img/bg.webp) no-repeat center center;*/
  /*background-size: cover;*/
  padding: 60px 0;
  background:var(--btn-backgredient);
  color:#fff;
}

.bz-mission, .bz-mission {
  padding: 40px;
    border: 1px solid #ffffff2b;
    border-radius: 40px;
    min-height: 552px;
    background: #320cda;
}

.bz-mission-subtitle,
.bz-vision-subtitle {
  font-weight: bold;
  padding: 15px 0px;
  display: inline-block;
  font-size: 18px;
}

.bz-mission-description,
.bz-vision-description {
  line-height: 26px;
}

.how-it-work {
  padding: 100px 0;
}

.how-it-work-content {
  position: sticky;
  top: 150px;
}

.work-step-item {
  position: relative;
  background-color: var(--secondary-color);
  border-radius: 20px;
  padding: 40px 40px 0 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.work-step-item:last-child {
  margin-bottom: 0;
}

.work-step-item::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--primary-color);
  width: 100%;
  height: 0;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.work-step-item:hover::before {
  height: 100%;
  top: 0;
  bottom: auto;
}

.work-step-item-content {
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}

.work-step-item-content img {
  max-width: 70px;
}

.work-step-item-content h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.work-step-item:hover .work-step-item-content h2 {
  color: var(--white-color);
}

.work-step-item-content p {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.work-step-item:hover .work-step-item-content p {
  color: var(--white-color);
  opacity: 80%;
}

.work-step-item-no {
  position: relative;
  margin-bottom: -35px;
  z-index: 1;
}

.work-step-item-no h2 {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: transparent;
  stroke-width: 10px;
  -webkit-text-stroke-width: 1px;
  stroke: var(--text-color);
  -webkit-text-stroke-color: var(--text-color);
  opacity: 15%;
  transition: all 0.4s ease-in-out;
}

.work-step-item:hover .work-step-item-no h2 {
  stroke: var(--white-color);
  -webkit-text-stroke-color: var(--white-color);
}

.gallery-wrap {
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.gallery-item:not(:last-child) {
  margin-right: 20px;
}

.gallery-item .img {
  margin-bottom: 20px;
}

.gallery-item .img img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.gallery-item .img--1 {
  float: right;
}

.gallery-item .img--5 {
  float: left;
}

.gallery-item--two {
  transform: translateY(30px);
}

.gallery-item--three {
  transform: translateY(-10px);
}

.gallery-item .ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.bt-feature-main {
  background-color: rgb(239 248 255);
  padding: 60px 0px;
}

.ap-feature-item {
  max-width: 244px;
}

.ap-feature-item .xb-item--icon {
  min-height: 57px;
}

.ap-feature-item .xb-item--title {
  font-weight: 700;
  margin: 28px 0 15px;
  letter-spacing: 0em;
  text-transform: capitalize;
  color: var(--color-heading-two);
}

.ap-feature-item .xb-item--content {
  line-height: 26px;
  color: #494d57;
}

.ap-fea-item {
  overflow: hidden;
  display: inline-block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}

.ap-fea-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(12, 17, 29, 0) 0%,
    rgba(12, 17, 29, 0.69) 63.19%,
    #0c111d 100%
  );
}

.ap-fea-item .xb-item--img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ap-fea-item .xb-item--content {
  position: absolute;
  z-index: 2;
  left: 5px;
  right: 20px;
  bottom: 49px;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0em;
  color: var(--white-color);
  padding: 0 15px;
}

.ap-fea-item:hover .xb-item--img {
  transform: scale(1.1);
}

.ap-fanfact-item .xb-item--number {
  font-weight: 700;
  font-size: 130px;
  margin-bottom: 7px;
  letter-spacing: -0.01em;
  color: var(--primary-color);
}

@media (max-width: 1199px) {
  .ap-fanfact-item .xb-item--number {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .ap-fanfact-item .xb-item--number {
    font-size: 50px;
  }
}

.ap-fanfact-item .xb-item--text {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-heading-two);
}

@media (max-width: 991px) {
  .ap-fanfact-item .xb-item--text {
    font-size: 18px;
  }
}

.ap-fanfact-item--last {
  float: right;
}

@media (max-width: 767px) {
  .ap-fanfact-item--last {
    float: none;
  }
}

.ap-fanfact-item--middle {
  padding-left: 60px;
}

@media (max-width: 991px) {
  .ap-fanfact-item--middle {
    padding-left: 0;
  }
}

.award {
  padding: 60px 0;
  background: #f6f6f8;
}

.bt-award-content {
  position: unset;
}

.bt-award-content .sec-title--two .content {
  max-width: 465px;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}

.bt-award-item {
  width: 160px;
  height: 180px;
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 8px 18px 0 rgba(221, 221, 231, 0.95);
}

@media (max-width: 767px) {
  .bt-award-item {
    width: 100px;
    height: 100px;
  }

  .bt-award-item .xb-img {
    width: 60px;
  }
}

.bt-award-inner:not(:last-child) {
  margin-right: 30px;
}

.bt-award-wrap.ul_li {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bt-award-wrap {
  max-height: 775px;
  overflow: hidden;
  position: relative;
  justify-content: end;
}

.bt-award-wrap::after,
.bt-award-wrap::before {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 120px;
  background: #f6f6f8;
  filter: blur(17.7000007629px);
}

.bt-award-wrap:after {
  top: auto;
  bottom: -36px;
}

.marquee-first {
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}

.marquee-2 {
  -webkit-animation: marquee2 30s linear infinite;
  animation: marquee2 30s linear infinite;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.path {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dash 4s linear infinite;
}

.bt-contact-form {
  background: #fff;
  padding: 70px 80px 75px;
  border: 1px solid #e7e8ec;
}

@media (max-width: 991px) {
  .bt-contact-form {
    padding: 40px 50px 55px;
  }
}

@media (max-width: 767px) {
  .bt-contact-form {
    padding: 30px 30px 35px;
  }
}

.bt-contact-form::before {
  display: none;
}

.bt-contact-form .xb-title {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 15px;
  color: var(--color-heading-two);
}

.bt-contact-form .xb-content {
  color: #494d57;
  line-height: 30px;
}

.bt-contact-form .contact-form {
  margin-top: 20px;
}

.bt-contact-form .input-field {
  margin-bottom: 35px;
}

.bt-contact-form .input-field label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
  color: var(--color-heading-two);
}

.bt-contact-form .input-field .input-box::before {
  display: none;
}

.bt-contact-form .input-field .input-box input,
.bt-contact-form .input-field .input-box textarea {
  padding-left: 20px;
  background: #f6f6f8;
  border: 1px solid #e7e8ec;
  color: var(--color-heading-two);
}

.bt-contact-form .input-field .input-box input:focus,
.bt-contact-form .input-field .input-box textarea:focus {
  border: 1px solid var(--color-primary-two);
}

.bt-contact-form .input-field .input-box textarea {
  min-height: 154px;
}

.item-contact_info {
  padding: 40px 50px;
  margin-left: -40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #e7e8ec;
  background: var(--white-color);
}

.item-contact_info .bt-item--top {
  margin-bottom: 36px;
  border-bottom: 1px solid #e7e8ec;
}

.item-contact_info .bt-item--title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.item-contact_info .bt-item--top span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.item-contact_info .bt-item--top span img {
  margin-right: 10px;
}

.item-contact_info .social_icons_block {
  margin: 37px 0 30px;
  padding: 0px;
}

.social_icons_block {
  gap: 10px;
  justify-content: flex-start;
  list-style: none;
  display: inline-block;
}

.item-contact_info .social_icons_block li {
  display: inline-block;
}

.item-contact_info .social_icons_block li a {
  height: 45px;
  width: 45px;
  font-size: 18px;
}

.social_icons_block li a {
  height: 32px;
  width: 32px;
  font-weight: 400;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #e7e8ec;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--white-color);
}

.social_icons_block li a svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 18px;
  height: 18px;
}

.social_icons_block li a:hover {
  color: var(--white-color);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}

.contact-info_widget .bt-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.contact-info_widget .xb-location {
  font-weight: 500;
}

.contact-info_widget:not(:last-child) {
  margin-bottom: 34px;
}

.item-contact_info .breack-line {
  margin: 35px 0 37px;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

.bt-news-section {
  padding: 60px 0;
  position: relative;
}

.bt-news-section h2,
.bt-blog h2 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: normal;
  padding: 0 0 16px;
  color: #253053;
  border-bottom: 4px solid #2196f3;
  margin-bottom: 40px;
}

.news-card-items {
  margin-top: 30px;
}

.news-card-items .news-image {
  position: relative;
}

.news-card-items .news-image img {
  width: 100%;
  height: 100%;
}

.news-card-items .news-image .post-date {
  padding: 8px 18px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 40px;
  left: 0;
  border-radius: 6px;
}

.news-card-items .news-image .post-date h3 {
  font-weight: 700;
  font-size: 18px;
  color: var(--white-color);
  margin: 0px;
}

.news-card-items .news-image .post-date h3 span {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
}

.news-card-items .news-content {
  padding: 30px;
  background-color: var(--white-color);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 9;
  margin-right: 40px;
  margin-top: -40px;
}

.news-card-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 15px;
  padding: 0px;
}

@media (max-width: 1199px) {
  .news-card-items .news-content ul {
    gap: 20px;
  }
}

.news-card-items .news-content ul li {
  font-size: 14px;
  font-weight: 500;
}

.news-card-items .news-content ul li i {
  color: var(--primary-color);
  margin-right: 5px;
}

.news-card-items .news-content h3 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
}

.news-card-items .news-content h3 a {
  color: var(--title-color);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-card-items .news-content h3 a:hover {
  color: var(--primary-color);

}

.news-card-items .news-content p{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;}

.news-card-items.style-2 {
  padding-bottom: 50px;
}

.news-card-items.style-2 .news-image {
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.news-card-items.style-2 .news-image img {
  border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -ms-border-radius: 15px 15px 0px 0px;
  -o-border-radius: 15px 15px 0px 0px;
}

.news-card-items.style-2 .news-image .post-date {
  position: absolute;
  top: 16px;
  left: 16px;
  bottom: initial;
}

.news-card-items.style-2 .news-content {
  margin: 0;
  border-radius: 0px 0px 15px 15px;
  -webkit-border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -ms-border-radius: 0px 0px 15px 15px;
  -o-border-radius: 0px 0px 15px 15px;
}

.news-card-items.style-2 .news-content ul li {
  font-size: 16px;
  color: var(--text-color);
}

.news-card-items.style-2 .news-content ul li img {
  position: relative;
  top: 3px;
}

.news-card-items.style-3 {
  padding-bottom: 0;
  background-color: var(--white-color);
  box-shadow: none;
}

.news-card-items.style-3 .news-image {
  padding: 15px 15px 0 15px;
}

.news-card-items.style-3 .news-image .post-date {
  left: 30px;
  top: 30px;
}

.news-card-items.style-3 .content {
  box-shadow: none;
}

.news-content .bt-btn-header {
  padding: 9px 15px;
  height: auto;
  margin-top: 10px;
}

.page-nav-wrap ul li {
  display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid #d4dcff;
  border-radius: 4px;
}

.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--primary-color);
  color: var(--white-color);
}

@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid transparent;
}

.blog-slider.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.blog-slide-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  z-index: 1;
}

.blog-slide-item:hover .xb-item--img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-slide-item::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(12, 17, 29, 0.26) 16.87%,
    rgba(12, 17, 29, 0.66) 33.34%,
    rgba(12, 17, 29, 0.84) 54.83%,
    #000 100%
  );
  z-index: 1;
}

.blog-slide-item .xb-item--holder {
  max-width: 910px;
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 2;
}

@media (max-width: 991px) {
  .blog-slide-item .xb-item--holder {
    padding-right: 80px;
  }
}

.blog-slide-item .xb-item--img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .blog-slide-item .xb-item--img {
    height: 600px;
  }

  .blog-slide-item .xb-item--img img {
    height: 100%;
    object-fit: cover;
  }
}

.blog-slide-item .xb-item--tag {
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: var(--white-color);
}

.blog-slide-item .xb-item--title {
  font-weight: 700;
  font-size: 48px;
  margin: 16px 0 0px;
  color: var(--white-color);
  border-bottom: none;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .blog-slide-item .xb-item--title {
    font-size: 28px;
  }
}

.blog-slide-item .xb-item--title a {
  color: currentColor;
}

.blog-slide-item .xb-item--content {
  color: var(--white-color);
}

.blog-slider .swiper-pagination {
  position: absolute;
  left: auto;
  right: 50px;
  width: auto !important;
  bottom: 50px;
  left: auto;
}

.blog-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: var(--white-color);
}

.blog-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.blog-item_button .blog-swiper-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.blog-item_button .blog-swiper-btn::after {
  display: none;
}

.blog-item_button .swiper-button-next {
  left: auto;
  right: 0;
}

/**************feature section***************/

.usability-card {
  width: 100%;
  position: relative;
  z-index: 0;
}

/* .usability-card {
  width: 100%;
  height: 600px;
  border-radius: 50px;
  background-color: #242549;
  padding: 84px;
  text-align: center;
  position: relative;
  z-index: 0;
} */

.usability-card .shape-img {
  position: absolute;
  z-index: -1;
}

.usability-card .shape-img.img-1 {
  top: 0;
  left: 57px;
}

.usability-card .shape-img.img-2 {
  bottom: 96px;
  right: 0;
}

.usability-card-title {
  margin-bottom: 44px;
}

.usability-card-title h2 {
  color: var(--white-color);
  max-width: 405px;
  margin: auto;
}

.usability-card .usability-buttons {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.usability-card .usability-buttons button {
  width: 180px;
  height: 50px;
  border-radius: 10px;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  color: var(--white-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.usability-card .usability-buttons button:hover {
  background-color: #ffffff26;
}

.usability-card .usability-content .content-item {
  display: none;
}

.usability-card .usability-content .content-item.show {
  display: block;
}

.usability-slider-nav .slick-list {
  padding: 0 !important;
}

.usability-slider-nav .slick-track {
  width: 100% !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.usability-slider-nav .slider-item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  /* background-color: #2196f33b; */
  display: flex;
  gap: 10px;
  /* color: var(--primary-color); */
  color: #323232;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* background-color: #fff; */
  border: 1px solid #a2a2a2;
  border-style: dashed;
  width: auto !important;
  white-space: nowrap;
}

.usability-slider-nav .slider-item img {
  width: 20px;
  height: 20px;
}

.usability-slider-nav .slider-item::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #c7e6ff6b;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.usability-slider-nav .slider-item.slick-current::before {
  opacity: 1;
  color: #ffbd0e;
  -webkit-animation: tabAnimate 6.5s linear;
  animation: tabAnimate 6.5s linear;
}

@-webkit-keyframes tabAnimate {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes tabAnimate {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.we-offering-slider-nav .slick-btn.slick-current::after {
  position: absolute;
  bottom: -2px;
  left: 0px;
  content: "";
  height: 2px;
  width: 30%;
  background: rgba(170, 239, 105, 0.2);
  animation: lineProgress 3.5s linear infinite;
  -webkit-animation: lineProgress 3.5s linear infinite;
}
@-webkit-keyframes lineProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.usability-slider-for {
  margin-top: 15px;
}

.usability-slider-for .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bt-feature-section {
  padding: 60px 0;
  position: relative;
}

.bt-feature-content h2 {
  font-size: 2.5rem;
  padding: 5px 0px;
}

.bt-feature-content > p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.bt-feature-content ul {
  margin: 10px 0 20px 0px;
  padding: 0;
}

.bt-feature-content ul li {
  color: #5e6373;
  position: relative;
  padding-left: 30px;
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 30px;
}

.bt-feature-content ul li:after {
  content: "";
  width: 100%;
  background: url(../img/check.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  background-size: 100%;
}

.we-offering-section {
  background: #e0e0ff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.we-offering-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.we-offering-slider-nav.slick-slider .slick-list {
  width: 100%;
  padding: 0px !important;
}

.we-offering-slider-nav.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100% !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.we-offering-slider-nav .slick-btn {
  border-bottom: 1px solid #5446f224;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #202a3c;
  padding: 20px 0px;
  width: 100% !important;
  cursor: pointer;
  font-size: 20px;
}

.we-offering-slider-nav .slick-btn.slick-current {
  color: #202a3c;
  padding-left: 37px;
  position: relative;
}

.we-offering-slider-nav .slick-btn.slick-current::before {
  content: url(../img/slider-arrow-right.svg);
  position: absolute;
  left: 0px;
  top: 22px;
  height:30px;
  width:22px;
}

.we-offering-slider-nav .slick-btn.slick-current::after {
  position: absolute;
  bottom: -2px;
  left: 0px;
  content: "";
  height: 2px;
  width: 30%;
  background: #532af3;
  animation: lineProgress 3.5s linear infinite;
  -webkit-animation: lineProgress 3.5s linear infinite;
}


.we-offering-slider-content {
  max-width: 570px;
}

.we-offering-slide-bg-img {
  position: relative;
  z-index: 1;
}

.we-offering-slider {
  position: relative;
  margin-top: -290px;
  z-index: 2;
}

.we-offering-slide-bg-img img {
    border-radius: 16px;
}

.we-offering-slider .slick-slide {
    padding:8px 0px;
}

.we-offering-slide-img {
  height: 265px;
  width: 330px;
  margin-left: 30px;
  margin-bottom: 20px;
  position: relative;
  bottom: 20px;
}

.we-offering-slide-img img {
  height: 100%;
  width: 100%;
}

.we-offering-slide-item-text span {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: var(--text-color);
  margin-bottom: 20px;
  display: inherit;
}

.we-offering-slide-item-text p {
  color: var(--text-color);
}

.we-offering-slide-item-text ul li {
  line-height: 30px;
  color: var(--white-color);
  padding-left: 15px;
  position: relative;
  margin-top: 0;
}

.we-offering-slide-item-text ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #0dac81;
  position: absolute;
  left: 0px;
  top: 12px;
}

.we-offering-slide-btns {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 16px;
}

.we-offering-slide-btns button {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 8px 15px;
  color: var(--white-color);
}

.we-offering-slide-btns button svg {
  color: #0dac81;
  margin-right: 9px;
}

.bt-process {
  padding: 60px 0px;
  position: relative;
}

.process-left {
  position: sticky;
  top: 100px;
  z-index: 2;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .process-left .xb-btn {
    margin-top: 40px;
  }
}

.process-left .thm-btn--fill_icon:hover .xb-item--holder {
  transform: translateX(-77%);
}

@media (max-width: 767px) {
  .process-right {
    float: none;
  }
}

.process-right .process-item {
  top: 140px;
  z-index: 2;
  position: sticky;
  max-width: 470px;
  padding: 0 40px 40px;
  margin-bottom: 0px;
  background: #eaeef0;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 4px 4px 14px 0 #d5dbde;
}

@media (max-width: 991px) {
  .process-right .process-item {
    position: unset;
    /*margin-bottom: 40px;*/
  }
}

@media (max-width: 767px) {
  .process-right .process-item {
    /*margin-bottom: 50px;*/
    padding: 0 20px 40px;
  }
}

.process-right .process-item .xb-item--number {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  width: 54px;
  height: 57px;
  padding-top: 12px;
  border-top: none;
  display: inline-block;
  color: var(--white-color);
  border-radius: 0 0 27px 27px;
  border: 1px solid rgba(17, 17, 18, 0.1);
}

.process-right .process-item .xb-item--title {
  font-size: 24px;
  letter-spacing: 0em;
  margin-bottom: 10px;
}

.process-right .process-item .xb-item--img {
  margin: 14px 0 25px;
}

.peocess-shape .shape {
  position: absolute;
  z-index: 1;
}

.peocess-shape .shape--one {
  left: 0;
  top: 0;
}

.peocess-shape .shape--two {
  top: 0;
  right: 0;
}

.sa-process_left .process-item {
  max-width: 450px;
  min-height: 236px;
  background: #fff;
  padding: 40px 30px;
  position: sticky;
  top: 150px;
  border: 1px solid #0f55dc;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .sa-process_left .process-item {
    position: relative;
    margin-bottom: 0;
    top: 0;
    margin: 0 auto 30px;
  }
}

@media (max-width: 991px) {
  .sa-process_left .process-item:last-child {
    margin-bottom: 0;
  }
}

.sa-process_left .process-item .xb-item--icon {
  height: 41px;
  width: 41px;
}

.sa-process_left .process-item .xb-item--title {
  font-size: 28px;
  margin: 20px 0 20px;
}

.sa-process_left .process-item .xb-item--number {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 48px;
  width: 48px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(15, 83, 220, 0.1);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  font-weight: 500;
}

.sa-process_left .process-item--two {
  top: 235px;
}

@media (max-width: 991px) {
  .sa-process_left .process-item--two {
    top: 0;
  }
}

.sa-process_left .process-item--three {
  top: 320px;
}

@media (max-width: 991px) {
  .sa-process_left .process-item--three {
    top: 0;
  }
}

.sa-process_left .process-item--four {
  top: 500px;
}

@media (max-width: 991px) {
  .sa-process_left .process-item--four {
    top: 0;
  }
}

.sa-process_right {
  display: flex;
  justify-content: end;
  position: sticky;
  top: 200px;
}

@media (max-width: 991px) {
  .sa-process_right {
    max-width: 400px;
    margin: 0 auto;
  }
}

.sa-process_right .updown {
  animation: updown 3s linear infinite;
}

.sa-process_shape .shape {
  position: absolute;
  z-index: -1;
}

.sa-process_shape .shape--one {
  top: 0;
  left: 0;
}

.sa-process_shape .shape--two {
  top: 0;
  right: 0;
}

.sa-process_shape .shape--three {
  top: 60px;
  left: 43px;
}

.process-bg {
  background: linear-gradient(360deg, #f6f6f8 0%, #fff 100%);
}

.cp-process-right .xb-img {
  float: right;
  margin-right: -145px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .cp-process-right .xb-img {
    float: none;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .cp-process-right .xb-img {
    float: none;
    margin-right: 0;
  }
}

.sa-process_left {
  z-index: 2;
  position: relative;
}

.process_shape {
  position: absolute;
  top: -268px;
  left: -920px;
  width: 973px;
  height: 920px;
  z-index: -1;
}

/**********Inner Pages css ****************/

.banner-1 {
  /*background-image: url(../img/banner-grid-shape.webp);*/
  background-image: url(../img/01.webp);
  background-color: var(--bs-body-bg);
  overflow: hidden;
}
.banner-1__content {
  padding-block-start: clamp(6rem, 9vw + 1rem, 8.875rem);
  padding-block-end: clamp(4.5rem, 6.5vw + 1rem, 6rem);
  position: relative;
  z-index: 1;
}
.banner-1__content::before {
  content: "";
  width: 18.75rem;
  height: 18.75rem;
  position: absolute;
  top: 0;
  right: 10%;
  transform: translateY(-25%);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.banner-1__content .feature-list li {
  font-size: 1.1rem;
}
@media (min-width: 1200px) {
  .banner-1__content::before {
    right: 19%;
  }
}
.banner-1__content::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 32%;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background-color: rgba(199, 243, 47, 0.1);
  z-index: -2;
}
@media (min-width: 1200px) {
  .banner-1__content::after {
    right: 35%;
  }
}
.banner-1__froster-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
}
.banner-1__froster-svg-path {
  animation: animateFill 20s infinite linear alternate;
}
@keyframes animateFill {
  0% {
    fill: var(--bs-primary);
    fill-opacity: 0.35;
  }
  25% {
    fill: var(--primary-color);
    fill-opacity: 0.5;
  }
  50% {
    fill: var(--bs-success);
    fill-opacity: 0.7;
  }
  100% {
    fill: var(--bs-warning);
    fill-opacity: 0.5;
  }
}
.banner_one_img img {
  max-width: 100%;
}
.breadcrumb-modifier {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-divider-color: var(--bs-light-text-emphasis);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-light-text-emphasis);
}
.breadcrumb-modifier .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/")
    /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.breadcrumb-item svg {
  position: relative;
  top: 3px;
}

.bt-inner-feature-section {
  padding: 100px 0;
  position: relative;
  background: linear-gradient(
    90deg,
    hsl(64deg 41% 92% / 37%) 0%,
    hsl(196deg 83% 84% / 30%) 50%,
    hsl(305deg 100% 92.45% / 34%) 100%
  );
}

.bt-inner-feature-section .feature-card-items {
  padding: 30px 0px;
}
.bt_grid_box {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  background-color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 10px;
  padding: 50px 25px 30px;
  text-align: center;
  border: solid 1px #2196f326;
  margin-bottom: 25px;
}
.bt_grid_box .card__img {
  min-height: 225px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bt_grid_box span {
  font-size: 20px;
  font-weight: bold;
}

.bt_feature_img {
  margin: 80px 0 130px 0;
  position: relative;
}
.bt_feature_img h2 {
  max-width: 800px;
  margin: auto;
}
.bt_feature_img .heading {
  max-width: 920px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
.bt_grid_main .heading {
  max-width: 560px;
}
.bt_heading_title {
  margin: 15px 0 20px;
  font-weight: 700;
  font-size: 2.5rem;
  color: #1c2a3a;
}
.bt_heading_title span {
  color: var(--primary-color);
}
.feature-img__wrap {
  position: relative;
}

.feature-img__wrap figure img:nth-child(1) {
  -ms-box-shadow: 0px 2.58542px 10.3417px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2.58542px 10.3417px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2.58542px 10.3417px rgba(0, 0, 0, 0.08);
}
.feature-img__wrap figure img:nth-child(2) {
  top: -31px;
  left: -28px;
  position: absolute;
  opacity: 1;
  transform: translate(0px, 0px);
  display: block;
  z-index: -1;
}
.feature-img__wrap figure img:nth-child(3) {
  bottom: -59px;
  right: -69px;
  position: absolute;
  opacity: 1;
  transform: translate(0px, 0px);
  display: block;
  z-index: -1;
}
.feature-img-new figure img:nth-child(1) {
  box-shadow: none;
}
.feature-image img {
  max-width: 100%;
}

.bt-customers-section {
  padding-top: 128px;
  padding-bottom: 130px;
  position: relative;
  z-index: 0;
}

.bt-customers-section .bt-customers-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0px;
  left: 0px;
}

.bt-customers-section .bt-customers-bg .bt-customers-bg-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 1100px;
}

.bt-customers-section .bt-customers-bg .bt-customers-bg-inner {
  position: relative;
}

.bt-customers-section
  .bt-customers-bg
  .bt-customers-bg-inner
  .bt-customers-bg-ball {
  position: absolute;
}

.bt-customers-section
  .bt-customers-bg
  .bt-customers-bg-inner
  .bt-customers-bg-ball1 {
  top: 1%;
  left: 4%;
}

.bt-customers-section
  .bt-customers-bg
  .bt-customers-bg-inner
  .bt-customers-bg-ball2 {
  top: -5%;
  right: 8%;
}

.bt-customers-section
  .bt-customers-bg
  .bt-customers-bg-inner
  .bt-customers-bg-ball3 {
  top: -3.2%;
  right: 3.5%;
}

.bt-customers-title h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #444444;
  margin-top: 12px;
}

.bt-customer-right {
  position: relative;
}

.bt-customer-right .bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.bt-customer-slider-for .slick-arrow {
  z-index: 1;
  top: unset;
  bottom: 0;
  cursor: pointer;
}

.bt-customer-slider-for .slick-arrow.slick-prev {
  left: unset;
  right: 70px;
}

.bt-customer-slider-for .slick-arrow.slick-next {
  right: 0;
}

.bt-customer-slider-for .slider-counter {
  position: absolute;
  bottom: 7px;
  right: 28px;
  font-size: 15px;
  line-height: 25px;
  color: #111111;
  letter-spacing: 3px;
}

.bt-customer-slider-for .slider-item {
  -webkit-transition: none !important;
  transition: none !important;
}

.bt-customer-slider-for .slider-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #111111;
  margin-bottom: 27px;
}

.bt-customer-slider-for .slider-item .customers-name span {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.bt-customer-slider-for .slider-item .customers-name p {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #444444;
}

.bt-customer-slider-nav .slick-list {
  padding: 0 !important;
}

.bt-customer-slider-nav .slick-track {
  width: 100% !important;
  height: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas:
    "item1 item1"
    "item2 item3"
    "item4 item4";
  gap: 20px;
}

.bt-customer-slider-nav .slick-track .slider-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: item1;
  margin: 0 auto;
}

.bt-customer-slider-nav .slick-track .slider-item:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: item2;
  margin: 0 auto;
}

.bt-customer-slider-nav .slick-track .slider-item:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: item3;
  margin: 0 auto;
}

.bt-customer-slider-nav .slick-track .slider-item:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: item4;
  margin: 0 auto;
}

.bt-customer-slider-nav .slider-item {
  cursor: pointer;
}

.bt-customer-slider-nav .slider-item .slider-img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bt-customer-slider-nav .slider-item .slider-img::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background-color: #eceff1;
}

.bt-customer-slider-nav .slider-item .slider-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.bt-customer-slider-nav .slider-item .slider-img img.img1 {
  background: #f7c8ec;
}

.bt-customer-slider-nav .slider-item .slider-img img.img2 {
  background: #e2d08e;
}

.bt-customer-slider-nav .slider-item .slider-img img.img3 {
  background: #b3e1ec;
}

.bt-customer-slider-nav .slider-item .slider-img img.img4 {
  background: #a6a6b9;
}

.bt-customer-slider-nav .slider-item .slider-img .circle-progress {
  position: absolute;
  z-index: -2;
  width: 102px;
  height: 102px;
}

.bt-customer-slider-nav .slider-item .slider-img .halfclip {
  width: 50%;
  height: 100%;
  right: 0px;
  position: absolute;
  overflow: hidden;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.bt-customer-slider-nav .slider-item .slider-img .halfcircle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  right: 0px;
  position: absolute;
  border: solid 25px transparent;
  border-radius: 50%;
}

.bt-customer-slider-nav .slider-item .slider-img .clipped {
  width: 200%;
}

.bt-customer-slider-nav .slider-item .slider-img .fixed {
  width: 100%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.bt-customer-slider-nav .slider-item.slick-current .halfclip {
  animation: cliprotate 6.5s steps(2) infinite;
  -webkit-animation: cliprotate 6.5s steps(2) infinite;
}

.bt-customer-slider-nav .slider-item.slick-current .halfcircle {
  border-top-color: #111111;
  border-left-color: #111111;
}

.bt-customer-slider-nav .slider-item.slick-current .clipped {
  animation: rotate 3.25s linear infinite;
  -webkit-animation: rotate 3.25s linear infinite;
}

.bt-customer-slider-nav .slider-item.slick-current .fixed {
  animation: showfixed 6.5s steps(2) infinite;
  -webkit-animation: showfixed 6.5s linear infinite;
}

@-webkit-keyframes cliprotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cliprotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@-webkit-keyframes showfixed {
  0% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/* header  */

.header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  z-index: 999;
  border: none;
  outline: none;
}

.header.sticky {
  background:#fff;
  box-shadow:0 -10px 40px #61678894;
  padding:0px;
  /*backdrop-filter: blur(12px);*/
  /*border-bottom: 1px solid #fff;*/
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 20px #242a2b26;
  border-radius: 10px;
  padding: 5px 10px;
}
.header.sticky .wrapper {
  background-color: transparent;
  box-shadow: none;
}
.header .bt-btn1 {
  padding: 10px 50px 10px 20px;
}
.header-item-left .brand img {
  max-width: 264px;
  height: auto;
  position: relative;
  top: 4px;
}

.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-item-right .menu-icon {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  color: #121212;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .menu > ul {
  margin: 0px;
  padding: 0px;
}

.header .menu > ul > li {
  display: inline-block;
  line-height: 3.125rem;
  margin-left: 1.5rem;
}
.header .menu > ul > li:last-child {
    padding-left:15px;
    position: relative;
}
.header .menu > ul > li:last-child:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 16px;
    background:url(../img/ai-icon.svg) no-repeat;
    width: 16px;
    height: 16px;
}

.header .menu > ul > li > a {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.header .menu > ul > li > a > i {
  position: relative;
  top: 4px;
}
.header .menu > ul > li .menu-subs {
  position: absolute;
  /*width: 100%;*/
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 1.5rem;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 1px solid #d9d9d97d;
  background: #fafafa;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}

.header .menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*.header .menu > ul > li .menu-column-1 {
  min-width: 16rem;
  max-width: 23rem;
}*/

.header .menu > ul > li .menu-column-1 > ul {
  padding: 0px;
  margin: 0px;
}
.header .menu > ul > li .menu-column-1 > ul > li > a > i {
  padding-right: 10px;
}

.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header .menu > ul > li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 81rem;
  width: 100%;
  padding: 1rem 0rem;
  /* border: 1px solid #ececfe; */
  border-radius: 1rem;
  /* box-shadow: 0 20px 24px -4px #746fff1f, 0 8px 8px -4px #00000008; */
border: 1px solid #008ff566;
    box-shadow: 0 20px 60px 0 rgb(0 143 245 / 18%);
  /*padding-bottom: 3rem;*/
}

.header .menu > ul > li .menu-subs.menu-column-4 .list-item {
  padding: 0 1rem 0px 0px;
  float: left;
  width: 25%;
}
.header .menu > ul > li .menu-subs.menu-column-4 .list-item-one {
  padding: 0 1rem 0px 0px;
  float: left;
  width: 75%;
}

.header .menu > ul > li .menu-subs.menu-column-4 .list-item .title,
.header .menu > ul > li .menu-subs.menu-column-4 .list-item-one .title {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0rem 1rem;
  border: none;
  outline: none;
  color: #e91e63;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu > ul > li .menu-subs.menu-column-4 .list-item.text-center .title,
.header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  .list-item-one.text-center
  .title {
  text-align: center;
}

.header .menu > ul > li .menu-subs.menu-column-4 .list-item img.responsive,
.header .menu > ul > li .menu-subs.menu-column-4 .list-item-one img.responsive {
  max-width: 160px;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.header .menu > ul > li .menu-subs.menu-column-4 .list-item > ul,
.header .menu > ul > li .menu-subs.menu-column-4 .list-item-one > ul {
  margin: 0px;
  padding: 0px;
}
.header .menu > ul > li .menu-subs.menu-column-4 .list-item > ul > li,
.header .menu > ul > li .menu-subs.menu-column-4 .list-item-one > ul > li {
  line-height: 24px;
  padding: 8px 0px;
}
.header .menu > ul > li .menu-subs.menu-column-4 .list-item > ul > li a,
.header .menu > ul > li .menu-subs.menu-column-4 .list-item-one > ul > li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
  display: flex;
  padding: 6px 10px;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  justify-content: flex-start;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  position: relative;
}
.header .menu > ul > li .menu-subs.menu-column-4 .list-item > ul > li a i,
.header .menu > ul > li .menu-subs.menu-column-4 .list-item-one > ul > li a i {
  font-size: 18px;
  padding-right: 10px;
  position: relative;
  top: 0;
  color: var(--primary-color);
  background-color: var(--bglight);
  display: list-item;
  padding: 10px 12px;
  border-radius: 0.5rem;
  font-size: 20px;
}
/*.header .menu > ul > li .menu-subs.menu-column-4 .list-item > ul > li a:hover {
     background-color: var(--primary-color)12 !important;
    border-radius: 6px;
    width: 100%;
}*/

.header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  .list-item
  > ul
  > li
  a:hover:before,
.header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  .list-item-one
  > ul
  > li
  a:hover:before {
  opacity: 1;
}

.header .menu > ul > li .menu-subs.menu-column-4 .list-item > ul > li a:before,
.header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  .list-item-one
  > ul
  > li
  a:before {
  background: var(--bglight);
  border-radius: 14px;
  bottom: -8px;
  content: "";
  left: -8px;
  opacity: 0;
  position: absolute;
  right: -8px;
  top: -8px;
  transition: opacity 0.2s ease, background 0.2s ease;
  z-index: -1;
}

.header .menu > ul > li .menu-subs.menu-column-4 .list-item ul li a span,
.header .menu > ul > li .menu-subs.menu-column-4 .list-item-one ul li a span {
  padding-bottom: 2px;
  display: block;
  color: #202a3c;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.42857;
}
.header .menu > ul > li .menu-subs.menu-column-4 .list-item ul li a p,
.header .menu > ul > li .menu-subs.menu-column-4 .list-item-one ul li a p {
  margin: 0px;
  /*min-height: 60px;*/
  color: #5b667b;
  font-size: 0.75rem;
  line-height: 1.5;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
.header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  .list-item-one
  > ul
  > li
  > a:hover,
.header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  .list-item
  > ul
  > li
  > a:hover {
  color: var(--primary-color);
}
.header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: #e91e63;
}

.header-item-right a:hover {
  /*color: #e91e63;*/
  background:var(--btn-hovergredient);
  transition: 0.3s;
}

.header .menu > ul > li:hover > a {
  color: var(--primary-color);
  transition: 0.3s;
}

.menu-subs-image {
  background-color: #207def24;
  padding: 10px;
  border-radius: 10px;
}
.menu-subs-image h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
}
.menu-subs-image > p {
  line-height: 24px;
  font-size: 14px;
  color: #484848;
  margin-bottom: 10px;
}
.menu-subs-image a {
  line-height: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 1rem;
    opacity: 1;
    visibility: visible;
  }
}

.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}



@media only screen and (max-width: 991px){
    .header .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    right: 3px;
    background-color: #5444f2;
    padding: 20px 22px;
    border-radius: 4px;
  }
  .header .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 28px;
    height: 2px;
    left: 8px;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .menu-mobile-trigger span:nth-child(1) {
    top: 10px;
  }
  .header .menu-mobile-trigger span:nth-child(2),
  .header .menu-mobile-trigger span:nth-child(3) {
    top: 1.2rem;
  }
  .header .menu-mobile-trigger span:nth-child(4) {
    top: 1.8rem;
  }
  
  
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 0rem;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #fafafa;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  .header .menu.active {
     width:22rem;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
  }
  
  
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i.ion {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  
  
  
  
}




@media only screen and (max-width: 991px) {
  .header-item-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .header-item-left,
  .header-item-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /*.header .menu-mobile-trigger {*/
  /*  position: relative;*/
  /*  display: block;*/
  /*  cursor: pointer;*/
  /*  width: 1.75rem;*/
  /*  height: 1rem;*/
  /*  border: none;*/
  /*  outline: none;*/
  /*  margin-left: 1.25rem;*/
  /*  background: none;*/
  /*  -webkit-transform: rotate(0deg);*/
  /*  -ms-transform: rotate(0deg);*/
  /*  transform: rotate(0deg);*/
  /*  -webkit-transition: 0.35s ease-in-out;*/
  /*  -o-transition: 0.35s ease-in-out;*/
  /*  transition: 0.35s ease-in-out;*/
  /*  right: 3px;*/
  /*  background-color: #5444f2;*/
  /*  padding: 20px 22px;*/
  /*  border-radius: 4px;*/
  /*}*/
  /*.header .menu-mobile-trigger span {*/
  /*  display: block;*/
  /*  position: absolute;*/
  /*  width: 28px;*/
  /*  height: 2px;*/
  /*  left: 8px;*/
  /*  border: none;*/
  /*  outline: none;*/
  /*  opacity: 1;*/
  /*  border-radius: 0.25rem;*/
  /*  background: #fff;*/
  /*  -webkit-transform: rotate(0deg);*/
  /*  -ms-transform: rotate(0deg);*/
  /*  transform: rotate(0deg);*/
  /*  -webkit-transition: 0.25s ease-in-out;*/
  /*  -o-transition: 0.25s ease-in-out;*/
  /*  transition: 0.25s ease-in-out;*/
  /*}*/
  /*.header .menu-mobile-trigger span:nth-child(1) {*/
  /*  top: 10px;*/
  /*}*/
  /*.header .menu-mobile-trigger span:nth-child(2),*/
  /*.header .menu-mobile-trigger span:nth-child(3) {*/
  /*  top: 1.2rem;*/
  /*}*/
  /*.header .menu-mobile-trigger span:nth-child(4) {*/
  /*  top: 1.8rem;*/
  /*}*/
  .header-item-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /*.header .menu {*/
  /*  position: fixed;*/
  /*  top: 0;*/
  /*  left: 0;*/
  /*  width: 22rem;*/
  /*  height: 100%;*/
  /*  z-index: 1099;*/
  /*  overflow: hidden;*/
  /*  background: #fafafa;*/
  /*  -webkit-transform: translate(-100%);*/
  /*  -ms-transform: translate(-100%);*/
  /*  transform: translate(-100%);*/
  /*  -webkit-transition: all 0.5s ease-in-out;*/
  /*  -o-transition: all 0.5s ease-in-out;*/
  /*  transition: all 0.5s ease-in-out;*/
  /*}*/
  
  /*.header .menu.active {*/
  /*  -webkit-transform: translate(0%);*/
  /*  -ms-transform: translate(0%);*/
  /*  transform: translate(0%);*/
  /*}*/
  
  /*.header .menu > ul > li {*/
  /*  display: block;*/
  /*  line-height: 1;*/
  /*  margin: 0;*/
  /*}*/
  /*.header .menu > ul > li > a {*/
  /*  display: block;*/
  /*  line-height: 3.125rem;*/
  /*  height: 3.125rem;*/
  /*  padding: 0 3.125rem 0 1rem;*/
  /*  border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  /*}*/
  /*.header .menu > ul > li > a i.ion {*/
  /*  position: absolute;*/
  /*  font-size: 1.25rem;*/
  /*  line-height: 3.125rem;*/
  /*  top: 0;*/
  /*  right: 0;*/
  /*  width: 3.125rem;*/
  /*  height: 3.125rem;*/
  /*  text-align: center;*/
  /*  -webkit-transform: rotate(-90deg);*/
  /*  -ms-transform: rotate(-90deg);*/
  /*  transform: rotate(-90deg);*/
  /*}*/
  .header .menu .menu-mobile-header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 501;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    border: none;
    color: #121212;
    text-align: center;
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 2.25rem;
    line-height: 3.125rem;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border: none;
    color: #121212;
    text-align: center;
  }
  .header .menu .menu-section {
    /*height: 100%;*/
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    margin-top: 0;
  }
  .header
    .menu
    > ul
    > li
    .menu-subs.menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 1.25rem;
  }
  .header
    .menu
    > ul
    > li
    .menu-subs.menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0rem;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

.header-item-right ul {
  display: flex;
  justify-content: start;
  align-items: center;
}

.header-item-right .header-contact {
  margin-left: 44px;
}

.header-item-right .header-contact a {
  min-width: 109px;
  height: 45px;
  line-height: 43px;
  font-weight: 400;
  background-color: #69ba2d;
  color: #ffffff;
  border-radius: 15px;
  padding: 0 5px;
  transition: ease-in-out 0.6s;
  text-decoration: none;
  border: 1px solid transparent;
  text-align: center;
}

.header-item-right .header-contact a i {
  color: #69ba2d;
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  right: 8px;
}

.header-item-right .header-contact a:hover {
  background-color: #2377d8;
  color: #ffffff;
  text-decoration: none;
}

.header-item-right .header-contact a:hover i {
  color: #2377d8;
}

.menu-subs-footer {
  background-color: #f7f7ff;
  /*position: absolute;*/
  /*bottom: -10px;*/
  /*left: 0px;*/
  width: 100%;
  border-top: solid 1px #e9e9e9;
  border-radius: 0px 0px 10px 10px;
  /*margin-bottom: 20px;*/
}
.menu-subs-footer .menu-btns {
  padding: 10px;
  margin: auto;
  display: flex;
  align-items: center;
  max-width: 1320px;
}
.menu-subs-footer .menu-btns li {
  display: inline-block;
  line-height: 0;
  margin: 0 0 0 10px;
}
.menu-subs-footer .menu-btns li .cta-a {
  /*border: 2px solid #f0eeee;*/
  border-radius: 2rem;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding: 0.5em 1.2em;
  position: relative;
  background: var(--btn-backgredient);
  color: var(--white-color);
}
.menu-subs-footer .menu-btns li .cta-a:hover {
  background: var(--btn-hovergredient);
  /*border: 2px solid #f0eeee;*/
}
.menu-subs-footer .menu-btns li a i {
  position: relative;
  top: 4px;
  left: -6px;
}

.bt_nav_heading {
  color: #74829a;
  display: block;
  font-size: 0.755rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.33;
  margin-bottom: 0;
  margin-top: 0;
  max-width: none;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
.header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  .list-item
  .bt_nav_industries
  li {
  display: inline-block;
  width: 48%;
  padding: 0;
}
.header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  .list-item
  .bt_nav_industries
  li
  a
  > i {
  background-color: transparent;
  padding: 0px;
}
.header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  .list-item-one
  .bt_nav_industries
  li {
  display: inline-block;
  width: 33%;
  padding: 8px 0px;
}
.header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  .list-item-one
  .bt_nav_industries
  li
  a
  > i {
  background-color: var(--bglight);
  padding: 10px 12px;
  height:fit-content;
}

.bt-menu-subs-products li:nth-child(1) a i {
  color: #fff !important;
  background: #73c216 !important;
  -webkit-box-shadow: 0 20px 30px 0 rgba(115, 194, 22, 0.3);
  box-shadow: 0 20px 30px 0 rgba(115, 194, 22, 0.3);
}
.bt-menu-subs-products li:nth-child(2) a i {
  color: #fff !important;
  background: #32b7fc !important;
  -webkit-box-shadow: 0 20px 30px 0 rgba(50, 183, 252, 0.3);
  box-shadow: 0 20px 30px 0 rgba(50, 183, 252, 0.3);
}

.bt-menu-subs-products li:nth-child(3) a i {
  color: #fff !important;
  background: #f75687 !important;
  -webkit-box-shadow: 0 20px 30px 0 rgba(247, 86, 135, 0.3);
  box-shadow: 0 20px 30px 0 rgba(247, 86, 135, 0.3);
}

.bt-menu-subs-products li:nth-child(4) a i {
  color: #fff !important;
  background: #f7ab25 !important;
  -webkit-box-shadow: 0 20px 30px 0 rgba(237, 163, 34, 0.3);
  box-shadow: 0 20px 30px 0 rgba(237, 163, 34, 0.3);
}
.bt-menu-subs-products li:nth-child(5) a i {
  color: #fff !important;
  background: #780000 !important;
  -webkit-box-shadow: 0 20px 30px 0 rgba(160, 0, 0, 0.3);
  box-shadow: 0 20px 30px 0 rgba(160, 1, 1, 0.3);
}




/************back to top **************/

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  color: var(--white-color);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "remixicon" !important;
  content: "\ea75";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--primary-color);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
  color: var(--primary-color);
}

.progress-wrap::before {
  position: absolute;
  font-family: "remixicon" !important;
  content: "\ea75";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
  color: var(--primary-color);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/***********pricing page css *****************/
.price-section {
  background:url(../img/faq-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  padding:5rem 0rem;
}

.bt-price-section {

  overflow: hidden;
  padding: 80px 0px;
}

@media (max-width: 991px) {
  .bt-price-section {
    padding: 80px 0 56px;
  }
}

@media (max-width: 767px) {
  .bt-price-section {
    padding: 60px 0 36px;
  }
}
.bt-section-title {
  padding-bottom: 30px;
}

.bt-section-title .title {
  padding-bottom: 20px;
}

.bt-section-title.center {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.bt-section-title.center.max-width-700 {
  max-width: 700px;
}

.bt-section-title.center.max-width-750 {
  max-width: 750px;
}

.bt-section-title.center.max-width-760 {
  max-width: 760px;
}

.bt-section-title .text2 {
  color: var(--light-color2);
}

.bt-section-title.max600 {
  max-width: 600px;
}

.bt-section-title .max-w700 {
  max-width: 700px;
}

.bt-default-content h2 {
  padding-bottom: 20px;
}

.bt-default-content.pb-35 {
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .bt-default-content.pb-35 {
    padding-bottom: 30px;
  }
}

.bt-default-content.pb-35 p {
  margin-bottom: 30px;
}

.bt-default-content.pb-35 p:last-child {
  margin-bottom: 0;
}

.bt-default-content.pb-35 ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.bt-default-content.pb-35 ul li span {
  font-weight: 500;
}

.bt-default-content.pb-35 ul li:last-child {
  margin-bottom: 0;
}

.bt-default-content.pb-35 ul li::before {
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  content: "";
  position: absolute;
  border-radius: 100px;
  background-color: var(--heading-bg);
}

.bt-default-content.pb-35 .text p span {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.5px;
}

.bt-default-content.pb-35 .text.text2 p {
  margin-bottom: 24px;
}

.bt-default-content.pb-35 .text.text2 p:last-child {
  margin-bottom: 0;
}

.bt-default-content.max-1100 {
  max-width: 1070px;
}

.bt-default-content.max-1100 ul li {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.bt-default-content.max-1100 ul li::before {
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  content: "";
  position: absolute;
  border-radius: 100px;
  background-color: var(--heading-bg);
}

.bt-default-content.max-1100 ul li:last-child {
  margin-bottom: 0;
}

.bt-default-content.max-1100 ul li span {
  font-weight: 500;
}

.bt-default-content.max-1100 .text3 {
  margin-top: 24px;
  max-width: 810px;
}

.bt-default-content.border-b {
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(20, 45, 111, 0.1019607843);
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .bt-default-content.border-b {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(20, 45, 111, 0.1019607843);
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .bt-default-content.border-b {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(20, 45, 111, 0.1019607843);
    margin-bottom: 40px;
  }
}

.bt-default-content .text4 p {
  margin: 0;
  padding-top: 24px;
}

.bt-default-content .text4 ul li {
  font-weight: 500;
}

.bt-default-content.feature-wrap {
  position: sticky;
  top: 110px;
}

@media (max-width: 991px) {
  .bt-default-content.faq-content {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .bt-default-content.faq-content {
    padding-bottom: 30px;
  }
}

/*********contact us page ************/
.contact-page {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
  z-index: 1;
}

.contact-page__google-map {
  position: relative;
  display: block;
  margin-right: 40px;
}

.contact-page__google-map-one {
  position: relative;
  display: block;
  border: none;
  height: 534px;
  width: 100%;
  border-radius: 10px;
  filter: grayscale(100%);
}

.contact-page__form-box {
  position: relative;
  display: block;
  z-index: 2;
  box-shadow: 0px 4px 37px rgba(39, 37, 67, 0.15);
  padding: 25px;
  border-radius: 6px;
  background-color: var(--white-color);
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page__form .input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-page__form .input-box .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.contact-page__form .input-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  font-size: 15px;
}

.contact-page__form .input-box input[type="text"],
.contact-page__form .input-box input[type="tel"],
.contact-page__form .input-box input[type="email"] {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  background-color: var(--white-color);
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-right: 40px;
  font-family: var(--bs-font-sans-serif);
  outline: none;
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
}

.contact-page__form .input-box .select-box {
  width: 100%;
}

.contact-page__form .input-box .select-box select {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  background-color: var(--white-color);
  border: 1px solid #e5e5e5;
  padding-left: 10px;
  padding-right: 40px;
  outline: none;
  font-family: var(--bs-font-sans-serif);
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
  border-radius: 6px;
  float: none;
}

.contact-page__form .input-box textarea {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  background-color: var(--white-color);
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  font-family: var(--bs-font-sans-serif);
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  width: 100%;
  height: 150px;
  padding-top: 11px;
  outline: none;
  resize: none;
}

.contact-page__form .input-box .icon.style2 {
  top: 11%;
  transform: translateY(0%);
}

.contact-page__form-btn {
  position: relative;
  display: block;
}

.contact-page--two {
  position: relative;
  display: block;
  padding: 120px 0px 0px;
  z-index: 1;
}

.contact-page--two__content {
  position: relative;
  display: block;
}

.contact-page--two__content .sec-title {
  padding-bottom: 20px;
}

.contact-page--two__content-text1 {
  position: relative;
  display: block;
}

.contact-page--two__content-text1 p {
  margin: 0;
}

.contact-page--two__content .social-links {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.contact-page--two__content .social-links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  color: var(--primary-color);
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--bs-secondary-color);
}

.contact-page--two__content .social-links a + a {
  margin-left: 10px;
}

.contact-page--two__content .social-links a:hover {
  color: var(--white-color);
  background: var(--primary-color);
}

.contact-page--two__content .social-links a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
}

.contact-page--two .contact-page__form .input-box textarea {
  height: 116px;
}

.contact-page__bottom {
  position: relative;
  display: block;
  margin-top: 120px;
  margin-bottom: 50px;
  z-index: 9999;
}

.contact-page__bottom-inner {
  position: relative;
  display: block;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  padding: 50px 0px 42px;
  border-radius: 3px;
}

.contact-page__bottom-inner ul {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  padding-left:0;
  flex-wrap: wrap;
}

.contact-page__bottom-inner ul li {
  position: relative;
  padding:1rem;
  flex: 1;
  height: stretch;
  min-width: 230px;
}

.contact-page__bottom-inner ul li:last-child {
  margin-right: 0px;
}

.contact-page__bottom-inner ul li::before {
  position: absolute;
  top: 0px;
  right: 0px;
  border-right: 1px solid #e5e5e5;
  content: "";
  height:100%;
}

.contact-page__bottom-inner ul li:last-child:before {
  display: none;
}

.contact-page__bottom-single {
  position: relative;
  display: block;
}

.contact-page__bottom-single .icon {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.contact-page__bottom-single .icon span {
  position: relative;
  display: block;
  color:var(--primary-color);
  font-size: 50px;
  line-height: 50px;
  transition-delay: 0.1s;
  transition: all 500ms ease;
}

.contact-page__bottom-single:hover .icon span {
  transform: rotateY(180deg);
  transition-delay: 0.1s;
}

.contact-page__bottom-single .content {
  position: relative;
  display: block;
}

.contact-page__bottom-single .content h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.contact-page__bottom-single .content p {
  margin: 0;
}

.contact-page__bottom-single .content p a:hover {
  color: var(--primary-color);
}

/***
=============================================
Google Map Two
=============================================
***/
.google-map-two {
  position: relative;
  display: block;
  z-index: 0;
}

.google-map-two__map {
  position: relative;
  display: block;
  border: none;
  height: 550px;
  width: 100%;
}

/*-- blog details style start --*/

.blog-details-section {
  padding: 100px 0px;
  position: relative;
  z-index: 111;
}

.blog-details-content {
  background: var(--white-color);
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog-details-content .blog-details-img {
  border-radius: 15px 15px 0px 0px;
  height: 430px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 6px;
}

.blog-details-content .blog-details-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.blog-details-inner {
  padding: 30px;
}

.blog-details-inner .blog-details-info-list {
  margin-bottom: 27px;
}

.blog-details-inner .blog-details-info-list ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 28px;
}

.blog-details-inner .blog-details-info-list ul li {
  text-transform: uppercase;
}

.blog-details-inner .blog-details-info-list ul li a {
  color: #0095ff;
}

.blog-details-inner .blog-details-info-list ul li span {
  margin-right: 12px;
}

.blog-details-inner .blog-details-headline {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #111111;
  margin-bottom: 20px;
}

.blog-details-inner .blog-text-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 8px;
}

.blog-details-inner .blog-quotation-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 28px;
  margin-top: 42px;
  margin-bottom: 47px;
}

.blog-details-inner .blog-quotation-section .quotation-icon {
  min-width: 20px;
}

.blog-details-inner .blog-quotation-section .quotation-icon img {
  width: 100%;
}

.blog-details-inner .blog-quotation-section h4 {
  font-weight: 500;
  line-height: 40px;
  font-family: "DM Sans", sans-serif;
  font-style: italic;
}

.blog-details-inner .blog-text-list {
  padding: 0;
  list-style: none;
}

.blog-details-inner .blog-text-list li {
  position: relative;
  padding-left: 22px;
  padding-bottom: 8px;
}

.blog-details-inner .blog-text-list li:last-child {
  padding-bottom: 0;
}

.blog-details-inner .blog-text-list li:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: rgba(0, 206, 201, 0.4);
  position: absolute;
  left: 0px;
  top: 12px;
}

.blog-details-inner .blog-tag-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 47px;
}

.blog-details-inner .blog-tag-section ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-details-inner .blog-tag-section ul li {
  padding: 7px 22px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-details-inner .blog-tag-section ul li:hover {
  color: #0095ff;
  border: 1px solid #0095ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-details-inner .blog-tag-section button {
  padding: 8px 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 12px;
  column-gap: 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  color: #444444;
}

.latest-blog-section {
  padding: 140px 0px;
}

.latest-blog-section .latest-blog-content {
  padding-right: 20px;
}

.letest-blog-card {
  background: var(--white-color);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.letest-blog-card .letest-blog-img {
  min-height: 220px;
  width: 100%;
}

.letest-blog-card .letest-blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner {
  padding: 21px 29px;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner h5 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #444444;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner h5 span {
  color: #0095ff;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner h4 {
  margin-bottom: 11px;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner h4 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #111111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner h4 a:hover {
  color: #0095ff;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner p {
  margin-bottom: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner a {
  color: #0095ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner a img {
  margin-left: 11px;
}

.letest-blog-card .letest-blog-catd-title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.letest-blog-search-section {
  padding: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.letest-blog-search-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.letest-blog-search-section form input {
  border: none;
  outline: none;
  width: 80%;
}

.letest-blog-search-section form button {
  background-color: transparent;
  border: none;
}

.categories-list {
  padding: 22px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.categories-list ul {
  padding: 0;
  list-style: none;
}

.categories-list ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #444444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.categories-list ul li a:hover {
  color: #0095ff;
}

.recent-post-section {
  padding: 22px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.recent-post-section ul {
  padding: 0;
  list-style: none;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recent-post-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 19px;
}

.recent-post-section ul li .recent-post-img {
  min-height: 80px;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
}

.recent-post-section ul li .recent-post-img img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.recent-post-section ul li .recent-post-text .blog-date {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
  margin-bottom: 8px;
}

.recent-post-section ul li .recent-post-text h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}

.recent-post-section ul li .recent-post-text h5 a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.recent-post-section ul li .recent-post-text h5 a:hover {
  color: #0095ff;
}

.post-tags-section {
  padding: 22px 30px 30px 30px;
}

.post-tags-section ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.post-tags-section ul li {
  border-radius: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.post-tags-section ul li a {
  font-size: 14px;
  font-style: italic;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 45px;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  display: block;
  padding: 0 20px;
}

.post-tags-section ul li a:hover {
  color: #0095ff;
  border: 1px solid #0095ff;
}

/*-- blog details style end --*/

.description {
  width: 100%;
  margin-top: 0;
  margin-left: 1rem;
  margin-bottom: 3rem;
}

.bt-collaborate-card {
  color: inherit;
  cursor: pointer;
  width: 100%;
  height: 400px;
  min-height: 400px;
  perspective: 1000px;
  position: relative;
}

.bt-collaborate-card .front,
.bt-collaborate-card .back {
  display: inline;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  text-align: left;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
  padding: 2rem 1rem;
}

.bt-collaborate-card .front {
  background-size: cover;

  font-size: 1.618rem;
  font-weight: 600;
  overflow: hidden;
  background: #fff3eb;
  border-bottom: solid 3px #f47920;
}
.front img {
  background-image: linear-gradient(
    rgb(255, 211, 165) 0px,
    rgb(253, 101, 133) 100%
  );
  box-shadow: rgba(251, 104, 178, 0.17) 0px 15px 25px 0px;
  width: 95px;
  height: 95px;
  border-radius: 100px;
  padding: 18px;
  display: block;
  margin-bottom: 20px;
}
.bt-collaborate-main:nth-child(2) .bt-collaborate-card .front img {
  background-image: linear-gradient(180deg, #81fbb8 0, #28c76f 100%);
  box-shadow: 0 15px 25px 0 rgba(104, 251, 151, 0.17);
}
.bt-collaborate-main:nth-child(3) .bt-collaborate-card .front img {
  background-image: linear-gradient(180deg, #ee9ae5 0, #5961f9 100%);
  box-shadow: 0 15px 25px 0 rgba(203, 104, 251, 0.17);
}
.bt-collaborate-main:nth-child(4) .bt-collaborate-card .front img {
  background-image: linear-gradient(180deg, #00e9f0 0, #0096ff 100%);
  box-shadow: 0 15px 25px 0 rgba(104, 218, 251, 0.17);
}

.bt-collaborate-card .front > span,
.bt-collaborate-card .back > span {
  font-weight: bold;
  font-size: 28px;
}
.bt-collaborate-card .front > p,
.bt-collaborate-card .back > p {
  font-size: 18px;
  font-weight: normal;
}
.bt-collaborate-main:nth-child(2) .bt-collaborate-card .front {
  background-color: #e8f5ee;
  border-bottom-color: #02b875;
}
.bt-collaborate-main:nth-child(3) .bt-collaborate-card .front {
  background-color: #eee8f5;
  border-bottom-color: #7540ab;
}
.bt-collaborate-main:nth-child(4) .bt-collaborate-card .front {
  background-color: #e8f3f5;
  border-bottom-color: #2ec1d6;
}

.bt-collaborate-card:hover .front {
  transform: rotateY(180deg);
}
.bt-collaborate-card:nth-child(even):hover .front {
  transform: rotateY(-180deg);
}

.back {
  background: #fff;
  transform: rotateY(-180deg);
  padding: 0 2em;
}
.back .button {
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
}
.back .button:before {
  box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25);
  background-color: rgba(26, 87, 230, 0.25);
}
.bt-collaborate-card:hover .back {
  transform: rotateY(0deg);
}
.bt-collaborate-card:nth-child(even) .back {
  transform: rotateY(180deg);
}
.bt-collaborate-card:nth-child(even) .back .button {
  background: linear-gradient(135deg, #e61a80, #e61a3c);
}
.bt-collaborate-card:nth-child(even) .back .button:before {
  box-shadow: 0 0 10px 10px rgba(230, 26, 60, 0.25);
  background-color: rgba(230, 26, 60, 0.25);
}
.bt-collaborate-card:nth-child(even):hover .back {
  transform: rotateY(0deg);
}
.bt-collaborate-card ul {
  padding: 10px 0px;
  display: inline-block;
}

.bt-collaborate-card ul li {
  padding: 5px 0px 5px 30px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  position: relative;
}

.bt-collaborate-card ul li:after {
  content: "";
  width: 100%;
  background: url(../img/check.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  background-size: 100%;
}
.bz-foursection__right-list li:after {
  background:none !important;
}

.bt-collaborate-card ul li .bt-btn1 {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.bt-collaborate-card .card-bottom {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 30px;
  margin: 20px 0 0;
  border-top: solid 1px #fff;
  padding: 1rem 1rem 0rem 1rem;
}
.bt-collaborate-card .card-bottom h3 {
  width: 100%;
  margin: 0 0 5px;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  color: rgba(5, 22, 77, 0.8);
  margin-bottom: 0px;
}
.bt-collaborate-card .card-bottom .prod {
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(5, 22, 77, 0.8);
  font-weight: 600;
}

.bz-foursection {
  padding: 100px 0px;
}

.bz-foursection .bz-services-title {
  max-width: 1000px;
  margin: 0px auto;
  line-height: 46px;
  font-weight: bold;
}

.bz-foursection-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  /*background: #008fd5;*/
  background: var(--btn-backgredient);
  box-shadow: 0 10px 30px 0 rgba(0, 143, 213, 0.27);
  border-radius: 50%;
  margin-bottom: 20px;
}
.bz-foursection-img img {
  width: 30px;
  height: 30px;
}

.bt-foursection_right_two .bz-foursection-img {
  background: #ffbd0e;
  box-shadow: 0 10px 30px 0 rgba(255, 189, 14, 0.3);
}

.bt-foursection_right_two .bz-foursection__right-list li:before {
  background: url(../img/feature-arrow-four.svg) no-repeat center center;
}

.bt-foursection_right_three .bz-foursection-img {
  background: #ffbd0e;
  box-shadow: 0 10px 30px 0 rgba(255, 189, 14, 0.3);
}

.bt-foursection_right_three .bz-foursection__right-list li:before {
  background: url(../img/feature-arrow-four.svg) no-repeat center center;
}

.bt-foursection_right_two .bz-foursection-img {
  background: #ffbd0e;
  box-shadow: 0 10px 30px 0 rgba(255, 189, 14, 0.3);
}

.bt-foursection_right_two .bz-foursection__right-list li:before {
  background: url(../img/feature-arrow-four.svg) no-repeat center center;
}
.bt-foursection_right_three .bz-foursection-img {
  background: #2ecc71;
  box-shadow: 0 10px 30px 0 rgba(46, 204, 113, 0.29);
}

.bt-foursection_right_three .bz-foursection__right-list li:before {
  background: url(../img/feature-arrow-five.svg) no-repeat center center;
}

.bt-foursection_right_four .bz-foursection-img {
  background: #6c75ff;
  box-shadow: 0 10px 30px 0 rgba(108, 117, 255, 0.3);
}

.bt-foursection_right_four .bz-foursection__right-list li:before {
  background: url(../img/feature-arrow-six.svg) no-repeat center center;
}

.bz-foursection__right-title {
  font-weight: bold;
  font-size: 32px;
}
.bz-foursection__right-text {
  font-size: 18px;
  line-height: 30px;
}
.bz-foursection__right-list {
  margin: 0px;
  padding: 0px;
}

.bz-foursection__right-list li {
  position: relative;
  padding: 5px 0 5px 30px;
  font-size: 18px;
}
.bz-foursection__right-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  background: url(../img/feature-arrow-one.svg) no-repeat center center;
  background-size: contain;
}

.bz-foursection__left-img {
  position: relative;
}

.bz-foursection__left-img::before {
  content: "";
  position: absolute;
  top: -12rem;
  left: -12rem;
  width: 1000px;
  height: 1000px;
  background: url(../img/background-gradient.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.bz-workwedo {
  /*background:linear-gradient(to bottom, rgb(240 255 255), rgba(182, 239, 242, 1));*/
  /* background: url(../img/software-bg.webp) no-repeat center center; */
  padding: 100px 0px;
  /* background-color: #133a5b; */
  background: linear-gradient(
    173deg,
    rgba(4, 29, 59, 1) 0%,
    rgba(8, 50, 93, 1) 59%,
    rgba(11, 64, 110, 1) 100%
  );
  position: relative;
  z-index: 0;
}


.bz-workwedo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/backimg.webp);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.4;
  z-index: -1;
}




.bz-workwedo .bz-services-title {
  max-width: 600px;
  color: var(--bs-body-bg);
  margin: auto;
  font-weight: bold;
}

.header-item-right-m {
  display: none;
}

@media screen and (max-width: 767px) {
    .header-item-right {
        display: none;
    }
}

@media screen and (max-width: 991px) {
  .header-item-right-m {
    display: block;
  }
  
  .header-item-right-m ul {
    margin: 0px;
    padding: 12px;
  }
  .header-item-right-m ul li {
    padding: 10px 0px;
    width: 100%;
    display: inline-block;
  }
  .header-item-right-m ul li .bt-btn1 {
    width: 100%;
    text-align: center;
  }
  .header-item-left .brand img {
    max-width: 150px !important;
  }
  .bt-customer-right .bg-img {
    display: none;
  }
  .feature-img__wrap figure img {
    max-width: 100%;
  }
  /*.bt-btn2 {*/
  /*  margin-top: 15px;*/
  /*}*/
  .header-item-center .bt-btn2 {
    margin-top: 0px;
  }
  .bt-pricing-grid {
    display: inherit;
  }
  .bt-pricing-card {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bt-pricing-card:not(:first-child) {
    border-left: 0;
  }
  .bt-pricing-card:not(:last-child) {
    border-bottom: 1px solid #0000001a;
  }
  .bt-pricing-card:first-child {
    border-radius: 30px 30px 0 0;
  }
  .bt-pricing-card:nth-child(3) {
    border-radius: 0 0 0 0;
  }
  .bt-pricing-card:last-child {
    border-radius: 0 0 30px 30px;
    border: 1px solid #0000001a;
    border-left: 1px solid #0000001a;
  }
  .bt-pricing-info {
    gap: 10px;
  }
  .bt-pricing-info .list {
    gap: 10px;
  }
  .bt-pricing-info-right {
    gap: 20px;
  }
  .bt-pricing-info-right a {
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .bz-logos_numbers {
    grid-template-columns: repeat(2, 150px);
  }
}

.accordion-tab-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100px;
  background: #003852;
}

.accordion {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: start;
  margin-bottom: 56px;
}

.accordion-tabs {
  display: none;
}
.accordion-tabs :focus {
  outline: none;
}
.accordion-tabs ul {
  margin: 0;
  padding: 0;
}
.accordion-tabs ul > li {
  position: relative;
  font-weight: 500;
}
.accordion-tabs ul > li:hover {
  background-color: #ff346512 !important;
  border-radius: 6px;
}
.accordion-tabs ul > li > img {
  background-color: #fff0f4;
  padding: 8px;
  border: solid 1px #ff34654a;
  width: 40px;
  border-radius: 6px;
  position: absolute;
  left: 5px;
  top: 6px;
}

.accordion-item {
  border-bottom: 1px solid #c1d7e2;
}
.accordion-item:last-child {
  border: none;
}
.accordion-item__label {
  position: relative;
  margin: 0;
  padding: 20px;
  cursor: pointer;
  transition: padding 0.2s ease;
}
.accordion-item__label::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  opacity: 1;
  transition: opacity 0.1s ease;
  border-radius: 2px;
  border: 5px solid transparent;
  border-color: transparent #003852 #003852 transparent;
}
.accordion-item__label:hover {
  background: #c1d7e2;
}
.accordion-item__container {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}

.accordion-active .accordion-item__label {
  padding-bottom: 0;
  color: #003852;
  cursor: inherit;
}
.accordion-active .accordion-item__label:hover {
  background: none;
}
.accordion-active .accordion-item__label::after {
  opacity: 0;
}
.accordion-active .accordion-item__container {
  height: auto;
  padding: 20px;
  opacity: 1;
}
.accordion-active .accordion-item__container p,
.accordion-active .accordion-item__container h1,
.accordion-active .accordion-item__container h2,
.accordion-active .accordion-item__container h3,
.accordion-active .accordion-item__container h4,
.accordion-active .accordion-item__container h5,
.accordion-active .accordion-item__container h6 {
  color: #7baac1;
}
.accordion-active .accordion-item__container p:first-child,
.accordion-active .accordion-item__container h1:first-child,
.accordion-active .accordion-item__container h2:first-child,
.accordion-active .accordion-item__container h3:first-child,
.accordion-active .accordion-item__container h4:first-child,
.accordion-active .accordion-item__container h5:first-child,
.accordion-active .accordion-item__container h6:first-child {
  margin-top: 0;
}
.accordion-active .accordion-item__container p:last-child,
.accordion-active .accordion-item__container h1:last-child,
.accordion-active .accordion-item__container h2:last-child,
.accordion-active .accordion-item__container h3:last-child,
.accordion-active .accordion-item__container h4:last-child,
.accordion-active .accordion-item__container h5:last-child,
.accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .accordion-tabs {
    display: flex;
    border-right: solid 1px #d2e2ea;
    width: 28%;
  }
  .accordion-tabs .accordion-tab {
    flex: 1;
    padding: 0px 30px 0px 60px;
    font: inherit;
    border: none;
    cursor: pointer;
    color: #003852;
    background-color: transparent;
    transition: background 0.1s ease;
    font-size: 16px;
  }

  .accordion-tabs .accordion-tab:last-child {
    border-right: 0;
  }
  .accordion-tabs .accordion-tab.accordion-active {
    color: #006b99;
    background: #fafafa;
  }

  .accordion-item {
    display: none;
    min-height: 260px;
    padding: 0px 15px;
    border: none;
    background: #fafafa;
  }
  .accordion-item__label,
  .accordion-item__container {
    padding: 0;
    transition: inherit;
  }
  .accordion-item__label {
    margin-bottom: 20px;
  }
  .accordion-item.accordion-active {
    display: block;
  }
  .accordion-item.accordion-active .accordion-item__container {
    padding: 0;
  }
}

.accordion-content {
  width: 72%;
}
.accordion-item__label {
  position: relative;
  padding: 10px 0px 0px 60px;
  font-size: 14px;
  font-weight: 500;
  color: #003852;
  cursor: pointer;
  transition: background 0.1s ease;
  border-bottom: solid 1px #cccccc61;
  line-height: 22px;
}

.accordion-item__label span {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 0px;
  font-weight: 500;
}
.accordion-item__label img {
  background-color: #fff0f4;
  padding: 8px;
  border: solid 1px #ff34654a;
  width: 46px;
  border-radius: 6px;
  position: absolute;
  left: 5px;
  top: 6px;
}
.accordion-item__container > ul {
  padding: 0px;
  margin: 0px;
}
.accordion-item__container > ul > li {
  width: 33%;
  display: inline-block;
}
.accordion-item__container > ul > li > a {
  line-height: 26px;
  font-size: 13px;
  padding: 8px 15px;
  display: block;
}
.accordion-item__container > ul > li > a:hover {
  background-color: #ff346512 !important;
  border-radius: 6px;
}
.accordion-item__container > ul > li span {
  display: block;
  color: #202a3c;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.42857;
}

.panel {
  margin: 0 auto;
  min-height: 300px;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}

.prodvity-card {
  border: 1px solid #287bc7;
  border-radius: 10px;
  padding: 25px;
  background: linear-gradient(180deg, #10395e 0%, #2177c4 171.89%);
  /* display: flex;
  flex-direction: column;
  gap: 20px; */
  position: relative;
}

.prodvity-card::before {
  position: absolute;
  content: '';
  background-color: #ea7017;
  height: 6px;
  width: 7px;
  top: 20px;
  left: -8px;
  border-radius: 4px 0 0 0;
}

.prodvity-card ul {
  list-style: none;
  margin-bottom: 0;
  padding-top: 94px;
}

.prodvity-card ul li {
  color: #fff;
  position: relative;
  line-height: 1.4;
}

.prodvity-card ul li::before {
  content: '';
  height: 22px;
  width: 22px;
  top: 0;
  left: -34px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-circle-check"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path d="M9 12l2 2l4 -4" /></svg>');
  position: absolute;
}

.prodvity-card ul li:not(:last-child) {
  margin-bottom: 10px;
}

.prod-head .svgicon {
  padding: 4px;
  /* border: 1px solid #287bc7; */
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.prod-head {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #f47920;
  padding: 8px 60px 8px 20px;
  position: absolute;
  top: 25px;
  left: -8px;
  border-radius: 2px 0 0 2px;
  clip-path: polygon(100% 0%, 93% 49%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.prod-head .prod-title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}















.panel .bt_front,
.panel .bt_back {
  text-align: left;
}

.panel .bt_front {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 900;
  text-align: left;
  width: 100%;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.panel .bt_back {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.panel.flip .bt_front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.panel.flip .bt_back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
.bt_box1 {
  background: linear-gradient(180deg, #fff6dd 0%, #ffe194 100%);
  margin: 0 auto;
  padding: 20px 20px 0px 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.bt_box2 {
  background-color: #fff6dd;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.bt_card_img {
  background-color: #ffffffc7;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 10px;
}
.bt_card_heading {
  display: inherit;
  font-size: 24px;
  font-weight: bold;
  color: #b86300;
  padding: 0px 0px 10px 0px;
}
.bt_block_hover_card_subtitle {
  margin-block-end: 1.1rem;
  text-transform: uppercase;
  color: #b86300;
  padding-bottom: 10px;
}
.bt_box2 .bt-btn1 {
  padding: 8px 40px 8px 15px;
}
.list__list-element {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.list__list-element li {
  position: relative;
  padding: 10px 0px 10px 30px;
}

.list__list-element li::before {
  content: url(../img/checks.svg);
  position: absolute;
  left: 0px;
  top: 8px;
  width: 20px;
  height: 20px;
  inset-inline-start: 0;
  margin-block-end: 1.25rem;
  background-color: #ffc837;
  border-radius: 50%;
  line-height: 0.125rem;
}

.bt_card_image {
  width: 100%;
  max-height: 280px;
  box-shadow: rgba(255, 200, 55, 0.2) 0px 7px 29px 0px;
  border-radius: 20px 20px 0px 0px;
}

.bg-consulting {
  background: linear-gradient(180deg, #fff0f4 0%, #eca7c8 100%);
}
.bg-it {
  background: linear-gradient(180deg, #e6f7ff 0%, #99d4ff 100%);
}
.bg-software {
  background: linear-gradient(180deg, #e6fff8 0%, #80e5cc 100%);
}
.bg-finance {
  background: linear-gradient(180deg, #e6fff2 0%, #7fe5a4 100%);
}
.bg-architecture {
  background: linear-gradient(180deg, #fff2ec 0%, #ffb999 100%);
}

.bg-consulting .bt_card_img {
  background-color: #fff0f4c7;
}
.bg-consulting .bt_card_heading {
  color: rgb(133, 4, 66);
}
.bg-consulting .bt_card_image {
  box-shadow: rgba(133, 4, 66, 0.2) 0px 7px 29px 0px;
}
.bg-consulting_back {
  background-color: #fff0f4 !important;
}
.bg-consulting_back .bt_block_hover_card_subtitle {
  color: #850442;
}
.bg-consulting_back .list__list-element li {
  color: #850442;
}
.bg-consulting_back .list__list-element li::before {
  background-color: #850442;
}

.bg-it .bt_card_img {
  background-color: #fff0f4c7;
}
.bg-it .bt_card_heading {
  color: #0062bd;
}
.bg-it .bt_card_image {
  box-shadow: rgba(0, 98, 189, 0.2) 0px 7px 29px 0px;
}
.bg-it_back {
  background-color: #e0f6ff !important;
}
.bg-it_back .bt_block_hover_card_subtitle {
  color: #0062bd;
}
.bg-it_back .list__list-element li {
  color: #0062bd;
}
.bg-it_back .list__list-element li::before {
  background-color: #0062bd;
}

.bg-software.bt_card_img {
  background-color: #fff0f4c7;
}
.bg-software .bt_card_heading {
  color: #006b6b;
}
.bg-software .bt_card_image {
  box-shadow: rgba(0, 107, 107, 0.2) 0px 7px 29px 0px;
}
.bg-software_back {
  background-color: #d2fffa !important;
}
.bg-software_back .bt_block_hover_card_subtitle {
  color: #006b6b;
}
.bg-software_back .list__list-element li {
  color: #006b6b;
}
.bg-software_back .list__list-element li::before {
  background-color: #006b6b;
}

.bg-finance .bt_card_img {
  background-color: #fff0f4c7;
}
.bg-finance .bt_card_heading {
  color: #004f32;
}
.bg-finance .bt_card_image {
  box-shadow: rgba(0, 79, 50, 0.2) 0px 7px 29px 0px;
}
.bg-finance_back {
  background-color: #e6f9ed !important;
}
.bg-finance_back .bt_block_hover_card_subtitle {
  color: #004f32;
}
.bg-finance_back .list__list-element li {
  color: #004f32;
}
.bg-finance_back .list__list-element li::before {
  background-color: #004f32;
}

.pricing-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  /*padding: 2rem;*/
  transition: all 0.3s ease;
  background: #fff;
}

.change-box {
  border: unset!important;
  border-radius: unset !important;
  box-shadow: none!important;
  grid-template-columns: unset!important;
}



.pricing-card:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.btn-custom {
  background-color: var(--primary-color-hover);
  color: #fff;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  display: inline-block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  max-height: 3.75rem;
  margin-top: 1.5rem;
}
.btn-custom:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.btn-custom-2 {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  display: inline-block;
  text-align: center;
  margin-top: 1.5rem;
}
.feature-list {
  margin-top: 1rem;
  padding-left: 0;
  list-style: none;
}
.feature-list li {
  font-size: 0.875rem;
  line-height: 1.42;
  margin-bottom: 0;
  text-align: left;
  padding: 0.3rem 0rem 0.3rem 1.8rem;
  position: relative;
}

.feature-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  background: url(../img/feature-arrow-one.svg) no-repeat center center;
  background-size: contain;
}

.bt_top {
  min-height: 15.8rem;
}
.bt_top-heading {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.bt-price-heading-style {
  color: #202a3c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0;
}
.pricing-card .text-muted {
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875rem;
}
.text-size-regular {
  color: #2e4156;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.bt_divider {
  background-color: #ececfe;
  height: 1px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  width: 100%;
}
.heading-style-2 {
  color: #202a3c;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.17;
  margin-bottom: 0;
  margin-top: 0;
  white-space: pre-wrap;
}
.text-size-regular.text-color-gray-600 {
  color: #5b667b;
}

.text-size-small {
  font-size: 0.875rem;
  line-height: 1.42;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  min-height: 1rem;
}
.bt-heading-s {
  color: #202a3c;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  display: inherit;
}

.bt_pricing_top-row {
  z-index: 9;
  grid-column-gap: 1.25rem;
  grid-row-gap: 0;
  background-color: #fff;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  max-width: none;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  position: sticky;
  top: 1px;
  display: grid;
}
.pricing_top-row-content {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 1.5rem;
  text-align: center;
}
.pricing_top-row-content.bt-light {
  background-color: #fff;
  border: 1px solid #ececfe;
  border-radius: 1rem;
  box-shadow: 0 10px 30px 0 #746fff1a;
}
.pricing_top-row-content.bt-pink {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 1rem;
  box-shadow: 0 10px 30px 0 #746fff1a;
}
.pricing_top-row-content.bt-dark {
  background-color: #0d0536;
  border: 1px solid #0d0536;
  border-radius: 1rem;
  box-shadow: 0 10px 30px 0 #746fff1a;
}
.heading-style-h5 {
  color: #202a3c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0;
}
.margin-xsmall {
  margin: 1rem 0rem;
}
.pricing_top-row-price {
  color: var(--primary-color);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
.pricing_top-row-price-month {
  color: #5b667b;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}
.pricing-bottom-row {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  margin-top: 0.25rem;
}

.bt-small.pricing-btn {
  border-color: hsl(345, 100%, 98%);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.43;
  background-color: #fff;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
}
.bt-small.pricing-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.heading-style-h5.text-white {
  color: #fff;
}
.pricing_top-row-price.bt-white {
  color: #fff;
}

.pricing_top-row-price.bt-white {
  color: #fff;
}
.pricing_top-row-price.bt-white .pricing_top-row-price-month {
  color: #fff;
}
.bt-white.pricing-bottom-row {
  color: #fff;
}
.pricing-btn_transparent {
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.43;
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  padding: 0.5rem 1.25rem;
}

.bt-feature-section {
  padding: 80px 0px;
  position: relative;
}

.bt_entire {
  z-index: 10;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  align-items: center;
  display: flex;
  margin-top: 0.5rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.bt_pricing_small_heading {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 1.125rem;
  line-height: 1.44;
  margin-bottom: 0;
  display: block;
}
.pricing_embed-wrapper {
  position: relative;
  top: 5px;
}
.bt_pricing_row {
  grid-column-gap: 0;
  grid-row-gap: 0;
  align-items: stretch;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  display: grid;
}
.bt_pricing_row.bt_bg_color_light {
  background-color: #1f7cef12;
  border-radius: 0.5rem;
}
.bt_pricing_feature {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pricing_row_content.bt_right_border {
  border-right: 1px solid #f5e1e5;
}
.pricing_row_content {
  align-items: center;
  display: flex;
  font-weight: 600;
  justify-content: center;
  padding: 1.375rem 1.5rem;
  text-align: center;
  font-size: 0.875rem;
}
.pricing_row_content i {
  height: 1.25rem;
  width: 1.25rem;
  color: var(--primary-color);
  font-size: 1rem;
}

.bt_tooltip-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.bt_tooltip-wrap {
  position: absolute;
  bottom: 125%; /* place above the icon */
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary-color);
  color: #fff;
  padding: 8px 12px;
  border-radius: 0.3125rem;
  text-align: center;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
  font-weight: 600;
  line-height: 20px;
  z-index: 1;
  font-size: 14px;
  width: 300px;
}

.bt_tooltip-button:hover .bt_tooltip-wrap {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -4px);
}

.bt_tooltip-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--primary-color) transparent transparent transparent;
}

.billing-toggle .toggle-label {
  font-weight: 600;
  color: #aaa;
  transition: color 0.2s ease, font-weight 0.2s ease;
}

.billing-toggle .toggle-label.active {
  color: #000;
  font-weight: 700;
}

.form-check-input {
  width: 2.5em;
  height: 1.3em;
  cursor: pointer;
  background-color: #ddd;
  border: none;
}

.form-check-input:checked {
  background-color: #7b5cfa; /* purple like screenshot */
  border-color: #7b5cfa;
}

.switch-btn {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
}

.switch-btn input {
  opacity: 0;
  width: 0;
  height: 0;
}

.bt_price_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.bt_price_slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .bt_price_slider {
  background-color: var(--primary-color); /* Green */
}

input:checked + .bt_price_slider:before {
  transform: translateX(36px);
}

/* Labels */
.switch-labels {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-weight: bold;
}
.bt_price_addons_section {
  padding: 80px 0px;
  position: relative;
  background-color: #ffedf1;
}

.bt_addon_card {
  background: #fdfdff;
  border: 1px solid #ffd4de;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 30px 0 #746fff1a;
  margin-bottom: 25px;
}
.bt_addon_card .icon {
  font-size: 24px;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.bt_addon_card .title {
  color: #202a3c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
  margin-top: 0;
}
.bt_addon_card .subtitle {
  color: #555;
  font-size: 14px;
  margin-bottom: 15px;
}
.bt_addon_card .price {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--primary-color);
  margin-bottom: 8px;
}
.bt_addon_card .per {
  font-size: 14px;
  color: #777;
}
.bt_addon_card .feature {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-top: 10px;
  color: #333;
}
.bt_addon_card .feature::before {
  content: "\eb80";
  color: var(--primary-color);
  margin-right: 8px;
  font-family: remixicon !important;
}
.bt_addon_card hr {
  border: none;
  border-top: 1px solid #ffd4de;
  margin: 10px 0;
}

.bt_price_key_features {
  padding: 5rem 0rem;
  position: relative;
}
.bt_price_key_features h2 {
  max-width: 800px;
  margin: 0 auto;
}

.bt_price_key_features .card-feature,
.bt_security_val_sec .card-feature,
.bt_security_val_sec .card-feature,
.bt_security_val_sec .card-feature {
  align-items: stretch;
  background-color: #fff;
  border: 1px solid #ececfe;
  border-radius: 1rem;
  box-shadow: 0 10px 30px #746fff1a;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 1.5rem;
  font-size: 1.1rem;
  position: relative;
  min-height: 300px;
}

.bt_price_key_features .card-feature .img-wrapper,
.bt_security_val_sec .card-feature .img-wrapper {
  width: 58px;
  height: 58px;
  background-color: #ffd1dc;
  border: solid 2px #fff;
  position: relative;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 30px;
  z-index: 99;
  text-align: center;
  line-height: 58px;
  margin-left: 6px;
  margin-top: 10px;
}

.bt_price_key_features .card-feature .img-wrapper::before,
.bt_security_val_sec .card-feature .img-wrapper::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  border: solid 10px #f1eefe;
  left: -12px;
  top: -12px;
  z-index: 1;
  border-radius: 1rem;
}

.bt_price_key_features .card-feature .img-wrapper img {
  width: 30px;
  height: 30px;
}
.bt_price_key_features .card-feature .img-wrapper > i {
  color: var(--primary-color);
  font-size: 30px;
  line-height: 38px;
}
.bt_price_key_features .card-feature .feature-number {
  position: absolute;
  right: 0px;
  font-size: 70px;
  font-weight: bold;
  right: 20px;
  top: 0;
  opacity: 0.1;
  color: #f03d7e;
}
.bt_security_val_sec .card-feature .img-wrapper {
  width: 58px;
  height: 58px;
  background-color:#c0b1fff7;
  border: solid 2px #fff;
  position: relative;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 30px;
  z-index: 99;
  text-align: center;
  line-height: 58px;
  margin-left: 6px;
  margin-top: 10px;
}

.bt_price_key_features .card-feature .img-wrapper::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  border: solid 10px #fbd0db73;
  left: -12px;
  top: -12px;
  z-index: 1;
  border-radius: 1rem;
}

.bt_price_key_features .card-feature .img-wrapper img {
  width: 30px;
  height: 30px;
}

.bt_price_key_features .card-feature a span {
  font-size: 17px;
  color: #202a3c;
  font-weight: 500;
}

.bt_price_key_features .card-feature .img-wrapper {
  width: 58px;
  height: 58px;
  background-color: #532ef43b;
  border: solid 2px #fff;
  position: relative;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 30px;
  z-index: 99;
  text-align: center;
  line-height: 58px;
  margin-left: 6px;
  margin-top: 10px;
}

.bt_price_key_features .card-feature .img-wrapper::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  border: solid 10px #d7cffc5c;
  left: -12px;
  top: -12px;
  z-index: 1;
  border-radius: 1rem;
}

.bt_price_key_features .card-feature .img-wrapper img {
  width: 30px;
  height: 30px;
}

.bt_remote_img img {
  max-width: 100%;
}

.bt_remote_features {
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
  background-color: #f7f7ff;
  padding: 5rem 0rem;
}
.bt_remote_features .bt_remote_feature_content{
    text-align:left;
}
.bt_remote_feature_box {
  background-color: #fff;
  border: 1px solid #ececfe;
  border-radius: 1rem;
  box-shadow: 0 10px 30px #746fff1a;
  display: flex;
  justify-content: space-between;
  padding: 1.2rem;
}
.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.industry-card {
  border: 1px solid rgb(255 52 101 / 10%);
  border-radius: 0.75rem;
  box-shadow: 0 10px 20px 0 rgb(83 70 248 / 12%);
  background-color: var(--bs-body-bg);
  padding: 1rem;
  transition: all 0.2s ease-in-out;
  border: solid 2px transparent;
}
.industry-card:hover {
  box-shadow: 0 10px 20px 0 rgb(83 70 248 / 12%);
  transform: translateY(-3px);
  border: solid 2px var(--primary-color);
}
.industry-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 0.75rem;
}
.industry-list {
  padding: 0rem;
  margin: 0rem;
  list-style: none;
}
.industry-list li {
  list-style: none;
  align-items: start;
  background-color: #fbfbff;
  border: 1px solid #ececfe;
  border-radius: 0.5rem;
  display: flex;
  justify-content: start;
  padding: 1rem;
  margin: 0.5rem 0rem;
}
.industry-list i {
  color: var(--primary-color);
  margin-right: 8px;
}

.industry-list-one {
  padding: 0rem;
  margin: 2rem 0rem 0rem;
  list-style: none;
}
.industry-list-one li {
  list-style: none;
  align-items: start;
  display: flex;
  justify-content: start;
  margin: 0.5rem 0rem;
  font-size: 1rem;
}
.industry-list-one i {
  color: var(--primary-color);
  margin-right: 8px;
}
.bt_width_large {
  margin-bottom: 3rem;
}
.bt_remote_feature_content > i {
  position: relative;
  top: 4px;
  margin-right: 5px;
  color: var(--primary-color);
}

.bt_remote_feature_content span {
  color: #202a3c;
  font-size: 1rem;
}

.bt-heading-h5 {
  color: #202a3c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0.75rem 0rem;
  display: inline-block;
}
.bt_heading-h1 {
  color: #202a3c;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.17;
  margin-bottom: 0;
  margin-top: 0;
  display: inherit;
}
.bt_heading-h2 {
  color: #202a3c;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.17;
  margin-bottom: 0;
  margin-top: 0;
  display: inherit;
}
.bt-text-size-r {
  color: #2e4156;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.bt_short_heading {
  color: var(--primary-color);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  text-align: left;
  text-transform: uppercase;
}
.bt_short_subheaing {
  max-width: 800px;
  margin: auto;
  padding-bottom: 40px;
}
.bt-list-unstyled {
  margin-left: 0;
  padding-left: 0;
}

.bt-list-unstyled li {
  list-style: none;
  padding-left: 0;
  position: relative;
  color: #2e4156;
  flex-flow: column;
  font-size: 1.1rem;
  line-height: 1.44;
  padding: 0.55rem 2rem;
}

.bt-list-unstyled li:before {
  content: "\eed5";
  height: 2rem;
  left: 0rem;
  position: absolute;
  top: 8px;
  width: 2rem;
  font-family: remixicon !important;
  color: var(--primary-color);
  font-size: 21px;
}

/****** career ******/
.bt_career_sec {
  padding: 5rem 0rem;
  background-color:#f7f7ff;
}
.bt_career-right {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  bt_career-right {
    margin-bottom: 60px;
  }
}
.bt_career-right .bt-media {
  position: relative;
  z-index: 1;
  margin:0 60px;
  /*width: 660px;*/
  /*height: 660px;*/
}
@media (max-width: 1199px) {
  .bt_career-right .bt-media {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .bt_career-right .bt-media {
    margin: 0px auto;
  }
}
@media screen and (min-width:768px) and (max-width: 991px) {
    .banner-1__content .bt-btn1{
      font-size:15px;
      padding:12px 45px 12px 15px;
  }
}
@media (max-width: 575px) {
  .bt_career-right .bt-media {
    width: 360px;
    height: 360px;
  }
  .bt-btn1{
      font-size:15px;
      padding:12px 45px 12px 15px;
  }
}
@media (max-width: 420px) {
  .bt_career-right .bt-media {
    width: 280px;
    height: 280px;
  }
}
.bt_career-right .bt-media img {
  margin: 0px auto;
  display: block;
  position: relative;
  z-index: 5;
}
.bt_career-right .bt-media-bg-circle {
  width: 70%;
  height: 70%;
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.bt_career-right .bt-media-bg-circle2 {
  width: 85%;
  height: 85%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background-color: rgba(234, 241, 251, 0.4);
}
.bt_career-right .bt-media-bg-circle3 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border: 1px solid #d3deee;
}
.bt_career-right .bt-media-bg-circle3 .rotate-center {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
}
.bt_career-right .bt-media-bg-circle3 span {
  display: inline-block;
  position: absolute;
}
.bt_career-right .bt-media-bg-circle3 .ring1 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1967d2;
  right: 6%;
  top: 20%;
}
.bt_career-right .bt-media-bg-circle3 .ring2 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f7b05b;
  right: 25%;
  bottom: 4%;
}
.bt_career-right .bt-media-bg-circle3 .ring3 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f7d2ff;
  left: 0.5%;
  top: 36%;
}
@media (max-width: 575px) {
  .bt_career-right .bt-media-bg-circle3 .ring1 {
    width: 20px;
    height: 20px;
    right: 5%;
  }
  .bt_career-right .bt-media-bg-circle3 .ring2 {
    width: 16px;
    height: 16px;
    right: 22%;
  }
  .bt_career-right .bt-media-bg-circle3 .ring3 {
    left: 0%;
  }
}
.rotate-center {
  -webkit-animation: rotate-center 15s linear infinite;
  animation: rotate-center 15s linear infinite;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bt_our_culture {
  background-color: #f7f7ff;
}
.bg-white {
  background-color: var(--bs-body-bg);
  padding: 5rem 0rem;
}
.bt_values_dis {
  max-width: 50rem;
  width: 100%;
  margin: auto;
}

.card-feature span {
  color: #202a3c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 6px;
  margin-top: 0;
}

.bt_price_key_features .card-feature.bt_our_val .img-wrapper {
  line-height: 39px;
  color: var(--primary-color);
  font-size: 26px;
}
.card-feature.bt_our_val {
  min-height: 320px;
}
.card-feature.bt_our_val p {
  font-size: 1.125rem;
}

.bt-bnr-right-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.bt-bnr-right-content .bt-bg-circle {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
.bt-bnr-right-content .bt-bg-circle span {
  position: relative;
  width: 700px;
  height: 700px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}
@media (max-width: 1366px) {
  .bt-bnr-right-content .bt-bg-circle span {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1360px) {
  .bt-bnr-right-content .bt-bg-circle span {
    width: 580px;
    height: 580px;
    left: 0px;
  }
}
@media (max-width: 1024px) {
  .bt-bnr-right-content .bt-bg-circle span {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 575px) {
  .bt-bnr-right-content .bt-bg-circle span {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 420px) {
  .bt-bnr-right-content .bt-bg-circle span {
    width: 280px;
    height: 280px;
  }
}
.bt-bnr-right-content .bt-bg-circle span:after {
  content: "";
  width: 75%;
  height: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--primary-color);
  border-radius: 50%;
  opacity: 0.4;
}
.bt-bnr-right-content .bt-bg-circle span:before {
  content: "";
  width: 55%;
  height: 55%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--primary-color);
  border-radius: 50%;
  opacity: 0.7;
}
.bt-bnr-right-content .bt-img-media {
  margin-right: 0px;
  position: relative;
  z-index: 1;
  /*margin-right: -100px;*/
}

.benefits_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 12px 24px; /* spacing between items */
}

.benefits_list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  background: #fdfdff;
  border: 1px solid #dcd4ff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 30px 0 #746fff1a;
  margin-bottom: 25px;
  color: #202a3c;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.benefits_list img {
  width: 36px;
  height: 34px;
  margin-right: 10px;
}
.bt_career_sec .faq-question {
  font-size: 1.5rem;
}
.bt_career_sec .faq-question span {
  display: inline-block;
  width: 100%;
  font-size: 0.85rem;
  font-weight: normal;
}
.list-group-flush {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-group-flush li a {
  font-size: 1rem;
  color: #202a3c;
  padding: 0.3rem 0rem;
}
.list-group-item::before {
  content: "●";
  color: #10b981; /* green */
  margin-right: 10px;
  font-size: 14px;
}
.list-group-flush li a:hover {
  color: var(--primary-color);
}

.security-area {
  padding: 5rem 0rem;
}
.security-title-area {
  margin-bottom: 30px;
}
.security-card li {
  border: 1px solid #f1f1ff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px 0 #746fff1a;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}
.security-card li > p {
  font-size: 1rem;
  padding-top: 0.5rem;
}
.data_security .industry-list li {
  font-size: 1rem;
}
.bt_security_val .img-wrapper {
  line-height: 40px !important;
}
.bt_security_val .img-wrapper > i {
  font-size: 26px;
  color: var(--primary-color);
}
.bt_security_cta {
  padding: 8rem 0px;
  text-align: center;
  position: relative;
}
.bt_security_cta:before {
  background-color: #000000b0;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.cta_security-title {
  position: relative;
}
.cta_security-title .bt_heading-h2 {
  color: var(--white-color);
  font-size: 3rem;
}
.cta_security-title .bt_heading-h2 > p {
  color: var(--white-color);
  font-size: 1.5rem;
  margin-top: 0.75rem;
  font-weight: normal;
}

.bt_security_cta .cta_security-title p {
  color: var(--white-color);
}

.bt_review_sec {
  padding: 5rem 0rem;
}
.testimonial-card {
  border: 1px solid #f1f1ff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px 0 #746fff1a;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-around;
}
.testimonial-card .client-img {
  width: 120px;
}
.testimonial-card .client-img img {
  border-radius: 1rem;
}
.testimonial-card .client-quote-wrap {
  width: calc(100% - 155px);
}
.testimonial-title {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.testimonial-title .rating li {
  display: inline-block;
  padding: 2px;
}
.client-info-wrap {
  display: flex;
  justify-content: space-between;
}
.testimonial-title .text-title {
  color: #202a3c;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0;
}
.client-quote-wrap > p {
  font-size: 1.1rem;
}
.client-info span {
  color: #202a3c;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0;
}
.client-info > p {
  font-size: 0.95rem;
}

.bt_security_val_sec {
  padding: 5rem 0rem;
  background-color: #ffffff;
}

.security-card li .feature-list li {
  padding: 7px 0px 0px 30px;
  background-color: inherit;
  box-shadow: none;
  border: none;
}

.success-stories-cards {
  background: url(../img/stories-bg.svg) no-repeat center center;
  border-radius: 1rem;
  border-radius: 1rem;
  border: solid 1px #f2f2f2;
}

.success-stories-cards .badge-custom {
  background-color: var(--primary-color);
  color: var(--primary-color);
  font-size: 13px;
  padding: 5px;
  border-radius: 0.3rem;
  font-weight: 600;
}
.success-stories-cards img {
  border-radius: 20rem;
  max-width: 90px;
}
.success-stories {
  padding: 5rem 0rem;
}

.bt_enterprise_featured_section {
  padding: 5rem 0rem;
  background-color: #fff;
  text-align: center;
}
.bt_enterprise_featured_section .overlay-card img {
  max-width: 100%;
  margin-bottom: 20px;
}
.bt_enterprise_featured_section .feature-card {
  border-radius: 1rem;
  padding: 15px;
  margin-bottom: 25px;
  min-height: 250px;
}
.bt_enterprise_featured_section .feature-card.bg-light {
  background: rgba(228, 239, 255, 1);
}

.bt_enterprise_featured_section .feature-card.bg-warning-subtle {
  background: rgba(255, 239, 234, 1);
}

.bt_enterprise_featured_section .feature-card.bg-success-subtle {
  background: rgba(241, 252, 221, 1);
}

.bt_enterprise_featured_section .feature-card.bg-primary-foreground {
  background: rgba(235, 255, 254, 1);
}
.bt_enterprise_featured_section .feature-card span {
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 5px;
  display: inherit;
}
.bt_enterprise_featured_section .feature-card > p {
  font-size: 17px;
}
.bt_enterprise_featured_section .feature-card .feature-icon {
  font-size: 30px;
  color: var(--primary-color);
}

.bt-invoice-box-area {
  background-color: #fff;
  border: 1px solid #ececfe;
  border-radius: 1rem;
  box-shadow: 0 10px 30px #746fff1a;
  padding: 2rem 2rem 0rem 2rem;
  min-height: 470px;
}
.bt-invoice-box-area .heading span {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
  display: inline-block;
  line-height: 32px;
}

.new-to-buzyteam-section {
  background-color: #fff;
  padding: 5rem 0rem;
}

.bt-support-section {
  padding: 5rem 0rem;
  background-color: #5446f226;
}

.bt-support-section .card-custom {
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
  /*border: solid 1px var(--primary-color)45;*/
  background-color: #fff;
  border: solid 2px transparent;
}

.bt-support-section .card-custom:hover {
  box-shadow: 0 20px 60px 0 rgb(31 124 239 / 17%);
    transform: translateY(-3px);
    border: solid 2px var(--primary-color);
}
.bt-support-section .card-custom h5 {
  font-size: 26px;
  font-weight: bolder !important;
  padding: 5px 0px;
}
.bt-support-section .icon-circle {
  width: 46px;
  height: 46px;
  background-color: var(--bglight);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 12px;
  font-size: 20px;
  color: var(--primary-color);
}
.bt-support-section .bt_short_heading {
  display: inherit;
}

.bt-employee-main {
  padding: 5rem 0rem;
  background-color: #fff;
}
.bt-employee-main p {
  max-width: 750px;
  margin: auto;
}

/*.promo_tab_image {
  background: linear-gradient(113deg, #ff7bab 0%, #ef397b 100%);
  border-radius: 10px;
  overflow: hidden;
  padding: 40px;
  margin-right: 27px;
}*/

.promo_tab_box {
  padding-left: 10px;
}


.promo_tab_box h3 {
    margin-left: 32px;
    padding: 6px 16px;
    width:fit-content;
    border-radius: 9px;
    border-left: 3px solid var(--primary-color);
    /*border-right: 2px solid var(--primary-color);*/
}



.promo_tab_box .section_title_two {
  margin-bottom: 30px;
}
.promo_tab_box .nav .nav-item .nav-link {
  text-align: left;
  display: flex;
  background: transparent;
  padding: 25px;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  align-items: flex-start;
  cursor: pointer;
}
.promo_tab_box .nav .nav-item .nav-link img {
  margin-right: 20px;
}
.promo_tab_box .nav .nav-item .nav-link span {
  font-size: 20px;
  font-weight: 700;
  color: #1d2939;
}
.promo_tab_box .nav .nav-item .nav-link p {
  font-size: 16px;
  margin-bottom: 0;
}
.promo_tab_box .nav .nav-item .nav-link .tab_progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.promo_tab_box .nav .nav-item .nav-link .tab_progress .progress-bar {
  background: var(--primary-color);
  height: 100%;
}
.promo_tab_box .nav .nav-item .nav-link.active {
  background: #f9f7fe;
  border-color: var(--primary-color);
}

.tab-content > .active {
  display: block !important;
}
.tab-content > .tab-pane {
  display: none;
}

.struggles-box {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.solution-box {
  /*background: linear-gradient(113deg, #ff7bab 0%, #ef397b 100%);*/
  background:var(--btn-backgredient);
  border-radius: 15px;
  padding: 20px;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.struggles-box .item,
.solution-box .item {
  background: #fff;
  border-radius: 6px;
  padding: 12px 15px;
  margin-bottom: 12px;
  font-size: 18px;
  position: relative;
}
.struggles-box .item {
  border-left: 4px solid var(--primary-color);
  color: #333;
  display: flex;
  gap: 10px;
}
.solution-box .item {
  border-left: 4px solid #20c997;
  color: #000;
  display: flex;
  gap: 10px;
}
.solution-box .item strong {
  color: #000;
}

.bt-employee-feature-section {
  padding: 5rem 0rem;
  position: relative;
}

.bt-employee-feature-section p {
  color: #555;
  margin-bottom: 25px;
}
.bt-employee-feature-img img {
  max-width: 100%;
}
.bt-employee-feature-list {
  padding: 0;
  list-style: none;
}
.bt-employee-feature-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.bt-employee-feature-list li i {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 1.4rem;
}

.bt_user_activity_card {
  background: #f03e7f0d;
  border: solid 1px #f03d7e47;
  border-radius: 1rem;
}
.bt_user_activity_img {
  background-color: #f5f6f7;
  border: solid 1px #3368c633;
  border-radius: 1rem;
}
.bt_user_activity_card .icon {
  background: linear-gradient(113deg, #ff7bab 0%, #ef397b 100%);
  display: inline-block;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 40px;
  border-radius: 0.55rem;
  margin-bottom: 20px;
}
.bt_user_activity_card .feature-list li {
  font-size: 17px;
}
.bt_width_large p {
  max-width: 800px;
  margin: auto;
}

.bt-ac-flip-card {
  perspective: 1000px;
}

.bt-ac-flip-card-inner {
  position: relative;
  width: 100%;
  height: 220px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.bt-ac-flip-card:hover .bt-ac-flip-card-inner {
  transform: rotateY(180deg);
}

.bt-ac-flip-card-front,
.bt-ac-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--primary-color);
  border-radius: 1rem;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.bt-ac-flip-card-front {
  background: transparent;
}

.bt-ac-flip-card-front i {
  font-size: 40px;
  margin-bottom: 12px;
  color: var(--primary-color);
}

.bt-ac-flip-card-back {
  background: linear-gradient(113deg, #ff7bab 0%, #ef397b 100%);
  color: #fff;
  transform: rotateY(180deg);
}

.services-section {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
.service-style-one {
  position: relative;
  margin-bottom: 0px;
  text-align: left;
}
.service-style-one .inner-box {
  position: relative;
  background: var(--white-color);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 30px 20px 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: solid 3px transparent;
}
.service-style-one .inner-box:hover {
  transform: translateY(-10px);
  border: solid 3px var(--primary-color);
}
.service-style-one .inner-box .icon-box {
  position: relative;
  display: block;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 35px;
  line-height: 75px;
  background: #f03e7e2b;
}
.service-style-one .inner-box .icon-box .icon {
  background: linear-gradient(113deg, #ff7bab 0%, #ef397b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 500ms ease;
}
.service-style-one .inner-box h3 {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
}
.service-style-one .inner-box h3 a {
  color: #111111;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 500ms ease;
}
.service-style-one .inner-box h3 a:hover {
  color: #cb38ff;
}
.service-style-one .inner-box .text {
  position: relative;
  color: #6a6a6a;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 20px;
}

.services-section .sec-title {
  margin-bottom: 50px;
}

.bt_invoice_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.bt_invoice_grid .card {
  background: white;
  padding: 25px;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: solid 3px transparent;
}

.bt_invoice_grid .card i {
  font-size: 28px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.bt_invoice_grid .card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2a2a2a;
}

.bt_invoice_grid .card p {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

.bt_invoice_image-section {
  text-align: center;
  margin-top: 40px;
}

.bt_invoice_image-section img {
  width: 100%;
  max-width: 100%;
}

.dashboard-preview {
  padding: 111px 0 60px;
  background: #fcebf0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .dashboard-preview {
    padding: 71px 0 50px;
  }
}
.dashboard-preview.active-tab-1 {
  background: #efebfc;
}
.dashboard-preview.active-tab-2 {
  background: #ebf8fd;
}
.dashboard-preview.active-tab-3 {
  background: #fcf6eb;
}
.dashboard-preview.active-tab-4 {
  background: #f4fceb;
}
.dashboard-preview.active-tab-5 {
  background: #ebf0fc;
}
.dashboard-preview .section-heading {
  margin-bottom: 35px;
}

.preview-slider .astriol-pagination {
  width: 350px;
}
@media (max-width: 767px) {
  .preview-slider .astriol-pagination {
    width: 100%;
  }
}
.preview-slider .astriol-pagination .swiper-pagination-bullet {
  height: auto;
  width: auto;
  border-radius: 40px;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: 0;
  font-size: 20px;
  font-weight: 500;
  color: #212d46;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.preview-slider .astriol-pagination .swiper-pagination-bullet i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #f75687;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
}
.preview-slider .astriol-pagination .swiper-pagination-bullet:nth-child(2) i {
  background: #8463fd;
}
.preview-slider .astriol-pagination .swiper-pagination-bullet:nth-child(3) i {
  background: #32b7fc;
}
.preview-slider .astriol-pagination .swiper-pagination-bullet:nth-child(4) i {
  background: #f7ab25;
}
.preview-slider .astriol-pagination .swiper-pagination-bullet:nth-child(5) i {
  background: #73c216;
}
.preview-slider .astriol-pagination .swiper-pagination-bullet:nth-child(6) i {
  background: #5489fa;
}
.preview-slider
  .astriol-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  -webkit-box-shadow: 0 20px 30px 0 rgba(3, 49, 72, 0.1);
  box-shadow: 0 20px 30px 0 rgba(3, 49, 72, 0.1);
  color: #f75687;
}
.active-tab-1
  .preview-slider
  .astriol-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #8463fd;
}
.active-tab-2
  .preview-slider
  .astriol-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #32b7fc;
}
.active-tab-3
  .preview-slider
  .astriol-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #f7ab25;
}
.active-tab-4
  .preview-slider
  .astriol-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #73c216;
}
.active-tab-5
  .preview-slider
  .astriol-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #5489fa;
}

.previewSlider {
  padding: 30px 0;
}
.previewSlider .swiper-slide.swiper-slide-active .slide-image-wrapper {
  visibility: visible;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: 1 !important;
}

.previewSlider .swiper-slide.swiper-slide-active span {
  font-size: 40px;
  font-weight: bold;
}
.bt-it-industry-list li {
  display: inline-block;
  margin: 10px;
  cursor: pointer;
}
.bt-it-industry-card {
  border: 1px solid #e5e7f3;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
.bt-it-industry-card:hover {
    border-color: #5349f861;
    background: #532ff32b;
    color: var(--primary-color);
}
.bt-it-industry-card i {
  font-size: 22px;
  color: var(--primary-color);
}

.bt-webinar-box {
  border: 1px solid #f13f7f;
  padding: 14px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0px 14px 48px 0px #f03e7e29;
  width: 100%;
}

.bt-webinar-icon {
  background: #f03d7d29;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bt-webinar-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  height: 100%;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.bt-webinar-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 40px;
  height: 40px;
  border-top: 4px solid var(--primary-color);
  border-left: 4px solid var(--primary-color);
  border-radius: 15px 0 0 0;
}
.bt-webinar-card::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 40px;
  height: 40px;
  border-bottom: 4px solid var(--primary-color);
  border-right: 4px solid var(--primary-color);
  border-radius: 0 0 15px 0;
}
.bt-webinar-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.bt-webinar-icon {
  font-size: 32px;
  color: var(--primary-color);
  margin-bottom: 12px;
}
.bt-webinar-text {
  font-size: 15px;
  color: #444;
}
.bt-webinar-step-number {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-right: 10px;
}
.bt-webinar-step-title {
  font-weight: 600;
  font-size: 18px;
}
.bt-webinar-step-description {
  font-size: 15px;
  color: #444;
}
.bt-webinar-step {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.bt-webinar-step:last-child {
  border-bottom: none;
}

/*pop up style*/
.modal-overlay,.modal-overlay1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.trial-modal-centered{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}


.modal {
  background: white;
  max-width: 1150px;
  margin: 128px auto;
  /*padding: 30px;*/
  border-radius: 8px;
  position: relative;
  overflow-y: auto;
  max-height: 80vh;
}

.modal h2 {
  margin-top: 0;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 15px;
  border: none;
  font-size: 30px;
  height: 35px;
  padding: 2px 0 0 1px;
  width: 35px;
  border-radius: 50%;
  background-color: var(--theme-color);
  cursor: pointer;
  background: var(--primary-color);
  color: #fff;
}

.modal form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.required {
  color: red;
}

.form-control {
  width: 100%;
}



.wpcf7 .wpcf7-form-control {
    display:block;
}


@media (min-width:992px) {
    .radio-btn .wpcf7-list-item {
        margin-left: 0;
        float: left;
        width: 50%;
        /*font-size: 16px;*/
    }
}


@media (max-width:991px) {
    .radio-btn .wpcf7-list-item {
        margin-left: 0;
        float: left;
        width: 50%;
        font-size: 14px;
    }
}




.benefit-lists .benFit {
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 20px;
  position: relative;
}

.benefit-lists ul {
  padding-left: 30px;
  list-style: none;
}

.benefit-lists ul li:not(:last-child) {
  margin-bottom: 8px;
}

.benefit-lists ul li {
  color: var(--white-color);
  position: relative;
}

.benefit-lists ul li::before {
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="%23fff"><path d="M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM438 209.7C427.3 201.9 412.3 204.3 404.5 215L285.1 379.2L233 327.1C223.6 317.7 208.4 317.7 199.1 327.1C189.8 336.5 189.7 351.7 199.1 361L271.1 433C276.1 438 282.9 440.5 289.9 440C296.9 439.5 303.3 435.9 307.4 430.2L443.3 243.2C451.1 232.5 448.7 217.5 438 209.7z"/></svg>');
  height: 22px;
  width: 22px;
  top: 2px;
  left: -32px;
}

.leftItems {
  padding: 40px;
  /*background: linear-gradient(290deg, hsla(29, 92%, 70%, 1) 0%, hsla(0, 87%, 73%, 1) 100%);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: var(--primary-color);
  overflow: hidden;
}

.leftItems::before {
  content: "";
  position: absolute;
  top: -212px;
  left: -74px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px dashed #eaeaea70;
  background: none;
}

.leftItems::after {
  content: "";
  position: absolute;
  top: -285px;
  right: -115px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px dashed #eaeaea70;
  background: none;
  overflow: hidden;
}

.leftItems p {
  font-size: 18px;
}

.rightItems {
  padding: 30px;
}

.leftHead h2,
.leftHead p,
.callus,
.callus a {
  color: var(--white-color);
  position: relative;
}

.popup-formbox .form-group > img {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 14px;
  color: var(--body-color);
  width: 26px;
  height: 26px;
}
.popup-form-wrapp .popup-thumb img {
  border-radius: 30px;
  width: 100%;
}

.modal-btn button {
  border: 0px;
  padding: 12px 30px;
  cursor: pointer;
  margin-top: 10px;
}

.modal-form input,
.modal-form select {
  border: 1px solid #cbd3dc;;
  border-radius: 6px;
  padding: 10px;
  font-family: inherit;
  color: #525f7f;
}
.modal-form input,
.modal-form select,
.read-accept {
  font-size: 15px;
}
.input-box.radio-label {
    font-weight: 600;
}
.radio-btn input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
}

.radio-btn1 {
    font-size: 14px;
}

.radio-btn1 input[type="checkbox"] {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
}

.radio-btn1 .wpcf7-form-control{display:inline;}
.radio-btn1 .wpcf7-list-item {margin-left:0;}
.radio-btn  .wpcf7-list-item{
    margin-left:0;
}
.radio-btn .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0.2rem 1rem 0.2rem 0rem;
}
.read-accept a {
  color: var(--primary-color);
}

.modal-form select:focus-visible,
.modal-form input:focus-visible {
  outline: 0px;
}

.mainModal .modal-logo img {
  /*width: 250px;*/
  /*height: auto;*/
  position: relative;
}
.mainModal .leftHead {
  margin-top: 30px;
}
.mainModal .mb-35 {
  margin-bottom: 35px;
}

.seperator-style {
  color: #fff;
  border: 1px dashed;
}


.border-r {
    border-radius: 16px;
}



.lbl-btn {
    cursor:pointer;
}

.lbl-btn input {
    background: none;
    border: unset;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    cursor:pointer;
}




/*Privacy Policy Page CSS */

.blog-standard-inner {
  margin: 60px 0;
}

.blog-standard-inner .privacyul li:not(:last-child) {
  margin-bottom: 10px;
}

.blog-standard-inner .privacyul {
  padding-left: 20px;
  list-style: disc;
}

.privacyul li::marker {
  color: #532af3;
}

.chat-and-meeting {
  border-bottom: 1px solid #ececfe;
  padding-bottom: 8px;
}
.chat-and-meeting i {
  color: #fff !important;
  background: #73c216 !important;
  -webkit-box-shadow: 0 20px 30px 0 rgba(115, 194, 22, 0.3);
  box-shadow: 0 20px 30px 0 rgba(115, 194, 22, 0.3);
  text-align: center;
  width: 44px;
  height: 44px;
  font-size: 24px;
  border-radius: 6px;
  line-height: 44px;
  margin-right: 10px;
}
.bt_nav_heading span {
  text-transform: capitalize;
  letter-spacing: normal;
  padding: 5px 0px 2px 0px;
  display: inherit;
  font-size: 0.85rem;
  color: #000;
}
.bt_nav_heading p {
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0px;
}
.project_2 i {
  background: #32b7fc !important;
  -webkit-box-shadow: 0 20px 30px 0 rgba(50, 183, 252, 0.3);
  box-shadow: 0 20px 30px 0 rgba(50, 183, 252, 0.3);
}
.project_3 i {
  background: #f7ab25 !important;
  -webkit-box-shadow: 0 20px 30px 0 rgba(237, 163, 34, 0.3);
  box-shadow: 0 20px 30px 0 rgba(237, 163, 34, 0.3);
}
.project_4 i {
  background: #f75687 !important;
  -webkit-box-shadow: 0 20px 30px 0 rgba(247, 86, 135, 0.3);
  box-shadow: 0 20px 30px 0 rgba(247, 86, 135, 0.3);
}

.project_5 i {
  background: #780000 !important;
  -webkit-box-shadow: 0 20px 30px 0 rgba(160, 0, 0, 0.3);
  box-shadow: 0 20px 30px 0 rgba(160, 1, 1, 0.3);
}

.usability-slider-nav{
    padding-bottom:0.7rem;
}
.usability-slider-nav .slider-item {
    font-size: 16px;
}
.usability-section .slick-slide {
    padding: 8px 12px;
}
 
/* New Hero Section CSS */



.manage-section {
    /* background: #f5f7fa; */
    /*min-height: 80vh;*/
    position: relative;
    z-index: 1;
}
 
/* Blurred Background Dashboard */
.manage-background-blur {
   
    width: 100%;
    height: 100%;
    /*filter: blur(8px);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    z-index: 0;*/
    overflow: hidden;
}
 
.manage-dashboard-preview {
    position: absolute;
    top: inherit;
    left: inherit;
    /* padding: 2rem; */
    min-height: 80vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.manage-dashboard-preview img {
  max-width:1100px;
  width: 100%;
  object-fit: contain;
}
 
.manage-dashboard-preview.active {
    opacity: 1;
    visibility: visible;
}
 
/* Dashboard visibility controlled by JavaScript */
 
.manage-dashboard-header {
    margin-bottom: 2rem;
}
 
.manage-logo-text {
    font-size: 0.875rem;
    color: #64748b;
    text-transform: lowercase;
    margin-bottom: 1rem;
    font-weight: 500;
}
 
.manage-dashboard-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}
 
.manage-dashboard-table {
    margin-top: 2rem;
}
 
.manage-table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e2e8f0;
}
 
.manage-table-cell {
    color: #64748b;
    font-size: 0.875rem;
}
 
.manage-status-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 500;
    width: fit-content;
}
 
.status-done {
    background: #d1fae5;
    color: #065f46;
}
 
.status-working {
    background: #fed7aa;
    color: #92400e;
}
 
.status-stuck {
    background: #fce7f3;
    color: #9f1239;
}
 
/* Kanban Board Styles */
.manage-kanban-board {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}
 
.kanban-column {
    flex: 1;
    background: #f8fafc;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
 
.kanban-header {
    padding: 0.75rem;
    border-radius: 0.375rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}
 
.kanban-card {
    background: #fff;
    padding: 0.75rem;
    border-radius: 0.375rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #1e293b;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
/* Dashboard Widgets */
.manage-dashboard-widgets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}
 
.dashboard-widget {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
}
 
.dashboard-widget h3 {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 0.75rem;
    font-weight: 500;
}
 
.widget-value {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
}
 
.widget-chart {
    display: flex;
    gap: 0.5rem;
    height: 60px;
    align-items: center;
}
 
.chart-segment {
    flex: 1;
    height: 100%;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
}
 
.widget-list {
    font-size: 0.875rem;
    color: #64748b;
}
 
/* Asset Grid */
.manage-asset-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}
 
.asset-item {
    background: #f8fafc;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
    font-size: 0.75rem;
    color: #64748b;
    text-align: center;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
/* Popup Styles */
.manage-popup-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 80vh;
    position: relative;
    z-index: 1;
    /* padding: 3rem 0; */
}
 
.manage-popup {
    max-width: 400px;
    width: 100%;
    margin-right: 2rem;
    /*background:linear-gradient(180deg,rgba(255,255,255,0.8) 40%,rgba(240,243,255,0.3) 80%);*/
    background: linear-gradient(90deg, hsl(233deg 100% 93.74%) 0%, hsl(233.33deg 100% 93.8%) 100%);
    border-radius: 1rem;
    box-shadow: 3.977px 3.977px 34.8px 0 rgba(0,0,0,0.15);
    border: 1px solid #DCDFEC;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
}
 
 
.manage-options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}
 
.manage-option-item {
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    position: relative;
}
 
.manage-option-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
 
.manage-option-item:has(input[type="checkbox"]:checked) {
    border-color: #6366f1;
    background: #f8fafc;
}
 
.manage-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.2s ease;
    border: 2px solid #cbd5e1 !important;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: transparent !important;
    margin: 0;
    padding: 0;
}
 
.manage-checkbox::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #6366f1;
    transition: all 0.2s ease;
    pointer-events: none;
}
 
.manage-checkbox:checked::after {
    transform: translate(-50%, -50%) scale(1);
}
 
.manage-checkbox:checked {
    border-color: #6366f1 !important;
    background: #6366f1 !important;
}
 
.manage-icon {
    font-size: 1.3rem;
    color: #64748b;
    transition: all 0.2s ease;
}
 
/* Projects - Checkbox: Purple (same as Icon), Icon: Purple */
.manage-option-item:has(#manage-projects):hover .manage-checkbox {
    border-color: #a855f7 !important;
    background-color: rgba(168, 85, 247, 0.15) !important;
    box-shadow: 0 0 0 2px rgba(168, 85, 247, 0.2);
    transform: scale(1.15);
}
.manage-option-item:has(#manage-projects):hover .manage-checkbox::after {
    background: #a855f7;
}
.manage-option-item:has(#manage-projects):hover .manage-icon {
    color: #a855f7;
    transform: scale(1.1);
}
 
/* Tasks - Checkbox: Orange (same as Icon), Icon: Orange */
.manage-option-item:has(#manage-tasks):hover .manage-checkbox {
    border-color: #f97316 !important;
    background-color: rgba(249, 115, 22, 0.15) !important;
    box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.2);
    transform: scale(1.15);
}
.manage-option-item:has(#manage-tasks):hover .manage-checkbox::after {
    background: #f97316;
}
.manage-option-item:has(#manage-tasks):hover .manage-icon {
    color: #f97316;
    transform: scale(1.1);
}
 
/* Marketing - Checkbox: Red (same as Icon), Icon: Red */
.manage-option-item:has(#manage-marketing):hover .manage-checkbox {
    border-color: #ef4444 !important;
    background-color: rgba(239, 68, 68, 0.15) !important;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
    transform: scale(1.15);
}
.manage-option-item:has(#manage-marketing):hover .manage-checkbox::after {
    background: #ef4444;
}
.manage-option-item:has(#manage-marketing):hover .manage-icon {
    color: #ef4444;
    transform: scale(1.1);
}
 
/* Design - Checkbox: Blue (same as Icon), Icon: Blue */
.manage-option-item:has(#manage-design):hover .manage-checkbox {
    border-color: #2563eb !important;
    background-color: rgba(37, 99, 235, 0.15) !important;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
    transform: scale(1.15);
}
.manage-option-item:has(#manage-design):hover .manage-checkbox::after {
    background: #2563eb;
}
.manage-option-item:has(#manage-design):hover .manage-icon {
    color: #2563eb;
    transform: scale(1.1);
}
 
/* CRM - Checkbox: Yellow (same as Icon), Icon: Yellow */
.manage-option-item:has(#manage-crm):hover .manage-checkbox {
    border-color: #eab308 !important;
    background-color: rgba(234, 179, 8, 0.15) !important;
    box-shadow: 0 0 0 2px rgba(234, 179, 8, 0.2);
    transform: scale(1.15);
}
.manage-option-item:has(#manage-crm):hover .manage-checkbox::after {
    background: #eab308;
}
.manage-option-item:has(#manage-crm):hover .manage-icon {
    color: #eab308;
    transform: scale(1.1);
}
 
/* Software - Checkbox: Cyan (same as Icon), Icon: Cyan */
.manage-option-item:has(#manage-software):hover .manage-checkbox {
    border-color: #06b6d4 !important;
    background-color: rgba(6, 182, 212, 0.15) !important;
    box-shadow: 0 0 0 2px rgba(6, 182, 212, 0.2);
    transform: scale(1.15);
}
.manage-option-item:has(#manage-software):hover .manage-checkbox::after {
    background: #06b6d4;
}
.manage-option-item:has(#manage-software):hover .manage-icon {
    color: #06b6d4;
    transform: scale(1.1);
}
 
/* IT - Checkbox: Violet (same as Icon), Icon: Violet */
.manage-option-item:has(#manage-it):hover .manage-checkbox {
    border-color: #9333ea !important;
    background-color: rgba(147, 51, 234, 0.15) !important;
    box-shadow: 0 0 0 2px rgba(147, 51, 234, 0.2);
    transform: scale(1.15);
}
.manage-option-item:has(#manage-it):hover .manage-checkbox::after {
    background: #9333ea;
}
.manage-option-item:has(#manage-it):hover .manage-icon {
    color: #9333ea;
    transform: scale(1.1);
}
 
/* Operations - Checkbox: Pink (same as Icon), Icon: Pink */
.manage-option-item:has(#manage-operations):hover .manage-checkbox {
    border-color: #f472b6 !important;
    background-color: rgba(244, 114, 182, 0.15) !important;
    box-shadow: 0 0 0 2px rgba(244, 114, 182, 0.2);
    transform: scale(1.15);
}
.manage-option-item:has(#manage-operations):hover .manage-checkbox::after {
    background: #f472b6;
}
.manage-option-item:has(#manage-operations):hover .manage-icon {
    color: #f472b6;
    transform: scale(1.1);
}
 
/* Product - Checkbox: Green (same as Icon), Icon: Green */
.manage-option-item:has(#manage-product):hover .manage-checkbox {
    border-color: #22c55e !important;
    background-color: rgba(34, 197, 94, 0.15) !important;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2);
    transform: scale(1.15);
}
.manage-option-item:has(#manage-product):hover .manage-checkbox::after {
    background: #22c55e;
}
.manage-option-item:has(#manage-product):hover .manage-icon {
    color: #22c55e;
    transform: scale(1.1);
}
.manage-option-item:has(#manage-product):hover .manage-icon {
    color: #22c55e;
    transform: scale(1.1);
}
 
.manage-option-item:has(input[type="checkbox"]:checked) .manage-icon {
    color: #6366f1;
}
 
.manage-label {
    cursor: pointer;
    color: #1e293b;
    /* font-size: 0.9375rem; */
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    user-select: none;
}
 
/* Purple Get Started Button */
.manage-get-started-btn {
    background: #7c3aed;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 50px;
}
 
.manage-get-started-btn:hover {
    background: #6d28d9;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3);
}
 
.manage-get-started-btn:active {
    transform: translateY(0);
}



/* Techstack CSS  */
.techstack-sec {
  padding:100px 0;
}

.techstack-sec .img-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}

.techstack-sec .img-wrap img {
  width: 40px;
  height: 40px;
  flex-wrap: wrap;
}

.img-wrap .img-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

/*Techstack Section CSS Ends Here*/

/*Dark Tab Section CSS Starts*/

/* Dark Tab Section CSS */
.business-solutions-section {
	/*background: linear-gradient(180deg, #0f172a 0%, #1e40af 50%, #3b82f6 100%);*/
	background:var(--btn-backgredient);
	padding: 80px 0 0;
	min-height: 100vh;
}

.business-solutions-hero {
	/*margin-bottom: 60px;*/
	padding: 0 20px 30px;
	text-align: center;
}

.business-solutions-title {
	font-size: 2.5rem;
	font-weight: 700;
	max-width:880px;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: #ffffff;
	margin: 0 auto;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.business-solutions-subtitle {
	font-size: 1.5rem;
	color: rgba(255, 255, 255, 0.95);
	max-width: 950px;
	margin: 0 auto;
	line-height: 1.6;
	font-weight: 400;
}

.business-solutions-content {
	margin-top: 0;
}

.business-solutions-grid {
	display: flex;
	min-height: calc(100vh - 400px);
}

.business-solution-block {
	display: flex;
	flex-direction: column;
	padding: 0;
	/*border-right: 1px solid rgba(255, 255, 255, 0.1);*/
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
	flex: 1;
	position: relative;
	/* height: 550px; */
	max-height: 550px;
}

.business-solution-block:last-child {
	border-right: none;
}

.business-solution-block.active {
	flex: 2;
	z-index: 10;
	height: 516px;
}

.business-solution-block:not(.active) {
	opacity: 0.85;
}

.business-solution-block:not(.active):hover {
	opacity: 1;
	/* transform: scale(1.02); */
}

.business-solution-wrapper {
	display: flex;
	flex-direction: column;
	padding: 0px 10px;
	height: 100%;
	position: relative;
}

.business-solution-block.active .business-solution-wrapper {
	position: relative;
	overflow: hidden;
	background: transparent;
	border-radius: 20px;
	border: 1px solid #b6c1cc;
	padding: 0 40px 40px 40px;
}

.business-solution-block.active .business-solution-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgb(15 23 42 / 0%) 0%, rgba(15, 23, 42, 0.6) 100%);
	z-index: 1;
	pointer-events: none;
}

.business-solution-title {
	font-size: 22px;
	font-weight: 800;
	margin: 0 0 30px 0;
	position: relative;
	z-index: 2;
	letter-spacing: -0.01em;
	position: absolute;
	left: 50px;
	top: 50px;
}

.business-solution-block.active .business-solution-title {
	margin-bottom: 30px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.business-solution-block.active h3 {
	left: 0;
	top: 30px;
}

.business-solution-image {
	position: relative;
	width: 100%;
	flex: 1;
	/* min-height: 400px; */
	margin-bottom: 0px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 16px;
}


.business-solution-image::before {
    content: '';
    position:absolute;
    width:100%;
    height: 76%;
    background:linear-gradient(177deg, #000000, transparent);
    top:0;
    left:0;
}








/* .business-solution-block:not(.active) .business-solution-image:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
} */

.business-solution-block.active .business-solution-image:hover {
	transform: none;
	box-shadow: none;
}

.business-solution-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s ease;
}

/* .business-solution-image:hover img {
    transform: scale(1.1);
} */

.solution-icon-overlay {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 48px;
	height: 48px;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	z-index: 3;
	cursor: pointer;
	transition: all 0.3s ease;
}

.solution-icon-overlay:hover {
	transform: translateX(-50%) scale(1.1);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.solution-icon-overlay i {
	font-size: 28px;
	color: #1e40af;
	font-weight: 300;
	transition: transform 0.3s ease;
}

.business-solution-block.active .solution-icon-overlay i {
	transform: rotate(45deg);
}

.business-solution-block.active .business-solution-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 100%;
	flex: none;
	margin: 0;
	border-radius: 0;
	z-index: 1;
	pointer-events: none;
}

.business-solution-block.active .business-solution-image img {
	filter: blur(8px) brightness(0.4) saturate(0.5);
	transform: scale(1.2);
	object-fit: cover;
}

.business-solution-block.active .business-solution-image:hover {
	transform: none;
	box-shadow: none;
}

.business-solution-block.active .solution-icon-overlay {
	display: none;
}

.business-solution-block.active .business-solution-title,
.business-solution-block.active .business-solution-content-wrapper {
	position: relative;
	z-index: 2;
}

.business-solution-content-wrapper {
	margin-top: auto;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	z-index: 2;
}

.business-solution-block.active .business-solution-content-wrapper {
	opacity: 1;
	max-height: 2000px;
	display: block !important;
	margin-top: 0;
	padding-top: 20px;
}

.business-solution-description {
	font-size: 1rem;
	line-height: 1.6;
	opacity: 0.95;
	margin-bottom: 20px;
}

.business-solution-block.active .business-solution-description {
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/*.business-solution-block.active .business-solution-links li {*/
/*	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);*/
/*}*/

.business-solution-links {
	margin: 0 0 30px 0;
	list-style: none;
}

.business-solution-links li {
	position: relative;
}

.business-solution-links li::before {
	content: '';
	position: absolute;
	left: -34px;
	top: 3px;
	height: 22px;
	width: 22px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="%23fff" class="icon icon-tabler icons-tabler-filled icon-tabler-rosette-discount-check"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12.01 2.011a3.2 3.2 0 0 1 2.113 .797l.154 .145l.698 .698a1.2 1.2 0 0 0 .71 .341l.135 .008h1a3.2 3.2 0 0 1 3.195 3.018l.005 .182v1c0 .27 .092 .533 .258 .743l.09 .1l.697 .698a3.2 3.2 0 0 1 .147 4.382l-.145 .154l-.698 .698a1.2 1.2 0 0 0 -.341 .71l-.008 .135v1a3.2 3.2 0 0 1 -3.018 3.195l-.182 .005h-1a1.2 1.2 0 0 0 -.743 .258l-.1 .09l-.698 .697a3.2 3.2 0 0 1 -4.382 .147l-.154 -.145l-.698 -.698a1.2 1.2 0 0 0 -.71 -.341l-.135 -.008h-1a3.2 3.2 0 0 1 -3.195 -3.018l-.005 -.182v-1a1.2 1.2 0 0 0 -.258 -.743l-.09 -.1l-.697 -.698a3.2 3.2 0 0 1 -.147 -4.382l.145 -.154l.698 -.698a1.2 1.2 0 0 0 .341 -.71l.008 -.135v-1l.005 -.182a3.2 3.2 0 0 1 3.013 -3.013l.182 -.005h1a1.2 1.2 0 0 0 .743 -.258l.1 -.09l.698 -.697a3.2 3.2 0 0 1 2.269 -.944zm3.697 7.282a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z" /></svg>');
}


.business-solution-links li {
	margin-bottom: 10px;
}

.business-solution-links li {
	text-decoration: none;
	font-size: 0.95rem;
	transition: all 0.2s ease;
	color: #fff;
}

.business-solution-content-wrapper a {
    padding:9px 26px;
    border-radius: 40px;
    background-color: var(--primary-color);
    color: #fff;
    display:block;
    font-size: 16px;
    width:fit-content;
}

/*.business-solution-links a:hover {*/
/*	opacity: 1;*/
/*	transform: translateX(3px);*/
/*}*/


.business-info-box {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	padding: 18px;
	position: relative;
	backdrop-filter: blur(10px);
	border: 1px solid transparent;
}

.business-info-box::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 6px;
	padding: 1px;
background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.1)
);

-webkit-mask:
    linear-gradient(#fff, #fff) content-box,
    linear-gradient(#fff, #fff);

-webkit-mask-composite: xor;
mask-composite: exclude;
	pointer-events: none;
}

.business-info-box:first-child {
	border: 1px solid rgba(251, 146, 60, 0.6);
	box-shadow: 0 0 15px rgba(251, 146, 60, 0.3), inset 0 0 15px rgba(251, 146, 60, 0.1);
}

.business-info-box:first-child::before {
	background: linear-gradient(135deg, rgba(251, 146, 60, 0.8), rgba(234, 179, 8, 0.6));
}

.business-info-box:last-child {
	border: 1px solid rgba(168, 85, 247, 0.6);
	box-shadow: 0 0 15px rgba(168, 85, 247, 0.3), inset 0 0 15px rgba(168, 85, 247, 0.1);
}

.business-info-box:last-child::before {
	background: linear-gradient(135deg, rgba(168, 85, 247, 0.8), rgba(236, 72, 153, 0.6));
}

.info-box-label {
	font-weight: 600;
	font-size: 0.875rem;
	color: white;
	margin-bottom: 8px;
	display: block;
	letter-spacing: 0.02em;
}

.info-box-text {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.5;
	margin: 0;
}

.info-box-text a {
	text-decoration: underline;
	font-weight: 500;
	opacity: 1;
}




/*App Download CSS */

.app {
  /*background: linear-gradient(90deg, hsla(280, 95%, 57%, 1) 0%, hsla(193, 90%, 55%, 1) 100%);*/
  background: var(--btn-backgredient);
  padding: 80px 0;
}

.app-txt-box h2 {
  font-size: 38px;
  color: #fff;
  margin-top:10px;
}

.app-txt-box {
    display:flex;
    flex-direction:column;
    gap: 10px;
}

.app-txt-box .links {
  display: flex;
  gap: 10px;
}


.app-txt-box span {
  padding: 8px 16px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 4px;
  color: #323232;
  width:fit-content;
  margin:0 auto;
}

.app-banner {
  position: absolute;
  bottom: -48px;
  right: 100px;
}

.app .lft-img {
    transform: rotate(15deg);
}

.rgt-img {
    transform: rotate(-6deg);
    position: relative;
    top: -40px;
}

.app .lft-img img {
    width: 260px;
}
 
.app .rgt-img img {
    width: 260px;
}



/*New Testimonial/Reviews  Section CSS */

.reviews-sec {
    padding:80px 0 80px 0;
}

.review-content .rev-title {
    /*background-color:#008ff5;*/
    background: var(--btn-backgredient);
    padding: 8px 26px;
    color:#fff;
    border-radius: 40px;
    width:fit-content;
}

.review-content h2 span {
    font-size: 52px;
    color:#5445f2;
}

.ratings-wrap {
    display:flex;
    align-items:center;
    gap:16px;
}


.review-content {
    display: flex;
    flex-direction: column;
    gap:20px;
}

.ratings-wrap span {
    font-size: 18px;
}

.review-content a {
    display:flex;
    align-items:center;
    gap:6px;
}

.review-content a:hover {
    color:#5548ed;
    transition: 0.3s ease;
}


.review-box {
    border: 1px solid #5446f23b;
    background: #5443f214;
    border-radius: 20px;
    padding:30px;
}

.review-head-s {
    display: flex;
    align-items:center;
    gap:20px;
    margin-bottom: 16px;
}

.review-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
}


.review-head .rev-nm {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.reviews-wrap .review-box:not(:last-child) {
    margin-bottom: 30px;
}


.reviews-wrap {
    height: 520px;
    overflow: hidden;
    position: relative;
}


.reviews-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: scrollReviews 16s linear infinite;
}

/* Pause animation on hover */
.reviews-wrap:hover .reviews-inner {
    animation-play-state: paused;
}

@keyframes scrollReviews {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}



.reviews-wrap::before,
.reviews-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 2;
    pointer-events: none;
}

.reviews-wrap::before {
    top: 0;
    background: linear-gradient(to bottom, #fff, transparent);
}

.reviews-wrap::after {
    bottom: 0;
    background: linear-gradient(to top, #fff, transparent);
}




/* New Pricing Section Starts */

.pricing-container {
	max-width: 1320px;
	margin: 0 auto;
}

@media (max-width: 1400px) {
	.business-solutions-title {
		font-size: 3.5rem;
	}

	.business-solution-wrapper {
		padding: 30px 20px;
	}
}

@media (max-width: 1200px) {
	.business-solutions-grid {
		flex-wrap: wrap;
	}

	.business-solution-block {
		flex: 0 0 50%;
		/*border-right: 1px solid rgba(255, 255, 255, 0.1);*/
		/*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
	}

	.business-solution-block:nth-child(2n) {
		border-right: none;
	}
}

@media (max-width: 992px) {
	.business-solutions-title {
		font-size: 3rem;
	}

	.business-solutions-subtitle {
		font-size: 1.25rem;
	}

	/*.business-solution-title {*/
	/*	font-size: 2rem;*/
	/*}*/
}

@media (max-width: 768px) {
	.business-solutions-section {
		padding: 60px 0 0;
	}
	
	.bz-top-heading .tag {
	    font-size: 14px;
	    padding: 8px 20px;
	}

	.business-solutions-hero {
		margin-bottom: 50px;
	}

	.business-solutions-title {
		font-size: 2rem;
	}

	.business-solution-block {
		flex: 0 0 100%;
		border-right: none;
	}

	.business-solution-title {
		font-size: 1.75rem;
	}

	.business-solution-image {
		min-height: 300px;
	}
}




 
@media (max-width: 1200px) {
    .manage-popup-wrapper {
        justify-content: center;
    }
   
    .manage-popup {
        margin-right: 0;
        max-width: 700px;
    }
}
 
@media (max-width: 768px) {
    .manage-options-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.875rem;
    }
   
    .manage-popup {
        padding: 2rem 1.5rem !important;
        margin: 1rem 0;
    }
   
    .manage-option-item {
        min-height: 120px;
    }
   
    .manage-icon {
        font-size: 2rem;
    }
   
    .manage-background-blur {
        display: none;
    }
}
 
@media (max-width: 576px) {
    /*.manage-options-grid {*/
    /*    grid-template-columns: 1fr;*/
    /*    gap: 0.75rem;*/
    /*}*/
    
    .reviews-sec {
        padding:60px 0 60px 0;
    }
    
    .addwrap {
        margin-bottom: 20px;
    }
    
    .bz-footer .footer-middle ul li {
        float: left;
        width:50%;
    }
    
    .bz-footer .footer-middle ul {
        display: block;
    }
   
    .manage-option-item {
        min-height: 110px;
    }
   
    .manage-popup h2 {
        font-size: 1.5rem;
    }
   
    .manage-icon {
        font-size: 1.75rem;
    }
    
    .bt-item-img img {
        display:none;
    }
    
    .pricing-right {
        padding: 30px;
    }
    
    .features-list {
		grid-template-columns: 1fr;
	}
	
	.price-sec {
	    margin: 0;
	}
	
	.price-sec {
	    display:block;
	}
	
	.p-bx2 {
	    margin: 20px 0 0 0;
	}
	
	.bt-banner-list li {
	    font-size: 13px;
	    padding: 0px 10px;
	    
	}
	
	.bt-banner-list li:after {
	    left: 0px;
        top: 3px;
	}
	
	.cta-subscribe {
	    padding: 40px 20px !important;
	}
	
	.review-head .rev-nm {
	    font-size: 18px;
	}
	
	.rev-title span {
	    font-size: 14px;
	}
	
	.review-head {
	    display:block;
	}
	
	.cop {
	    display: block!important;
	}
	
	.cop .privacy-links {
	    margin: 20px 0 0 20px!important;
	}
}


@media (max-width:991px) {
  .bz-foursection__left-img::before {
    top: -4rem;
    left: 0rem;
    width: 100%;
    height: 100%;
  }
  
  .app .lft-img, .app .rgt-img {
      display:none;
  }
  
  .bt-banner-list {
      padding-left:0;
  }
  
  
  .badge-green {
    font-size: 12px;
    white-space: nowrap;
  }
  
  .toggle-switch {
      width: 151px;
  }
  
  .toggle-label, .toggle-text {
      font-size:14px;
  }
  
  .pricing-toggle {
      gap:10px;
  }
  
  .app {
      padding:30px 0;
  }
  
  .cta-subscribe {
      padding: 40px 0 40px;
  }
  
  .process-right .process-item {
      margin-bottom:0;
  }
  
  .faq-question {
      font-size: 17px;
  }
  
  
  
  .header .menu > ul > li .menu-subs.menu-column-4 .list-item, .header .menu > ul > li .menu-subs.menu-column-4 .list-item-one .bt_nav_industries li, .menu-subs-footer .menu-btns li {
      width:100%;
  }
  
  .menu-subs-footer .menu-btns li {
      margin: 0;
  }
  
  .menu-subs-footer .menu-btns {
      margin-top: 10px;
      padding:0;
      display:none;
  }
  
  .menu-subs-footer .menu-btns li .cta-a {
      padding: 18px 22px;
  }
  
  .menu-subs-footer {
      position: static;
      background:none;
      border-top:none;
  }
  
  .menu-subs-footer .menu-btns li a {
      display: block;
      margin-bottom: 10px;
  }
  
  .header .menu > ul > li .menu-subs.menu-column-4 .list-item > ul > li a {
      padding: 6px 10px 6px 0;
  }
  
  .header .menu > ul > li .menu-subs.menu-column-4 .list-item {
      float: none;
  }
  
  .menu-subs .mb-lg-5 {
      margin-bottom: 20px;
  }
  
  
  
  
}


@media (min-width:768px) and (max-width:991px) {
    .pricing-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .tab-item {
        font-size: 14px;
    }
    
    .pricing-right {
        padding:20px;
    }
    
}

.buzyteam-popup{
    background-color: transparent;
    max-width: 1320px;
    padding:0px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 15px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
    z-index:9999;
    height:600px;
}
.buzyteam-popup button{
    display: block;
    margin: 0 0 20px auto;
    background-color: #e54848;
    font-size: 30px;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: -20px;
    width: 46px;
    height: 46px;
    border-radius: 60px;
    top: -20px;
}
.buzyteam-popup p{
    font-size: 16px;
    margin:0px 0;
    line-height: 25px; 
    font-family: "Fira Sans", sans-serif;
    color:#474747;
}
.buzyteam_left {
    /*background-color: #bce6ff;
    background-image: linear-gradient(135deg, rgb(18 104 251 / 13%), transparent, rgb(18 104 251 / 20%));*/
        background-color: #fff;
    /*background-image: linear-gradient(to right, rgb(182 239 242 / 63%), rgb(255 242 164 / 39%));*/
    background-color:#eee9ff;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 40px 20px;
    height: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.buzyteam_left h2 { font-size:2rem; font-weight: 700;
    color: #000000;}
.buzyteam_left > img {
    /*width: 250px;*/
    margin: 0px 0px 20px 0px;
}
.buzyteam_left h3 { color:#000;}
.buzyteam_left > span { font-size:1.2rem; font-weight: 600;
    color: #000000;font-family: "Fira Sans", sans-serif; padding: 0px 0px 5px 0px;
    display: inline-block; }
.buzyteam_left ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.buzyteam_left ul li {
    font-family: "Fira Sans", sans-serif;  
}
.buzyteam_left ul li {
    font-family: "Fira Sans", sans-serif;
    padding: 8px 5px 0px 0px;
    position: relative;
    font-size:1rem;
    color:#474747;
}
.buzyteam_left ul li > i {
    padding-right: 5px;
    font-size: 18px;
    position:relative;
    top:3px;
}
.buzyteam_right {
    height:100%;
}


.buzyteam_right iframe {
    height: 100%;
    width:100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border:none;
}
.popup-open:before {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0px;
    content: "";
    top: 0px;
    z-index: 8888;
    width: 100%;
    height: 100%;
}
.popup-open {
    overflow: hidden; /* Disable scrolling */
}




/*----------------------------------------*/
/* Service css
/*----------------------------------------*/
.xc-service-one__section {
    padding:100px 0px;
}
.xc-service-one__box {
  text-align: center;
  background-color: var(--xc-common-white);
  box-shadow: 0px 0px 250px rgba(78, 67, 250, 0.26);
  border-radius: 10px;
  padding: 20px;
  padding-top: 0;
  transition: 0.3s;
  min-height:450px;
}
.xc-service-one__wrapper {
    margin-top: 100px;
    display: inline-block;
}
.xc-service-one__box ul {
    padding: 0px;
}
.xc-service-one__box ul li {
    text-align: left;
    position: relative;
    padding: 4px 4px 4px 25px;
}
.xc-service-one__box ul li > i {
    position: absolute;
    left: 0px;
    color: var(--primary-color);
}
.xc-service-one__box:hover {
  box-shadow: 0px 0px 250px rgba(78, 67, 250, 0.36);
}
.xc-service-one__box:hover .xc-service-one__icon::before, .xc-service-one__box:hover .xc-service-one__icon::after {
  transform: rotate(0);
}
.xc-service-one__box.xc-featured {
  background-color: var(--xc-common-black);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.xc-service-one__box.xc-featured p {
  color: #ACB9CB;
}
.xc-service-one__box.xc-featured .xc-btn {
  color: var(--xc-common-white);
  display: inline-block;
}
.xc-service-one__box.xc-featured .xc-service-one__icon {
  margin-bottom: 0;
  margin-top: 25px;
  margin-bottom: 0px;
}
.xc-service-one__box.xc-featured .xc-service-one__icon::before, .xc-service-one__box.xc-featured .xc-service-one__icon::after {
  display: none;
}
.xc-service-one__icon {
  font-weight: 400;
  font-size: 40px;
  color: #4E43FA;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  z-index: 1;
  padding: 10px 40px;
  margin-top: -30px;
}
.xc-service-one__icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotate(15deg);
  display: inline-block;
  background: linear-gradient(119.54deg, rgba(78, 67, 250, 0.36) -7.49%, rgba(85, 102, 231, 0.072) 71.5%);
  border-radius: 15px;
  z-index: -1;
  transition: 0.2s;
}
.xc-service-one__icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotate(15deg) translateX(30px) translateY(-15px);
  display: inline-block;
  border: 1px solid #B9CCDA;
  border-radius: 15px;
  z-index: -1;
  transition: 0.4s;
}
.xc-service-one p {
  font-size: 16px;
}

.xc-feature-two__section {
    background-color: #F2F4F8;
    padding: 100px 0px;
}
.xc-service-one__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
.xc-feature-two__section .feature-item-2, .xc-feature-two__section .feature-item-4, .xc-feature-two__section .feature-item-6 {
  flex-direction: row-reverse;
}
.xc-feature-two__section .feature-item-2 .xc-feature-two__content, .xc-feature-two__section .feature-item-4 .xc-feature-two__content, .xc-feature-two__section .feature-item-6 .xc-feature-two__content {
  text-align: end;
  padding-right: 110px;
  padding-left: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-feature-two__section .feature-item-2 .xc-feature-two__content, .xc-feature-two__section .feature-item-4 .xc-feature-two__content, .xc-feature-two__section .feature-item-6 .xc-feature-two__content {
    text-align: start;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-feature-two__section .feature-item-2 .xc-feature-two__content, .xc-feature-two__section .feature-item-4 .xc-feature-two__content, .xc-feature-two__section .feature-item-6 .xc-feature-two__content {
    text-align: start;
    padding-right: 0px;
    padding-left: 30px;
  }
}
.xc-feature-two__section .feature-item-2 .xc-feature-two__content::before, .xc-feature-two__section .feature-item-4 .xc-feature-two__content::before, .xc-feature-two__section .feature-item-6 .xc-feature-two__content::before {
  left: auto;
  right: 0;
  top: 20px;
  transform: translateY(-50%) rotate(-180deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-feature-two__section .feature-item-2 .xc-feature-two__content::before, .xc-feature-two__section .feature-item-4 .xc-feature-two__content::before, .xc-feature-two__section .feature-item-6 .xc-feature-two__content::before {
    left: 0;
    right: auto;
    transform: translateY(-50%) rotate(0deg);
  }
}
.xc-feature-two__section .feature-item-4 .xc-feature-two__imgs, .xc-feature-two__section .feature-item-6 .xc-feature-two__imgs {
  padding-left: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-feature-two__section .feature-item-2 .xc-feature-two__imgs, .xc-feature-two__section .feature-item-4 .xc-feature-two__imgs, .xc-feature-two__section .feature-item-6 .xc-feature-two__imgs {
    padding-left: 0px;
  }
}
.xc-feature-two__section .feature-item-2 .xc-feature-two__imgs .img-1, .xc-feature-two__section .feature-item-4 .xc-feature-two__imgs .img-1, .xc-feature-two__section .feature-item-6 .xc-feature-two__imgs .img-1 {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-feature-two__section .feature-item-2 .xc-feature-two__imgs .img-1, .xc-feature-two__section .feature-item-4 .xc-feature-two__imgs .img-1, .xc-feature-two__section .feature-item-6 .xc-feature-two__imgs .img-1 {
    left: 60px;
    right: auto;
  }
}
.xc-feature-two__shapes img {
  border-radius: 10px;
}
.xc-feature-two__inner {
    position: relative;
}
.xc-feature-two__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  border: 1px dashed var(--primary-color);
  opacity: 0.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-feature-two__line {
    left: 0;
  }
}
.xc-feature-two__item + .xc-feature-two__item {
  margin-top: 60px;
}
.xc-feature-two__content {
  padding-left: 110px;
  padding-right: 40px;
  margin-top: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-feature-two__content {
    padding-left: 60px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-feature-two__content {
    padding-left: 30px;
    padding-right: 0;
  }
}
.xc-feature-two__content::before {
  content: url(../img/feature-2-arrow.png);
  position: absolute;
  left: 0;
  top: 20px;
  transform: translateY(-50%);
}
.xc-feature-two__count {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: var(--primary-color);
}
.xc-feature-two__title {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .xc-feature-two__title {
    font-size: 25px;
  }
  .xc-feature-two__title br {
    display: none;
  }
}
.xc-feature-two__info {
  font-size: 16px;
}
.xc-feature-two__imgs {
  position: relative;
}
/*.xc-feature-two__imgs .main-img-1 {*/
/*  padding-left: 40px;*/
/*}*/


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-feature-two__imgs .main-img-1 {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-feature-two__imgs .main-img-1 {
    padding-left: 30px;
  }
  .xc-feature-two__imgs .main-img-1 img {
    width: 100%;
  }
}
.xc-feature-two__shapes .img-1 {
  position: absolute;
  left: 0;
  top: 80px;
  box-shadow: 0px 0px 250px 0px rgba(78, 67, 250, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xc-feature-two__shapes .img-1 {
    left: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-feature-two__shapes .img-1 {
    left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-feature-two__shapes .img-1 img {
    width: 100%;
  }
}
.xc-feature-two__shapes .img-2 {
  position: absolute;
  left: 60%;
  transform: translateX(-50%);
  bottom: 30px;
  box-shadow: 0px 0px 250px 0px rgba(78, 67, 250, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .xc-feature-two__shapes .img-2 img {
    width: 100%;
  }
}
.xc-feature-two__content ul {
    padding: 0px;
}
.xc-feature-two__content ul li {
    padding: 5px 5px 5px 30px;
    position: relative;
}
.xc-feature-two__content ul li i {
    font-size: 20px;
    position: absolute;
    top: 3px;
    left:0px;
    color: var(--primary-color);
}
@media screen and (min-width:992px){
.ai_ul_list li { padding-right:40px!important;}
.ai_ul_list li i {
    transform: rotate(180deg);
    display: inline-block;
    position: absolute;
    right: 0;
        left: auto !important;
}
}
.features-section {
    padding: 100px 0px;
    position: relative;
}
.iconic-info-box.style-two {
  display: flex;
  align-items: start;
}
.iconic-info-box.style-two .icon {
  flex: 0 0 auto;
  width: 65px;
  height: 65px;
  border-radius: 28px;
  background: linear-gradient(90deg, #746fff -8.37%, rgba(129, 74, 255, 0.2) 52.7%, rgba(74, 182, 254, 0.2) 110.76%);
  font-size: 30px;
  margin-right: 20px;
  margin-top: 0px;
  display: flex;
    align-items: center;
    justify-content: center;
}
.iconic-info-box.style-two .icon i {
    background: #532af3;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
.iconic-info-box.style-two .content h3 {
  font-size: 22px;
  margin-bottom: 0px;
}

.ai-matter-list {
    padding: 0px;
}
.ai-matter-list li {
    padding: 5px 5px 5px 30px;
    position: relative;
}
.ai-matter-list li i {
    font-size: 20px;
    position: absolute;
    top: 5px; 
    left: 0px;
    color: var(--primary-color);
}
.banner_one_img.bt-ai-logo {
    text-align: right;
}
.banner_one_img.bt-ai-logo img {
    max-width: 450px;
}
.blog-standard-inner h2 {
    font-size: 2rem;
}
.disc {
    font-size: 1.4rem;
}
.struggles-box i {
    position: relative;
    color: var(--primary-color);
    top: 4px;
    line-height:1;
}.solution-box i {
    color: var(--primary-color);
    position: relative;
    top: 4px;
    line-height:1;
}


  .wrap {
      max-width: 1320px;
      margin: 0 auto;
      padding: 0rem 1.25rem 3rem;
    }
    
    
    /*New CSS */
    
    
    .wrap .tab-bar {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      gap: 1.25rem 1.5rem;
      margin-bottom: 1.5rem;
    }

    .wrap .tab {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      padding: 0;
      border: none;
      background: none;
      cursor: pointer;
      font: inherit;
      color: var(--ink-muted);
      transition: color 0.15s ease;
    }

    /*.wrap .tab:hover {*/
    /*  color: var(--ink);*/
    /*}*/

    .wrap .tab:focus-visible {
      outline: 2px solid #6366f1;
      outline-offset: 4px;
      border-radius: 4px;
    }

    /*.tab-icon {*/
    /*  width: 56px;*/
    /*  height: 56px;*/
    /*  border-radius: 14px;*/
    /*  background: #fff;*/
    /*  box-shadow: var(--shadow);*/
    /*  display: flex;*/
    /*  align-items: center;*/
    /*  justify-content: center;*/
    /*  transition: background 0.2s ease, box-shadow 0.2s ease;*/
    /*}*/

    .wrap .tab-icon svg {
      width: 26px;
      height: 26px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.75;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .wrap .tab.active .wrap .tab-icon svg {
      color: #fff;
      stroke: #fff;
    }

    .wrap .tab.tab--m1.active .tab-icon {
      background: #2d65e6;
      box-shadow: 0 4px 14px rgba(99, 102, 241, 0.45);
    }
    
    .wrap .tab.active svg {
        color:#fff;
    }

    .wrap .tab.tab--m2.active .tab-icon {
      background: #0ea5e9;
      box-shadow: 0 4px 14px rgba(14, 165, 233, 0.45);
    }

     .wrap .tab.tab--m3.active .tab-icon {
      background: #ec4899;
      box-shadow: 0 4px 14px rgba(236, 72, 153, 0.45);
    }

     .wrap .tab.tab--m4.active .tab-icon {
      background: #14b8a6;
      box-shadow: 0 4px 14px rgba(20, 184, 166, 0.45);
    }

     .wrap .tab.tab--m5.active .tab-icon {
      background: #8b5cf6;
      box-shadow: 0 4px 14px rgba(139, 92, 246, 0.45);
    }

     .wrap .tab.tab--m6.active .tab-icon {
      background: #f59e0b;
      box-shadow: 0 4px 14px rgba(245, 158, 11, 0.45);
    }

     .wrap .tab.tab--m7.active .tab-icon {
      background: #e84d6b;
      box-shadow: 0 4px 14px rgba(232, 77, 107, 0.45);
    }

     .wrap .tab.tab--m8.active .tab-icon {
      background: #22c55e;
      box-shadow: 0 4px 14px rgba(34, 197, 94, 0.45);
    }

     .wrap .tab.tab--m9.active .tab-icon {
      background: #0d9488;
      box-shadow: 0 4px 14px rgba(13, 148, 136, 0.45);
    }

     .wrap .tab.tab--m10.active .tab-icon {
      background: #a855f7;
      box-shadow: 0 4px 14px rgba(168, 85, 247, 0.45);
    }
    
    .wrap .tab.tab--m11.active .tab-icon {
      background: #3c970f;
      box-shadow: 0 4px 14px rgb(67 151 36 / 49%);
    }

     .pricing_section .wrap .tab-label {
      font-size: 0.8125rem;
      font-weight: 500;
      text-align: center;
      max-width: 118px;
      line-height: 1.25;
      color: var(--ink);
    }

    .tab.active .tab-label {
      color: var(--ink);
    }

    /* Module sub-tabs: all modules use pill chips (icon + check badge) */
    .team-subbar,
    .task-subbar,
    .chat-subbar,
    .time-subbar,
    .hr-subbar,
    .recruitment-subbar,
    .scrum-subbar,
    .training-subbar,
    .jobs-subbar,
    .reporting-subbar,
    .apps-subbar {
      display: none;
      margin-bottom: 1.25rem;
      background: var(--subtab-bg);
      border-radius: 12px;
      box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
    max-width: 100%;
    padding: 8px;
    border: 2px solid #fff;
    background: #ffffff4d;
    box-shadow: 0 -10px 40px #6167881a;
    }

    .team-subbar.is-visible,
    .task-subbar.is-visible,
    .chat-subbar.is-visible,
    .time-subbar.is-visible,
    .hr-subbar.is-visible,
    .recruitment-subbar.is-visible,
    .scrum-subbar.is-visible,
    .training-subbar.is-visible,
    .jobs-subbar.is-visible,
    .reporting-subbar.is-visible,
    .apps-subbar.is-visible {
      display: block;
    }

    .team-subtabs,
    .task-subtabs,
    .chat-subtabs,
    .time-subtabs,
    .hr-subtabs,
    .recruitment-subtabs,
    .scrum-subtabs,
    .training-subtabs,
    .jobs-subtabs,
    .reporting-subtabs,
    .apps-subtab {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
    }

    .team-subtab,
    .task-subtab,
    .chat-subtab,
    .time-subtab,
    .hr-subtab,
    .recruitment-subtab,
    .scrum-subtab,
    .training-subtab,
    .jobs-subtab,
    .reporting-subtab,
    .apps-subtab {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 8px 12px;
      margin: 0;
      border: 1px solid var(--tag-border);
      border-radius: 9999px;
      background: #fff;
      cursor: pointer;
      font: inherit;
      font-size: 0.8375rem;
      font-weight: 500;
      color: #1e293b;
      transition: border-color 0.15s ease, color 0.15s ease;
    }

    .team-subtab:hover,
    .task-subtab:hover,
    .chat-subtab:hover,
    .time-subtab:hover,
    .hr-subtab:hover,
    .recruitment-subtab:hover,
    .scrum-subtab:hover,
    .training-subtab:hover,
    .jobs-subtab:hover,
    .reporting-subtab:hover,
    .apps-subtab:hover {
      border-color: #cbd5e1;
      color: #0f172a;
    }

    .team-subtab:focus-visible,
    .task-subtab:focus-visible,
    .chat-subtab:focus-visible,
    .time-subtab:focus-visible,
    .hr-subtab:focus-visible,
    .recruitment-subtab:focus-visible,
    .scrum-subtab:focus-visible,
    .training-subtab:focus-visible,
    .jobs-subtab:focus-visible,
    .reporting-subtab:focus-visible,
    .apps-subtab:focus-visible {
      outline: 2px solid var(--tab-blue);
      outline-offset: 2px;
    }

    .team-subtab.active,
    .task-subtab.active,
    .chat-subtab.active,
    .time-subtab.active,
    .hr-subtab.active,
    .recruitment-subtab.active,
    .scrum-subtab.active,
    .training-subtab.active,
    .jobs-subtab.active,
    .reporting-subtab.active,
    .apps-subtab.active {
      border: 1.5px solid var(--tab-blue);
      color: var(--tab-blue);
    }

    .team-subtab .tag-icon svg,
    .task-subtab .tag-icon svg,
    .chat-subtab .tag-icon svg,
    .time-subtab .tag-icon svg,
    .hr-subtab .tag-icon svg,
    .recruitment-subtab .tag-icon svg,
    .scrum-subtab .tag-icon svg,
    .training-subtab .tag-icon svg,
    .jobs-subtab .tag-icon svg, 
    .reporting-subtab .tag-icon svg,
    .apps-subtab .tag-icon svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.65;
      stroke-linecap: round;
      stroke-linejoin: round;
      display: block;
    }

    .team-subtab .tag-icon svg .rec-dot,
    .task-subtab .tag-icon svg .rec-dot,
    .chat-subtab .tag-icon svg .rec-dot,
    .time-subtab .tag-icon svg .rec-dot,
    .hr-subtab .tag-icon svg .rec-dot,
    .recruitment-subtab .tag-icon svg .rec-dot,
    .scrum-subtab .tag-icon svg .rec-dot,
    .training-subtab .tag-icon svg .rec-dot,
    .jobs-subtab .tag-icon svg .rec-dot, 
    .reporting-subtab .tag-icon svg .rec-dot,
    .apps-subtab .tag-icon svg .rec-dot {
      fill: currentColor;
      stroke: none;
    }

    .team-subtab .tag-check,
    .task-subtab .tag-check,
    .chat-subtab .tag-check,
    .time-subtab .tag-check,
    .hr-subtab .tag-check,
    .recruitment-subtab .tag-check,
    .scrum-subtab .tag-check,
    .training-subtab .tag-check,
    .jobs-subtab .tag-check,
    .reporting-subtab .tag-check,
    .apps-subtab .tag-check {
      display: none;
      position: absolute;
      top: -6px;
      right: -6px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: var(--tab-blue);
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(37, 99, 235, 0.35);
      pointer-events: none;
    }

    .team-subtab .tag-check svg,
    .task-subtab .tag-check svg,
    .chat-subtab .tag-check svg,
    .time-subtab .tag-check svg,
    .hr-subtab .tag-check svg,
    .recruitment-subtab .tag-check svg,
    .scrum-subtab .tag-check svg,
    .training-subtab .tag-check svg,
    .jobs-subtab .tag-check svg,
    .reporting-subtab .tag-check svg,
    .apps-subtab .tag-check svg {
      width: 10px;
      height: 10px;
      stroke: #fff;
      fill: none;
      stroke-width: 3;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .team-subtab.active .tag-check,
    .task-subtab.active .tag-check,
    .chat-subtab.active .tag-check,
    .time-subtab.active .tag-check,
    .hr-subtab.active .tag-check,
    .recruitment-subtab.active .tag-check,
    .scrum-subtab.active .tag-check,
    .training-subtab.active .tag-check,
    .jobs-subtab.active .tag-check,
    .reporting-subtab.active .tag-check,
    .apps-subtab.active .tag-check {
      display: flex;
    }

    /* Workspace row — pill chips + checkmark badge (setup modal ref) */
    .workspace-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: var(--shadow-card);
      padding: 1.75rem 1.75rem 1.5rem;
      margin-bottom: 1.5rem;
    }

    .workspace-title {
      margin: 0 0 1.25rem;
      font-size: 1.125rem;
      font-weight: 700;
      color: #111827;
      letter-spacing: -0.02em;
    }

    .tag-grid {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
      margin-bottom: 1.5rem;
    }

    .workspace-tag {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 18px;
      border: 1px solid var(--tag-border);
      border-radius: 10px;
      background: #fff;
      cursor: pointer;
      font: inherit;
      font-size: 0.9375rem;
      font-weight: 500;
      color: #1e293b;
      transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    }

    .workspace-tag:hover {
      border-color: #cbd5e1;
      color: #0f172a;
    }

    .workspace-tag:focus-visible {
      outline: 2px solid var(--tab-blue);
      outline-offset: 2px;
    }

    .workspace-tag.active {
      border: 1.5px solid var(--tab-blue);
      color: var(--tab-blue);
      box-shadow: none;
    }

    .workspace-tag .tag-icon svg {
      width: 20px;
      height: 20px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.65;
      stroke-linecap: round;
      stroke-linejoin: round;
      display: block;
    }

    .tag-check {
      display: none;
      position: absolute;
      top: -6px;
      right: -6px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: var(--tab-blue);
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(37, 99, 235, 0.35);
      pointer-events: none;
    }

    .tag-check svg {
      width: 10px;
      height: 10px;
      stroke: #fff;
      fill: none;
      stroke-width: 3;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .workspace-tag.active .tag-check {
      display: flex;
    }

    .workspace-cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 22px;
      border: none;
      border-radius: 10px;
      background: var(--accent);
      color: #fff;
      font: inherit;
      font-size: 0.9375rem;
      font-weight: 600;
      cursor: pointer;
      transition: filter 0.15s ease, transform 0.1s ease;
    }

    .workspace-cta:hover {
      filter: brightness(1.05);
    }

    .workspace-cta:focus-visible {
      outline: 2px solid var(--accent);
      outline-offset: 3px;
    }

    .workspace-cta svg {
      width: 18px;
      height: 18px;
      stroke: #fff;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

     .wrap .content {
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 8px 32px rgba(45, 55, 72, 0.1);
      line-height: 0;
    }

     .wrap .content img {
      display: block;
      width: 100%;
      height: auto;
      vertical-align: middle;
      /*transform: scale(var(--shot-zoom));*/
      transform-origin: var(--shot-origin-x) var(--shot-origin-y);
    }
    
    
    
    
    
    
    
    
    /*New CSS Ends*/
    
    
    
    
    
    
    

    .wrap .tab-bar {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      gap: 1.25rem 1.5rem;
      margin-bottom: 2rem;
    }


   /*.wrap .tab:hover {*/
   /*   color: var(--ink);*/
   /* }*/

    .wrap .tab:focus-visible {
      outline: 2px solid #6366f1;
      outline-offset: 4px;
      border-radius: 4px;
    }

    .wrap .tab-icon {
      /*width: 56px;*/
      /*height: 56px;*/
      width: 70px;
      height: 70px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s ease, box-shadow 0.2s ease;
        border: 2px solid #fff;
        background: #ffffff30;
        box-shadow: 0 -10px 40px #6167881a;
    }

    .wrap .tab-icon svg {
      width: 26px;
      height: 26px;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.75;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .wrap .tab.active .wrap .tab-icon svg {
      color: #fff;
      stroke: #fff;
    }

    .wrap .tab.tab--projects.active .tab-icon {
      background: #6366f1;
      box-shadow: 0 4px 14px rgba(99, 102, 241, 0.45);
      stroke: #fff;
    }

    .wrap .tab.tab--resource.active .tab-icon {
      background: #0ea5e9;
      box-shadow: 0 4px 14px rgba(14, 165, 233, 0.45);
      stroke: #fff;
    }

    .wrap .tab.tab--sales.active .tab-icon {
      background: #8b5cf6;
      box-shadow: 0 4px 14px rgba(139, 92, 246, 0.45);
      stroke: #fff;
    }

    .wrap .tab.tab--time.active .tab-icon {
      background: #14b8a6;
      box-shadow: 0 4px 14px rgba(20, 184, 166, 0.45);
      stroke: #fff;
    }

    .wrap .tab.tab--portal.active .tab-icon {
      background: #f59e0b;
      box-shadow: 0 4px 14px rgba(245, 158, 11, 0.45);
      stroke: #fff;
    }

    .wrap .tab.tab--chat.active .tab-icon {
      background: #ec4899;
      box-shadow: 0 4px 14px rgba(236, 72, 153, 0.45);
      stroke: #fff;
    }

    .wrap .tab.tab--reporting.active .tab-icon {
      background: #22c55e;
      box-shadow: 0 4px 14px rgba(34, 197, 94, 0.45);
      stroke: #fff;
    }

    .wrap .tab.tab--portfolio.active .tab-icon {
      background: #e84d6b;
      box-shadow: 0 4px 14px rgba(232, 77, 107, 0.45);
      stroke: #fff;
    }

    .pricing_section .wrap .tab-label {
      /*font-size: 0.8125rem;*/
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      max-width: 100px;
      line-height: 1.25;
      color: var(--ink);
    }

    .wrap .tab.active .tab-label {
      color: var(--ink);
    }

    .wrap .content {
      overflow: hidden;
      border-radius: 14px;
      border: 2px solid #fff;
      background: #ffffff30;
      box-shadow: 0 8px 32px rgba(45, 55, 72, 0.1);
      padding: 16px;
    }

    .wrap  .content img {
      display: block;
      width: 100%;
      height: auto;
      vertical-align: middle;
      border-radius: 14px;
    }
    
    
    /*New CSS*/
    
:root {
  --primary: #532af3;
  --secondary: var(--primary);
  --soft-primary: #fff0f6;
  --soft-secondary: #eef6ff;
  --text-dark: #1f2a44;
  --text-heading: #17233b;
  --text-body: #4e5f7a;
  --text-muted: #6d7d96;
  --btn-backgredient: linear-gradient(113deg, #532af3 0%, #534cf9 100%);
  --btn-hovergredient: linear-gradient(113deg, #534cf9 0%, #532af3 100%);
}

.pricing-page {
  background: #f7f9fc;
  color: var(--text-dark);
}

.pricing-form-label {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.pricing-form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%235f6b7a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 14px 14px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  appearance: none;
}

.pricing-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}

.pricing-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.pricing-nav-link {
  display: block;
  text-decoration: none;
}

.pricing-nav-item {
  list-style: none;
}

.pricing-table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pricing-form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
}

.pricing-form-check .pricing-check-input {
  float: left;
  margin-left: -1.5em;
}

.pricing-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: auto;
  -webkit-appearance: checkbox;
  accent-color: var(--secondary);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25em;
  cursor: pointer;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.d-grid {
  display: grid !important;
}

.d-none {
  display: none !important;
}

.section-space {
  padding-block: 2rem;
}

.title-badge {
  display: inline-block;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.main-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1.2;
  margin-bottom: 10px;
}

.sub-title {
  color: var(--text-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

.country-btn-box {
  max-width: 280px;
  border-radius: 999px;
  border: 1px solid #d9e1ec;
  font-weight: 600;
  color: #34445f;
  background-color: #fff;
}

.plan-tabs .pricing-nav-link,
.addon-tabs .pricing-nav-link {
  color: var(--text-dark);
  border: 1px solid #d9e1ec;
  border-radius: 999px !important;
  margin: 4px;
  font-weight: 600;
  background: #fff;
}

.plan-tabs .pricing-nav-link.active,
.addon-tabs .pricing-nav-link.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.customize-card-wapper {
  margin-top: inherit !important;
}

#termTabs {
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 999px;
  padding: 4px;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 3px;
}

#termTabs .pricing-nav-item {
  flex: 1 1 0;
}

#termTabs .pricing-nav-link,
#addonTermTabs .pricing-nav-link {
  margin: 0;
  border: 0;
  border-radius: 999px !important;
  min-width: 110px;
  text-align: center;
  padding: 8px 18px;
  font-weight: 700;
  background: transparent;
  color: #fff;
}

#termTabs .pricing-nav-link.active,
#addonTermTabs .pricing-nav-link.active {
  background: #fff !important;
  color: var(--primary) !important;
  box-shadow: none;
}

#termTabs .pricing-nav-link:not(.active):hover,
#addonTermTabs .pricing-nav-link:not(.active):hover {
  background: transparent;
  color: #fff;
}

#addonTermTabs {
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 999px;
  margin-top: 0px;
  padding: 4px;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 3px;
}

#addonTermTabs .pricing-nav-item {
  flex: 1 1 0;
}

.addon-controls-row {
  flex-wrap: wrap;
  justify-content: space-between;
}

.addon-controls-row>[class*="col-"] {
  min-width: 0;
}

.addon-controls-row .col-lg-3 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  width: auto;
}

.addon-controls-row .pricing-form-label {
  margin-bottom: 0;
  white-space: nowrap;
}

.addon-controls-row .pricing-form-select {
  min-width: 170px;
}

.control-card {
  background: #fff;
  border: 1px solid #e7edf6;
  border-radius: 14px;
  padding: 18px;
}

.plan-card {
  background: #fff;
  border: 1px solid #e5ecf6;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  box-shadow: 0 10px 24px rgba(12, 32, 66, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plan-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(12, 32, 66, 0.1);
}

.plan-card:has(.starter-tag):hover .plan-info-card {
  background:linear-gradient(180deg, #cbbdff4f 0%, #cbbdff4f 100%);
  border-color: #9d9eff;
}

.plan-card:has(.plan-tag.growth):hover .plan-info-card {
  background: linear-gradient(180deg, #ff7a1a14 0%, #ff7a1a17 100%);
  border-color: #ff7a1a;
}

.plan-card:has(.growing-tag):hover .plan-info-card {
  background: #fdf1ea !important;
  border-color: #9a341296 !important;
}

.plan-card:has(.plan-tag.enterprise):hover .plan-info-card {
  background: linear-gradient(180deg, #f6f3ff 0%, #ece7ff 100%);
  border-color: #c6b6ff;
}

.plan-card:hover .starter-tag {
  background: var(--primary);
  color: #fff;
}

.plan-card:hover .plan-tag.growth {
  background: var(--secondary);
  color: #fff;
}

.plan-card:hover .plan-tag.growth:not(.growing-tag) {
  background: #ff7a1a;
  color: #fff;
}

.plan-card:hover .plan-tag.growing-tag {
  background: #9a3412;
  color: #fff;
}

.plan-card:hover .plan-tag.enterprise {
  background: #6f4cff;
  color: #fff;
}

.plan-card.highlight {
  background: linear-gradient(180deg, var(--secondary) 0%, #006fda 100%);
  border-color: var(--secondary);
}

.plan-card.highlight .includes-title,
.plan-card.highlight .condition-title,
.plan-card.highlight .condition-list li,
.plan-card.highlight>.tiny-note,
.plan-card.highlight .trial-inline,
.plan-card.highlight .trial-inline span {
  color: #fff;
}

.plan-card.highlight .condition-list li::before {
  color: #fff;
}

.plan-card.highlight .plan-tag.growth {
  background: var(--secondary);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.plan-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border-radius: 999px;
  padding: 7px 12px;
  margin-bottom: 14px;
  background: var(--soft-primary);
  color: var(--primary);
  border: 1px solid rgba(33, 74, 164, 0.12);
  box-shadow: 0 4px 10px rgba(22, 35, 74, 0.08);
}

.plan-tag i {
  font-size: 20px;
  line-height: 1;
}

.starter-tag {
  font-weight: 900;
}

.plan-info-card {
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  background: linear-gradient(180deg, #f4f1ff 0%, #f7fbff 100%);
  box-shadow: 0 8px 18px rgba(22, 35, 74, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease;
  padding: 14px;
  margin-bottom: 14px;
}

.plan-info-card .plan-tag {
  margin-bottom: 10px;
}

.plan-info-card .h5 {
  color: var(--text-heading);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.35;
  margin-bottom: 8px !important;
}

.plan-info-card h3.h5,
.plan-info-card h4.h5 {
  margin-top: 0px;
}

.plan-info-card .discount-line {
  margin-bottom: 4px;
}

.plan-info-card .price-inline {
  margin-bottom: 0;
}

.plan-tag.growth {
  background: #f2f7ff;
  color: var(--secondary);
}

/* Randomized accent only for Professional plan tag */
.plan-tag.growth:not(.growing-tag) {
  background: #ff7a1a17;
  color: #ff7a1a;
}

.plan-tag.growing-tag {
  color: #9a3412;
}

.plan-tag.enterprise {
  background: #f3f2ff;
  color: #6f4cff;
}

.recommended-ribbon {
  position: absolute;
  top: 21px;
  right: -48px;
  transform: rotate(38deg);
  background: linear-gradient(90deg, #f6c453, #e0a106);
  color: #000;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 44px;
  box-shadow: 0 8px 16px rgba(12, 32, 66, 0.18);
}

.price {
  font-size: 2.15rem;
  font-weight: 800;
  color: var(--secondary);
  line-height: 1.1;
  margin-bottom: 4px;
}

/* Randomized accent only for Professional plan price */
#scalePrice {
  color: #ff7a1a;
}

.price-sub {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.discount-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.old-price {
  color: #8190a5;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.discount-badge {
  font-size: 0.7rem;
  font-weight: 800;
  color: var(--primary);
  background: #ffe6f1;
  border-radius: 999px;
  padding: 3px 8px;
}

.starter-current-price {
  font-weight: 700;
}

.price-inline {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.price-inline .price,
.price-inline .price-sub {
  margin-bottom: 0;
}

.price-inline .price {
  font-size: 2rem;
  font-weight: 700;
}

.price-billing-note {
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 6px;
}

.feature-list,
.condition-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.feature-list li,
.condition-list li {
  margin-bottom: 8px;
  padding-left: 22px;
  position: relative;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.55;
}

.pricing-page .feature-list li::before,
.pricing-page .condition-list li::before {
  content: "✓";
  color: var(--secondary);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  background:transparent !important;
}

.condition-title,
.includes-title {
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--text-heading);
  font-size: 0.92rem;
}

.btn-primary-custom {
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  border-radius: 10px;
  background: var(--btn-backgredient);
  padding: 10px 14px;
  transition: background 0.2s ease;
}

.btn-primary-custom:hover {
  background: var(--btn-hovergredient);
  color: #fff;
}

.btn-outline-custom {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  font-weight: 700;
  font-size: 0.92rem;
  border-radius: 10px;
  padding: 10px 14px;
  background: #fff;
}

.btn-outline-custom:hover {
  background: var(--soft-secondary);
  color: var(--secondary);
}

.table-lite {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.88rem;
  margin-bottom: 12px;
}

.table-lite th,
.table-lite td {
  border: 1px solid #e5ecf6;
  padding: 8px;
  text-align: left;
  background: #fff;
}

.table-lite th {
  background: #f4f8ff;
}

.addon-card {
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: #f3f4f6;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
  margin-bottom: 12px;
  transition: all 0.18s ease;
}

.addon-card.active {
  border-color: #d1d5db;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.14);
  background: #e5e7eb;
}

.addon-price {
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 6px;
}

.addon-price-group {
  margin-left: auto;
  text-align: right;
  white-space: wrap;
}

.accordion-addon {
  padding: 0;
}

.addon-summary {
  list-style: none;
  cursor: pointer;
  padding: 10px 15px;
}

.addon-summary::-webkit-details-marker {
  display: none;
}

.addon-content {
  padding: 0 16px 16px;
  border-top: 1px solid #e7edf6;
}

.addon-summary-inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 3px;
}

.addon-summary-main {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 160px;
  flex: 1;
}

.addon-title-group {
  min-width: 0;
}

.addon-title-group .h6 {
  margin: 0;
}

.addon-left-check {
  margin-top: 2px;
  height: 15px !important;
  min-height: 15px !important;
}

.addon-left-check .pricing-check-input {
  margin-top: 0;
  border-color: #9aa7bb;
}

.addon-chevron {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5f6b7a;
  font-size: 0.95rem;
  line-height: 1;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.addon-chevron::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #5f6b7a;
  border-bottom: 2px solid #5f6b7a;
  transform: rotate(45deg) translateY(-1px);
}

.accordion-addon[open] .addon-chevron {
  transform: rotate(180deg);
}

.addon-summary:hover .addon-chevron {
  filter: brightness(1.05);
}

.summary-card {
  border: 1px solid #dce6f5;
  border-radius: 14px;
  background: #fff;
  padding: 20px;
  position: sticky;
  top: 0;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--text-body);
  font-size: 0.92rem;
  font-weight: 500;
}

.summary-total {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-heading);
}

.tiny-note {
  font-size: 0.86rem;
  color: var(--text-muted);
  font-weight: 400;
  line-height: 1.55;
}

.addon-quick-checks {
  margin-top: 0px;
  border-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

.addon-quick-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-top: 0;
  margin-bottom: 8px;
  display: block;
}

.addon-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d9e3f2;
  border-radius: 999px;
  padding: 7px 12px;
  background: #fff;
  padding-left: 12px;
}

.addon-pill .pricing-check-input {
  position: static;
  float: none;
  margin-top: 0;
  margin-left: 0;
}

.addon-pill .pricing-form-check-label {
  font-size: 0.86rem;
  color: #334155;
  font-weight: 500;
}

.trial-inline {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  white-space: normal;
  overflow: visible;
  font-size: 0.82rem;
  color: var(--text-body);
  font-weight: 500;
  padding-bottom: 2px;
}

.plan-actions {
  order: 99;
  margin-top: auto;
  margin-bottom: 12px;
}

.selected-addon-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.selected-addon-row:last-child {
  margin-bottom: 0;
}

.selected-addon-employee {
  color: var(--text-muted);
  font-weight: 500;
  white-space: nowrap;
}

.plan-mini-accordion {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 0 10px;
  background: #f3f4f6;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.plan-mini-accordion summary {
  cursor: pointer;
  font-weight: 700;
  color: #2a364d;
  font-size: 0.9rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e2e8f0;
}

.plan-mini-accordion summary::-webkit-details-marker {
  display: none;
}

.plan-mini-accordion summary::before {
  content: none;
}

.plan-mini-accordion summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: auto;
}

.plan-mini-accordion[open] summary::after {
  transform: rotate(-135deg);
}

.plan-mini-accordion ul {
  border-top: 0;
  margin: 0;
  padding: 8px 0 12px;
}

.compare-btn {
  scroll-behavior: smooth;
}

.compare-section-card {
  padding: 20px;
}

.compare-table th,
.compare-table td {
  text-align: center;
  vertical-align: middle;
}

.compare-table th:first-child,
.compare-table td:first-child {
  text-align: left;
  min-width: 220px;
}

.compare-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

.compare-icon.yes {
  color: #166534;
  background: #dcfce7;
}

.compare-icon.no {
  color: #b91c1c;
  background: #fee2e2;
}












/***********Price ********************/

      .price-container {
          padding:100px 0px;
      }
        .price-text h2 {
            text-align: center;
        }
        .price-text p {
            text-align: center;
        }
      .price {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        margin-bottom: 2.5rem;
      }

      @media (min-width: 768px) {
        .price {
          flex-direction: row;
          align-items: flex-start;
          justify-content: space-between;
          gap: 2rem;
        }
      }

      .price-text h1 {
        font-size: clamp(1.75rem, 4vw, 2.25rem);
        font-weight: 700;
        letter-spacing: -0.02em;
        margin: 0 0 0.75rem;
        color: var(--navy);
      }

      .price-text p {
        margin: auto;
        max-width: 560px;
        color: var(--grey);
        font-size: 1rem;
      }

      .billing-wrap {
        display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    margin: 20px 0px 60px 0px;
      }

      .save-badge {
        display: flex;
        align-items: center;
        gap: 0.35rem;
        font-size: 0.8125rem;
        font-weight: 600;
        color: var(--purple);
      }

      .toggle-row {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        font-size: 0.9375rem;
        font-weight: 500;
        color: var(--grey);
      }

      .toggle-row span.active {
        color: var(--navy);
        font-weight: 600;
      }

      .switch {
        position: relative;
        width: 52px;
        height: 28px;
        flex-shrink: 0;
      }

      .switch input {
        opacity: 0;
        width: 0;
        height: 0;
      }

      .slider {
        position: absolute;
        cursor: pointer;
        inset: 0;
        background: var(--border);
        border-radius: 28px;
        transition: background 0.2s;
      }

      .slider::before {
        content: "";
        position: absolute;
        height: 22px;
        width: 22px;
        left: 3px;
        bottom: 3px;
        background: var(--white);
        border-radius: 50%;
        transition: transform 0.2s;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
      }

      .switch input:checked + .slider {
        background: var(--purple);
      }

      .switch input:checked + .slider::before {
        transform: translateX(24px);
      }

      .pricing_cards {
        display: grid;
        gap: 1.25rem;
        grid-template-columns: 1fr;
      }

      @media (min-width: 700px) {
        .pricing_cards {
          grid-template-columns: repeat(2, 1fr);
        }
      }

      @media (min-width: 1100px) {
        .pricing_cards {
          grid-template-columns: repeat(4, 1fr);
          align-items: stretch;
          gap: 0;
          padding: 10px 0;
        }

        .pricing_cards > article:not(.card--scale-split) {
          border-radius:10px !important;
          border-right: 1px solid var(--border);
          box-shadow: none;
        }

        .pricing_cards > article.card--scale-split {
          border-radius: 10px !important;
          border-right: 1px solid rgba(139, 92, 246, 0.22);
        }

       
      }

      .card {
        border-radius: var(--radius);
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        background: var(--white);
        position: relative;
        min-width: 0;
        border: 1px solid var(--border);
      }

      .card--featured {
        background: var(--purple-light);
        border-color: rgba(130, 87, 229, 0.35);
        box-shadow: var(--shadow);
      }

      @media (min-width: 1100px) {
        .card--featured {
          transform: translateY(-4px);
        }
      }

      .badge-rec {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background: var(--purple);
        color: var(--white);
        font-size: 0.6875rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        padding: 0.35rem 0.65rem;
        border-radius: 100px;
      }

      .card h2 {
        font-size: 1.125rem;
        font-weight: 700;
        margin: 0 0 0.25rem;
        color: var(--navy);
        padding-right: 5.5rem;
      }

      .card--featured h2 {
        color: var(--purple);
      }

      .card-desc {
        font-size: 0.8125rem;
        color: var(--grey);
        margin: 0 0 1rem;
      }

      .price-block {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--border);
      }

      .card--featured .price-block {
        border-bottom-color: rgba(130, 87, 229, 0.2);
      }

      .price-main {
        font-size: 1.75rem;
        font-weight: 700;
        letter-spacing: -0.03em;
        color: var(--navy);
        line-height: 1.15;
      }

      .card--featured .price-main {
        color: var(--purple);
      }

      .price-main .sup {
        font-size: 0.55em;
        vertical-align: super;
        font-weight: 700;
      }

      .price-sub {
        font-size: 0.8125rem;
        color: var(--grey);
        margin: 0.35rem 0 0;
      }

      .price-users {
        font-size: 1.2rem;
        font-weight: 700;
        color: #F72585;
        margin: 0.75rem 0 0;
      }

      .btn {
        display: inline-flex;
        /*align-items: center;*/
        justify-content: center;
        width: 100%;
        padding: 0.7rem 1rem;
        border-radius: 999px;
        font-size: 0.875rem;
        font-weight: 600;
        text-decoration: none;
        border: none;
        cursor: pointer;
        font-family: inherit;
        margin-bottom: 1rem;
        transition: opacity 0.15s, transform 0.15s;
      }

      .btn:hover {
        opacity: 0.92;
      }

      .btn:active {
        transform: scale(0.98);
      }

      .btn--navy {
        background:linear-gradient(90deg, #6c31d9, #5d37f5 48.41%, #4013f2);
            box-shadow: inset 0 2px 8px 0 rgba(255, 255, 255, .65), inset 0 0 8px 0 #3400ff;
        color: var(--white);
      }

      .btn--purple {
        background: var(--purple);
        color: var(--white);
      }

      .features-head {
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: var(--navy);
        margin: 1rem 0 0.65rem;
      }

      .feature-list {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0.8125rem;
        color: var(--grey);
        flex: 1;
      }

      .feature-list > li {
        margin-bottom: 0.85rem;
      }

      .feature-list > li:last-child {
        margin-bottom: 0;
      }

      .feature-list strong {
        color: var(--navy);
        font-weight: 600;
      }

      .feature-list ul {
        list-style: none;
        margin: 0.35rem 0 0;
        padding: 0 0 0 1rem;
        border-left: 2px solid var(--border);
      }

      .feature-list ul li {
        position: relative;
        padding-left: 0.65rem;
        margin-bottom: 0.35rem;
      }

      .feature-list ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.55em;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--purple);
        opacity: 0.7;
      }

      .coming-soon {
        color: var(--muted);
        font-weight: 500;
      }

      /* Scale plan — “Optimize” style: lavender panel, elevated, purple accents */
      .card--scale-split {
        padding: 0;
        overflow: visible;
        background: var(--white);
        border: 1px solid var(--border);
        box-shadow: var(--shadow);
      }
      .card.card--scale-split .card-scale__body .features-head {
    margin: 0rem 0 0.65rem;
}

      .card-scale__hero {
        position: relative;
        padding: 1.35rem 1.35rem 1.45rem;
        background: var(--optimize-bg);
        overflow: hidden;
      }

      .card-scale__hero-head {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.65rem;
        margin-bottom: 0.65rem;
      }

      .card-scale__brand {
        display: flex;
        align-items: center;
        gap: 0.65rem;
        min-width: 0;
      }

      .card-scale__icon {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
        border-radius: 10px;
        background: #ffffff;
        border: 1px solid rgba(139, 92, 246, 0.28);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--optimize-accent);
      }

      .card--scale-split .card-scale__title {
        margin: 0;
        padding: 0;
        font-size: 1.6rem;
        font-weight: 700;
        color: #fff;
        letter-spacing: -0.02em;
        line-height: 1.25;
      }

      .card-scale__pill {
        flex-shrink: 0;
        font-size: 0.6875rem;
        font-weight: 600;
        letter-spacing: 0.02em;
        text-transform: none;
        padding: 0.4rem 0.75rem;
        border-radius: 100px;
        background: var(--optimize-accent);
        color: #ffffff;
      }

      .card-scale__desc {
        position: relative;
        z-index: 1;
        margin: 0 0 1.1rem;
        font-size: 0.8125rem;
        line-height: 1.45;
        color: #fff;
      }

      .card-scale__price-block.price-block {
        position: relative;
        z-index: 1;
        margin-bottom: 1.05rem;
        padding-bottom: 0;
        border-bottom: none;
      }

      .card--scale-split .card-scale__price-block .price-main {
        color: #fff;
      }
      .card--scale-split .card-scale__price-block .price-users {
        color: #F72585;
      }

      .card--scale-split .card-scale__price-block .price-sub {
        color:#fff;
      }

      .card--scale-split .card-scale__price-block .coming-soon {
        color: #fff;
      }

      .card-scale__cta {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0.65rem 1rem;
        border-radius: 999px;
        font-size: 0.875rem;
        font-weight: 600;
        font-family: inherit;
        color: var(--purple);
        background: #fff;
        border: none;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 0;
        transition: background 0.15s, filter 0.15s;
            box-shadow: inset 0 2px 8px 0 rgba(255, 255, 255, .65), inset 0 0 8px 0 #3400ff70;
      }

      .card-scale__cta:hover {
        filter: brightness(0.95);
      }

      .card-scale__body {
        padding: 1.25rem 1.5rem 1.5rem;
        background: #ffffff;  
      }
      .pricing_cards > article.card--scale-split .card-scale__hero {
          background:linear-gradient(98deg, #4418f3, #6434e8);
          border-top-left-radius:10px;
          border-top-right-radius:10px;
        }

      @media (min-width: 1100px) {
        .pricing_cards > article.card--scale-split {
          transform: scale(1.045);
          z-index: 2;
          box-shadow: 0 5px 20px rgba(139, 92, 246, 0.22);
          border-right: 1px solid rgba(139, 92, 246, 0.22);
        }

        .pricing_cards > article.card--scale-split .card-scale__body {
          background: #ffffff;
        }
      }

      /* Starter / Growth / Enterprise — Teamwork-style (white column, navy CTA, checks) */
      .card--plan-standard {
        padding: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        min-height: 100%;
        background: var(--white);
      }

      .plan-card__top {
        padding: 1.5rem 1.35rem 1.2rem;
        background: var(--optimize-bg);
      }

      .card--plan-standard h2 {
        margin: 0 0 0.35rem;
        padding: 0;
        font-size: 1.6rem;
        font-weight: 700;
        color: var(--navy);
      }

      .card--plan-standard .plan-card__top .card-desc {
        margin: 0 0 1rem;
      }

      .plan-price-block.price-block {
        border-bottom: none;
        margin-bottom: 0.65rem;
        padding-bottom: 0;
      }

      .card--plan-standard .plan-price-block .price-main {
        font-size: 2rem;
        font-weight: 700;
        color: var(--navy);
        letter-spacing: -0.03em;
      }

      .price-meta {
        font-size: 0.8125rem;
        margin: 0.35rem 0 0;
        line-height: 1.45;
        color: var(--grey);
      }

      .price-meta .price-per {
        font-weight: 500;
        color: var(--grey);
      }

      .price-meta .bill-hint {
        color: var(--muted);
      }

      .card--plan-standard .plan-price-block .price-users {
        margin:0.75rem 0rem;
        font-weight: 700;
        color: #F72585;
      }

      .plan-card__trial {
        font-size: 0.9125rem;
        color: var(--grey);
        margin: 0 0 0.9rem;
      }

      .plan-card__top .btn {
        margin-bottom: 0;
      }

      .plan-card__fineprint {
        font-size: 0.75rem;
        color: var(--grey);
        text-align: center;
        margin: 0.55rem 0 0;
      }

      .plan-card__bottom {
        padding: 0 1.35rem 1.35rem;
        background: #ffffff;
        flex: 1;
        display: flex;
        flex-direction: column;
      }

      .plan-card__see-all {
        display: block;
        text-align: center;
        margin-top: auto;
        padding-top: 1rem;
        font-size: 0.8125rem;
        font-weight: 600;
        color: var(--purple);
        text-decoration: none;
      }

      .plan-card__see-all:hover {
        text-decoration: underline;
      }
      .price_feature-list {
          padding:0px;
      }

      .price_feature-list--teamwork li ul {
        border-left: none;
        margin-top: 0.45rem;
        padding-left: 0;
      }

      .price_feature-list--teamwork li ul li {
        padding-left: 2.2rem;
        margin-bottom: 0.45rem;
        position:relative;
        font-size:0.9rem;
      }

      .price_feature-list--teamwork li ul li::before {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: var(--purple);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 7px 6px;
        top: 0.3rem;
        left: 0.7rem;
        opacity: 1;
         content: "";
        position: absolute;
      }
      

      .price_feature-list--teamwork > li:not(:has(ul)) {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 0.55rem;
        font-size:0.9rem;
      }

      .price_feature-list--teamwork > li:not(:has(ul))::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.3rem;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: var(--purple);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 4l2.5 2.5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 7px 6px;
      }
      
      
      .price_onboarding {
    background: #51d6ca;
    text-align: center;
    padding: 5px;
    color: #ffffff;
}
.addon_strike {
    text-decoration: line-through;
    font-size: 20px;
}

.price_feature-list.price_f-list li {
    padding: 5px 0px;
}
      .card-scale__hero .price-meta {
        color:#fff;
      }

      .card-scale__hero .price-meta .price-per,
      .card-scale__hero .price-meta .bill-hint {
        color: inherit;
      }

      .hidden-monthly .monthly-only {
        display: none !important;
      }

      .hidden-annual .annual-only {
        display: none !important;
      }

      /* —— AI Automation add-ons —— */
      .addon-section {
        margin-top: 4rem;
        padding-top: 3rem;
        border-top: 1px solid var(--border);
      }

      .addon-section__head {
        text-align: center;
        max-width: 640px;
        margin: 0 auto 2.5rem;
      }

      .addon-section__head h2 {
        font-size: clamp(1.5rem, 3vw, 1.875rem);
        font-weight: 700;
        letter-spacing: -0.02em;
        margin: 0 0 0.5rem;
        color: var(--navy);
      }

      .addon-section__head p {
        margin: 0;
        font-size: 1rem;
        color: var(--grey);
      }

      .addon-grid {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: 1fr;
      }

      @media (min-width: 640px) {
        .addon-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }

      @media (min-width: 1000px) {
        .addon-grid {
          grid-template-columns: repeat(3, 1fr);
        }
      }

      @media (min-width: 1280px) {
        .addon-grid {
          grid-template-columns: repeat(4, 1fr);
        }
      }

      .addon-card-wrap {
        border: 1px dashed rgba(130, 87, 229, 0.55);
        border-radius: 20px;
        padding: 6px;
        background: rgba(248, 247, 255, 0.5);
        box-shadow: 0 4px 24px rgba(29, 29, 53, 0.05);
        transition: box-shadow 0.2s, border-color 0.2s;
      }

      .addon-card-wrap:hover {
        border-color: rgba(130, 87, 229, 0.55);
        box-shadow: 0 8px 32px rgba(130, 87, 229, 0.12);
      }

      .addon-card-wrap--bundle {
        border-color: rgba(130, 87, 229, 0.65);
        background: linear-gradient(98deg, rgb(68, 24, 243), rgb(100, 52, 232));
      }

      .addon-card {
        border-radius: 16px;
        overflow: hidden;
        background: var(--white);
        display: flex;
        flex-direction: column;
        min-height: 100%;
      }

      .addon-card__top {
        background: linear-gradient(180deg, #f5f3ff 0%, #ede9fe 100%);
        padding: 1.25rem 1.25rem 1.35rem;
        position: relative;
      }

      .addon-card-wrap--bundle .addon-card__top {
        background: linear-gradient(98deg, #4418f3, #6434e8);
      }
      
      .addon-card-wrap--bundle .addon-card__top .addon-card__title {
          color:var(--white);
      }
      .addon-card-wrap--bundle .addon-card__top .addon-card__desc {
          color:var(--white);
      }
      .addon-card-wrap--bundle .addon-card__top .addon-card__price {
          color:var(--white);
      }
      .addon-card-wrap--bundle .addon-card__top .addon-card__unit {
          color:var(--white);
      }
      .addon-card-wrap--bundle .addon-card__top .coming-soon {
          color:var(--white);
              font-size: 0.875rem;
      }

      .addon-card__meta {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.75rem;
        margin-bottom: 1rem;
      }

      .addon-card__icon {
        width: 44px;
        height: 44px;
        border-radius: 10px;
        background: var(--white);
        border: 1px solid rgba(130, 87, 229, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--purple);
        flex-shrink: 0;
        box-shadow: 0 2px 8px rgba(130, 87, 229, 0.12);
      }

      .addon-badge {
        font-size: 0.625rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        padding: 0.35rem 0.65rem;
        border-radius: 100px;
        background: #dbeafe;
        color: #0f766e;
        flex-shrink: 0;
      }

      .addon-badge--value {
        background: #805fff;
        color: var(--white);
        text-transform: none;
        letter-spacing: 0.04em;
        font-size: 0.65rem;
      }

      .addon-card__title {
        font-size: 1.0625rem;
        font-weight: 700;
        color: var(--navy);
        margin: 0 0 0.35rem;
        line-height: 1.25;
      }

      .addon-card__desc {
        font-size: 0.8125rem;
        color: var(--grey);
        margin: 0 0 1rem;
        line-height: 1.45;
      }

      .addon-card__price-row {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.35rem 0.5rem;
        margin-bottom: 1.1rem;
      }

      .addon-card__price {
        font-size: 2rem;
        font-weight: 700;
        color: var(--purple);
        letter-spacing: -0.03em;
        line-height: 1;
      }

      .addon-card__unit {
        font-size: 0.8125rem;
        color: #9ca3af;
        font-weight: 500;
      }

      .btn-addon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0.65rem 1rem;
        border-radius: 999px;
        font-size: 0.875rem;
        font-weight: 600;
        font-family: inherit;
        background: var(--white);
        color: var(--purple);
        border: 1.5px solid var(--purple);
        cursor: pointer;
        text-decoration: none;
        transition: background 0.15s, color 0.15s;
      }

      .btn-addon:hover {
        background: var(--purple-light);
      }

      .addon-card__bottom {
        padding: 1.25rem;
        flex: 1;
        display: flex;
        flex-direction: column;
        background: var(--white);
      }

      .addon-includes {
        font-size: 0.75rem;
        font-weight: 700;
        color: var(--navy);
        margin: 0 0 0.75rem;
      }

      .addon-feat-list {
        list-style: none;
        margin: 0;
        padding: 0;
        flex: 1;
      }

      .addon-feat-list li {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        font-size: 0.8125rem;
        color: var(--grey);
        margin-bottom: 0.65rem;
      }

      .addon-feat-list li:last-child {
        margin-bottom: 0;
      }

      .addon-feat-list .check {
        flex-shrink: 0;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: var(--purple);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.3rem;
      }

      .addon-feat-list .feat-text {
        flex: 1;
        min-width: 0;
      }

      .addon-info {
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid #d1d5db;
        color: #9ca3af;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.65rem;
        font-weight: 700;
        font-style: normal;
        cursor: default;
        margin-top: 0.05rem;
      }
      
        .bt-training-list {
        padding: 0px;
        margin: 0px;
    }
    .bg-cover {
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center;
    }
.gt-feature-section-4 {
    padding: 100px 0px;
}
    .gt-feature-wrapper-4 {
        padding: 60px;
        border-radius: 20px;
        box-shadow: 0px 4px 100px 0px rgba(107, 65, 255, 0.1);
        border-radius: 20px;
        padding-bottom: 0;
        overflow: hidden;
    }
    .gt-feature-wrapper-4 {
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0px 4px 100px 0px rgba(107, 65, 255, 0.1);
  border-radius: 20px;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .gt-feature-wrapper-4 {
    padding: 35px;
  }
}
@media (max-width: 1399px) {
  .gt-feature-wrapper-4 {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .gt-feature-wrapper-4 {
    padding: 25px;
  }
}
.gt-feature-wrapper-4 .gt-feature-content .gt-feature-text {
  color: var(--gt-header3);
  max-width: 545px;
  margin-top: 25px;
}
.gt-feature-wrapper-4 .gt-feature-content .gt-fuature-list {
  display: flex;
  gap: 20px;
  margin: 30px 0px 60px 0px;
}
@media (max-width: 1399px) {
  .gt-feature-wrapper-4 .gt-feature-content .gt-fuature-list {
    flex-wrap: wrap;
  }
}
.gt-feature-wrapper-4 .gt-feature-content .gt-fuature-list .gt-list-1  {
    margin:0px;
    padding:0px;
}
.gt-feature-wrapper-4 .gt-feature-content .gt-fuature-list .gt-list-1 li {
  font-size: 16px;
  font-weight: 600;
  color: var(--gt-header3);
  border-radius: 10px;
  background: rgba(228, 221, 255, 0.4);
  padding: 20px 20px;
  padding-right: 40px;
  line-height: 1;
  display: flex;
  line-height:1.2;
}
@media (max-width: 575px) {
  .gt-feature-wrapper-4 .gt-feature-content .gt-fuature-list .gt-list-1 li {
    padding: 16px;
    padding-right: 22px;
  }
}
.gt-feature-wrapper-4 .gt-feature-content .gt-fuature-list .gt-list-1 li:nth-last-of-type(2) {
  background: rgba(251, 224, 255, 0.4);
}
.gt-feature-wrapper-4 .gt-feature-content .gt-fuature-list .gt-list-1 li:nth-last-of-type(1) {
  background: rgba(255, 228, 228, 0.4);
}
.gt-feature-wrapper-4 .gt-feature-content .gt-fuature-list .gt-list-1 li i {
  color: #E77096;
  margin-right: 10px;
}
.gt-feature-wrapper-4 .gt-feature-content .gt-fuature-list .gt-list-1 li:not(:last-child) {
  margin-bottom: 20px;
}
.gt-feature-wrapper-4 .gt-feature-content .gt-fuature-list .gt-list-1.style-2 li {
  background: rgba(255, 242, 223, 0.4);
}
.gt-feature-wrapper-4 .gt-feature-content .gt-fuature-list .gt-list-1.style-2 li:nth-last-of-type(2) {
  background: rgba(207, 255, 234, 0.4);
}
.gt-feature-wrapper-4 .gt-feature-content .gt-fuature-list .gt-list-1.style-2 li:nth-last-of-type(1) {
  background: rgba(222, 238, 255, 0.4);
}
.gt-feature-wrapper-4 .gt-feature-mobile {
  margin-left: 0px;
  margin-bottom:0px;
}
@media (max-width: 1600px) {
  .gt-feature-wrapper-4 .gt-feature-mobile {
    margin-left: 0;
  }
  .gt-feature-wrapper-4 .gt-feature-mobile img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1399px) {
  .gt-feature-wrapper-4 .gt-feature-mobile {
    margin-bottom: 0;
  }
}

.team-section {
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.list-items ul {
    margin: 0px;
    padding: 0px;
}
.list-items ul li {
    padding: 5px 0px;
}

.menu-mobile-title img {
    width: 100%;
    height: 36px;
    margin-top: 6px;
    margin-left: 6px;
}
    
    
  