@charset "UTF-8";
/*
@File: Neo Startup 


* Todos os direitos reservados à NEO Startup.
* A modificação, redistribuição ou uso deste código sem autorização é proibida.

Tabela de conteúdo deste arquivo:
>>>>>>
*/

/**/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
  --primaryFont: "Space Grotesk", sans-serif;
  --secondaryFont: "Space Grotesk", sans-serif;
  --primaryColor: #04a1d2;
  --secondaryColor: #FDB628;
  --paraColor: #555;
  --titleColor: #000000d6;
  --grayeColor: #f3f3f3;
  --whiteColor: #fff;
  --blackColor: #000;
  --offwhiteColor: #ddd;
  --aztechColor: #040404;
  --charcoalColor: #040404;
  --codColor: #12131B;
  --borderColor: rgba(255, 255, 255, 0.21);
  --darkParaColor: #C0C0C0;
  --slateGrayColor: #2a2a2a;
  --fontSize: 16px;
  --transition: all ease .5s;
}

@font-face {
  font-family: "ClashDisplay";
  src: url(../fonts/clashdisplay-variable.ttf);
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: rgba(197, 197, 197, 0);
}

::-webkit-scrollbar-thumb {
  background: #04a1d2;
  border-radius: 40px;
}


/*---------------------------------
    General Styles
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
}

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

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--titleColor);
}

body {
  color: var(--paraColor);
  font-size: var(--fontSize);
  font-family: var(--primaryFont);
  font-weight: 400;
  line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "cv11", "salt", "ss01", "ss03", "cv01", "cv02", "cv03", "cv04", "cv05", "cv06", "cv09", "cv10";
}

.text_primary {
  color: var(--primaryColor);
}

.text_secondary {
  color: var(--secondaryColor);
}

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

.text-para {
  color: var(--paraColor);
}

.text-offwhite {
  color: var(--offwhiteColor);
}

.font-primary {
  font-family: var(--primaryFont);
}

.font-secondary {
  font-family: var(--secondaryFont);
}

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

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

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

.bg_primary {
  background-color: var(--primaryColor);
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

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

.ht-60 {
  height: 60px;
}

.ht-50 {
  height: 50px;
}

.ht-56 {
  height: 56px;
}

.ht-150 {
  height: 150px;
}

.ht-160 {
  height: 160px;
}

.ht-200 {
  height: 200px;
}

.ht-250 {
  height: 250px;
}

.fw-black {
  font-weight: 900;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
  line-height: 30px;
}

.fs-20 {
  font-size: 20px;
  line-height: 30px;
}

.fs-22 {
  font-size: 22px;
}

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

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-36 {
  font-size: 36px;
}

.ls-1 {
  letter-spacing: 0.1em;
}

.ls-15 {
  letter-spacing: 0.15em;
}

.outline-0:focus {
  outline: none;
}

.fw-extrabold {
  font-weight: 800;
}

.resize-0 {
  resize: none;
}

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

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

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

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

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

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

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

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

/* padding-bottom utility matching pd-130 used in markup */
.pd-130 {
  padding-bottom: 120px;
}

.ptb-130 {
  padding-top: 120px;
  padding-bottom: 120px;
}


.ptbr-130 {
  padding-top: 120px;
  padding-bottom: 60px;
}
.mb-6 {
  margin-bottom: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Draggable process tabs styles */
#processTabContent,
#processTabContent .tab-pane {
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body.dragging {
  user-select: none !important;
}

/* Smooth swipe animations for the process panes */
#processTabContent .tab-pane {
  will-change: transform, opacity;
}

.tab-pane.swipe-in-left {
  animation: swipeInLeft 360ms cubic-bezier(.22, .9, .27, 1) both;
}

.tab-pane.swipe-in-right {
  animation: swipeInRight 360ms cubic-bezier(.22, .9, .27, 1) both;
}

@keyframes swipeInLeft {
  from {
    transform: translateX(30px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes swipeInRight {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Make pointer visible on interactive elements inside panes */
#processTabContent .tab-pane * {
  cursor: inherit;
}

/* Prevent native image dragging inside the process area to avoid accidental image drag */
#processTabContent img {
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

/* Position override for buttons inside Headline process tabs */
#headline .end-0 {
  right: -200px !important;
}

#headline .top-0 {
  top: clamp(190px, 18vw, 245px) !important;
}

#headline .slider-btn.style-two.position-absolute {
  z-index: 5;
  pointer-events: auto;
}

/* Ajuste para botões de navegação na seção #home: trazê-los visíveis e alinhados com a linha */
#home .end-0 {
  right: 20px !important;
}

/* desce os botões para alinhar com a linha; ajustar valores se necessário */
#home .top-0 {
  top: clamp(240px, 22vw, 300px) !important;
}

/* Melhor alinhamento responsivo dos botões sobre a linha */
#home .slider-btn.style-two.position-absolute {
    right: 20px !important;
    top: 111% !important;
    transform: translateY(-50%) !important;
    z-index: 6;

}

@media only screen and (max-width: 991px) {
  #home .slider-btn.style-two.position-absolute {
    display: none !important;
  }
}

/* Drag overlay (follows pointer while dragging) */
.process-drag-overlay {
  position: fixed;
  pointer-events: none;
  z-index: 2000;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  transform: translate(-50%, -50%) scale(0.95);
  transition: transform 180ms cubic-bezier(.22, .9, .27, 1), opacity 160ms ease;
  opacity: 0;
}

body.dragging .process-drag-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.process-drag-overlay .arrow-svg {
  width: 36px;
  height: 36px;
  display: block;
  transform: rotate(0deg);
  transition: transform 160ms ease;
}

/* small shadow for depth */
.process-drag-overlay::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 60px;
  height: 8px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  transform: translateX(-50%);
  filter: blur(8px);
}

/* In light theme, make the process header buttons dark with white arrow by default
   but keep the existing hover effect (yellow background + black arrow) intact. */
.theme-light .hw-area .slider-btn.style-two .prev-btn,
.theme-light .hw-area .slider-btn.style-two .next-btn {
  background-color: rgb(31 31 31) !important;
}

.theme-light .hw-area .slider-btn.style-two .prev-btn img,
.theme-light .hw-area .slider-btn.style-two .next-btn img {
  filter: brightness(0) invert(1) !important;
  /* ensure white arrow */
}

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

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

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

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

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


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


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

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

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

.btn {
  overflow: hidden;
  padding: 12px 75px 12px 25px;
  border-radius: 50px;
  border-right: none;
}

.btn span {
  border-radius: 0 50px 50px 0;
  padding: 10px 15px;
  transition: var(--transition);
}

.btn span img {
  transition: var(--transition);
}

.btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.4s;
  z-index: 1;
}

.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
}

.btn:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.btn:hover span:before {
  width: 100%;
  opacity: 1;
}

.btn.style-one {
  background-color: transparent;
  border: 1px solid rgba(206, 210, 193, 0.56);
  color: var(--blackColor);
}

.btn.style-one:before {
  background-color: var(--secondaryColor);
}

.btn.style-one span {
  background-color: var(--secondaryColor);
}

.btn.style-one span:before {
  background-color: var(--primaryColor);
}

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

.btn.style-one:hover span {
  background-color: var(--primaryColor);
}

.btn.style-one:hover span img {
  filter: brightness(0) invert(1);
}

.btn.style-two {
  background-color: transparent;
  border: 1px solid rgba(206, 210, 193, 0.56);
  color: var(--blackColor);
}

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

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

.btn.style-two:hover {
  border-color: transparent;
  color: var(--titleColor);
}

.btn.style-two:hover span img {
  filter: brightness(0) invert(1);
}

.btn.style-three {
  background-color: transparent;
  border: 1px solid var(--primaryColor);
  color: var(--blackColor);
}

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

.btn.style-three:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
}

.btn.style-four {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.56);
  color: var(--blackColor);
}

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

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

.btn.style-four span:before {
  background-color: var(--primaryColor);
}

.btn.style-four:hover {
  border-color: transparent;
}

.btn.style-four:hover span img {
  filter: brightness(0) invert(1);
}

.btn.style-five {
  background-color: var(--secondaryColor);
  border: none;
  color: var(--blackColor);
}

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

.btn.style-five:hover {
  border-color: transparent;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.btn.style-five:hover span {
  background-color: var(--secondaryColor);
}

.btn.style-five:hover span img {
  filter: brightness(0) invert(0);
}

.btn.style-six {
  background-color: var(--primaryColor);
  border: none;
  color: var(--whiteColor);
}

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

.btn.style-six span img {
  filter: brightness(0) invert(0);
}

.btn.style-six:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
  color: var(--blackColor);
}

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

.btn.style-six:hover span img {
  filter: brightness(0) invert(1);
}

.btn.style-seven {
  background-color: transparent;
  border: 1px solid var(--secondaryColor);
  color: var(--whiteColor);
}

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

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

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

.btn.style-seven:hover {
  border-color: transparent;
  color: var(--blackColor);
}

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

.btn.style-seven:hover span img {
  filter: brightness(0) invert(1);
}

.btn.style-eight {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.33);
  color: var(--whiteColor);
}

.btn.style-eight:before {
  background-color: var(--secondaryColor);
}

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

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

.btn.style-eight:hover {
  border-color: transparent;
  color: var(--blackColor);
}

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

.btn.style-eight:hover span img {
  filter: brightness(0) invert(1);
}

.btn.style-nine {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}

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

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

.btn.style-nine:hover {
  border-color: transparent;
}

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

.btn.style-nine:hover span img {
  filter: brightness(0) invert(0);
}

.btn.style-ten {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}

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

.btn.style-ten span {
  background-color: rgba(255, 255, 255, 0.23);
}

.btn.style-ten:hover {
  border-color: transparent;
}

.btn.style-ten:hover span {
  background-color: var(--secondaryColor);
}

.btn.style-ten:hover span img {
  filter: brightness(0) invert(0);
}

.btn.style-11 {
  background-color: transparent;
  border: 1px solid rgba(206, 210, 193, 0.56);
  color: var(--blackColor);
}

.btn.style-11:before {
  background-color: var(--primaryColor);
}

.btn.style-11 img {
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.btn.style-11:hover {
  border-color: transparent;
  color: var(--titleColor);
}

.btn.style-11:hover span {
  background-color: var(--primaryColor);
}

.btn.style-11:hover span img {
  filter: brightness(0) invert(1);
}

.btn.style-12 {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.btn.style-12:before {
  background-color: var(--secondaryColor);
}

.btn.style-12:hover {
  border-color: transparent;
  color: var(--titleColor);
}

.link {
  position: relative;
  padding-bottom: 1px;
  line-height: 1;
}

.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: var(--transition);
}

.link i {
  margin-left: 5px;
  font-size: 21px;
  font-weight: 300;
  line-height: 0.8;
  position: relative;
  top: 2px;
  transition: var(--transition);
}

.link img {
  position: relative;
  top: -1px;
  margin-left: 5px;
  transition: var(--transition);
}

.link:hover:after {
  width: 100%;
}

.link:hover img {
  margin-left: 9px;
}

.link:hover i {
  margin-left: 9px;
}

.link.style-one {
  color: var(--secondaryColor);
}

.link.style-one:after {
  background-color: var(--secondaryColor);
}

.link.style-two {
  color: var(--primaryColor);
}

.link.style-two:after {
  background-color: var(--titleColor);
}

.link.style-two:hover {
  color: var(--titleColor);
}

.link.style-three {
  color: var(--secondaryColor);
}

.link.style-three:after {
  background-color: var(--secondaryColor);
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.link.style-three:hover {
  color: var(--primaryColor);
}

.link.style-three:hover:after {
  background-color: var(--primaryColor);
}

.link.style-four {
  color: var(--offwhiteColor);
}

.link.style-four:after {
  background-color: var(--secondaryColor);
}

.link.style-four:hover {
  color: var(--secondaryColor);
}

.link-hover-white,
.link-hover-primary,
.link-hover-secondary {
  position: relative;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.6s;
}

.link-hover-white:hover,
.link-hover-primary:hover,
.link-hover-secondary:hover {
  background-size: 100% 2px;
}

.link-hover-title:hover {
  background-image: linear-gradient(var(--titleColor), var(--titleColor));
  color: var(--titleColor);
}

.link-hover-primary:hover {
  background-image: linear-gradient(var(--primaryColor), var(--primaryColor));
  color: var(--primaryColor) !important;
}

.link-hover-white:hover {
  background-image: linear-gradient(var(--whiteColor), var(--whiteColor));
  color: var(--whiteColor) !important;
}

.link-hover-yellowGreen:hover {
  background-image: linear-gradient(var(--yellowGreenColor), var(--yellowGreenColor));
  color: var(--yellowGreenColor) !important;
}

.link-hover-titleTwo:hover {
  background-image: linear-gradient(#134404, #134404);
  color: #134404;
}

.link-hover-secondary:hover {
  background-image: linear-gradient(var(--secondaryColor), var(--secondaryColor));
  color: var(--secondaryColor) !important;
}

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

.hover-text-title:hover {
  color: var(--titleColor) !important;
}

.hover-text-primary:hover {
  color: var(--primaryColor) !important;
}

.hover-text-jaffa:hover {
  color: var(--jaffaColor) !important;
}

.hover-text-secondary:hover {
  color: var(--secondaryColor);
}

.hover-text-optional:hover {
  color: var(--optionalColor);
}

.tilt-img {
  transition: 0.3s ease;
  transform-style: preserve-3d;
}

.img-hover-zoom .img-zoom img {
  transition: all 500ms ease;
}

.img-hover-zoom .img-zoom img:first-child {
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.img-hover-zoom:hover .img-zoom img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.img-hover-zoom:hover .img-zoom img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.img-hover:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.img-hover-wrap:hover .img-hover:before {
  animation: shine 0.75s;
}

.img-hover-wrap:hover .img-hover img {
  transform: scale(1.05);
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.transition {
  transition: var(--transition);
}

.social-profile li {
  display: inline-block;
  margin-right: 5px;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a i {
  line-height: 0.8;
  transition: var(--transition);
}

.social-profile.style-one li {
  margin-right: 5px;
  padding-right: 7px;
  line-height: 1;
  border-right: 1px solid rgba(221, 221, 221, 0.24);
}

.social-profile.style-one li:last-child {
  margin-right: 0;
  border-right: none;
}

.social-profile.style-one li a i {
  font-size: 15px;
  line-height: 15px;
  position: relative;
  color: rgba(221, 221, 221, 0.6);
}

.social-profile.style-one li a:hover {
  border-color: transparent;
}

.social-profile.style-one li a:hover i {
  color: var(--secondaryColor);
}

.social-profile.style-two li {
  margin-right: 7px;
  line-height: 1;
  padding-right: 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.38);
}

.cc {
    padding-bottom: 35px;
}

.social-profile.style-two li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.social-profile.style-two li a i {
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: var(--offwhiteColor);
}

.social-profile.style-two li a:hover i {
  color: var(--secondaryColor);
}

.social-profile.style-three li {
  margin-right: 8px;
  line-height: 1;
}

.social-profile.style-three li:last-child {
  margin-right: 0;
}

.social-profile.style-three li a {
  width: 36px;
  height: 36px;
  background-color: rgba(99, 102, 241, 0.16);
}

.social-profile.style-three li a i {
  font-size: 15px;
  line-height: 1;
  position: relative;
  color: var(--primaryColor);
}

.social-profile.style-three li a:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
}

.social-profile.style-three li a:hover i {
  color: var(--whiteColor);
}

.social-profile.style-four li {
  margin-right: 7px;
  line-height: 1;
  padding-right: 9px;
  border-right: 1px solid rgba(85, 85, 85, 0.38);
}

.social-profile.style-four li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.social-profile.style-four li a i {
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: var(--paraColor);
}

.social-profile.style-four li a:hover i {
  color: var(--primaryColor);
}

.section-subtitle {
  line-height: 13px;
}

.section-subtitle.style-one {
  padding: 10.5px 20px 10.5px 18px;
}

.section-subtitle.style-two {
 padding: 40px 30px 40px 30px;
}

.section-subtitle.style-two img {
  position: relative;
  margin-right: 12px;
  top: -1px;
}

.section-title {
  font-family: var(--secondaryFont);
}

.section-title.style-one,
.section-title.style-two,
.section-title.style-three,
.section-title.style-four {
      font-size: 20px;
    line-height: 35px;
}


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

.slider-btn .prev-btn,
.slider-btn .next-btn {
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.slider-btn .prev-btn:before,
.slider-btn .next-btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: var(--transition);
}

.slider-btn .prev-btn img,
.slider-btn .prev-btn i,
.slider-btn .next-btn img,
.slider-btn .next-btn i {
  transition: var(--transition);
}

.slider-btn .prev-btn i,
.slider-btn .next-btn i {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  top: 0;
}

.slider-btn .prev-btn:hover:before,
.slider-btn .next-btn:hover:before {
  width: 100%;
  opacity: 1;
}

.slider-btn .prev-btn:hover img,
.slider-btn .next-btn:hover img {
  filter: brightness(0) invert(1);
}

.slider-btn .prev-btn i {
  left: -1px;
}

.slider-btn .next-btn i {
  right: -1px;
}

.slider-btn.style-one .prev-btn,
.slider-btn.style-one .next-btn {
  background-color: rgba(80, 137, 255, 0.11);
}

.slider-btn.style-one .prev-btn:before,
.slider-btn.style-one .next-btn:before {
  background: var(--primaryColor);
}

.slider-btn.style-one .prev-btn i,
.slider-btn.style-one .next-btn i {
  color: var(--titleColor);
}

.slider-btn.style-one .prev-btn:hover,
.slider-btn.style-one .next-btn:hover {
  border-color: transparent;
}

.slider-btn.style-two .prev-btn,
.slider-btn.style-two .next-btn {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.12);
}

.slider-btn.style-two .prev-btn img,
.slider-btn.style-two .next-btn img {
  filter: brightness(0) invert(1);
}

.slider-btn.style-two .prev-btn:before,
.slider-btn.style-two .next-btn:before {
  background: var(--secondaryColor);
}

.slider-btn.style-two .prev-btn:hover img,
.slider-btn.style-two .next-btn:hover img {
  filter: brightness(0) invert(0);
}

.slider-btn.style-three .prev-btn,
.slider-btn.style-three .next-btn {
  width: 50px;
  height: 50px;
  background-color: #EDEFE2;
}

.slider-btn.style-three .prev-btn:before,
.slider-btn.style-three .next-btn:before {
  background: var(--secondaryColor);
}

.slider-btn.style-three .prev-btn:hover img,
.slider-btn.style-three .next-btn:hover img {
  filter: brightness(0) invert(0);
}

.outline-0:focus {
  outline: none;
}

.round-5 {
  border-radius: 5px;
}

.round-10 {
  border-radius: 10px;
}

.round-12 {
  border-radius: 12px;
}

.round-15 {
  border-radius: 15px;
}

.round-20 {
  border-radius: 0px;
}

.round-oval {
  border-radius: 50px;
}

.rating li {
  display: inline-block;
}

.rating li i {
  line-height: 0.8;
  color: #FF9D0A;
}

/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  overflow: hidden;
  background-color: var(--whiteColor);
}

.preloader-area .spinner {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.preloader-area .spinner div {
  animation: spinner 1.875s infinite backwards;
  background-color: var(--primaryColor);
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
}

.preloader-area .spinner div:nth-child(1) {
  animation-delay: 0.15s;
  background-color: rgba(242, 82, 8, 0.9);
}

.preloader-area .spinner div:nth-child(2) {
  animation-delay: 0.3s;
  background-color: rgba(242, 82, 8, 0.8);
}

.preloader-area .spinner div:nth-child(3) {
  animation-delay: 0.45s;
  background-color: rgba(242, 82, 8, 0.7);
}

.preloader-area .spinner div:nth-child(4) {
  animation-delay: 0.6s;
  background-color: rgba(242, 82, 8, 0.6);
}

.preloader-area .spinner div:nth-child(5) {
  animation-delay: 0.75s;
  background-color: rgba(242, 82, 8, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg) translateY(-200%);
  }

  60%,
  100% {
    transform: rotate(360deg) translateY(-200%);
  }
}

/*---------------------------------
    Back To Top CSS
----------------------------------*/
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--titleColor);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  font-family: remixicon !important;
  content: "\ea76";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  left: 0;
  color: var(--titleColor);
  top: 1px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--titleColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
  stroke: var(--titleColor);
}



.borda-bridgen {
  -webkit-backdrop-filter: blur(84px);
  z-index: 0;
  background: linear-gradient(#ffffff14, #fff0);
  border: 1px solid #ffffff26;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 10px;
  padding: 20px;
}


.margin-bridge {
  width: 47% !important;
}

/*---------------------------------
     Animation CSS
----------------------------------*/
.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.zoomIn {
  animation: zoom-in 3500ms infinite ease-in-out;
}

.waving_left {
  animation: waving_left 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  animation: waving_right 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.img-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.img-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.img-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

.img-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

.moving_cloud_one {
  animation: movingclouds 20s linear infinite;
}

.moving_cloud_two {
  animation: movingclouds 45s linear infinite;
}

.moving_cloud_three {
  animation: movingclouds 19s linear infinite;
}

.moving_cloud_four {
  animation: movingclouds 35s linear infinite;
}

.moving_cloud_five {
  animation: movingclouds 50s linear infinite;
}

[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0);
}

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

  25% {
    -webkit-transform: rotate(3deg);
  }

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

  75% {
    -webkit-transform: rotate(-3deg);
  }

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

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

  25% {
    -webkit-transform: rotate(-3deg);
  }

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

  75% {
    -webkit-transform: rotate(-3deg);
  }

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

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes movingclouds {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -110%;
  }
}

@keyframes movingplane {
  0% {
    margin-left: 100%;
    top: 300px;
  }

  29% {
    margin-left: 50%;
    top: 50px;
    transform: rotate(20deg);
  }

  31% {
    transform: rotate(-20deg);
  }

  60% {
    margin-left: 0%;
    top: 300px;
  }

  100% {
    margin-left: -100%;
    top: 300px;
  }
}

.reveal-text {
  visibility: hidden;
  max-width: 100%;
}

.reveal-text .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
}

.reveal-text .letter div {
  width: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.reveal-text .perspective {
  position: relative;
  display: inline-block;
}

.reveal-text .perspective div {
  position: relative;
  display: inline-block;
}

.reveal-text .word {
  display: inline-block;
}

.ripple:before {
  animation-delay: 0.1s;
  content: "";
  position: absolute;
}

.ripple:after {
  animation-delay: 0.1s;
  content: "";
  position: absolute;
}

.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: ripple 3s infinite;
}

@keyframes reveal {
  0% {
    transform: translate(0, 100%);
  }

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

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }

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

  100% {
    transform: translateX(0px);
  }
}

@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }

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

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

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

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(100px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(63px, 71px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 52px) rotate(144deg);
  }

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

@keyframes float {
  0% {
    transform: translateY(0px);
  }

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

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

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

/*-------------------------------
    Custom Cursor CSS
-------------------------------*/
.cursor {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 350ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999;
  border: 1px solid var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: sans-serif;
  color: var(--primaryColor);
  background-color: transparent;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  opacity: 0.9;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.6s, height 0.6s, opacity 0.6s;
  background-color: var(--primaryColor);
  z-index: 999;
}

.cursor-inner.hidden {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s, transform 0.5s;
}

.hover {
  border-color: transparent;
  opacity: 0.8;
  width: 3px;
  height: 3px;
  z-index: 999;
  background-color: var(--primaryColor);
}

.cursorinnerhover {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

.cursor-text {
  display: none;
  pointer-events: none;
}

.cursor.view {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-color: transparent;
  width: 120px;
  height: 120px;
  font-size: 16px;
  cursor: pointer;
}

.cursor.view .cursor-text {
  display: block;
}

/*---------------------------------
   Pagination CSS
----------------------------------*/
.pagination-area .page-numbers {
  position: relative;
  width: 50px;
  height: 50px;
  color: var(--primaryColor);
  font-weight: 600;
  background-color: rgba(99, 102, 241, 0.1);
  transition: var(--transition);
  margin-right: 13px;
}

.pagination-area .page-numbers i {
  position: relative;
  top: 1px;
  font-size: 30px;
  font-weight: 300;
}

.pagination-area .page-numbers img {
  transition: var(--transition);
}

.pagination-area .page-numbers:first-child i {
  right: 2px;
}

.pagination-area .page-numbers:last-child {
  margin-right: 0;
}

.pagination-area .page-numbers:last-child i {
  left: 2px;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
  color: var(--whiteColor);
}

.pagination-area .page-numbers.current img,
.pagination-area .page-numbers:hover img {
  filter: brightness(0) invert(1);
}

/*-------------------------------
        Breadcrumb CSS
-------------------------------*/
.breadcrumb-area {
  padding: 165px 0 86px;
  background-image: url(../img/breadcrumb/br-bg-1.png);
  background-position: bottom center;
  margin: -100px 13px 0;
}

.breadcrumb-area .br-title {
  font-size: 46px;
  line-height: 56px;
}

.breadcrumb-area .br-menu {
  border-radius: 50px;
  padding: 5px 16px;
}

.breadcrumb-area .br-menu li {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  padding-right: 11px;
  color: rgba(0, 0, 0, 0.6);
}

.breadcrumb-area .br-menu li:after {
  position: absolute;
  top: 50%;
  right: -1px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--blackColor);
  transform: translateY(-50%);
}

.breadcrumb-area .br-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb-area .br-menu li:last-child:after {
  display: none;
}

.breadcrumb-area .br-menu li a {
  color: var(--blackColor);
}

.breadcrumb-area .br-menu li a:hover {
  color: var(--primaryColor);
}

/*---------------------------------
   Hero Section CSS
----------------------------------*/
.hero-area.style-one {
 padding: 150px 0 150px;
}

.hero-area.style-one .hero-shape-one {
  bottom: 16%;
}

.hero-area.style-one .hero-shape-two {
  top: 16%;
}

.hero-area.style-one .br-one:before {
  position: absolute;
  top: 0;
  left: 16.5%;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.06);
  z-index: 0;
}

.hero-area.style-one .br-one:after {
  position: absolute;
  top: 0;
  right: 18%;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.06);
  z-index: 0;
}

.hero-area.style-one:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--blackColor);
  border-radius: 0 0 0px 0px;
  z-index: 0;
}

.hero-area.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primaryColor);
  z-index: -1;
}

.hero-area.style-one .hero-section-shape {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.hero-area.style-one .hero-content:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  /* background-image: url(../img/); */
}

.hero-area.style-one .hero-content .section-subtitle {
  padding: 9px 17px 10px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  background: linear-gradient(11.31deg, rgba(217, 218, 255, 0.29) 9.11%, rgba(79, 70, 229, 0.29) 51.2%, rgba(255, 255, 255, 0.29) 122.26%);
}

.hero-area.style-one .hero-content h1 {
  font-size: 80px;
  line-height: 86px;
  margin-bottom: 115px;
}

.hero-area.style-one .hero-content .btn-wrap a:first-child {
  margin-right: 22px;
}

.hero-area.style-one .stat-box.style-one {
  position: absolute;
  background-color: #28272700;
  top: 18%;
  left: 20px;
  min-width: 225px;
  padding: 18px 25px 18px;
}

.hero-area.style-one .stat-box.style-one div {
  margin-left: 0px;
}

.hero-area.style-one .stat-box.style-one div p {
  line-height: 18px;
}

.hero-area.style-one .stat-box.style-two {
  position: absolute;

  bottom: 8%;
  left: 25px;
  border-radius: 6px;
  padding: 9px 13px 12px;
  background-color: #00000000;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid #0000;
    border-image: linear-gradient(90deg, #fff0, #fff3 25%, #fff6 75%, #fff0) 1;
    box-shadow: inset -1.73px 1.73px 0.73px -1.46px rgba(255, 255, 255, 0.35);
}

.hero-area.style-one .stat-box.style-two span:last-child {
  color: rgba(221, 221, 221, 0.5);
}

.hero-area.style-one .stat-box.style-two img {
  padding: 0 5px;
}

.hero-area.style-one .stat-box.style-three {
     position: absolute;

    top: 13%;
    right: 140px;
    padding: 12px 17px 14px;
    border-radius: 6.3px;
    background-color: #00000000;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid #0000;
    border-image: linear-gradient(90deg, #fff0, #fff3 25%, #fff6 75%, #fff0) 1;
    box-shadow: inset -1.73px 1.73px 0.73px -1.46px rgba(255, 255, 255, 0.35);
}

.hero-area.style-one .stat-box.style-four {
  position: absolute;
  bottom: 5%;
  right: 130px;
  padding-right: 90px;
}

.hero-area.style-one .stat-box.style-four .stat-box-one {
  background-color: #21212100;
  padding: 20px;
  width: 134px;
  padding: 9px 14px 16px;
  border-radius: 5px;
}

.hero-area.style-one .stat-box.style-four .stat-box-two {
  position: absolute;
  width: 119px;
  height: 94px;
  top: -65px;
  right: 0;
  background-color: #363535;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 7.5px 38px -1.8px rgba(6, 12, 59, 0.08);
}

/* When the stat-box-two is used as a stack of score cards, expand it so the three
   cards are visible instead of being clipped by the small fixed box. Target only
   the instance with class .score-stack to avoid affecting other uses. */
.hero-area.style-one .stat-box.style-four .stat-box-two.score-stack {
  position: absolute;
  width: auto;
  height: auto;
  top: -180px; /* move higher to make room */
  right: 0;

  padding: 6px 8px;
  border-radius: 6px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  right: -50px;
  background-color: #00000000;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid #0000;
    border-image: linear-gradient(90deg, #fff0, #fff3 25%, #fff6 75%, #fff0) 1;
    box-shadow: inset -1.73px 1.73px 0.73px -1.46px rgba(255, 255, 255, 0.35);
}

/* Ensure each score-card fits nicely inside the expanded container */
.hero-area.style-one .stat-box.style-four .stat-box-two.score-stack .score-card {
  --score-size: 100px; /* slightly smaller to fit */
}

.hero-area.style-one .stat-box.style-four .stat-box-two h6 {
  font-size: 28px;
}

.hero-area.style-two {
  background-image: url(../img/hero/hero-bg-2.jpg);
  border-radius: 15px;
  padding: 215px 0 0;
  margin-left: 12px;
  margin-right: 12px;
}

.hero-area.style-two .blur-text.style-one,
.hero-area.style-two .blur-text.style-two {
  font-weight: 700;
  font-family: var(--secondaryFont);
  letter-spacing: 0.1em;
}

.hero-area.style-two .blur-text.style-one {
  font-size: 100px;
  bottom: 3.6%;
  left: 4.5%;
  color: rgba(255, 255, 255, 0.4);
}

.hero-area.style-two .blur-text.style-two {
  bottom: 8.5%;
  right: 3%;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.15);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 2;
  transform: rotate(180deg);
}

.hero-area.style-two .hero-content {
  position: relative;
  padding-bottom: 120px;
}

.hero-area.style-two .hero-content .section-subtitle {
  padding: 13px 20px 10px;
  line-height: 13px;
}

.hero-area.style-two .hero-content h1 {
  font-size: 58px;
  line-height: 68px;
  margin-bottom: 15px;
}

.hero-area.style-two .hero-img-wrap {
  position: absolute;
  bottom: -10px;
  right: 0;
  max-width: 75%;
  padding-left: 10px;
}

.hero-area.style-two .hero-img-wrap .blur-text {
  position: absolute;
  top: 43%;
  left: 26%;
  font-size: 120px;
  font-weight: 700;
  font-family: var(--secondaryFont);
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.15);
  z-index: 1;
}

.hero-area.style-two .hero-img-wrap .circle-text-wrap {
  position: absolute;
  top: 24%;
  right: 10%;
  width: 230px;
  height: 230px;
  z-index: 1;
}

.hero-area.style-two .hero-img-wrap .circle-text-wrap span {
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--transition);
}

.hero-area.style-two .hero-img-wrap .circle-text-wrap:hover span {
  background-color: var(--primaryColor);
}

.hero-area.style-two .hero-img-wrap .circle-text-wrap:hover span img {
  filter: brightness(0) invert(1);
}

.hero-area.style-two .hero-img-wrap .circle-text-wrap:hover span i {
  color: var(--whiteColor);
}

.hero-area.style-three {
  background-image: url(../img/hero/hero-bg-3.jpg);
  padding: 140px 0 135px;
}

.hero-area.style-three .hero-content .section-subtitle {
  padding: 13px 20px 10px;
  line-height: 13px;
  margin-bottom: 23px;
}

.hero-area.style-three .hero-content h1 {
  font-size: 63px;
  line-height: 73px;
  margin-bottom: 28px;
}

.hero-area.style-three .hero-content .btn-wrap a:first-child {
  margin-right: 17px;
}

.hero-area.style-three .hero-img-wrap {
  padding-right: 50px;
}

.hero-area.style-three .hero-img-wrap .half-circle {
  top: 35px;
  right: 40px;
}

.hero-area.style-three .social-profile {
  position: absolute;
  padding: 0;
  top: 53.5%;
  right: -5px;
  min-height: 350px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 1;
  transform: translateY(-50%);
}

.hero-area.style-three .social-profile li {
  position: relative;
  margin: 0 0 11px;
  padding: 0 0 17px;
}

.hero-area.style-three .social-profile li:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 2px;
  height: 6px;
  background-color: var(--blackColor);
  transform: translate(-50%);
}

.hero-area.style-three .social-profile li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.hero-area.style-three .social-profile li:last-child:after {
  display: none;
}

.hero-area.style-three .social-profile li a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  color: var(--blackColor);
  transition: var(--transition);
}

.hero-area.style-three .social-profile li a:hover {
  color: var(--primaryColor);
}

/*-------------------------------
    About Section CSS
-------------------------------*/
.about-area.style-one {
  border-radius: 50px 50px 0 0;
}

.about-area.style-one .about-img-wrap .about-img {
 top: 40% !important;
  left: 20%;
  transform: translate(-50%, -50%);
}

.about-area.style-one .about-content .section-subtitle {
  padding: 13px 11px;
}

.about-area.style-one .about-content .section-title span.thumb {
  border-radius: 15px;
}

.about-area.style-one .about-content .section-title span.thumb img {
  border-radius: 15px;
  margin: 0 10px;
}

.about-area.style-one .about-content .section-title span.blur-text {
color: rgb(255 255 255);
}

.about-area.style-one .about-content .about-promo-text.style-one {
  position: absolute;
  top: 6%;
  right: 28%;
  background-color: rgba(20, 21, 102, 0.35);
  padding: 5px 16px;
  border-radius: 15px;
  display: inline-block;
  color: var(--whiteColor);
  transform: rotate(22deg);
}

.about-area.style-one .about-content .about-promo-text.style-one img {
  margin-right: 6px;
}

.about-area.style-one .about-content .about-promo-text.style-two {
  position: absolute;
  bottom: 21px;
  left: 5%;
  background-color: rgba(10, 12, 85, 0.28);
  padding: 10px 24px;
  border-radius: 15px;
  display: inline-block;
  color: var(--whiteColor);
  transform: rotate(-22deg);
}

.about-area.style-one .about-content .about-promo-text.style-two img {
  margin-right: 6px;
}

.about-area.style-one .about-content .about-promo-text.style-two img {
  position: relative;
  top: -2px;
}

.about-area.style-two .move-text {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.about-area.style-two .move-text.style-one {
  height: 47px;
}

.about-area.style-two .move-text.style-one ul li {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  margin: 0 26px 0 0;
  padding: 0 43px 0 0;
  color: rgba(45, 28, 34, 0.1);
}

.about-area.style-two .move-text.style-one ul li:last-child:after {
  display: none;
}

.about-area.style-two .move-text.style-one ul li:after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "|";
  font-size: 48px;
  font-weight: 400;
  transform: translateY(-50%);
}

.about-area.style-three .about-img {
  left: 50%;
  max-width: 520px;
}

.about-area.style-three .about-thumb {
  position: absolute;
  bottom: 30px;
  left: 0;
  filter: blur(3px);
  transform: rotate(20deg);
}

.about-area.style-three .section-title {
  padding-bottom: 60px;
}

.about-area.style-three .section-title span.thumb {
  position: relative;
  top: -4px;
  margin: 0 11px;
}

.about-area.style-three .section-title span.blur-text {
  color: rgba(255, 255, 255, 0.21);
}

.about-area.style-three .circle-text-wrap {
  width: 270px;
  height: 270px;
}

.about-area.style-three .circle-text-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  line-height: 1;
}

.about-area.style-four .about-img-wrap .about-img {
  top: 18%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.about-area.style-four .about-content .section-subtitle {
  padding: 13px 11px;
}

.about-area.style-four .about-content .section-title span.thumb {
  border-radius: 15px;
}

.about-area.style-four .about-content .section-title span.thumb img {
  border-radius: 15px;
  margin: 0 10px;
}

.about-area.style-four .about-content .section-title span.blur-text {
  color: rgba(0, 0, 0, 0.2);
}

.about-area.style-four .about-content .about-promo-text.style-one {
  position: absolute;
  top: 6%;
  right: 28%;
  background-color: var(--primaryColor);
  padding: 5px 16px;
  border-radius: 15px;
  display: inline-block;
  color: var(--whiteColor);
  transform: rotate(22deg);
}

.about-area.style-four .about-content .about-promo-text.style-one img {
  margin-right: 6px;
}

.about-area.style-four .about-content .about-promo-text.style-two {
  position: absolute;
  bottom: 21px;
  left: 5%;
  background-color: #5D2157;
  padding: 10px 24px;
  border-radius: 15px;
  display: inline-block;
  color: var(--whiteColor);
  transform: rotate(-22deg);
}

.about-area.style-four .about-content .about-promo-text.style-two img {
  margin-right: 6px;
}

.about-area.style-four .about-content .about-promo-text.style-two img {
  position: relative;
  top: -2px;
}

.feature-list.style-one li {
  margin-bottom: 10px;
  padding-left: 33px;
}

.feature-list.style-one li:last-child {
  margin-bottom: 0;
}

.feature-list.style-one li i,
.feature-list.style-one li img {
  position: absolute;
  top: 0;
  left: 0;
}

.feature-list.style-one li i {
  color: rgba(99, 102, 241, 0.3);
  font-size: 25px;
  line-height: 1;
}

.feature-list.style-two li {
  margin-bottom: 9px;
  padding-left: 15px;
}

.feature-list.style-two li:last-child {
  margin-bottom: 0;
}

.feature-list.style-two li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--titleColor);
}

.feature-list.style-two li i {
  color: rgba(99, 102, 241, 0.3);
  font-size: 25px;
  line-height: 1;
}

.vision-tab {
  background-image: url(../img/about/vision-bg.jpg);
  padding: 31px 43px 72px;
}

.vision-tablist {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.49);
}

.vision-tablist .nav-item {
  margin-right: 40px;
}

.vision-tablist .nav-item:last-child {
  margin-right: 0;
}

.vision-tablist .nav-item .nav-link {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 10px 0;
  color: var(--paraColor);
  border: none;
  background-color: transparent;
  transition: var(--transition);
  position: relative;
}

.vision-tablist .nav-item .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: var(--transition);
  background-color: var(--primaryColor);
}

.vision-tablist .nav-item .nav-link:hover,
.vision-tablist .nav-item .nav-link.active {
  color: var(--titleColor);
}

.vision-tablist .nav-item .nav-link:hover:after,
.vision-tablist .nav-item .nav-link.active:after {
  opacity: 1;
}

.mission-bg {
  background-image: url(../img/about/mission-bg.jpg);
  padding: 31px 43px 32px;
  height: 100%;
}

.mission-bg .exp-box {
  position: absolute;
  top: 45px;
  right: 45px;
}

.mission-bg .exp-box span {
  font-size: 64px;
}

.mission-bg h4 {
  font-size: 32px;
  line-height: 42px;
  position: absolute;
  bottom: 49px;
  left: 55px;
  max-width: 60%;
}

/*-------------------------------
    Why Choose Us Section CSS
-------------------------------*/
.wh-area.style-two .section-shape-two {
  left: 53%;
  transform: translateX(-50%);
}

.wh-area.style-two .wh-content .feature-list li {
  position: relative;
  padding-left: 58px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wh-area.style-two .wh-content .feature-list li span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  margin-right: 18px;
  background-color: #2A2DB7;
  transform: translateY(-50%);
  border: 1px dashed var(--primaryColor);
}

.wh-area.style-two .wh-bg {
  height: 805px;
}

.wh-area.style-two .wh-bg.bg-1 {
  background-image: url(../img/about/wh-img-2.jpg);
}

.wh-area.style-two .wh-bg.bg-2 {
  background-image: url(../img/about/wh-img-4.png);
}

.wh-area.style-three {
  background-image: url(../img/about/wh-bg-1.jpg);
  border-radius: 10px;
  margin: 0 12px;
}

.wh-area.style-three .wh-content .feature-item {
  padding: 21px 46px 21px 20px;
  box-shadow: 0 0 50px rgba(99, 102, 241, 0.26);
  margin-bottom: 15px;
}

.wh-area.style-three .wh-content .feature-item i {
  font-size: 32px;
  width: 32px;
  color: rgba(99, 102, 241, 0.38);
}

.wh-area.style-three .wh-content .feature-item span {
  width: calc(100% - 45px);
  margin-left: auto;
}

.wh-area.style-four .wh-content .feature-list li {
  position: relative;
  padding-left: 58px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wh-area.style-four .wh-content .feature-list li span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  margin-right: 18px;
  background-color: #2A2DB7;
  transform: translateY(-50%);
  border: 1px dashed var(--primaryColor);
}

.wh-area.style-four .wh-bg {
  height: 805px;
}

.wh-area.style-four .wh-bg.bg-1 {
  background-image: url(../img/about/wh-img-2.jpg);
}

.wh-area.style-four .wh-bg.bg-2 {
  background-image: url(../img/about/wh-img-4.png);
}

/*-------------------------------
   Funfact Section CSS
-------------------------------*/
.counter-area.style-one .move-text {
  position: absolute;
  bottom: 27%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.counter-card-wrap.style-one .counter-card {
  width: 16.66%;
  height: 235px;
  border-bottom: 1px solid rgba(99, 102, 241, 0.08);
  border-right: 1px solid rgba(99, 102, 241, 0.09);
}

.counter-card-wrap.style-one .counter-card:last-child {
  border-right: none;
}

.counter-card-wrap.style-one .counter-card:first-child {
  padding: 0;
}

.counter-card-wrap.style-one .counter-card .counter-video {
  background-image: url(../img/counter-bg.jpg);
  height: calc(100% - 20px);
  margin: 10px 10px 10px 0px;
  border-radius: 0 5px 5px 0;
}

.counter-card-wrap.style-one .counter-card .counter-video .play-video {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}

.counter-card-wrap.style-one .counter-card .counter-video .play-video span.play-icon {
  width: 51px;
  height: 51px;
  margin-right: 11px;
}

.counter-card-wrap.style-one .counter-card .counter-video .play-video span.play-icon i {
  color: var(--blackColor);
  font-size: 16px;
  line-height: 0.8;
  position: relative;
  left: 2px;
}

.counter-card-wrap.style-two .half-circle {
  margin: 12px 12px 0 0;
}

.counter-card-wrap.style-two .counter-card.style-one {
  border-radius: 10px 0 0 10px;
}

.counter-card-wrap.style-two .counter-card.style-two {
  border-radius: 0 10px 10px 0;
}

.counter-card-wrap.style-two .counter-card.style-four {
  border-radius: 0 0 10px 10px;
}

.counter-card.style-one,
.counter-card.style-two,
.counter-card.style-four {
  padding: 36px 20px 35px;
}

.counter-card.style-one .counter-icon,
.counter-card.style-two .counter-icon,
.counter-card.style-four .counter-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 61px;
}

.counter-card.style-one h4,
.counter-card.style-two h4,
.counter-card.style-four h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}

.counter-card.style-two {
  background-color: rgba(255, 255, 255, 0.64);
}

.counter-card.style-two h4 {
  color: #1f1f1f;
}

.counter-card.style-two p {
  color: #5B5B5B;
}

.counter-card.style-four {
  background-color: #1F1F1F;
}

.counter-card.style-four .counter-icon {
  background-color: rgba(255, 255, 255, 0.13);
}

.counter-card.style-four h4 {
  color: #1F1F1F;
}

.counter-card.style-three {
  padding: 20px 15px 20px 20px;
}

.counter-card.style-three h4 {

  /* === Custom: 30/70 split for feature section ===
   Apply at xxl (Bootstrap's 1400px+). Keeps bootstrap defaults for smaller screens.
*/
  @media (min-width: 1400px) {
    .col-custom-left {
      flex: 0 0 30% !important;
      max-width: 30% !important;
    }

    .col-custom-right {
      flex: 0 0 70% !important;
      max-width: 70% !important;
    }
  }

  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

/*-------------------------------
    Feature Section CSS
-------------------------------*/
.feature-area.style-one:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F2F5E6;
  border-radius: 100px 100px 0 0;
  z-index: 0;
}

.feature-area.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primaryColor);
  z-index: -1;
}

.feature-card-wrap.style-three {
  margin-bottom: -50px;
}

.feature-card.style-one {
  padding: 9px 9px 20px;
}

.feature-card.style-one .feature-img {
  height: 320px;
  padding: 20px;
  background: linear-gradient(180deg, #F3FAD6 0%, #E4E5FF 100%);
}

/* helper class to allow using an image as the card background
   Usage: add class `bg-image` to the `.feature-img` element and set
   an inline `style="background-image: url('...')"` or create a
   specific class for re-use. This keeps default gradient as fallback. */
.feature-card.style-one .feature-img.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* keep the padding to preserve layout, but allow image to fill */
  padding: 20px;
}

/* utility for visually hidden text (for screen readers) */
.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;
}

/* reusable background classes for feature cards (paths are relative to this CSS file) */
.feature-card.style-one .feature-img.bg-feature-1 {
  background-image: url('../img/automacao-inteligente-de-entrevistas.webp');
}

.feature-card.style-one .feature-img.bg-feature-2 {
  background-image: url('../img/analises-preditivas-em-tempo-real.webp');
}

.feature-card.style-one .feature-img.bg-feature-3 {
  background-image: url('../img/infraestrutura-escalavel-e-segura.webp');
}

.feature-card.style-one .feature-img.bg-feature-4 {
  background-image: url('../img/integracao-inteligente-de-dados.webp');
}

.feature-card.style-one .feature-info {
  padding: 25px 15px 8px 15px;
}

.feature-card.style-one .feature-info h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 7px;
}

.feature-card.style-one .feature-info p {
  margin-bottom: 17px;
}

.feature-card.style-two .feature-icon {
  width: 84px;
  height: 87px;
 border: 1px dashed rgb(237 61 35 / 68%);
  background: var(--whiteColor);
  overflow: hidden;
  margin-bottom: 38px;
}

.feature-card.style-two .feature-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
 background: linear-gradient(178.71deg, rgb(237 61 35 / 16%) -29.05%, #ed3d23 50.36%, rgb(237 61 35 / 19%) 129.77%);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  z-index: -1;
}

.feature-card.style-two h3 {
  margin-bottom: 15px;
  padding-right: 30px;
}

.feature-card.style-two:hover .feature-icon:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.feature-card.style-two:hover .feature-icon img {
  filter: brightness(0) invert(1);
}

.feature-card.style-three h3 {
  max-width: 70%;
  margin: 25px 0 17px;
}

/*-------------------------------
    Service Section CSS
-------------------------------*/
.service-area.style-one {
  margin: 0 0px;
}

.service-area.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 82%;
  border-radius: 0px;
  z-index: -1;
  background-color: var(--blackColor);
}

.service-area.style-one .section-shape-two {
  top: 28%;
}

.service-card-wrap .service-card {
  margin-bottom: 30px;
}

.service-card-wrap .service-card:nth-child(2) {
  margin-left: 14%;
}

.service-card-wrap .service-card:nth-child(3) {
  margin-left: 28%;
}

.service-card-wrap .service-card:nth-child(4) {
  margin-left: 42%;
}

.team-slider-wrap .slider-btn .prev-btn,
.team-slider-wrap .slider-btn .next-btn,
.service-slider-wrap .slider-btn .prev-btn,
.service-slider-wrap .slider-btn .next-btn {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  opacity: 0.6;
}

.team-slider-wrap .slider-btn .prev-btn:hover,
.team-slider-wrap .slider-btn .next-btn:hover,
.service-slider-wrap .slider-btn .prev-btn:hover,
.service-slider-wrap .slider-btn .next-btn:hover {
  opacity: 1;
}

.team-slider-wrap .slider-btn .prev-btn:hover img,
.team-slider-wrap .slider-btn .next-btn:hover img,
.service-slider-wrap .slider-btn .prev-btn:hover img,
.service-slider-wrap .slider-btn .next-btn:hover img {
  filter: brightness(1) invert(0);
}

.team-slider-wrap .slider-btn .prev-btn,
.service-slider-wrap .slider-btn .prev-btn {
  left: 4px;
}

.team-slider-wrap .slider-btn .next-btn,
.service-slider-wrap .slider-btn .next-btn {
  right: 4px;
}

.service-card.style-one {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  padding: 40px 45px 0 28px;
  overflow: hidden;
}

.service-card.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--primaryColor);
  border-radius: 10px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}

.service-card.style-one .service-counter {
  font-size: 180px;
  font-weight: 500;
  line-height: 90px;
  margin-right: 25px;
  color: rgba(255, 255, 255, 0.08);
}

.service-card.style-one h3 {
  position: relative;
  top: -15px;
  line-height: 34px;
  margin-bottom: 0;
  width: 250px;
}

.service-card.style-one h3:hover {
  text-decoration: underline;
}

.service-card.style-one.active:after,
.service-card.style-one:hover:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

/* Service section light mode overrides */
.theme-light .service-area.style-one.services-expanded-bg:after {
  background: linear-gradient(180deg, #f4f8ff 0%, #eef4ff 62%, #e9f1ff 100%);
}

.theme-light .service-area.style-one.services-expanded-bg .section-title,
.theme-light .service-area.style-one.services-expanded-bg .section-subtitle {
  color: #0f1f35 !important;
}

.theme-light .service-area.style-one.services-expanded-bg .service-card.style-one {
  border-top-color: rgba(15, 31, 53, 0.14);
  border-bottom-color: rgba(15, 31, 53, 0.14);
}

.theme-light .service-area.style-one.services-expanded-bg .service-card.style-one .service-counter {
  color: rgb(184 184 184 / 10%) !important;
}

.theme-light .service-area.style-one.services-expanded-bg .service-card.style-one h3 {
  color: #1e2a3b !important;
}

.theme-light .service-area.style-one.services-expanded-bg .service-card.style-one.active h3,
.theme-light .service-area.style-one.services-expanded-bg .service-card.style-one:hover h3 {
  color: #ffffff !important;
}

.theme-light .service-area.style-one.services-expanded-bg .section-shapeone,
.theme-light .service-area.style-one.services-expanded-bg .section-shape-two {
  opacity: 0.35;
}

.service-card.style-three {
  padding: 35px 20px 35px;
  min-height: 390px;
}

.service-card.style-three.bg-1 {
  background-color: #F5F6ED;
}

.service-card.style-three.bg-2 {
  background-color: rgba(99, 102, 241, 0.1);
}

.service-card.style-three.bg-3 {
  background-color: #FFEFFE;
}

.service-card.style-three.bg-4 {
  background-color: #FDF8E9;
}

.service-card.style-four {
  background-color: rgba(99, 102, 241, 0.06);
  padding: 33px 30px 33px;
}

.service-card.style-four:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primaryColor);
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
  transition: var(--transition);
  z-index: -1;
}

.service-card.style-four .service-icon {
  margin: 59px 0;
}

.service-card.style-four:hover:after {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.service-card.style-four:hover img {
  filter: brightness(0) invert(1);
}

.service-card.style-four:hover h3 a {
  color: var(--whiteColor) !important;
}

.service-card.style-four:hover .link.style-two {
  color: var(--whiteColor);
}

.service-card.style-four:hover .link.style-two:after {
  background-color: var(--whiteColor);
}

/*-------------------------------
    Project CSS
-------------------------------*/
.project-slider-one {
  margin: 0 13px;
}

.project-card.style-one {
  padding: 30px 28px 30px;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(99, 102, 241, 0.1);
}

.project-card.style-one .project-bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
  transition: var(--transition);
}

.project-card.style-one .project-bg:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.92) 100%);
}

.project-card.style-one .project-bg.bg-1 {
  background-image: url(../img/projects/project-9.jpg);
}

.project-card.style-one .project-bg.bg-2 {
  background-image: url(../img/projects/project-2.jpg);
}

.project-card.style-one .project-bg.bg-3 {
  background-image: url(../img/projects/project-3.jpg);
}

.project-card.style-one .project-bg.bg-4 {
  background-image: url(../img/projects/project-4.jpg);
}

.project-card.style-one .project-bg.bg-5 {
  background-image: url(../img/projects/project-5.jpg);
}

.project-card.style-one .project-bg.bg-6 {
  background-image: url(../img/projects/project-6.jpg);
}

.project-card.style-one .project-counter {
  font-size: 128px;
  line-height: 1;
  color: rgba(99, 102, 241, 0.13);
  display: block;
  margin-bottom: 212px;
}

.project-card.style-one .project-info {
  position: relative;
  z-index: 2;
}

.project-card.style-one .project-info .project-category {
  padding: 8px 14px;
  background-color: var(--whiteColor);
  color: var(--primaryColor);
  margin-bottom: 27px;
}

.project-card.style-one .project-info .project-category:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}

.project-card.style-one .project-info .project-link {
  width: 36px;
  height: 36px;
}

.project-card.style-one .project-info .project-link img {
  max-width: 14px;
}

.project-card.style-one:hover .project-bg {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.project-card.style-one:hover .project-info .project-category {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.project-card.style-one:hover .project-info h3 a {
  color: var(--whiteColor) !important;
}

.project-card.style-one:hover .project-info .project-link {
  background-color: var(--secondaryColor);
}

.project-card.style-one:hover .project-info .project-link img {
  filter: brightness(0) invert(0);
}

.project-card.style-two {
  display: flex;
  flex-direction: column;
}

.project-card.style-two:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 70%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.93) 85.77%);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}

.project-card.style-two .project-category {
  top: 30px;
  left: 26px;
}

.project-card.style-two .project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px 35px 20px 0;
  border-radius: 0;
  background-color: var(--whiteColor);
  transition: var(--transition);
}

.project-card.style-two .project-info:before {
  position: absolute;
  top: -28px;
  left: 0px;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: -12px -12px #fff;
  transform: rotate(-90deg);
  transition: var(--transition);
}

.project-card.style-two .project-info:after {
  position: absolute;
  top: -28px;
  right: 0px;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: -12px -12px #fff;
  transform: rotate(-166deg);
  transition: var(--transition);
}

.project-card.style-two:hover:after {
  visibility: visible;
  opacity: 1;
}

.project-card.style-two:hover .project-info {
  padding: 22px 15px 25px 28px;
  background-color: transparent;
  transition: var(--transition);
  border-radius: 0 0 10px 10px;
}

.project-card.style-two:hover .project-info h3 a {
  color: var(--secondaryColor);
}

.project-card.style-two:hover .project-info:before,
.project-card.style-two:hover .project-info:after {
  visibility: hidden;
  opacity: 0;
}

.project-category {
  padding: 6.5px 10px;
  line-height: 15px;
  color: var(--whiteColor);
}

.project-category:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}

/*-------------------------------
    Data Security Section CSS
-------------------------------*/
.data-section.style-one {
  background-color: rgba(99, 102, 241, 0.12);
}

.data-card.style-one {
  background-image: url(../img/about/data-bg.jpg);
  padding: 40px 20px 30px;
}

.data-card.style-one .data-logo {
  width: 140px;
  height: 140px;
  margin: 0 auto 65px;
  border: 3px solid var(--whiteColor);
}

.data-card.style-one h3 {
  line-height: 30px;
}

.data-card.style-two {
  padding: 25px 20px 24px;
}

.data-card.style-two .data-card-header .data-icon {
  width: 49px;
  height: 49px;
  border: 1px dashed var(--primaryColor);
  background-color: #4245B3;
  margin-right: 14px;
}

.data-card.style-three {
  padding: 25px 20px 24px;
}

.data-card.style-three .data-card-header .data-icon {
  width: 49px;
  height: 49px;
  border: 1px dashed var(--primaryColor);
  background-color: rgba(99, 102, 241, 0.33);
  margin-right: 14px;
}

.data-card.style-four {
  background-image: url(../img/about/data-card-bg-2.jpg);
  padding: 20px 20px 26px;
  height: 425px;
}

.data-card.style-four:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 42.94%, #3A0226 88.26%);
  z-index: -1;
}

.data-card-img {
  background-image: url(../img/about/ai-img-1.jpg);
  height: 426px;
}

/*-------------------------------
    Moving Text Section CSS
-------------------------------*/
.move-text ul {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  animation: mymove 21s linear infinite alternate;
}

.move-text ul li {
  line-height: 1;
  display: inline-block;
  position: relative;
  transition: var(--transition);
}

.move-text ul li:last-child:after {
  display: none;
}

.move-text.style-one {
  height: 47px;
}

.move-text.style-one ul li {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  margin: 0 26px 0 0;
  padding: 0 43px 0 0;
  color: rgba(45, 28, 34, 0.1);
}

.move-text.style-one ul li:last-child:after {
  display: none;
}

.move-text.style-one ul li:after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "|";
  font-size: 48px;
  font-weight: 400;
  transform: translateY(-50%);
}

.move-text.style-two {
  height: 50px;
}

.move-text.style-two ul li {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--secondaryFont);
  margin: 0 28px 0 0;
  padding: 0 55px 0 0;
  color: rgba(255, 255, 255, 0.14);
}

.move-text.style-two ul li:last-child:after {
  display: none;
}

.move-text.style-two ul li:after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "/";
  font-size: 50px;
  font-weight: 500;
  transform: translateY(-50%);
}

.move-text.style-three {
  height: 80px;
}

.move-text.style-three ul li {
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: var(--secondaryFont);
  margin: 0 20px 0 0;
  padding: 0;
  color: #F03E24;
}

.move-text.style-three ul li:last-child:after {
  display: none;
}

.move-text.style-three ul li:after {
  display: none;
}

.move-text.style-four {
  height: 80px;
}

.move-text.style-four ul li {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 15px 0 0;
  padding: 0;
  color: rgba(229, 230, 223, 0.5);
}

.move-text.style-four ul li:after {
  display: none;
}

.move-text.style-five {
  height: 70px;
}

.move-text.style-five ul li {
  font-size: 70px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: var(--secondaryFont);
  margin: 0 32px 0 0;
  padding: 0 59px 0 0;
  color: rgba(195, 199, 181, 0.34);
}

.move-text.style-five ul li:last-child:after {
  display: none;
}

.move-text.style-five ul li:after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "/";
  font-size: 50px;
  font-weight: 500;
  transform: translateY(-50%);
}

.move-text.style-six {
  height: 65px;
}

.move-text.style-six ul li {
  font-size: 64px;
  line-height: 1;
  font-weight: 400;
  margin: 0 26px 0 0;
  padding: 0 43px 0 0;
  color: rgba(99, 102, 241, 0.1);
}

.move-text.style-six ul li:last-child:after {
  display: none;
}

.move-text.style-six ul li:after {
  position: absolute;
  content: "*";
  top: 60%;
  right: -3px;
  transform: translateY(-50%);
  font-size: 64px;
}

.move-text.style-seven {
  height: 80px;
}

.move-text.style-seven ul li {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 15px 0 0;
  padding: 0;
  color: rgba(99, 102, 241, 0.09);
}

.move-text.style-seven ul li:after {
  display: none;
}

@keyframes mymove {
  from {
    left: 0;
  }

  to {
    left: -100%;
  }
}

@keyframes mymoveTwo {
  from {
    top: 0;
  }

  to {
    bottom: -100%;
  }
}

/*-------------------------------
    Pricing Plan Section CSS
-------------------------------*/
.pricing-area.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F2F5E6;
  border-radius: 0 0 50px 50px;
}

.pricing-area.style-one .move-text {
  position: absolute;
  bottom: 28%;
  left: 0;
  width: 100%;
  z-index: 1;
}

.pricing-area.style-two {
  background-color: #F2F5E6;
  margin: 0 0px;
}

.pricing-switch-wrap {
  width: 319px;
  padding: 8px;
  background-color: var(--whiteColor);
  border-radius: 10px;
}

.pricing-switch-wrap .pricing_switch {
  position: relative;
  display: inline-block;
  width: 319px;
  height: 57px;
}

.pricing-switch-wrap .pricing_switch input {
  display: none;
}

.pricing-switch-wrap .pricing_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.pricing-switch-wrap .pricing_slider:before {
  position: absolute;
  content: "";
  height: 60px;
  width: 50%;
  left: 69px;
  bottom: -2px;
  transition: 0.4s;
  transform: translateX(-70px);
}

.pricing-switch-wrap .pricing_slider:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: auto;
  width: calc(50% - 7px);
  height: 100%;
  border-radius: 10px;
  transition: var(--transition);
}

.pricing-switch-wrap input:checked+.pricing_slider {
  background-color: transparent;
}

.pricing-switch-wrap input:checked+.pricing_slider:before {
  transform: translateX(81px);
}

.pricing-switch-wrap input:checked+.pricing_slider:after {
  left: 0;
  right: auto;
}

.pricing-switch-wrap .on,
.pricing-switch-wrap .off {
  position: absolute;
  top: 50%;
  width: 50%;
  font-weight: 600;
  text-align: center;
  transform: translateY(-50%);
}

.pricing-switch-wrap .on {
  left: 0px;
}

.pricing-switch-wrap .off {
  right: 0px;
}

.pricing-switch-wrap .pricing_slider.round {
  border-radius: 10px;
}

.pricing-switch-wrap .pricing_slider.round:before {
  border-radius: 10px;
}

.pricing-switch-wrap .on {
  transition: var(--transition);
}

.pricing-switch-wrap .off {
  transition: var(--transition);
}

.pricing-switch-wrap.style-one .pricing_switch .pricing_slider {
  background-color: transparent;
}

.pricing-switch-wrap.style-one .pricing_switch .pricing_slider:before {
  background-color: var(--secondaryColor);
}

.pricing-switch-wrap.style-one .pricing_switch .pricing_slider:after {
  border: 1px solid rgba(195, 199, 181, 0.42);
}

.pricing-switch-wrap.style-one .pricing_switch input:checked+.pricing_slider {
  background-color: transparent;
}

.pricing-switch-wrap.style-one .pricing_switch .on {
  color: var(--titleColor);
}

.pricing-switch-wrap.style-one .pricing_switch .off {
  color: var(--titleColor);
}

.pricing-switch-wrap.style-one .pricing_switch input:checked+.pricing_slider .off {
  color: var(--titleColor);
}

.pricing-switch-wrap.style-one .pricing_switch input:checked+.pricing_slider .on {
  color: var(--paraColor);
}

.pricing-switch-wrap.style-two .pricing_switch .pricing_slider {
  background-color: transparent;
}

.pricing-switch-wrap.style-two .pricing_switch .pricing_slider:before {
  background-color: var(--primaryColor);
}

.pricing-switch-wrap.style-two .pricing_switch .pricing_slider:after {
  border: 1px solid rgba(99, 102, 241, 0.33);
}

.pricing-switch-wrap.style-two .pricing_switch input:checked+.pricing_slider {
  background-color: transparent;
}

.pricing-switch-wrap.style-two .pricing_switch .on {
  color: var(--whiteColor);
}

.pricing-switch-wrap.style-two .pricing_switch .off {
  color: var(--titleColor);
}

.pricing-switch-wrap.style-two .pricing_switch input:checked+.pricing_slider .off {
  color: var(--whiteColor);
}

.pricing-switch-wrap.style-two .pricing_switch input:checked+.pricing_slider .on {
  color: var(--paraColor);
}

.pricing-switch-wrap.style-three {
  background-color: rgba(99, 102, 241, 0.18);
}

.pricing-switch-wrap.style-three .pricing_switch .pricing_slider {
  background-color: transparent;
}

.pricing-switch-wrap.style-three .pricing_switch .pricing_slider:before {
  background-color: var(--primaryColor);
}

.pricing-switch-wrap.style-three .pricing_switch .pricing_slider:after {
  border: 1px solid rgba(99, 102, 241, 0.33);
}

.pricing-switch-wrap.style-three .pricing_switch input:checked+.pricing_slider {
  background-color: transparent;
}

.pricing-switch-wrap.style-three .pricing_switch .on {
  color: var(--whiteColor);
}

.pricing-switch-wrap.style-three .pricing_switch .off {
  color: var(--titleColor);
}

.pricing-switch-wrap.style-three .pricing_switch input:checked+.pricing_slider .off {
  color: var(--whiteColor);
}

.pricing-switch-wrap.style-three .pricing_switch input:checked+.pricing_slider .on {
  color: var(--paraColor);
}

.pricing-card.style-one {
  padding: 10px 10px 40px;
}

.pricing-card.style-one .pricing-header {
  background-color: #F3F3F3;
  padding: 22px 32px 24px;
  margin-bottom: 27px;
}

.pricing-card.style-one .pricing-header .featured {
  top: 11px;
  line-height: 15px;
  background-color: #FFDE6A;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 50px 0 0 50px;
}

.pricing-card.style-one .pricing-header .pricing-tag {
  font-size: 32px;
}

.pricing-card.style-one h6 {
  padding: 0 32px;
}

.pricing-card.style-one .pricing-features {
  padding: 8px 32px 18px;
}

.pricing-card.style-one .pricing-features li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

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

.pricing-card.style-one .pricing-features li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  background-color: rgba(99, 102, 241, 0.33);
}

.pricing-card.style-one .btn {
  width: calc(100% - 64px);
  margin: 0 auto;
}

.pricing-table.style-one table thead tr th,
.pricing-table.style-two table thead tr th {
  border: none;
  border-bottom: 1px solid rgba(166, 172, 145, 0.15);
  border-right: 25px solid #F2F5E6;
  padding: 30px 10px 30px;
  font-weight: 400;
  color: var(--primaryColor);
  background-color: var(--whiteColor);
}

.pricing-table.style-one table thead tr th:first-child,
.pricing-table.style-two table thead tr th:first-child {
  background-color: transparent;
  border-right: none;
}

.pricing-table.style-one table thead tr th:nth-child(2),
.pricing-table.style-two table thead tr th:nth-child(2) {
  border-radius: 10px 25px 0 0;
}

.pricing-table.style-one table thead tr th:nth-child(3),
.pricing-table.style-two table thead tr th:nth-child(3) {
  border-radius: 30px 25px 0 0;
}

.pricing-table.style-one table thead tr th:last-child,
.pricing-table.style-two table thead tr th:last-child {
  border-radius: 30px 10px 0 0;
  border-right: none;
}

.pricing-table.style-one table thead tr th .pricing-header,
.pricing-table.style-two table thead tr th .pricing-header {
  position: relative;
}

.pricing-table.style-one table thead tr th .pricing-header .featured,
.pricing-table.style-two table thead tr th .pricing-header .featured {
  top: -5px;
  right: -10px;
  background-color: #FFDE6A;
  border-radius: 50px 0 0 50px;
  padding: 2px 10px 0px 13px;
}

.pricing-table.style-one table thead tr th .pricing-header .pricing-tag,
.pricing-table.style-two table thead tr th .pricing-header .pricing-tag {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--blackColor);
}

.pricing-table.style-one table thead tr th .pricing-header p,
.pricing-table.style-two table thead tr th .pricing-header p {
  display: inline-block;
  margin: 0 20px;
}

.pricing-table.style-one table tbody tr th,
.pricing-table.style-two table tbody tr th {
  background-color: transparent;
  border-bottom: 1px solid rgba(166, 172, 145, 0.15);
  padding-right: 20px;
}

.pricing-table.style-one table tbody tr td,
.pricing-table.style-two table tbody tr td {
  padding: 12px 20px;
  text-align: center;
  border: none;
  background-color: var(--whiteColor);
  border-bottom: 1px solid rgba(166, 172, 145, 0.15);
  border-right: 25px solid #F2F5E6;
}

.pricing-table.style-one table tbody tr td:first-child,
.pricing-table.style-two table tbody tr td:first-child {
  padding-left: 0;
}

.pricing-table.style-one table tbody tr td:last-child,
.pricing-table.style-two table tbody tr td:last-child {
  border-right: none;
}

.pricing-table.style-one table tbody tr td span i,
.pricing-table.style-two table tbody tr td span i {
  font-size: 22px;
}

.pricing-table.style-one table tbody tr td span.available i,
.pricing-table.style-two table tbody tr td span.available i {
  color: var(--primaryColor);
}

.pricing-table.style-one table tbody tr td span.unavailable i,
.pricing-table.style-two table tbody tr td span.unavailable i {
  color: #FF0B0B;
}

.pricing-table.style-one table tbody tr:last-child th,
.pricing-table.style-two table tbody tr:last-child th {
  border-bottom: none;
}

.pricing-table.style-one table tbody tr:last-child td,
.pricing-table.style-two table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 32px;
  padding-top: 28px;
}

.pricing-table.style-one table tbody tr:last-child td:nth-child(2),
.pricing-table.style-two table tbody tr:last-child td:nth-child(2) {
  border-radius: 0 0 30px 10px;
}

.pricing-table.style-one table tbody tr:last-child td:nth-child(3),
.pricing-table.style-two table tbody tr:last-child td:nth-child(3) {
  border-radius: 0 0 30px 25px;
}

.pricing-table.style-one table tbody tr:last-child td:nth-child(4),
.pricing-table.style-two table tbody tr:last-child td:nth-child(4) {
  border-radius: 0 0 10px 30px;
}

.focus-cards-mobile {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.focus-mobile-card {
  background-color: var(--whiteColor);
  border: 1px solid rgba(19, 29, 55, 0.12);
  border-radius: 16px;
  padding: 18px 16px;
}

.focus-mobile-card__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--titleColor);
  text-align: center;
  margin-bottom: 14px;
  padding: 10px 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(14, 22, 45, 0.08) 0%, rgba(14, 22, 45, 0.03) 100%);
  border: 1px solid rgba(14, 22, 45, 0.12);
}

.focus-mobile-card__list li {
  color: var(--paraColor);
  border-bottom: 1px solid rgba(19, 29, 55, 0.08);
  font-size: 16px;
  line-height: 1.55;
  padding: 10px 0;
}

.theme-light .focus-mobile-card {
  background: linear-gradient(to bottom, #fff, color-mix(in srgb, #e5e5e6 70%, #fff));
  border: var(--border-width-lg, 1px) solid #fff;
  box-shadow: none;
}

.theme-light .focus-mobile-card__title {
  color: #101828;
}

.theme-light .focus-mobile-card__list li {
  color: #6a7282;
}

.focus-mobile-card__list li:first-child {
  padding-top: 0;
}

.focus-mobile-card__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pricing-table.style-one table thead tr th {
  border-bottom: 1px solid rgba(166, 172, 145, 0.15);
  border-right: 25px solid #F2F5E6;
  color: var(--primaryColor);
  background-color: var(--whiteColor);
}

.pricing-table.style-one table thead tr th .pricing-header .featured {
  background-color: #FFDE6A;
}

.pricing-table.style-one table thead tr th .pricing-header h2 {
  color: var(--blackColor);
}

.pricing-table.style-one table tbody tr th {
  border-bottom: 1px solid rgba(166, 172, 145, 0.15);
}

.pricing-table.style-one table tbody tr td {
  background-color: var(--whiteColor);
  border-bottom: 1px solid rgba(166, 172, 145, 0.15);
  border-right: 25px solid #F2F5E6;
}

.pricing-table.style-two table thead tr th {
  border-bottom: 1px solid rgba(99, 102, 241, 0.09);
  border-right: 25px solid var(--whiteColor);
  color: var(--primaryColor);
  background-color: rgba(99, 102, 241, 0.06);
}

.pricing-table.style-two table thead tr th .pricing-header .featured {
  background-color: #FFDE6A;
}

.pricing-table.style-two table thead tr th .pricing-header h2 {
  color: var(--blackColor);
}

.pricing-table.style-two table tbody tr th {
  border-bottom: 1px solid rgba(99, 102, 241, 0.09);
}

.pricing-table.style-two table tbody tr td {
  background-color: rgba(99, 102, 241, 0.06);
  border-bottom: 1px solid rgba(99, 102, 241, 0.09);
  border-right: 25px solid var(--whiteColor);
}

/*-------------------------------
    How It Works CSS
-------------------------------*/
.hw-area.style-one .move-text {
  position: absolute;
  bottom: 32%;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.process-tablist {
  border: none;
  position: relative;
}

.process-tablist .nav-item {
  position: relative;
  z-index: 1;
}

.process-tablist .nav-item:after {
  position: absolute;
  top: 50%;
  right: -500px;
  content: "";
  width: 500px;
  height: 3px;
  z-index: -1;
  background-color: var(--secondaryColor);
  pointer-events: none;
}

.process-tablist .nav-item:last-child::after {
  display: none;
}

@media only screen and (min-width: 992px) {
  .process-tablist .nav-item:last-child::after {
    --process-tail: clamp(420px, 38vw, 515px);
    display: block;
    right: calc(-1 * var(--process-tail));
    width: var(--process-tail);
  }
}

.process-tablist .nav-item .nav-link {
  border: 1px solid #EBEEE5;
  padding: 11px 25px;
  border-radius: 50px;
  font-weight: 500;
  font-family: var(--secondaryFont);
  background-color: var(--whiteColor);
  color: var(--paraColor);
  transition: var(--transition);
}

.process-tablist .nav-item .nav-link:hover,
.process-tablist .nav-item .nav-link.active {
  border-color: transparent;
  color: var(--blackColor);
  background-color: var(--secondaryColor);
}

.process-card.style-one {
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 14px;
}

.process-card.style-one .process-img {
  padding: 20px;
  border: 4px solid var(--whiteColor);
  height: 448px;
  background: linear-gradient(180deg, #F2F8DC 0%, #E5E6FC 100%);
}

.process-card.style-one .process-title {
  height: 100%;
  padding: 35px 20px 30px 25px;
}

.process-card.style-one .process-title .process-counter {
  font-size: 96px;
  font-weight: 500;
  color: rgba(201, 201, 192, 0.43);
  margin-bottom: 50px;
}

.process-card.style-one .process-title div h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}

.process-card.style-two .process-counter-wrap {
  position: relative;
  margin-right: 80px;
  margin-bottom: 30px;
}

.process-card.style-two .process-counter-wrap:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  z-index: -1;
  background-color: rgba(99, 102, 241, 0.06);
}

.process-card.style-two .process-counter-wrap .process-counter-name {
  font-size: 100px;
  line-height: 1;
  display: inline-block;
  color: #DADAFC;
  font-family: var(--secondaryFont);
  font-weight: 700;
  background-color: var(--whiteColor);
}

.process-card.style-two .process-counter-wrap .process-counter {
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  color: var(--whiteColor);
  border: 1px dashed var(--whiteColor);
}

.chart-box.style-one {
  background-color: rgba(99, 102, 241, 0.15);
  padding: 27px 28px 26px;
}

.chart-box.style-one:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 196.13px;
  height: 196.13px;
  left: 131.77px;
  top: -37.12px;
  z-index: -1;
  background: rgba(99, 102, 241, 0.29);
  filter: blur(41.8458px);
}

.chart-box.style-one>div {
  width: auto;
}

.chart-box.style-one>div span {
  line-height: 21px;
  display: inline-block;
}

/*-------------------------------
    Call To Action  CSS
-------------------------------*/
.cta-area.style-one .cta-section-shape {
  left: 60%;
  transform: translateX(-50%);
}

.cta-area.style-one .cta-img-wrap .cta-img {
  width: calc(100% - 230px);
}

.cta-area.style-one .cta-img-wrap .circle-text-wrap {
  width: 227px;
  height: 231px;
}

.cta-area.style-one .cta-img-wrap .circle-text-wrap span {
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-area.style-one .cta-img-wrap .circle-text-wrap:hover span {
  background-color: var(--titleColor);
}

.cta-area.style-one .cta-img-wrap .circle-text-wrap:hover span img {
  filter: brightness(0) invert(1);
}

.cta-area.style-two {
  margin: 0 13px;
  background-image: url(../img/cta-bg-1.jpg);
}

.cta-area.style-three {
  margin: 0 13px;
  background-image: url(../img/cta-bg-2.jpg);
}

.cta-area.style-two .circle-text-wrap,
.cta-area.style-three .circle-text-wrap {
  width: 227px;
  height: 231px;
}

.cta-area.style-two .circle-text-wrap span,
.cta-area.style-three .circle-text-wrap span {
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-area.style-two .circle-text-wrap:hover span,
.cta-area.style-three .circle-text-wrap:hover span {
  background-color: var(--secondaryColor);
}

.cta-area.style-two .circle-text-wrap:hover span img,
.cta-area.style-three .circle-text-wrap:hover span img {
  filter: brightness(0) invert(0);
}

/*-------------------------------
    Career  CSS
-------------------------------*/
.job-card.style-one {
  background-color: rgba(99, 102, 241, 0.09);
  padding: 8px 8px 8px;
}

.job-card.style-one .job-img .job-salary {
  top: 8px;
  right: 0;
  line-height: 1;
  padding: 7px 12px 6px;
  border-radius: 50px 0 0 50px;
}

.job-card.style-one .job-info {
  padding: 18px 10px 16px;
}

.job-card.style-one .job-info h3 {
  margin-bottom: 7px;
}

.job-card.style-one .job-info ul li {
  margin-bottom: 5px;
}

.job-card.style-one .job-info ul li:last-child {
  margin-bottom: 0;
}

/*-------------------------------
    Integration & Benefit CSS
-------------------------------*/
.integration-area:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--whiteColor);
  border-radius: 0 0 50px 50px;
  z-index: 0;
}

.integration-area:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--blackColor);
  z-index: -1;
}

.integration-area.style-two {
  background-color: #F2F5E6;
}

.integration-area.style-two:before,
.integration-area.style-two:after {
  display: none;
}

.integration-wrapper.style-one .int-logo {
  margin: 30px 0;
}

.integration-wrapper.style-one .int-box-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.integration-wrapper.style-one .int-box-wrapper .int-box {
  width: 97px;
  height: 100px;
  margin-bottom: 74px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  box-shadow: 0 12px 30px rgba(6, 13, 28, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--titleColor);
  animation: intBoxPulse 1s ease-out infinite !important;
  will-change: transform, box-shadow;
}

@keyframes intBoxPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 12px 30px rgba(6, 13, 28, 0.08);
  }
  12% {
    transform: scale(1.028);
    box-shadow: 0 15px 32px rgba(6, 13, 28, 0.11);
  }
  25% {
    transform: scale(1.012);
    box-shadow: 0 13px 31px rgba(6, 13, 28, 0.09);
  }
  55%,
  100% {
    transform: scale(1);
    box-shadow: 0 12px 30px rgba(6, 13, 28, 0.08);
  }
}

.integration-wrapper.style-one .int-box-wrapper .int-box i {
  font-size: 34px;
  line-height: 1;
}

.integration-wrapper.style-one .int-box-wrapper .int-box img {
  width: 48px;
  height: auto;
  display: block;
}

.integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(1) {
  margin: 12px 0 56px 11px;
  animation-duration: 1.35s;
  animation-delay: -0.2s;
}

.integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(2) {
  margin: 63px 0 0 127px;
  animation-duration: 1.65s;
  animation-delay: -0.5s;
}

.integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(3) {
  margin: 15px 0 0 50px;
  animation-duration: 1.95s;
  animation-delay: -0.9s;
}

.integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(4) {
  margin: 63px 0 0 102px;
  animation-duration: 2.25s;
  animation-delay: -1.1s;
}


.integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(1) {
  margin: 12px 0 56px -30px;
  animation-duration: 1.5s;
  animation-delay: -0.4s;
}

.integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(2) {
  margin: 61px 0 0 154px;
  animation-duration: 1.8s;
  animation-delay: -0.7s;
}

.integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(3) {
  margin: 14px 0 0 33px;
  animation-duration: 2.1s;
  animation-delay: -1s;
}

.integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(4) {
  margin: 61px 0 0 104px;
  animation-duration: 2.4s;
  animation-delay: -1.3s;
}

@media (prefers-reduced-motion: reduce) {
  .integration-wrapper.style-one .int-box-wrapper .int-box {
    animation: none;
  }
}


.benefit-area:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--whiteColor);
  border-radius: 0 0 50px 50px;
  z-index: 0;
}

.benefit-area:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F2F5E6;
  z-index: -1;
}

.benefit-area.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.benefit-area.style-one .benefit-img-wrap {
  padding: 90px 30px;
  background: linear-gradient(180deg, rgba(212, 255, 18, 0.21) 0%, rgba(99, 102, 241, 0.13) 100%);
}

.benefit-area.style-one .benefit-img-wrap img {
  border: 3px solid var(--whiteColor);
}

.benefit-area.style-one .benefit-content .feature-list-wrap {
  margin-bottom: 40px;
}

.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list {
  padding-left: 46px;
  margin-bottom: 20px;
}

.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list:last-child {
  margin-bottom: 0;
}

.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: var(--secondaryColor);
}

.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list span i {
  color: var(--titleColor);
  font-size: 18px;
  line-height: 1;
  position: relative;
  left: 1px;
}

.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list h5 {
  margin-bottom: 8px;
}

/*-------------------------------
    Testimonial CSS
-------------------------------*/
.testimonial-area.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--blackColor);
  border-radius: 0 0 50px 50px;
}

.testimonial-area.style-two {
  margin: 0 10px;
}

.testimonial-area.style-two:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--whiteColor);
  border-radius: 20px 20px 0 0;
  z-index: -1;
}

.testimonial-area.style-two .circle-text-wrap {
  padding: 14px;
  width: 315px;
  height: 315px;
}

.testimonial-area.style-two .circle-text-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 40px solid #FC95F6;
  z-index: -1;
}

.testimonial-area.style-three .circle-text-wrapper .move-text {
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.testimonial-area.style-three .circle-text-wrapper .circle-text-wrap {
  padding: 14px;
  width: 291px;
  height: 291px;
  margin: 0 auto 40px;
}

.testimonial-area.style-three .circle-text-wrapper .circle-text-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 40px solid var(--secondaryColor);
  z-index: -1;
}

.testimonial-area.style-three .move-text ul li {
  color: rgba(255, 255, 255, 0.14);
  font-weight: 500;
}

.testimonial-area.style-four {
  margin: -115px 15px 0;
}

.testimonial-area.style-four:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--whiteColor);
  border-radius: 20px 20px 0 0;
  z-index: -1;
}

.testimonial-area.style-four .circle-text-wrap {
  padding: 14px;
  width: 315px;
  height: 315px;
}

.testimonial-area.style-four .circle-text-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 40px solid #FC95F6;
  z-index: -1;
}

.testimonial-card.style-one {
  background-color: #141414;
  border-radius: 10px;
  padding: 45px 30px 45px;
}

.testimonial-card.style-one .br-one {
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}

.testimonial-card.style-one .br-one:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 27%;
  height: 27%;
  border-radius: 10px 0 0 0;
  border-top: 1px solid rgb(4 161 210 / 43%);
  border-left: 1px solid rgb(4 161 210 / 43%);
}

.testimonial-card.style-one .br-one:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 27%;
  height: 27%;
  border-radius: 0 10px 0 0;
  border-top: 1px solid rgb(4 161 210 / 43%);
  border-right: 1px solid rgb(4 161 210 / 43%);
}

.testimonial-card.style-one .br-two {
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}

.testimonial-card.style-one .br-two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 30%;
  height: 30%;
  border-radius: 0 0 0 10px;
  border-bottom: 1px solid rgb(4 161 210 / 43%);
  border-left: 1px solid rgb(4 161 210 / 43%);
}

.testimonial-card.style-one .br-two:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 30%;
  height: 30%;
  border-radius: 0 0 10px 0;
  border-bottom: 1px solid rgb(4 161 210 / 43%);
  border-right: 1px solid rgb(4 161 210 / 43%);
}

.testimonial-card.style-one .rating li i {
  color: #FFDE6A;
}

.testimonial-card.style-one h6 {
  color: rgba(221, 221, 221, 0.7);
  font-size: 20px;
  line-height: 28px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.testimonial-card.style-one p {
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 35px;
}

.testimonial-card.style-one .client-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 35px;
}

.testimonial-card.style-one .client-info h5 {
  padding-left: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}

.testimonial-card.style-one .client-info h5:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--whiteColor);
  transform: translateY(-50%);
}

.testimonial-card.style-one:hover .br-one,
.testimonial-card.style-one:hover .br-two {
  visibility: visible;
  opacity: 1;
}

.testimonial-card.style-two p {
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 37px;
}

.testimonial-card.style-two .client-info-wrap .client-img {
  width: 51px;
  height: 51px;
}

.testimonial-card.style-two .client-info-wrap .client-info {
  margin-left: 15px;
}

.testimonial-card.style-two .client-info-wrap .client-info h5 {
  padding-left: 20px;
  position: relative;
}

.testimonial-card.style-two .client-info-wrap .client-info h5:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 11px;
  height: 2px;
  background-color: var(--blackColor);
  transform: translateY(-50%);
}

.testimonial-card.style-three p {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 30px;
}

.testimonial-card.style-three .client-info-wrap .client-img {
  width: 51px;
  height: 51px;
}

.testimonial-card.style-three .client-info-wrap .client-info {
  margin-left: 15px;
}

.testimonial-card.style-three .client-info-wrap .client-info h5 {
  padding-left: 20px;
  position: relative;
}

.testimonial-card.style-three .client-info-wrap .client-info h5:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 11px;
  height: 2px;
  background-color: var(--whiteColor);
  transform: translateY(-50%);
}

.testimonial-card.style-three .client-info-wrap .client-info span {
  color: rgba(221, 221, 221, 0.8);
}

.testimonial-card.style-four {
  background-color: rgba(99, 102, 241, 0.09);
  border-radius: 10px;
  padding: 45px 30px 45px;
}

.testimonial-card.style-four .br-one {
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}

.testimonial-card.style-four .br-one:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 27%;
  height: 27%;
  border-radius: 10px 0 0 0;
  border-top: 1px solid var(--primaryColor);
  border-left: 1px solid var(--primaryColor);
}

.testimonial-card.style-four .br-one:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 27%;
  height: 27%;
  border-radius: 0 10px 0 0;
  border-top: 1px solid var(--primaryColor);
  border-right: 1px solid var(--primaryColor);
}

.testimonial-card.style-four .br-two {
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}

.testimonial-card.style-four .br-two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 30%;
  height: 30%;
  border-radius: 0 0 0 10px;
  border-bottom: 1px solid var(--primaryColor);
  border-left: 1px solid var(--primaryColor);
}

.testimonial-card.style-four .br-two:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 30%;
  height: 30%;
  border-radius: 0 0 10px 0;
  border-bottom: 1px solid var(--primaryColor);
  border-right: 1px solid var(--primaryColor);
}

.testimonial-card.style-four .rating li i {
  color: #FF8215;
}

.testimonial-card.style-four h6 {
  color: var(--titleColor);
  font-size: 20px;
  line-height: 28px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.testimonial-card.style-four p {
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 35px;
}

.testimonial-card.style-four .client-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 35px;
}

.testimonial-card.style-four .client-info h5 {
  padding-left: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}

.testimonial-card.style-four .client-info h5:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--titleColor);
  transform: translateY(-50%);
}

.testimonial-card.style-four:hover .br-one,
.testimonial-card.style-four:hover .br-two {
  visibility: visible;
  opacity: 1;
}

.testimonial-slider-two .slider-btn {
  position: absolute;
  bottom: 17px;
  right: 0;
  z-index: 1;
}

.testimonial-slider-two .slider-btn .prev-btn,
.testimonial-slider-two .slider-btn .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-color: rgba(99, 102, 241, 0.1);
}

.testimonial-slider-two .slider-btn .prev-btn img,
.testimonial-slider-two .slider-btn .next-btn img {
  max-width: 14px;
}

.testimonial-slider-two .slider-btn .prev-btn:before,
.testimonial-slider-two .slider-btn .next-btn:before {
  background-color: var(--primaryColor);
}

.testimonial-slider-two .slider-btn .prev-btn {
  left: 0;
}

.testimonial-slider-two .slider-btn .next-btn {
  right: 0;
}

.testimonial-slider-two .testimonial-pagination {
  padding: 0 45px;
}

.testimonial-slider-two .testimonial-pagination .swiper-pagination-bullet {
  width: 88px;
  height: 4px;
  margin: 0 6px;
  background-color: rgba(99, 102, 241, 0.2);
  border-radius: 50px;
  opacity: 1;
}

.testimonial-slider-two .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primaryColor);
}

.testimonial-slider-three .slider-btn .prev-btn,
.testimonial-slider-three .slider-btn .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
  z-index: 1;
}

.testimonial-slider-three .slider-btn .prev-btn:before,
.testimonial-slider-three .slider-btn .next-btn:before {
  display: none;
}

.testimonial-slider-three .slider-btn .prev-btn:hover,
.testimonial-slider-three .slider-btn .next-btn:hover {
  opacity: 1;
}

.testimonial-slider-three .slider-btn .prev-btn:hover img,
.testimonial-slider-three .slider-btn .next-btn:hover img {
  filter: brightness(1) invert(0);
}

.testimonial-slider-three .slider-btn .prev-btn {
  left: 0;
}

.testimonial-slider-three .slider-btn .next-btn {
  right: 0;
}

/*-------------------------------
    Team CSS
-------------------------------*/
.team-card.style-one {
  padding: 38px 20px 26px;
  background: linear-gradient(91.98deg, rgba(163, 107, 244, 0.06) 1.98%, rgba(163, 107, 244, 0.3) 50.35%, rgba(163, 107, 244, 0.06) 98.71%);
}

.team-card.style-one .team-thumb {
  width: 198px;
  height: 198px;
  margin-bottom: 80px;
  border: 4px solid var(--whiteColor);
  box-shadow: 0 0 40px rgba(107, 0, 216, 0.24);
}

.team-card.style-one .team-member-bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
}

.team-card.style-one .team-member-bg:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0.21deg, #654793 16.87%, rgba(136, 113, 181, 0.04) 58.41%);
  z-index: 0;
}

.team-card.style-one .team-member-bg.bg-1 {
  background-image: url(../img/team/team-1.jpg);
}

.team-card.style-one .team-member-bg.bg-2 {
  background-image: url(../img/team/team-2.jpg);
}

.team-card.style-one .team-member-bg.bg-3 {
  background-image: url(../img/team/team-3.jpg);
}

.team-card.style-one .team-member-bg.bg-4 {
  background-image: url(../img/team/team-4.jpg);
}

.team-card.style-one .team-member-bg.bg-5 {
  background-image: url(../img/team/team-5.jpg);
}

.team-card.style-one .team-member-bg.bg-6 {
  background-image: url(../img/team/team-6.jpg);
}

.team-card.style-one .team-member-bg.bg-7 {
  background-image: url(../img/team/team-7.jpg);
}

.team-card.style-one .team-member-bg.bg-8 {
  background-image: url(../img/team/team-8.jpg);
}

.team-card.style-one .team-info h3 {
  margin-bottom: 2px;
}

.team-card.style-one:hover .team-member-bg {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.team-card.style-one:hover .team-info h3 {
  color: var(--whiteColor) !important;
}

.team-card.style-one:hover .team-info span {
  color: var(--offwhiteColor);
}

/*-------------------------------
    Blog CSS
-------------------------------*/
.blog-card.style-one {
  background-color: #F3F3F3;
  padding: 14px 14px 22px;
}

.blog-card.style-one .blog-info {
  padding: 20px 7px 0;
}

.blog-card.style-one .blog-info .blog-category {
  margin-right: 5px;
  margin-bottom: 6px;
}

.blog-card.style-one .blog-info .blog-metainfo {
  margin-bottom: 6px;
}

.blog-card.style-one .blog-info .blog-metainfo li {
  font-size: 15px;
}

.blog-card.style-one .blog-info h3 {
  margin: 15px 0 15px;
}

.blog-card.style-two .blog-info {
  padding: 22px 0 0;
}

.blog-card.style-two .blog-info .blog-metainfo {
  margin-bottom: 6px;
}

.blog-card.style-two .blog-info h3 {
  margin: 15px 0 24px;
}

.blog-card.style-three {
  padding-right: 160px;
}

.blog-card.style-three .blog-info {
  position: absolute;
  right: 0;
  bottom: 25px;
  max-width: 322px;
  padding: 25px 22px 20px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
}

.blog-card.style-three .blog-info .blog-category {
  margin-bottom: 15px;
}

.blog-card.style-three .blog-info .blog-metainfo {
  margin-bottom: 13px;
}

.blog-card.style-three .blog-info h3 {
  margin: 0 0 16px;
}

.blog-category {
  border: 1px solid rgba(99, 102, 241, 0.21);
  color: var(--paraColor);
  padding: 6.5px 10px;
  line-height: 15px;
}

.blog-category:hover {
  border-color: transparent;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.blog-metainfo li {
  display: inline-block;
  margin-right: 7px;
  padding-right: 12px;
  position: relative;
  font-weight: 500;
}

.blog-metainfo li:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 13px;
  background-color: rgba(85, 85, 85, 0.2);
  transform: translateY(-50%);
}

.blog-metainfo li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-metainfo li:last-child:after {
  display: none;
}

.blog-metainfo li.blog-category {
  margin-right: 20px;
}

.blog-metainfo li.blog-category:after {
  display: none;
}

.blog-metainfo li.blog-category a {
  padding: 3px 10px;
}

.blog-metainfo li a {
  color: var(--paraColor);
}

.blog-metainfo li a:hover {
  color: var(--primaryColor);
}

/*-------------------------------
    Contact CSS
-------------------------------*/
.contact-card-wrap.style-one {
  position: relative;
  margin-bottom: -65px;
}

.contact-card-wrap.style-one:before {
  position: absolute;
  top: 38%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.08);
}

.contact-card-wrap.style-one:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 80%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.08);
}

.contact-card-wrap.style-one .contact-card {
  width: 50%;
  margin-bottom: 65px;
}

.contact-card-wrap.style-one .contact-card:nth-child(even) {
  padding-left: 35px;
}

.contact-card.style-two .contact-icon {
  width: 38px;
  height: 38px;
}

.contact-card.style-two div {
  width: calc(100% - 50px);
  margin-left: auto;
}

.map-area:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--blackColor);
  z-index: -1;
}

.comp-map iframe {
  width: 100%;
  height: 100%;
}

.comp-map.style-one {
  height: 328px;
  border-radius: 10px;
}

.comp-map.style-one iframe {
  border-radius: 10px;
}

.comp-map.style-two {
  height: 573px;
  border-radius: 10px;
}

.comp-map.style-two iframe {
  border-radius: 10px;
}

.checkbox {
  display: block;
}

.checkbox.form-check {
  padding-left: 0;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 26px;
}

.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}

.checkbox.style-one label:before {
  width: 17px;
  height: 17px;
  border: 1px solid rgb(80, 137, 255);
  top: 4px;
  border-radius: 50%;
}

.checkbox.style-two label:before {
  width: 17px;
  height: 17px;
  border: 1px solid rgba(80, 137, 255, 0.4);
  top: 4px;
  border-radius: 4px;
}

.checkbox.style-one input:checked+label:before,
.checkbox.style-two input:checked+label:before {
  border-color: transparent;
}

.checkbox input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
}

.checkbox.style-one input:checked+label:after {
  top: 4px;
  left: 0px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--primaryColor);
}

.checkbox.style-two input:checked+label:after {
  top: 4px;
  left: 0px;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  background: var(--primaryColor);
}

/*---------------------------------------------
            FAQ Section CSS
---------------------------------------------*/
.faq-box.style-one {
  background-color: rgba(99, 102, 241, 0.1);
  padding: 15px;
}

.faq-bg {
  background-image: url(../img/about/faq-bg.jpg);
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 28px 35px 22px;
}

.faq-bg:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.73%, rgba(0, 0, 0, 0.92) 80.03%);
  border-radius: 10px;
  z-index: -1;
}

.faq-bg h6 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.accordion.style-one .accordion-item {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background-color: #F3F3F3;
}

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

.accordion.style-one .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center !important;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  padding: 12px 40px 11px 25px;
  border-radius: 10px;
  background-color: #F3F3F3;
  box-shadow: none;
  transition: var(--transition);
}

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

.accordion.style-one .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-icon {
  min-width: 45px;
  min-height: 45px;
  margin-right: 17px;
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow {
  display: inline-block;
  position: absolute;
  top: 37px;
  right: 28px;
  text-align: center;
  transition: var(--transition);
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 auto;
  color: var(--paraColor);
  transform: translate(-50%, -50%);
  transition: var(--transition);
}

.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
  top: 50%;
}

.accordion.style-one .accordion-item .accordion-body {
  padding: 0px 25px 21px 86px;
  border: none;
  border-radius: 0 0 10px 10px;
}

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

.accordion.style-two .accordion-item {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 5px;
}

.accordion.style-two .accordion-item:last-child {
  margin: 0;
}

.accordion.style-two .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: flex-start !important;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: var(--blackColor);
  text-align: left;
  align-items: center;
  padding: 15px 40px 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  transition: var(--transition);
}

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

.accordion.style-two .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow {
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 3px;
  text-align: center;
  transition: var(--transition);
}

.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  transition: var(--transition);
}

.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
  top: 50%;
}

.accordion.style-two .accordion-item .accordion-body {
  padding: 0 0 16px 0;
  border: none;
  border-radius: 0 0 5px 5px;
}

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

.accordion.style-three .accordion-item {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background-color: var(--whiteColor);
}

.accordion.style-three .accordion-item:last-child {
  margin: 0;
}

.accordion.style-three .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center !important;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  padding: 16px 40px 16px 25px;
  border-radius: 10px;
  background-color: var(--whiteColor);
  box-shadow: none;
  transition: var(--transition);
}

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

.accordion.style-three .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion.style-three .accordion-item .accordion-header .accordion-button .accord-icon {
  min-width: 45px;
  min-height: 45px;
  margin-right: 17px;
}

.accordion.style-three .accordion-item .accordion-header .accordion-button .accord-arrow {
  display: inline-block;
  position: absolute;
  top: 31px;
  right: 28px;
  text-align: center;
  transition: var(--transition);
}

.accordion.style-three .accordion-item .accordion-header .accordion-button .accord-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  transition: var(--transition);
}

.accordion.style-three .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
  top: 50%;
}

.accordion.style-three .accordion-item .accordion-body {
  padding: 0px 25px 21px 55px;
  border: none;
  border-radius: 0 0 10px 10px;
}

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

.accordion-item:not(.collapsed) .accordion-button span .plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-item:not(.collapsed) .accordion-button span .minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.error-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.account-wrap.style-one {
  background-image: url(../img/login-bg-1.jpg);
  height: 100%;
  padding: 15px;
  border-radius: 10px;
}

.account-wrap.style-two {
  background-image: url(../img/login-bg-2.jpg);
  height: 100%;
  padding: 15px;
  border-radius: 10px;
}

.account-box {
  padding: 50px 40px 45px;
  background-color: var(--whiteColor);
}

.account-box .form-group input {
  height: 52px;
  padding: 12px 18px;
  background-color: #F7F7FE;
}

.account-box .form-group input::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.account-box .form-group input::placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.account-box .form-group input:focus {
  outline: 0;
}

.account-box .or-text {
  margin: 15px 0;
}

.account-box .or-text:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(76, 89, 146, 0.08);
}

.account-box .or-text span {
  padding: 5px 14px;
  background-color: var(--grayColor);
  display: inline-block;
  z-index: 2;
  position: relative;
}

/*-------------------------------
    Sidebar Widget CSS
-------------------------------*/
.sidebar .sidebar-widget {
  background-color: #F2F2FF;
  padding: 28px 30px 30px;
  margin-bottom: 30px;
}

.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar .sidebar-widget.style-two {
  background-color: var(--secondaryColor);
}

.search-widget input {
  padding: 12px 55px 12px 22px;
}

.search-widget input::-moz-placeholder {
  opacity: 1;
  color: var(--whiteColor);
}

.search-widget input::placeholder {
  opacity: 1;
  color: var(--whiteColor);
}

.search-widget button {
  padding: 4px 15px 4px 12px;
}

.search-widget button:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.4);
}

.category-widget li {
  margin-bottom: 17px;
}

.category-widget li:last-child {
  margin-bottom: 0;
}

.category-widget li a {
  color: var(--paraColor);
  padding-right: 30px;
  font-weight: 500;
  display: block;
  position: relative;
}

.category-widget li a i,
.category-widget li a img {
  position: absolute;
  top: 50%;
  right: 0;
}

.category-widget li a i {
  font-size: 18px;
  line-height: 1;
  color: var(--paraColor);
}

.category-widget li a img {
  filter: brightness(0) invert(0);
  opacity: 0.5;
  transition: var(--transition);
}

.category-widget li a:hover {
  color: var(--primaryColor);
  padding-left: 5px;
}

.category-widget li a:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}

.category-widget li a:hover i {
  color: var(--primaryColor);
}

.service-category-list li {
  margin-bottom: 12px;
}

.service-category-list li:last-child {
  margin-bottom: 0;
}

.service-category-list li a {
  display: block;
  width: 100%;
  background-color: var(--whiteColor);
  border-radius: 50px;
  padding: 10px 20px;
  color: var(--paraColor);
}

.service-category-list li a i {
  float: right;
  font-size: 19px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.service-category-list li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.docs-widget.style-one {
  background-image: url(../img/docs-bg.jpg);
  height: 412px;
  padding: 25px 20px 30px;
}

.docs-widget.style-one .btn:hover {
  background-color: var(--secondaryColor);
}

.docs-widget.style-one .btn:hover span {
  background-color: var(--primaryColor);
}

.docs-widget.style-one .btn:hover span img {
  filter: brightness(0) invert(1);
}

.booking-form .form-group input,
.booking-form .form-group select {
  border-radius: 50px;
  padding: 12px 20px;
  background-color: var(--whiteColor);
}

.booking-form .form-group input::-moz-placeholder,
.booking-form .form-group select::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.booking-form .form-group input::placeholder,
.booking-form .form-group select::placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.booking-form .form-group textarea {
  height: 137px;
  border-radius: 10px;
  resize: none;
  padding: 12px 20px;
  background-color: var(--whiteColor);
}

.booking-form .form-group textarea::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.booking-form .form-group textarea::placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.booking-form .form-group select {
  padding: 12px 18px;
  background-image: url(../img/icons/down-arrow-fill-ash.svg);
  background-position: calc(100% - 20px) 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rp-post-wrap .rp-post-card {
  margin-bottom: 22px;
}

.rp-post-wrap .rp-post-card:last-child {
  margin-bottom: 0;
}

.rp-post-card .rp-post-img {
  width: 91px;
  border-radius: 10px;
}

.rp-post-card .rp-post-img img {
  border-radius: 10px;
}

.rp-post-card .rp-post-info {
  width: calc(100% - 111px);
  margin-left: auto;
  position: relative;
  top: -2px;
}

.rp-post-card .rp-post-info h5 {
  line-height: 26px;
}

.rp-post-card.style-two .rp-post-info {
  width: calc(100% - 111px);
  margin-left: auto;
  position: relative;
  top: -2px;
}

.rp-post-card.style-two .rp-post-info h5 {
  line-height: 26px;
}

.rp-post-card.style-two .rp-post-info .link {
  color: #134404;
}

.tags-widget ul {
  margin-top: -10px;
}

.tags-widget ul li {
  display: inline-block;
  margin: 10px 6px 0px 0px;
}

.tags-widget ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  padding: 7px 9px 8px;
  color: #6B6668;
  background-color: var(--whiteColor);
  border-radius: 5px;
  transition: var(transition);
}

.tags-widget ul li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.promo-widget.style-one {
  padding: 20px 30px 26px;
  background-image: url(../img/promo-bg.jpg);
  height: 412px;
}

.promo-widget.style-one h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
  padding-right: 10px;
}

.range-slider-container .range-slider {
  height: 14px;
  background: transparent;
  border: 1px solid var(--whiteColor);
  border-radius: 50px;
  position: relative;
}

.range-slider-container .range-slider .range-progress {
  height: 6px;
  background: var(--primaryColor);
  border-radius: 50px;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0%;
}

.range-slider-container .range-input {
  position: relative;
}

.range-slider-container .range-input input {
  position: absolute;
  top: -8px;
  height: 2px;
  width: 100%;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.range-slider-container .range-input input[type=range]::-webkit-slider-thumb {
  height: 13px;
  width: 13px;
  border: 3px solid var(--whiteColor);
  border-radius: 50%;
  background: var(--primaryColor);
  pointer-events: auto;
  -webkit-appearance: none;
}

.range-slider-container .range-input input[type=range]::-moz-range-thumb {
  height: 9px;
  width: 8px;
  border: 2px solid var(--whiteColor);
  border-radius: 50%;
  background: var(--primaryColor);
  pointer-events: auto;
}

@-moz-document url-prefix() {
  .range-slider-container .range-input input {
    top: -8px;
  }
}

/*-------------------------------
        Blog Details CSS
-------------------------------*/
.blog-desc p,
.project-desc p,
.job-desc p,
.service-desc p,
.terms-wrap p {
  margin-bottom: 22px;
}

.blog-desc p strong,
.blog-desc p b,
.project-desc p strong,
.project-desc p b,
.job-desc p strong,
.job-desc p b,
.service-desc p strong,
.service-desc p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--titleColor);
}

.blog-desc h1,
.blog-desc h2,
.blog-desc h3,
.blog-desc h4,
.blog-desc h5,
.blog-desc h6,
.project-desc h1,
.project-desc h2,
.project-desc h3,
.project-desc h4,
.project-desc h5,
.project-desc h6,
.job-desc h1,
.job-desc h2,
.job-desc h3,
.job-desc h4,
.job-desc h5,
.job-desc h6,
.service-desc h1,
.service-desc h2,
.service-desc h3,
.service-desc h4,
.service-desc h5,
.service-desc h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.blog-desc h1,
.project-desc h1,
.job-desc h1,
.service-desc h1,
.terms-wrap h1 {
  font-size: 32px;
}

.blog-desc h2,
.project-desc h2,
.job-desc h2,
.service-desc h2,
.terms-wrap h2 {
  font-size: 30px;
  font-weight: 600;
}

.blog-desc h3,
.project-desc h3,
.job-desc h3,
.service-desc h3,
.terms-wrap h3 {
  font-size: 28px;
  font-weight: 600;
}

.blog-desc h4,
.project-desc h4,
.job-desc h4,
.service-desc h4,
.terms-wrap h4 {
  font-size: 26px;
  font-weight: 600;
}

.blog-desc h5,
.project-desc h5,
.job-desc h5,
.service-desc h5,
.terms-wrap h5 {
  font-size: 24px;
}

.blog-desc h6,
.project-desc h6,
.job-desc h6,
.service-desc h6,
.terms-wrap h6 {
  font-size: 20px;
}

.blog-desc p:last-child,
.project-desc p:last-child,
.job-desc p:last-child,
.service-desc p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}

.blog-desc ol,
.project-desc ol,
.job-desc ol,
.service-desc ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-desc ol li,
.project-desc ol li,
.job-desc ol li,
.service-desc ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  padding-left: 3px;
}

.blog-desc .wp-blockquote,
.project-desc .wp-blockquote,
.job-desc .wp-blockquote,
.service-desc .wp-blockquote,
.terms-wrap .wp-blockquote {
  padding: 32px 35px 28px 38px;
  margin: 40px 0;
  background-color: rgba(99, 102, 241, 0.12);
}

.blog-desc .wp-blockquote p,
.project-desc .wp-blockquote p,
.job-desc .wp-blockquote p,
.service-desc .wp-blockquote p,
.terms-wrap .wp-blockquote p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 22px;
}

.blog-desc .wp-blockquote .client-info h5,
.project-desc .wp-blockquote .client-info h5,
.job-desc .wp-blockquote .client-info h5,
.service-desc .wp-blockquote .client-info h5,
.terms-wrap .wp-blockquote .client-info h5 {
  font-size: 18px;
  padding-left: 15px;
  position: relative;
}

.blog-desc .wp-blockquote .client-info h5:before,
.project-desc .wp-blockquote .client-info h5:before,
.job-desc .wp-blockquote .client-info h5:before,
.service-desc .wp-blockquote .client-info h5:before,
.terms-wrap .wp-blockquote .client-info h5:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--blackColor);
  transform: translateY(-50%);
}

.blog-desc .single-para,
.project-desc .single-para,
.job-desc .single-para,
.service-desc .single-para,
.terms-wrap .single-para {
  margin-bottom: 32px;
}

.blog-desc .single-para:last-child,
.project-desc .single-para:last-child,
.job-desc .single-para:last-child,
.service-desc .single-para:last-child,
.terms-wrap .single-para:last-child {
  margin-bottom: 0;
}

.post-metaoption {
  margin-top: 30px;
}

.post-pagination {
  padding: 11px 20px;
  border: 1px solid rgba(151, 177, 255, 0.17);
  border-radius: 5px;
}

.post-pagination.style-two {
  border: none;
  padding: 15px 20px;
  border-radius: 10px;
}

.post-pagination .prev-post i,
.post-pagination .next-post i {
  font-size: 20px;
  line-height: 0.8;
  position: relative;
  top: 1px;
}

.post-pagination .prev-post i {
  margin-right: 6px;
}

.post-pagination .next-post i {
  margin-left: 6px;
}

.comment-item-wrap .comment-item {
  margin-bottom: 38px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.comment-item-wrap .comment-item.reply {
  margin-left: 60px;
}

.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.comment-item-wrap .comment-item .comment-author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}

.comment-item-wrap .comment-item .comment-author-info {
  width: calc(100% - 120px);
  margin-left: auto;
  position: relative;
  top: -2px;
}

.comment-item-wrap .comment-item .comment-author-info h5 span {
  margin-left: 18px;
}

.comment-item-wrap .comment-item .comment-text p {
  margin: 0;
}

.comment-form.style-one {
  background-color: #F4F4FF;
  padding: 35px 35px 35px;
}

.comment-form.style-one .form-group input,
.comment-form.style-one .form-group select {
  height: 52px;
  border-radius: 50px;
  padding: 12px 18px;
}

.comment-form.style-one .form-group input:focus,
.comment-form.style-one .form-group select:focus {
  outline: none;
}

.comment-form.style-one .form-group textarea {
  height: 152px;
  padding: 15px 18px;
}

.comment-form.style-one .form-group textarea:focus {
  outline: none;
}

.comment-form.style-one .form-group input::-moz-placeholder,
.comment-form.style-one .form-group select::-moz-placeholder,
.comment-form.style-one .form-group textarea::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}

.comment-form.style-one .form-group input::placeholder,
.comment-form.style-one .form-group select::placeholder,
.comment-form.style-one .form-group textarea::placeholder {
  color: var(--paraColor);
  opacity: 1;
}

.comment-form.style-one .form-group input:focus,
.comment-form.style-one .form-group select:focus,
.comment-form.style-one .form-group textarea:focus {
  outline: none;
}

/*-------------------------------
    Product & product Details CSS
-------------------------------*/
.product-card.style-one .product-img {
  margin-bottom: 18px;
}

.product-card.style-one .product-img .product-action {
  padding: 23.5px 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 10px;
  transform: translateX(-50%);
  width: calc(100% - 26px);
  background-color: rgba(0, 0, 0, 0.56);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: var(--transition);
}

.product-card.style-one .product-img .product-action .btn,
.product-card.style-one .product-img .product-action .add-to-cart {
  margin-right: 12px;
}

.product-card.style-one .product-img .product-action .add-to-cart,
.product-card.style-one .product-img .product-action .add-to-wishlist {
  width: 50px;
  height: 50px;
  background-color: var(--primaryColor);
  transition: var(--transition);
}

.product-card.style-one .product-img .product-action .add-to-cart i,
.product-card.style-one .product-img .product-action .add-to-wishlist i {
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  top: 1px;
  transition: var(--transition);
}

.product-card.style-one .product-img .product-action .add-to-cart:hover,
.product-card.style-one .product-img .product-action .add-to-wishlist:hover {
  background-color: var(--secondaryColor);
}

.product-card.style-one .product-img .product-action .add-to-cart:hover i,
.product-card.style-one .product-img .product-action .add-to-wishlist:hover i {
  color: var(--titleColor);
}

.product-card.style-one .product-info .rating {
  width: 100px;
}

.product-card.style-one .product-info .rating li {
  margin-right: -2px;
}

.product-card.style-one .product-info .rating li:last-child {
  margin-right: 0;
}

.product-card.style-one .product-info .product-title {
  width: calc(100% - 105px);
}

.product-card.style-one h3 {
  line-height: 30px;
}

.product-card.style-one span del {
  opacity: 0.3;
}

.product-card.style-one:hover .product-img .product-action,
.product-card.style-one:hover .product-img .product-link {
  bottom: 14px;
  visibility: visible;
  opacity: 1;
}

.single-product-info h1 {
  margin: 0 0 8px;
}

.single-product-info .product-price {
  position: relative;
  top: 2px;
  line-height: 15px;
  padding-right: 20px;
  margin-right: 20px;
}

.single-product-info .rating li {
  margin-right: 1px;
}

.single-product-info .rating li:last-child {
  margin-right: 0;
}

.single-product-info .rating li i {
  font-size: 15px;
}

.single-product-info .product-desc {
  padding: 25px 0 0;
  margin: 25px 0 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.single-product-info .single-product-features {
  margin-bottom: 50px;
}

.single-product-info .single-product-features li {
  margin-bottom: 14px;
}

.single-product-info .single-product-features li:last-child {
  margin-bottom: 0;
}

.single-product-info .single-product-features li i,
.single-product-info .single-product-features li img {
  position: absolute;
  top: 5px;
  left: 0;
}

.single-product-info .product-quantity {
  padding: 0 0 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.single-product-info .v-counter {
  border: 1px solid #F2F2F2;
  border-radius: 50px;
  height: 40px;
  margin-bottom: 8px;
}

.single-product-info .v-counter input {
  border-left: 1px solid rgba(99, 102, 241, 0.12);
  border-right: 1px solid rgba(99, 102, 241, 0.12);
  width: 44px;
  font-size: 18px;
  padding-top: 5px;
  text-align: center;
  background-color: transparent;
}

.single-product-info .v-counter input:focus {
  outline: none;
}

.single-product-info .v-counter .minusBtn:before {
  font-size: 38px;
  color: var(--paraColor);
}

.single-product-info .v-counter .plusBtn:before {
  font-size: 25px;
  color: var(--paraColor);
}

.single-product-info .add-to-cart {
  margin: 0 10px;
  padding: 7px 15px;
  margin-bottom: 8px;
}

.single-product-info .add-to-wishlist {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  background-color: rgba(99, 102, 241, 0.12);
  color: var(--primaryColor);
}

.single-product-info .add-to-wishlist i {
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}

.single-product-info .add-to-wishlist:hover {
  background-color: var(--primaryColor);
}

.single-product-info .add-to-wishlist:hover i {
  color: var(--whiteColor);
}

.single-product-info .shop-features {
  margin-bottom: 17px;
}

.single-product-info .shop-features li {
  margin-bottom: 4px;
}

.single-product-info .shop-features li:last-child {
  margin-bottom: 0;
}

.product-tablist {
  border-bottom: 1px solid rgba(99, 102, 241, 0.11);
  padding-bottom: 0;
}

.product-tablist .nav-item {
  margin-right: 38px;
}

.product-tablist .nav-item:last-child {
  margin-right: 0;
}

.product-tablist .nav-item .nav-link {
  font-weight: 600;
  color: var(--paraColor);
  transition: var(--transition);
  position: relative;
  background-color: transparent;
  padding: 0 2px 14px;
}

.product-tablist .nav-item .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--primaryColor);
  transition: var(--transition);
  opacity: 0;
}

.product-tablist .nav-item .nav-link:hover,
.product-tablist .nav-item .nav-link.active {
  color: var(--primaryColor);
}

.product-tablist .nav-item .nav-link:hover:after,
.product-tablist .nav-item .nav-link.active:after {
  width: 100%;
  opacity: 1;
}

#product_review .add-star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  /* Hover effect */
  /* Checked state */
}

#product_review .add-star-rating input {
  display: none;
}

#product_review .add-star-rating label {
  cursor: pointer;
  font-size: 16px;
  color: #FFBA00;
  font-family: remixicon !important;
  margin-right: 3px;
  position: relative;
}

#product_review .add-star-rating label:before {
  content: "\f18b";
  transition: var(--transition);
}

#product_review .add-star-rating input:not(:checked)~label:hover:before,
#product_review .add-star-rating input:not(:checked)~label:hover~label:before {
  content: "\f186";
  /* filled star */
  color: #FFBA00;
}

#product_review .add-star-rating input:checked~label:before {
  content: "\f18b";
  color: #FFBA00;
}

#product_review .add-star-rating input:checked+label:before,
#product_review .add-star-rating input:checked+label~label:before {
  content: "\f186";
  /* filled star */
  color: #FFBA00;
}

.v-counter {
  width: 136px;
  height: 40px;
  position: relative;
  border-radius: 3px;
  background-color: #F1F4F5;
}

.v-counter input {
  border: none;
  border-left: 1px solid rgba(28, 72, 85, 0.06);
  border-right: 1px solid rgba(28, 72, 85, 0.06);
  height: 40px;
  float: left;
  font-size: 15px;
  width: 45px;
  text-align: center;
  background-color: transparent;
}

.v-counter input:focus {
  outline: none;
}

.v-counter input.count {
  padding-left: 8px;
}

.v-counter .minusBtn,
.v-counter .plusBtn {
  z-index: 1;
  top: -2px;
  width: 45px;
  height: 40px;
  padding: 0 20px;
  position: relative;
}

.v-counter .minusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "-";
  font-size: 30px;
  color: var(--paraColor);
  font-weight: 300;
  transform: translate(-50%, -50%);
}

.v-counter .plusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "+";
  font-size: 30px;
  color: var(--paraColor);
  font-weight: 300;
  transform: translate(-50%, -50%);
}

/*-------------------------------
    Cart CSS
-------------------------------*/
.cart-table table thead tr th {
  color: var(--primaryColor);
  background-color: #F7F7FE;
  border-bottom: none;
  padding: 17px 25px;
  font-weight: 600;
  text-align: center;
}

.cart-table table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}

.cart-table table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}

.cart-table table tbody tr td {
  padding: 16px 20px;
  text-align: center;
  border-bottom: 1px dashed rgba(80, 137, 255, 0.19);
}

.cart-table table tbody tr td:first-child {
  padding-left: 0;
}

.cart-table table tbody tr td:last-child {
  text-align: right;
  padding-right: 0;
}

.cart-table table tbody tr td .cart-action i {
  color: #FF3B12;
}

.cart-table table tbody tr td .v-counter {
  width: 74px;
  height: 29px;
  border-radius: 50px;
  background-color: #F2F6FE;
}

.cart-table table tbody tr td .v-counter input {
  border: none;
  height: 29px;
  background-color: #F2F6FE;
  float: left;
  font-size: 14px;
  width: 28px;
  padding-left: 0;
}

.cart-table table tbody tr td .v-counter .minusBtn,
.cart-table table tbody tr td .v-counter .plusBtn {
  z-index: 1;
  top: -1px;
  width: 23px;
  height: 29px;
  position: relative;
}

.cart-table table tbody tr td .v-counter .minusBtn {
  padding: 0 0 0 12px;
}

.cart-table table tbody tr td .v-counter .minusBtn:before {
  font-size: 23px;
  left: 60%;
}

.cart-table table tbody tr td .v-counter .plusBtn {
  padding: 0 12px 0 0;
}

.cart-table table tbody tr td .v-counter .plusBtn:before {
  font-size: 21px;
  left: 40%;
}

.cart-table table tbody tr td .product-img {
  width: 104px;
  height: 104px;
  border-radius: 10px;
}

.cart-table table tbody tr td .product-img img {
  border-radius: 10px;
}

.coupon-code button {
  position: absolute;
  top: 6px;
  right: 6px;
  height: calc(100% - 12px);
  transition: var(--transition);
  padding: 10px 22px;
}

.coupon-code button:hover {
  background-color: var(--secondaryColor);
  color: var(--titleColor) !important;
}

.coupon-code input {
  height: 60px;
  border-radius: 50px;
  padding: 13px 185px 13px 22px;
  background-color: #F7F7FE;
}

.coupon-code input:focus {
  outline: none;
}

.coupon-code input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}

.coupon-code input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}

.cart-total {
  padding: 35px 35px 40px;
  background-color: #F7F7FE;
}

.cart-total-wrap {
  border: 1px solid rgba(99, 102, 247, 0.07);
}

.cart-total-wrap .cart-total-item {
  border-bottom: 1px solid rgba(99, 102, 247, 0.07);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.cart-total-wrap .cart-total-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

/*-------------------------------
       Checkout CSS
-------------------------------*/
.promo-login {
  padding: 16.5px 25px;
}

.checkout-total {
  background-color: #F7F7FE;
  padding: 10px 30px 10px;
}

.checkout-total table {
  background-color: transparent;
  margin-bottom: 40px;
}

.checkout-total table thead tr th {
  font-size: 18px;
  color: var(--titleColor);
  font-weight: 500;
  background-color: transparent;
  border-bottom: none;
  padding: 13px 0;
  border-bottom: 1px solid rgba(147, 147, 147, 0.12);
}

.checkout-total table thead tr th:last-child {
  text-align: right;
}

.checkout-total table tbody tr td {
  background-color: transparent;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(147, 147, 147, 0.12);
}

.checkout-total table tbody tr td .product-img {
  width: 60px;
  height: 61px;
  border-radius: 10px;
}

.checkout-total table tbody tr td .product-img img {
  border-radius: 10px;
}

.checkout-total table tbody tr td .product-thumb-card {
  max-width: 420px;
}

.checkout-total table tbody tr td .product-thumb-card.style-two .product-img {
  margin: 0 !important;
}

.checkout-total table tbody tr td .product-thumb-card.style-two .product-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 5px;
}

.checkout-total table tbody tr td .product-thumb-card.style-two .product-info {
  width: calc(100% - 120px);
  margin-left: auto;
  text-wrap: wrap;
}

.checkout-total table tbody tr td .product-thumb-card.style-two .product-info h3 {
  line-height: 30px;
}

.checkout-total table tbody tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}

.checkout-total .checkout-total-wrap {
  padding-bottom: 8px;
}

.checkout-total .checkout-total-wrap.style-two {
  border-top: 1px dashed rgba(85, 85, 85, 0.2);
  padding-top: 25px;
}

.checkout-total .checkout-total-wrap .checkout-total-item {
  border-bottom: 1px dashed rgba(85, 85, 85, 0.2);
  padding: 13px 0;
}

.checkout-total .checkout-total-wrap .checkout-total-item:first-child {
  padding-top: 5px;
}

.checkout-total .checkout-total-wrap .checkout-total-item:last-child {
  border-bottom: none;
}

.checkout-total .checkout-total-wrap .checkout-total-item span:first-child {
  width: 55%;
}

.checkout-total .checkout-total-wrap .checkout-total-item span:last-child {
  width: 45%;
  text-align: end;
}

.payment-method {
  padding: 32px 32px 40px;
  background-color: rgba(99, 102, 241, 0.18);
}

.payment-method .select-payment-method .checkbox {
  margin-right: 24px;
}

.payment-method .select-payment-method .checkbox:last-child {
  margin-right: 0;
}

.payment-method .form-group input,
.payment-method .form-group textarea {
  padding: 12px 18px;
}

.payment-method .form-group input::-moz-placeholder,
.payment-method .form-group textarea::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.payment-method .form-group input::placeholder,
.payment-method .form-group textarea::placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.payment-method .form-group select {
  padding: 12px 18px;
  background-image: url(../img/icons/down-arrow-fill-ash.svg);
  background-position: calc(100% - 20px) 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkout-form .form-group input,
.checkout-form .form-group textarea {
  background-color: #F7F7FE;
  height: 50px;
  border-radius: 10px;
  padding: 12px 18px;
}

.checkout-form .form-group input::-moz-placeholder,
.checkout-form .form-group textarea::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}

.checkout-form .form-group input::placeholder,
.checkout-form .form-group textarea::placeholder {
  opacity: 1;
  color: var(--paraColor);
}

/* Scoped rules for the 'contratacao' block: 40% text (left) / 60% cards (right)
   Applied only on large (xxl) viewports so other areas aren't affected.
*/
@media (min-width: 1400px) {
  .contratacao-block .col-custom-left {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }

  .contratacao-block .col-custom-right {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
}

.checkout-form .form-group textarea {
  height: 180px;
  resize: none;
  border-radius: 10px;
}

.checkout-form .form-group select {
  background-color: #F7F7FE;
  height: 50px;
  border-radius: 10px;
  padding: 12px 18px;
  background-image: url(../img/icons/down-arrow-fill-ash.svg);
  background-position: calc(100% - 20px) 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*# sourceMappingURL=style.css.map */

/* >>> Stacked cards (moved from inline in index.html) >>> */
.stacked-cards {
  position: relative;
  width: 320px;
  max-width: 90vw;
  margin: 6px auto;
  height: auto;
}

.stacked-cards .card {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 18px;
  background: #fff;
  padding: 22px 15px;
  /* increased padding for better text breathing room */
  box-shadow: 0 14px 30px rgba(15, 20, 30, 0.10);
  /* slightly lighter shadow */
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform .25s ease, box-shadow .25s ease;
  z-index: 2;
  transform: translate(0, 0) rotate(0.6deg);
  /* gentler tilt */
  box-sizing: border-box;
  /* ensure padding counted inside width */
  overflow: hidden;
  /* keep content inside rounded card */
}


.stacked-cards .card-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative
}

/* Ensure tags and long words wrap inside the card instead of causing overflow */
.stacked-cards .tag {
  white-space: normal;
  word-break: break-word;
  max-width: 100%;
}

.stacked-cards .card-title {
  font-size: 17px;
  font-weight: 700;
  color: #f5f5f5;
  margin: 0
}

.stacked-cards .card-sub {
  font-size: 13px;
  color: #6b7280;
  margin: 0
}

.stacked-cards .card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px
}

.stacked-cards .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #010101;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #04a1d2;
  font-size: 12px
}

.stacked-cards .tag .tag-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle
}

.stacked-cards .tag .tag-icon circle,
.stacked-cards .tag .tag-icon path {
  stroke: #04a1d2
}

.stacked-cards .tag .tag-icon path {
  stroke-width: 2
}

/* Mobile: switch cards to document flow so they don't overlap other hero elements */
@media (max-width: 767.98px) {
  .stacked-cards {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 18px
  }

  .stacked-cards .card {
    position: relative;
    transform: none !important;
    left: auto;
    top: auto;
    right: auto;
    margin: 0 0 12px;
    box-shadow: 0 12px 30px rgba(15, 20, 30, 0.10);
  }

  .stacked-cards .card+.card {
    margin-top: 12px
  }

  .stacked-cards .card-title {
    font-size: 16px
  }
}

/* Add full border around the card so it isn't only a bottom border */
.stacked-cards .card {

  border-radius: 12px;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  background-color: #00000000;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid #0000;
  border-image: linear-gradient(90deg, #fff0, #fff3 25%, #fff6 75%, #fff0) 1;
  box-shadow: inset -1.73px 1.73px 0.73px -1.46px rgba(255, 255, 255, 0.35);
}

/* Card header: title + evaluation badge */
.stacked-cards .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.stacked-cards .skill-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #E6F9FF;
  color: #046F88;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 700;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 2px;
  border-color: #18A9D1;
  background-clip: padding-box;
  box-shadow: 0 2px 6px rgba(24, 169, 209, 0.08)
}

.stacked-cards .skill-badge .star {
  font-size: 14px;
  line-height: 1;
  color: #0390B0
}

.stacked-cards .skill-badge .score {
  font-size: 14px;
  font-weight: 700;
  color: #056B86
}

.stacked-cards .card-divider {
  border: 0;
  height: 1px;
  background: #696969;
  margin: 2px 0 2px
}

/* Small screens: stack the badge under the title to avoid cramped layout */
@media (max-width:575.98px) {
  .stacked-cards {
    max-width: 100%;
    margin: 0 0 18px
  }

  .stacked-cards .card-header {
    flex-direction: column;
    align-items: flex-start
  }

  .stacked-cards .skill-badge {
    margin-top: 8px
  }
}

/* Mobile: center the stat-box and the stacked-cards to avoid left-aligned absolute positioning */
@media (max-width: 767.98px) {
  .hero-area.style-one .stat-box.style-one {
    position: relative !important;
    /* remove absolute placement */
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 12px auto 18px !important;
    width: 100%;
    max-width: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px !important;
  }

  .stacked-cards {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    display: block;
    text-align: left;
    /* keep tags left inside card */
  }

  .stacked-cards .card {
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 10px 26px rgba(15, 20, 30, 0.08);
  }
}

/* Ensure badge only wraps star+score and doesn't expand over the title */
.stacked-cards .card-header h3 {
  margin: 0;
  padding-right: 12px;
  flex: 1 1 auto
}

.stacked-cards .skill-badge {
  flex: 0 0 auto;
  padding: 4px 8px;
  border-width: 2px
}

.stacked-cards .skill-badge .star {
  font-size: 14px;
  color: #018FAF
}

.stacked-cards .skill-badge .score {
  font-size: 14px;
  color: #014F5A
}

/* >>> Alternate (isolated) skill card - same visual style but using unique class names
   Placed here so it doesn't interfere with the original .stacked-cards selectors. */
.skill-card-alt {
  position: relative;
  /* reduzido para um card mais compacto */
  width: 260px;
  max-width: 80vw;
  margin: 6px auto;
  height: auto;
}

.skill-card-alt__card {
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  /* menor largura máxima para compactar o card */
  max-width: 240px;
  background-color: #00000000;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid #0000;
  border-image: linear-gradient(90deg, #fff0, #fff3 25%, #fff6 75%, #fff0) 1;
  box-sizing: border-box;
  padding: 20px; 
  box-shadow: inset -1.73px 1.73px 0.73px -1.46px rgba(255, 255, 255, 0.35);/* aumentado para dar espaço interno */
}

.skill-card-alt__inner {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.skill-card-alt__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.skill-card-alt__title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.skill-card-alt__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #E6F9FF;
  color: #046F88;
  padding: 3px 6px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid #18A9D1;
}

.skill-card-alt__score {
  font-size: 12px;
  font-weight: 700;
  color: #056B86;
}

.skill-card-alt__divider {
  border: 0;
  height: 1px;
  background: #e6e6e6;
  margin: 4px 0;
}

.skill-card-alt__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}

.skill-card-alt__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid #18A9D1;
  background: #010101;
  color: #fdfdfd;
  font-weight: 600;
  font-size: 13px;
  max-width: 100%;
  white-space: normal;
}

.skill-card-alt__tag-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

.skill-card-alt__tag-icon path {
  stroke: #04a1d2;
  stroke-width: 1.6;
}

@media (max-width:767.98px) {
  .skill-card-alt {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 18px;
  }

  .skill-card-alt__card {
    width: 100%;
    max-width: 240px;
  }

  /* Center the alternate card inside the hero stat-box on mobile
     Override the small fixed width on the parent and make the box flow
     so the card can center horizontally. */
  .hero-area.style-one .stat-box.style-four {
    position: static;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-area.style-one .stat-box.style-four .stat-box-one {
    width: auto;
    padding: 0;
    display: flex;
    justify-content: center;
  }
}

/* <<< End stacked cards */
/* Score card styles (circular score) */
.score-card {
  --score-size: 120px; /* ajuste global do tamanho do card */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.score-card__title {
  font-size: 13px;
  color: #ffffff;
  margin: 0;
  font-weight: 600;
}
.score-card__ring {
  width: var(--score-size);
  height: var(--score-size);
  display: flex;
  align-items: center;
  justify-content: center;
}
.score-card__svg {
  width: 100%;
  height: 100%;
  /* svg no longer rotated; arc is rotated inside the SVG so text remains upright */
}
.score-card__svg circle,
.score-card__svg text {
  vector-effect: non-scaling-stroke;
}
.score-card__bg {
  fill: none;
  stroke: rgba(255,255,255,0.08);
  stroke-width: 3.5;
}
.score-card__arc {
  fill: none;
  stroke: #28b463; /* verde do progresso */
  stroke-linecap: round;
  stroke-width: 3.5;
  /* animate the offset so the arc stays a single continuous dash (avoids split artifacts) */
  transition: stroke-dashoffset .6s ease;
  will-change: stroke-dashoffset;
}

.laranja {
  stroke: #ed8123 !important; /* laranja do progresso */
}

p.copyright-text.position-absolute.bg_primary.round-oval.d-inline-block.text-white.text-center.mb-0.px-3.py-2 {
    background-color: #40b0b7;
}

/* Specific small footer credit style */
                                    .copyright-credit {
                                        font-size: 13px;
                                        /* smaller overall */
                                        line-height: 1.1;
                                        white-space: nowrap;
                                        /* keep it on a single line when possible */
                                    }

                                    /* Slightly smaller on very small screens */
                                    @media (max-width: 576px) {
                                        .copyright-credit {
                                            font-size: 11px;
                                        }
                                    }



.pd-60 {
padding-bottom: 60px !important;

  }

.pd-150 {
padding-bottom: 150px !important;

  }

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

/* CSS control helper:
   - set --score-percent between 0 and 1 to control how much of the circle is shown
   - keeps a fixed circumference based on r=15 (circumference ~= 94.2478)
   - to use CSS control for a particular ring, add data-css-control="true" to the .score-card__ring
     and set a custom property on the parent (or on .score-card) like:
       .score-card { --score-percent: 0.9; }
*/
.score-card {
  /* circumference for r=15 */
  --circ: 239.24777960769379;
  /* default percent (82% -> 0.82). Override via .score-card { --score-percent: 0.9 } */
  --score-percent: 0.82;
  /* computed offset = circ * (1 - percent) */
  --score-offset: calc(var(--circ) * (1 - var(--score-percent)));
}

/* If you want the arc controlled entirely by CSS, the arc will pick up these vars */
.score-card[data-css-control="true"] .score-card__arc,
.score-card__ring[data-css-control="true"] .score-card__arc {
  stroke-dasharray: var(--circ);
  stroke-dashoffset: var(--score-offset);
}

/* Helper utility classes to set percent via CSS (values between 0 and 1) */
.score-card--100 { --score-percent: 1; }
.score-card--95  { --score-percent: 0.95; }
.score-card--90  { --score-percent: 0.90; }
.score-card--85  { --score-percent: 0.85; }
.score-card--82  { --score-percent: 0.82; }
.score-card--79  { --score-percent: 0.79; }
.score-card__number {
  /* styling fallback for SVG text; primary sizing done inline in SVG font-size attribute */
  font-weight: 700;
  fill: #ffffff; /* número branco */
}
.score-card__label {
  font-weight: 600;
  fill: #ffffff; /* rótulo branco */
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .score-card {
    --score-size: 100px;
  }
  .score-card__title { font-size: 12px; }
  .score-card__number { font-size: 8px; }
  .score-card__label { font-size: 3px; }
}

/* spacing when multiple score-cards are stacked */
.stat-box-two .score-card { margin-bottom: 12px; }
.stat-box-two .score-card:last-child { margin-bottom: 0; }

/* Recursos – painel inspirado no novo layout */
.resource-panel {
  max-width: 1320px;
  padding: clamp(32px, 4vw, 72px);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 40px 90px rgba(7, 15, 35, 0.16);
}

.resource-intro p {
  max-width: 520px;
  color: #4d4d56;
  font-size: 17px;
}

.resource-chip {
  padding: 10px 30px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.18em;
  background: #111217;
  color: #ffffff;
  gap: 10px;
}

.resource-chip__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #dddddd;
  color: #050505;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.resource-title {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.1;
}

.resource-link {
  font-weight: 600;
  color: #111217;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.resource-link::after {
  content: "→";
  font-size: 16px;
  transition: transform 0.3s ease;
}

.resource-link:hover::after {
  transform: translateX(4px);
}

.resource-cta-group {
  gap: 16px;
}

.resource-cta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: #050315 !important;
  border-color: rgba(11, 14, 31, 0.2) !important;
  padding-right: 76px;
}

.resource-cta__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 100%;
  border-radius: 0 40px 40px 0;
  background: #050315;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: background 0.3s ease, color 0.3s ease;
  border-left: 1px solid rgba(5, 3, 21, 0.2);
}

.resource-cta__icon:before {
  display: none;
}

.resource-cta:hover .resource-cta__icon {
  background: #ffffff;
  color: #050315;
}

.resource-quick-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.resource-quick-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 999px;
  background: #f6f6fb;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.resource-quick-item h4 {
  font-size: 17px;
  margin-bottom: 4px;
}

.resource-quick-item p {
  margin: 0;
  font-size: 15px;
  color: #5f5f6b;
}

.resource-quick-item__icon {
 width: 70px;
    height: 50px;
  border-radius: 50%;
  background: #111217;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.resource-quick-item__action {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #111217;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.resource-card-col {
  display: flex;
}

.resource-card-col .resource-card {
  width: 100%;
  height: 100%;
}

.resource-card {
  min-height: 260px;
  padding: 32px 28px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(9, 11, 25, 0.34);
}

.resource-card > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.resource-card > div p {
  flex-grow: 1;
}

.resource-card__title {
  color: #ffffff;
}

.resource-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86) !important;
}

.resource-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.resource-card__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.resource-card__pill {
  align-self: flex-start;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: background 0.3s ease, color 0.3s ease;
}

.resource-card__pill:hover {
  background: #ffffff;
  color: #050315;
}

.resource-card.is-primary {
  background: linear-gradient(140deg, #b56bff 0%, #8a3ffc 100%);
}

.resource-card.is-carbon {
  background: linear-gradient(140deg, #1b1c24 0%, #0c0c0f 100%);
}

.resource-card.is-emerald {
  background: linear-gradient(140deg, #00c2b8 0%, #00a896 100%);
}

.resource-card.is-indigo {
  background: linear-gradient(140deg, #4f60ff 0%, #242042 100%);
}

@media (max-width: 991.98px) {
  .resource-panel {
    padding: 32px 24px;
  }

  .resource-quick-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .resource-quick-item {
    border-radius: 24px;
  }
}

@media (max-width: 575.98px) {
  .resource-quick-item {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
  }

  .resource-quick-item__action {
    align-self: flex-end;
  }

  .resource-card {
    min-height: 0;
  }
}

/* Our Solution flow diagram */
#oursolution .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#oursolution .solution-flow-panel {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 150px 200px 150px 200px;
}

.theme-dark #oursolution .solution-flow-panel {
  border: 0;
  box-shadow: none;
}

.solution-flow-panel.solution-flow-panel--integrated {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 100px 100px 200px 100px;
}

.solution-flow-panel.solution-flow-panel--integrated::before,
.solution-flow-panel.solution-flow-panel--integrated::after {
  display: none;
}

.solution-flow-panel {
  max-width: 1320px;
  padding: clamp(34px, 4vw, 68px) clamp(20px, 3vw, 44px) clamp(120px, 11vw, 110px);
  border-radius: 34px;
  --solution-connector-color: rgba(17, 18, 23, 0.74);
  --solution-connector-dot: rgba(17, 18, 23, 0.56);
  --solution-connector-glow: rgba(17, 18, 23, 0.18);
  background: #ffffff;
  border: 1px solid rgba(12, 15, 32, 0.08);
  box-shadow: 0 40px 90px rgba(7, 15, 35, 0.16);
  position: relative;
  overflow: hidden;
}

.solution-flow-panel::before,
.solution-flow-panel::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  opacity: 0.08;
}

.solution-flow-panel::before {
  top: -260px;
  left: -200px;
  background: #6ea8ff;
}

.solution-flow-panel::after {
  right: -220px;
  bottom: -260px;
  background: #72d1b6;
}

.solution-flow__header {
  margin-bottom: clamp(28px, 3vw, 44px);
}

.solution-flow__title {
  color: #111217;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.05;
}

.solution-flow__diagram {
  position: relative;
  padding-bottom: clamp(88px, 8vw, 116px);
}

.solution-flow__row {
  --solution-flow-gap: clamp(22px, 2vw, 34px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: var(--solution-flow-gap);
  position: relative;
}

.solution-step-card {
  min-height: 250px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 28px 20px;
  position: relative;
  box-shadow: 0 20px 50px rgba(9, 11, 25, 0.28);
}

.solution-step-card--listen {
  background: linear-gradient(140deg, #00a8de 0%, #1d73df 100%);
}

.solution-step-card--analyze {
  background: linear-gradient(140deg, #f7c227 0%, #ff8a2a 100%);
}

.solution-step-card--see {
  background: linear-gradient(140deg, #ff6b2f 0%, #ff3d2f 100%);
}

.solution-step-card__title {
  color: #ffffff;
  font-size: clamp(22px, 2.2vw, 42px);
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
}

.solution-step-card__divider {
  width: min(170px, 70%);
  height: 1px;
  background: rgba(255, 255, 255, 0.62);
  margin-bottom: 26px;
}

.solution-step-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(20px, 1.7vw, 34px);
  line-height: 1.22;
  font-weight: 600;
}

.solution-step-arrow {
  position: absolute;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 30px;
  pointer-events: none;
  z-index: 6;
}

.solution-flow__row > .solution-step-arrow:nth-of-type(1) {
  left: calc(33.333% - (var(--solution-flow-gap) / 6));
}

.solution-flow__row > .solution-step-arrow:nth-of-type(2) {
  left: calc(66.666% + (var(--solution-flow-gap) / 6));
}

.solution-step-arrow::before,
.solution-step-arrow::after {
  content: "";
  position: absolute;
}

.solution-step-arrow::before {
  left: 0;
  top: 50%;
  width: 44px;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: repeating-linear-gradient(
    90deg,
    var(--solution-connector-color) 0 10px,
    transparent 10px 16px
  );
}

.solution-step-arrow::after {
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-top: 3px solid var(--solution-connector-color);
  border-right: 3px solid var(--solution-connector-color);
  border-radius: 1px;
  transform-origin: center;
  transform: translateY(-50%) rotate(45deg);
  filter: drop-shadow(0 0 8px var(--solution-connector-glow));
}

.solution-loop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 108px;
}

.solution-loop__left-drop,
.solution-loop__right-drop {
  position: absolute;
  width: 4px;
  background-image: radial-gradient(circle, var(--solution-connector-dot) 1.2px, transparent 1.4px);
  background-size: 4px 10px;
  background-repeat: repeat-y;
  border-radius: 999px;
}

.solution-loop__left-drop {
  left: 16.67%;
  top: 0;
  transform: translateX(-50%);
  height: 66px;
}

.solution-loop__right-drop {
  left: 83.33%;
  top: 0;
  transform: translateX(-50%);
  height: 56px;
}

.solution-loop__left-up-arrow,
.solution-loop__right-down-arrow,
.solution-loop__back-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.solution-loop__left-up-arrow {
  left: 16.67%;
  top: 52px;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-left: 3px solid var(--solution-connector-color);
  border-top: 3px solid var(--solution-connector-color);
  border-radius: 1px;
  transform: translateX(-50%) rotate(45deg);
}

.solution-loop__right-down-arrow {
  left: 83.33%;
  top: 41px;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--solution-connector-color);
  border-bottom: 3px solid var(--solution-connector-color);
  border-radius: 1px;
  transform: translateX(-50%) rotate(45deg);
}

.solution-loop__line {
  position: absolute;
  left: 16.67%;
  right: 16.67%;
  bottom: -10px;
  height: 4px;
  border-radius: 999px;
  background-image: radial-gradient(circle, var(--solution-connector-dot) 1.2px, transparent 1.4px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
}

.solution-loop__back-arrow {
  left: 51%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-left: 3px solid var(--solution-connector-color);
  border-bottom: 3px solid var(--solution-connector-color);
  border-radius: 1px;
  transform: translateX(-50%) rotate(45deg);
  filter: drop-shadow(0 0 8px var(--solution-connector-glow));
}

.solution-loop__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  color: rgba(17, 18, 23, 0.92);
  font-size: clamp(18px, 1.7vw, 32px);
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.02em;
  font-weight: 600;

  padding: 0 18px;
}

.theme-dark .solution-flow-panel {
  --solution-connector-color: rgba(255, 255, 255, 0.9);
  --solution-connector-dot: rgba(255, 255, 255, 0.76);
  --solution-connector-glow: rgba(110, 168, 255, 0.45);
  background: #000000;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 40px 90px rgba(3, 3, 3, 0.55);
}

.theme-dark .solution-flow__title {
  color: #f4f4f7;
}

.theme-dark .solution-step-arrow {
  background: transparent;
}

.theme-dark .solution-step-arrow::before {
  background: repeating-linear-gradient(
    90deg,
    var(--solution-connector-color) 0 10px,
    transparent 10px 16px
  );
}

.theme-dark .solution-step-arrow::after {
  border-top-color: var(--solution-connector-color);
  border-right-color: var(--solution-connector-color);
}

.theme-dark .solution-loop__left-drop,
.theme-dark .solution-loop__right-drop,
.theme-dark .solution-loop__line {
  background-image: radial-gradient(circle, var(--solution-connector-dot) 1.2px, transparent 1.4px);
}

.theme-dark .solution-loop__left-up-arrow {
  border-left-color: var(--solution-connector-color);
  border-top-color: var(--solution-connector-color);
}

.theme-dark .solution-loop__right-down-arrow {
  border-right-color: var(--solution-connector-color);
  border-bottom-color: var(--solution-connector-color);
}

.theme-dark .solution-loop__back-arrow {
  border-left-color: var(--solution-connector-color);
  border-bottom-color: var(--solution-connector-color);
}

.theme-dark .solution-loop__label {
  color: rgba(255, 255, 255, 0.92);
  
}

@media (max-width: 991.98px) {
  #oursolution .solution-flow-panel {
    padding: 56px 20px 48px;
  }

  .solution-flow-panel {
    padding-bottom: 60px;
  }

  .solution-flow__diagram {
    padding-bottom: 24px;
  }

  .solution-flow__row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .solution-step-card {
    min-height: 190px;
    width: min(100%, 340px);
    justify-self: center;
    padding: 22px 16px;
    border-radius: 26px;
  }

  .solution-step-arrow {
    position: relative;
    top: auto;
    left: auto !important;
    transform: none;
    justify-self: center;
    width: 22px;
    height: 38px;
  }

  .solution-step-arrow::before {
    width: 4px;
    height: 24px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: repeating-linear-gradient(
      180deg,
      var(--solution-connector-color) 0 7px,
      transparent 7px 12px
    );
  }

  .solution-step-arrow::after {
    top: auto;
    bottom: 0;
    right: 50%;
    width: 11px;
    height: 11px;
    border-top: 0;
    border-left: 0;
    border-right: 3px solid var(--solution-connector-color);
    border-bottom: 3px solid var(--solution-connector-color);
    border-radius: 1px;
    transform: translateX(50%) rotate(45deg);
  }

  .theme-dark .solution-step-arrow::after {
    border-right-color: var(--solution-connector-color);
    border-bottom-color: var(--solution-connector-color);
  }

  .solution-flow__row > .solution-step-arrow:nth-of-type(1),
  .solution-flow__row > .solution-step-arrow:nth-of-type(2) {
    left: auto;
  }

  .solution-loop__label {
    padding: 0 12px;
  }

  .solution-step-arrow {
    justify-self: center;
  }

  .solution-loop {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    height: auto;
    min-height: 52px;
  }

  .solution-loop__left-drop,
  .solution-loop__left-up-arrow,
  .solution-loop__right-drop,
  .solution-loop__right-down-arrow,
  .solution-loop__back-arrow {
    display: none;
  }

  .solution-loop__line {
    left: 0;
    right: 0;
    bottom: 0;
  }

  .solution-loop__label {
    position: relative;
    left: auto;
    transform: none;
    display: block;
    text-align: center;
    margin-bottom: 16px;
    bottom: auto;
    font-size: 14px;
    letter-spacing: 0.08em;
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  #oursolution .solution-flow-panel {
    padding: 70px 14px 40px;
  }

  .solution-step-card {
    width: 100%;
  }
}

/* Moved from index.html inline <style> */
body:not(.dark):not(.dark-theme):not([data-theme*="dark"]) .cta-area .bg-white h3,
body:not(.dark):not(.dark-theme):not([data-theme*="dark"]) .cta-area .bg-white .form-label {
  color: #0b1a2b;
}

body:not(.dark):not(.dark-theme):not([data-theme*="dark"]) .cta-area .bg-white .form-control {
  color: #0b1a2b;
  background: #ffffff;
  border-color: #e6e9ee;
}

body:not(.dark):not(.dark-theme):not([data-theme*="dark"]) .cta-area .btn.style-eight {
  background-color: #04a1d1;
  border-color: #04a1d1;
  color: #ffffff;
}

.service-card-wrap.style-one.services-grid-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
  align-items: stretch;
}

.service-card-wrap.style-one.services-grid-two-col .service-card {
  width: 100%;
  margin: 0 !important;
  display: flex !important;
}

.service-area.style-one.services-expanded-bg:after {
  height: 100%;
}

.service-area.style-one.services-expanded-bg .services-inner-spacing {
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .service-card-wrap.style-one.services-grid-two-col {
    grid-template-columns: 1fr;
  }
}

.focus-area-section .pricing-table.style-one {
  overflow: visible;
}

.focus-area-section {
  overflow: hidden;
}

.focus-area-section:before,
.focus-area-section:after {
  content: "";
  position: absolute;
  top: 12%;
  width: 340px;
  height: 340px;
  pointer-events: none;
  z-index: -1;
  filter: blur(48px);
  opacity: 0.32;
}

.focus-area-section:before {
  left: -140px;
  background: radial-gradient(circle, rgba(0, 201, 255, 0.42) 0%, rgba(0, 201, 255, 0) 70%);
}

.focus-area-section:after {
  right: -140px;
  background: radial-gradient(circle, rgba(255, 112, 74, 0.4) 0%, rgba(255, 112, 74, 0) 72%);
}

.focus-area-section .pricing-table.style-one table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 18px 0;
  table-layout: fixed;
}

.focus-area-section .pricing-table.style-one table thead tr th {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 34px 34px 0 0 !important;
  padding: 30px 18px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

@media (hover: hover) {
  .focus-area-section .pricing-table.style-one table thead tr th:hover {
    transform: translateY(-3px);
    border-color: rgba(130, 221, 255, 0.45) !important;
    box-shadow: 0 12px 26px rgba(5, 11, 24, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }
}

.focus-area-section .pricing-table.style-one table thead tr th .pricing-subtitle {
  color: rgba(240, 245, 255, 0.9) !important;
  letter-spacing: 0.8px;
  margin-bottom: 0 !important;
}

.theme-light .focus-area-section .pricing-table.style-one table thead tr th {
  background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%) !important;
  border-color: rgba(22, 35, 58, 0.16) !important;
  box-shadow: none !important;
}

.theme-light .focus-area-section .pricing-table.style-one table thead tr th .pricing-subtitle {
  color: #101828 !important;
}

.theme-light .focus-area-section .pricing-table.style-one table tbody tr td {
  background: linear-gradient(to bottom, #fff, color-mix(in srgb, #e5e5e6 70%, #fff)) !important;
  border-left: var(--border-width-lg, 1px) solid #fff !important;
  border-right: var(--border-width-lg, 1px) solid #fff !important;
  border-bottom: var(--border-width-lg, 1px) solid #fff !important;
  box-shadow: none !important;
  transition: none !important;
}

.theme-light .focus-area-section .pricing-table.style-one table tbody tr td .text-para {
  color: #6a7282;
}

.focus-area-section .pricing-table.style-one table tbody tr td {
  text-align: left !important;
  vertical-align: top;
  padding: 15px 26px !important;
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background-color: rgba(20, 26, 41, 0.58) !important;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

.focus-area-section .pricing-table.style-one table tbody tr:first-child td {
  padding-top: 24px !important;
}

.focus-area-section .pricing-table.style-one table tbody tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0 0 34px 34px !important;
  padding-bottom: 24px !important;
}

.focus-area-section .pricing-table.style-one table tbody tr:not(:last-child) td .text-para {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: block;
}

.focus-area-section .pricing-table.style-one table tbody tr td .text-para {
  color: rgba(232, 239, 255, 0.9);
  line-height: 1.55;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .focus-area-section:before,
  .focus-area-section:after {
    width: 220px;
    height: 220px;
    filter: blur(40px);
    opacity: 0.28;
  }

  .focus-area-section:before {
    left: -110px;
  }

  .focus-area-section:after {
    right: -110px;
  }

  .focus-area-section .pricing-table.style-one table {
    border-spacing: 0;
  }

  .focus-area-section .pricing-table.style-one table thead {
    display: none;
  }

  .focus-area-section .pricing-table.style-one table,
  .focus-area-section .pricing-table.style-one table tbody,
  .focus-area-section .pricing-table.style-one table tr,
  .focus-area-section .pricing-table.style-one table td {
    display: block;
    width: 100%;
  }

  .focus-area-section .pricing-table.style-one table tr {
    margin-bottom: 14px;
  }

  .focus-area-section .pricing-table.style-one table tbody tr td {
    border-radius: 16px !important;
    margin-bottom: 10px;
    padding: 16px 18px !important;
  }
}

@media (hover: hover) {
  .focus-area-section .pricing-table.style-one table tbody tr td:hover {
    transform: translateY(-2px);
    background-color: rgba(26, 34, 52, 0.72) !important;
    border-left-color: rgba(130, 221, 255, 0.34) !important;
    border-right-color: rgba(130, 221, 255, 0.34) !important;
    box-shadow: 0 8px 18px rgba(4, 10, 22, 0.28);
  }
}

@media (hover: hover) {
  .theme-light .focus-area-section .pricing-table.style-one table thead tr th:hover {
    transform: none;
    border-color: rgba(22, 35, 58, 0.16) !important;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%) !important;
    box-shadow: none !important;
  }

  .theme-light .focus-area-section .pricing-table.style-one table tbody tr td:hover {
    transform: none;
    background: linear-gradient(to bottom, #fff, color-mix(in srgb, #e5e5e6 70%, #fff)) !important;
    border-left-color: #fff !important;
    border-right-color: #fff !important;
    border-bottom-color: #fff !important;
    box-shadow: none !important;
  }
}

/* Legal pages: terms, release notes, privacy, cookies */
.terms-wrap {
  font-family: Georgia, 'Times New Roman', serif;
  color: #111;
}

.terms-wrap .container {
  font-size: 16px;
  line-height: 1.75;
}

.terms-wrap .single-para {
  margin-bottom: 1.8rem;
}

.terms-wrap h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .6rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.terms-wrap h3 span {
  font-weight: 700;
  margin-right: .6rem;
  color: #111;
}

.terms-wrap p,
.terms-wrap ul {
  font-size: 15.5px;
  line-height: 1.9;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: .9rem;
  color: #111;
}

.terms-wrap ul {
  padding-left: 1.4rem;
}

.terms-wrap ul li {
  margin-bottom: .6rem;
}

.terms-wrap .breadcrumb-area h2.section-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 1.5rem;
}

.cookie-table-accordion summary {
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.cookie-table-content {
  margin-top: .9rem;
}

.theme-dark .terms-wrap p,
.theme-dark .terms-wrap ul,
.theme-dark .terms-wrap ul li,
.theme-dark .terms-wrap summary {
  color: #ffffff !important;
}

@media (min-width:1200px) {
  .terms-wrap .single-para {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .terms-wrap h3 {
    font-size: 1.05rem;
  }
}
/*# sourceMappingURL=style.css.map */