/*
---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. general
03. header
04. welcome
05. features
06. section
07. mini box
08. contact
09. footer
10. preloader
11. responsive

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  background-color: #11111F;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 28px;
  color: #a9a9a9;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
general
--------------------------------------------- 
*/
.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.background-header {
  background-color: #1F1F2E !important;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1) !important;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #11111F;
}

.section.colored {
  background-color: #1F1F2E;
}

.center-heading {
  margin-bottom: 70px;
}
.center-heading .section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}
.center-heading .center-text {
  text-align: center;
}

.left-heading {
  margin-bottom: 50px;
}
.left-heading .section-title {
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}
.left-text .main-button {
  margin-top: 30px;
}

hr {
  border-top: 1px solid rgba(250, 250, 250, 0.1);
  margin-top: 100px;
  margin-bottom: 100px;
}

.main-button a {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #F6BE00;
  text-transform: uppercase;
  color: #11111F;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-button a:hover {
  background-color: #dca900;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  background: rgba(17, 17, 31, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
  position: relative;
}

.header-area .main-nav .nav li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #F6BE00;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: translateX(-50%);
}

.header-area .main-nav .nav li a:hover {
  color: #F6BE00;
}

.header-area .main-nav .nav li a:hover:before {
  width: 100%;
}

.header-area .main-nav .nav li a.active {
  color: #F6BE00 !important;
}

.header-area .main-nav .nav li a.active:before {
  width: 100%;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 23px;
  right: 30px;
  z-index: 10;
  width: 36px;
  height: 40px;
  text-indent: -9999em;
}

.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
}

.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span:before, .header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

/* Background header when scrolled */
.header-area.background-header {
  background: rgba(31, 31, 46, 0.98) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(246, 190, 0, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background: linear-gradient(135deg, #11111F 0%, #1F1F2E 50%, #11111F 100%);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.welcome-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(246, 190, 0, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(246, 190, 0, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(246, 190, 0, 0.08) 0%, transparent 50%);
  animation: float 20s ease-in-out infinite;
}

.welcome-area::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(45deg, transparent 30%, rgba(246, 190, 0, 0.03) 50%, transparent 70%),
    linear-gradient(-45deg, transparent 30%, rgba(246, 190, 0, 0.03) 50%, transparent 70%);
  animation: shimmer 15s ease-in-out infinite;
}

/* Adicionando elementos geométricos flutuantes */
.welcome-area .geometric-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.welcome-area .geometric-shapes::before {
  content: '';
  position: absolute;
  top: 10%;
  right: 10%;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(246, 190, 0, 0.2);
  border-radius: 50%;
  animation: rotate 30s linear infinite;
}

.welcome-area .geometric-shapes::after {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 15%;
  width: 60px;
  height: 60px;
  background: rgba(246, 190, 0, 0.1);
  transform: rotate(45deg);
  animation: pulse 4s ease-in-out infinite;
}

/* Adicionando mais elementos geométricos */
.welcome-area .geometric-shapes .shape-1 {
  position: absolute;
  top: 30%;
  left: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(246, 190, 0, 0.15);
  transform: rotate(30deg);
  animation: float-shape 8s ease-in-out infinite;
}

.welcome-area .geometric-shapes .shape-2 {
  position: absolute;
  top: 60%;
  right: 20%;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(246, 190, 0, 0.1);
  border-radius: 50%;
  animation: float-shape 12s ease-in-out infinite reverse;
}

.welcome-area .geometric-shapes .shape-3 {
  position: absolute;
  bottom: 30%;
  right: 5%;
  width: 30px;
  height: 30px;
  background: rgba(246, 190, 0, 0.08);
  transform: rotate(45deg);
  animation: pulse 6s ease-in-out infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: rotate(45deg) scale(1);
    opacity: 0.1;
  }
  50% {
    transform: rotate(45deg) scale(1.2);
    opacity: 0.3;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-20px) rotate(1deg);
  }
  66% {
    transform: translateY(10px) rotate(-1deg);
  }
}

@keyframes shimmer {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05);
  }
}

@keyframes float-shape {
  0%, 100% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) translateX(10px) rotate(5deg);
  }
  50% {
    transform: translateY(-5px) translateX(-5px) rotate(-5deg);
  }
  75% {
    transform: translateY(10px) translateX(15px) rotate(3deg);
  }
}

/* Efeito de partículas flutuantes */
.welcome-area .particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.welcome-area .particles::before,
.welcome-area .particles::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(246, 190, 0, 0.3);
  border-radius: 50%;
  animation: particle-float 20s linear infinite;
}

.welcome-area .particles::before {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.welcome-area .particles::after {
  top: 70%;
  right: 15%;
  animation-delay: 10s;
}

@keyframes particle-float {
  0% {
    transform: translateY(0px) translateX(0px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) translateX(50px);
    opacity: 0;
  }
}

.welcome-area .header-text {
  position: relative;
  z-index: 2;
}

.welcome-area .header-text h1 {
  font-size: 52px;
  font-weight: 800;
  color: #fff;
  line-height: 72px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.welcome-area .header-text h1 strong {
  color: #F6BE00;
}
.welcome-area .header-text p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
}
.welcome-area .header-text .main-button-slider {
  display: inline-block;
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #F6BE00;
  text-transform: uppercase;
  color: #11111F;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.welcome-area .header-text .main-button-slider:hover {
  background-color: #dca900;
}

/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.home-feature {
  padding-bottom: 0px;
  padding-top: 100px;
}

.features-small-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #1F1F2E;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  height: auto;
  min-height: 280px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, background-color, box-shadow;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #F6BE00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.features-small-item .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.features-small-item:hover .icon::before {
  width: 120px;
  height: 120px;
}

.features-small-item .icon i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 32px;
  color: #11111F;
  position: relative;
  z-index: 2;
}

.features-small-item:hover .icon {
  background: #11111F;
  transform: scale(1.05);
}

.features-small-item:hover .icon i {
  color: #F6BE00;
  transform: scale(1.1);
}

/* Efeito de brilho nos cards - REMOVIDO para evitar piscamento */
/* .features-small-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(246, 190, 0, 0.1), transparent);
  transition: all 0.5s ease;
}

.features-small-item:hover::after {
  left: 100%;
} */

.features-small-item .features-title {
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
.features-small-item p {
  flex-grow: 1;
  margin-bottom: 15px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color;
  position: relative;
  z-index: 2;
}
.features-small-item:hover {
  background: #F6BE00;
  transform: translateY(-5px) translateZ(0);
  box-shadow: 0 10px 30px rgba(246, 190, 0, 0.3);
}
.features-small-item:hover .features-title {
  color: #11111F;
}
.features-small-item:hover p {
  color: #11111F;
}

/*
---------------------------------------------
section
---------------------------------------------
*/
.mini {
  padding-top: 120px;
  padding-bottom: 120px;
}
.mini .mini-content {
  background-image: url(../images/work-process-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 80px;
}
.mini .mini-content .info {
  text-align: center;
}
.mini .mini-content .info h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
.mini .mini-content .info p {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  color: #1e1e1e;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mini .mini-content .mini-box i {
  display: block;
  font-size: 36px;
  margin-bottom: 20px;
}
.mini .mini-content .mini-box i img {
  max-width: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mini .mini-content .mini-box strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mini .mini-content .mini-box span {
  display: block;
  font-size: 14px;
  color: #777;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mini .mini-content .mini-box:hover {
  background-color: #F6BE00;
  color: #fff;
}
.mini .mini-content .mini-box:hover strong {
  color: #fff;
}
.mini .mini-content .mini-box:hover span {
  color: #fff;
}
.mini .mini-content .mini-box:hover i img {
  -webkit-filter: grayscale(1) brightness(200%);
  -moz-filter: grayscale(1) brightness(200%);
  filter: grayscale(1) brightness(200%);
}

.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-item .team-content {
  text-align: center;
}
.team-item .team-content i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 64px;
  color: #F6BE00;
  opacity: .1;
}
.team-item .team-content p {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
.team-item .team-content .user-image {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.team-item .team-content .user-image img {
  width: 100%;
  border-radius: 50%;
}
.team-item .team-content .team-info .user-name {
  font-size: 17px;
  font-weight: 600;
  color: #1e1e1e;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-item .team-content .team-info span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #F6BE00;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-item:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.pricing-item {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
}
.pricing-item.active {
  background: #F6BE00;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.15);
}
.pricing-item .pricing-header {
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.pricing-item .pricing-header .pricing-title {
  font-size: 17px;
  font-weight: 600;
  color: #1e1e1e;
  text-transform: uppercase;
}
.pricing-item.active .pricing-header .pricing-title {
  color: #fff;
}
.pricing-item .pricing-body .price-wrapper {
  margin-bottom: 40px;
}
.pricing-item .pricing-body .price-wrapper .currency {
  font-size: 24px;
  font-weight: 700;
  color: #1e1e1e;
  position: relative;
  top: -10px;
}
.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}
.pricing-item .pricing-body .price-wrapper .price {
  font-size: 42px;
  font-weight: 800;
  color: #1e1e1e;
}
.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}
.pricing-item .pricing-body .price-wrapper .period {
  display: block;
  font-size: 14px;
  color: #7a7a7a;
  margin-top: 5px;
}
.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}
.pricing-item .pricing-body .list li {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 15px;
}
.pricing-item .pricing-body .list li.active {
  color: #1e1e1e;
}
.pricing-item.active .pricing-body .list li {
  color: #fff;
}
.pricing-item.active .pricing-body .list li.active {
  color: #fff;
}
.pricing-item .pricing-body .list li:last-child {
  margin-bottom: 0px;
}
.pricing-item .pricing-footer {
  margin-top: 40px;
}
.pricing-item .pricing-footer .main-button {
  display: inline-block;
}
.pricing-item .pricing-footer .main-button a {
  background-color: #F6BE00;
  color: #fff;
}
.pricing-item.active .pricing-footer .main-button a {
  background-color: #fff;
  color: #F6BE00;
}

.counter {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/fun-facts-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.counter .content {
  text-align: center;
}
.counter .count-item {
  padding: 20px 0px;
}
.counter .count-item strong {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.counter .count-item span {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-top: 15px;
}
.counter .count-item.decoration-bottom {
  position: relative;
}
.counter .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80px;
  background-color: rgba(250, 250, 250, 0.3);
  right: -30px;
  bottom: -40px;
}
.counter .count-item.decoration-top {
  position: relative;
}
.counter .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80px;
  background-color: rgba(250, 250, 250, 0.3);
  right: -30px;
  top: -40px;
}

.blog-post-thumb {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
}
.blog-post-thumb .img {
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.blog-post-thumb .img img {
  width: 100%;
}
.blog-post-thumb .blog-content {
  padding: 30px;
}
.blog-post-thumb .blog-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-post-thumb .blog-content h3 a {
  color: #1e1e1e;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-post-thumb .blog-content h3 a:hover {
  color: #F6BE00;
}
.blog-post-thumb .blog-content .text {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 30px;
}
.blog-post-thumb .blog-content .main-button a {
  background: #F6BE00;
  color: #fff;
}

/*
---------------------------------------------
contact
---------------------------------------------
*/
.contact-text {
  font-weight: 400;
  font-size: 16px;
  color: #a9a9a9;
  line-height: 28px;
  letter-spacing: 1px;
}
.contact-text p {
  margin-bottom: 28px;
}

.contact-form input {
  font-size: 14px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #2b2b41;
  border: none;
  padding: 0px 15px;
  margin-bottom: 30px;
  color: #fff;
}
.contact-form input:focus {
  outline: none;
  box-shadow: none;
}
.contact-form textarea {
  font-size: 14px;
  width: 100%;
  height: 150px;
  border-radius: 5px;
  background-color: #2b2b41;
  border: none;
  padding: 15px;
  margin-bottom: 30px;
  color: #fff;
}
.contact-form textarea:focus {
  outline: none;
  box-shadow: none;
}
.contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.contact-form ::placeholder {
  color: #fff;
}
.contact-form button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #F6BE00;
  text-transform: uppercase;
  color: #11111F;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
}
.contact-form button:hover {
  background-color: #dca900;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-color: #1F1F2E;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .social {
  margin-bottom: 30px;
}

footer .social li {
  display: inline-block;
  margin: 0px 10px;
}

footer .social li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background-color: #F6BE00;
  color: #11111F;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #dca900;
}

footer .copyright {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(250, 250, 250, 0.1);
}

footer .copyright p {
  font-weight: 400;
  font-size: 14px;
  color: #a9a9a9;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

/* 
---------------------------------------------
New Professional Footer Styles
--------------------------------------------- 
*/
.footer-section {
  background: linear-gradient(135deg, #1F1F2E 0%, #2A2A3E 100%);
  padding: 80px 0 0 0;
  position: relative;
  overflow: hidden;
}

.footer-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #F6BE00, transparent);
}

.footer-widget {
  margin-bottom: 50px;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer-logo h4 {
  margin-left: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.company-description {
  color: #a9a9a9;
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 15px;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(246, 190, 0, 0.1);
  border: 1px solid rgba(246, 190, 0, 0.3);
  border-radius: 8px;
  color: #F6BE00;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: #F6BE00;
  color: #11111F;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(246, 190, 0, 0.3);
}

.footer-widget h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.footer-widget h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #F6BE00;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  color: #a9a9a9;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

.footer-links li a::before {
  content: '→';
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: all 0.3s ease;
  color: #F6BE00;
}

.footer-links li a:hover {
  color: #F6BE00;
  padding-left: 15px;
}

.footer-links li a:hover::before {
  opacity: 1;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #a9a9a9;
  font-size: 14px;
}

.contact-item i {
  width: 20px;
  color: #F6BE00;
  font-size: 16px;
}

.contact-item span {
  line-height: 1.4;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  margin-top: 50px;
}

.copyright p {
  margin: 0;
  font-size: 14px;
  color: #a9a9a9;
}

.company-details p {
  margin: 0;
  font-size: 12px;
  color: #888;
  text-align: right;
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.1);
}

.legal-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.legal-links a {
  color: #888;
  font-size: 12px;
  transition: color 0.3s ease;
}

.legal-links a:hover {
  color: #F6BE00;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-section {
    padding: 60px 0 0 0;
  }
  
  .footer-widget {
    margin-bottom: 40px;
    text-align: center;
  }
  
  .footer-logo {
    justify-content: center;
  }
  
  .social-links {
    justify-content: center;
  }
  
  .company-details p {
    text-align: center;
    margin-top: 15px;
  }
  
  .legal-links {
    gap: 20px;
  }
  
  .legal-links a {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .footer-section {
    padding: 50px 0 0 0;
  }
  
  .footer-widget h5 {
    font-size: 16px;
  }
  
  .footer-logo h4 {
    font-size: 20px;
  }
  
  .legal-links {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background: #F6BE00;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

.jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

.jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 3s 0s linear infinite;
  animation: jumper 3s 0s linear infinite;
}

.jumper > div:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.jumper > div:nth-child(3) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/
@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .welcome-area .header-text h1 {
    font-size: 36px;
    line-height: 54px;
  }
  .welcome-area .header-text p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  .header-area .main-nav .logo {
    margin-top: 22px;
  }
  .header-area .main-nav .logo img {
    max-width: 130px;
  }
  .header-area .main-nav .nav {
    margin-top: 30px;
  }
  .features-small-item {
    margin-bottom: 30px;
  }
  .mobile-top-fix {
    margin-top: 30px;
    text-align: center;
  }
  .mobile-top-fix .left-heading {
    text-align: center;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
    text-align: center;
  }
  .mobile-bottom-fix .left-heading {
    text-align: center;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
    text-align: center;
  }
  .team-item {
    margin-bottom: 30px;
  }
  .pricing-item {
    margin-bottom: 30px;
  }
  .counter .count-item {
    margin-bottom: 30px;
  }
  .counter .count-item.decoration-bottom:after {
    display: none;
  }
  .counter .count-item.decoration-top:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area .main-nav .nav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: rgba(31, 31, 46, 0.98);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    display: none;
    margin-top: 0;
    padding: 20px 0;
  }
  
  .header-area.background-header .main-nav .nav {
    background: rgba(31, 31, 46, 0.98);
  }
  
  .header-area .main-nav .nav li {
    display: block;
    padding: 10px 30px;
    text-align: center;
  }
  
  .header-area .main-nav .nav li a {
    height: auto;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .header-area .main-nav .nav li a:before {
    display: none;
  }
  
  .header-area .main-nav .menu-trigger {
    display: block;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
  }
  .welcome-area .header-text p {
    color: #fff;
  }
  .mini .mini-content {
    padding: 30px;
  }
  .mini .mini-content .mini-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .welcome-area .header-text h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .welcome-area .header-text p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 0;
  }
  .left-heading .section-title {
    font-size: 24px;
  }
  .center-heading .section-title {
    font-size: 24px;
  }
}

/* Estilos para a seção Sobre Nós refatorada */
.about-image-wrapper {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, rgba(246, 190, 0, 0.1) 0%, rgba(31, 31, 46, 0.3) 100%);
  border-radius: 20px;
  border: 1px solid rgba(246, 190, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.about-image-wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(246, 190, 0, 0.05) 0%, transparent 70%);
  animation: rotate-bg 20s linear infinite;
}

@keyframes rotate-bg {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.about-icon {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.about-icon i {
  font-size: 80px;
  color: #F6BE00;
  background: linear-gradient(135deg, #F6BE00, #dca900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 4px 8px rgba(246, 190, 0, 0.3));
  animation: icon-pulse 3s ease-in-out infinite;
}

@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 4px 8px rgba(246, 190, 0, 0.3));
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 6px 12px rgba(246, 190, 0, 0.5));
  }
}

.about-stats {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.stat-item {
  text-align: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(246, 190, 0, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
  background: rgba(246, 190, 0, 0.1);
  border-color: rgba(246, 190, 0, 0.4);
}

.stat-number {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #F6BE00;
  margin-bottom: 5px;
  animation: count-up 2s ease-out forwards;
}

@keyframes count-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stat-label {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  animation: fade-in 2s ease-out 0.5s forwards;
  opacity: 0;
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}

/* Estilos para o texto da seção */
.section-title .highlight {
  background: linear-gradient(135deg, #F6BE00, #dca900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.section-title .highlight::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #F6BE00, #dca900);
  border-radius: 1px;
}

.lead-text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 25px;
}

.features-list {
  margin: 30px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px;
  transition: all 0.3s ease;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid transparent;
}

.feature-item:hover {
  transform: translateX(10px);
  background: rgba(246, 190, 0, 0.05);
  border-color: rgba(246, 190, 0, 0.2);
  box-shadow: 0 4px 15px rgba(246, 190, 0, 0.1);
}

.feature-item i {
  color: #F6BE00;
  font-size: 18px;
  margin-right: 15px;
  min-width: 20px;
  transition: all 0.3s ease;
}

.feature-item:hover i {
  transform: scale(1.2);
  filter: drop-shadow(0 2px 4px rgba(246, 190, 0, 0.3));
}

.feature-item span {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

/* Responsividade para a seção sobre */
@media (max-width: 768px) {
  .about-stats {
    flex-direction: column;
    align-items: center;
  }
  
  .stat-item {
    width: 100%;
    max-width: 200px;
  }
  
  .about-icon i {
    font-size: 60px;
  }
  
  .lead-text {
    font-size: 16px;
  }
}

/* Estilo especial para o botão da seção sobre */
.left-text .main-button a {
  background: linear-gradient(135deg, #F6BE00, #dca900);
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(246, 190, 0, 0.3);
}

.left-text .main-button a:hover {
  background: linear-gradient(135deg, #dca900, #F6BE00);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(246, 190, 0.4);
}

.left-text .main-button a span {
  color: #11111F;
  font-weight: 600;
}

/* Animação de entrada para a seção sobre */
.section#sobre {
  animation: section-fade-in 1s ease-out;
}

@keyframes section-fade-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animação para os elementos da lista de features */
.feature-item:nth-child(1) { animation: slide-in-left 0.6s ease-out 0.2s forwards; opacity: 0; }
.feature-item:nth-child(2) { animation: slide-in-left 0.6s ease-out 0.4s forwards; opacity: 0; }
.feature-item:nth-child(3) { animation: slide-in-left 0.6s ease-out 0.6s forwards; opacity: 0; }

@keyframes slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Estilos para a seção de serviços refatorada */
.service-tags {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  background: rgba(246, 190, 0, 0.1);
  color: #F6BE00;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(246, 190, 0, 0.2);
  transition: all 0.3s ease;
  display: inline-block;
}

.tag:hover {
  background: rgba(246, 190, 0, 0.2);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(246, 190, 0, 0.2);
}

.features-small-item:hover .tag {
  background: rgba(17, 17, 31, 0.1);
  color: #11111F;
  border-color: rgba(17, 17, 31, 0.2);
}

/* Estilos para os passos do processo */
.process-step {
  text-align: center;
  padding: 40px 25px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(246, 190, 0, 0.1);
  margin-bottom: 40px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.process-step.active {
  background: rgba(246, 190, 0, 0.08);
  border-color: rgba(246, 190, 0, 0.3);
  box-shadow: 0 8px 25px rgba(246, 190, 0, 0.2);
}

.process-step:hover {
  transform: translateY(-5px) scale(1.02);
  background: rgba(246, 190, 0, 0.05);
  border-color: rgba(246, 190, 0, 0.3);
  box-shadow: 0 8px 25px rgba(246, 190, 0, 0.15);
}

.step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #F6BE00, #dca900);
  color: #11111F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(246, 190, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step.active .step-number {
  background: linear-gradient(135deg, #11111F, #1F1F2E);
  color: #F6BE00;
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 6px 15px rgba(246, 190, 0, 0.4);
}

.step-icon {
  margin: 25px 0 20px 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-icon i {
  font-size: 40px;
  color: #F6BE00;
  background: linear-gradient(135deg, #F6BE00, #dca900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(246, 190, 0, 0.3));
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step.active .step-icon i {
  font-size: 45px;
  filter: drop-shadow(0 4px 8px rgba(246, 190, 0, 0.5));
  transform: scale(1.1);
}

.process-step h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step.active h5 {
  color: #F6BE00;
  font-size: 20px;
}

.process-step p {
  color: #a9a9a9;
  font-size: 14px;
  line-height: 1.6;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-step.active p {
  color: #fff;
  font-size: 15px;
}

/* Aumentar espaçamento da seção de processo */
.section#servicos .row.mt-5 {
  margin-top: 80px !important;
}

.section#servicos .center-text {
  margin-bottom: 50px;
}

/* Remover animações complexas e manter apenas o destaque simples */
.process-step {
  opacity: 1;
  transform: scale(1);
}

/* Responsividade para a seção de serviços */
@media (max-width: 768px) {
  .service-tags {
    justify-content: center;
  }
  
  .process-step {
    margin-bottom: 20px;
    padding: 30px 20px;
  }
  
  .step-icon i {
    font-size: 32px;
  }
  
  .process-step h5 {
    font-size: 16px;
  }
  
  .section#servicos .row.mt-5 {
    margin-top: 50px !important;
  }
}