﻿@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700;800;900&display=swap");
html,
body {
  font-size: 18px;
  color: #d2d2d2;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  background-color: #262626;
}

input,
textarea,
select {
  border: 0;
  background: transparent;
  transition: 0.4s;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

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

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif;
}

h1 {
  font-weight: 500;
  font-size: 92px;
  line-height: 108px;
}

h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 75px;
}

h3 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
}

h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
}

h5 {
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
}

h6 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

::-moz-selection {
  background: #4dffaf;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #4dffaf;
  text-shadow: none;
  color: #ffffff;
  border: none;
}

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

.white-Color {
  color: #ffffff;
}

.active-color {
  color: #4dffaf;
}

.sc-heading-area .sub-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #e2e2e2;
  display: block;
  margin-bottom: 20px;
}
.sc-heading-area .title {
  display: block;
  margin-bottom: 25px;
  color: #ffffff;
}

.primary-color {
  color: #4dffaf;
}

.dark-color {
  background: #262626;
}

.darker-color {
  background: #151515;
}

.sc-sub-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  font-family: "Lexend", sans-serif;
}

.p-z-idex {
  position: relative;
  z-index: 3 !important;
}

body [class^=icon-],
body [class*=" icon-"] {
  color: #d2d2d2;
  font-size: 20px;
}
body [class^=icon-]::before,
body [class*=" icon-"]::before {
  color: unset;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  position: absolute;
  font-family: "remixicon" !important;
  content: "\ea60";
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  font-size: 25px;
  border: 1px solid #ffffff;
  box-shadow: 0px 2px 10px rgba(3, 4, 27, 0.08);
  min-width: 60px;
  color: #ffffff;
  height: 60px;
  line-height: 62px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: 0.4s;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  background: #4dffaf;
  color: #1c1c1c;
  border-color: transparent;
}

.swiper-button-next:after {
  content: "\ea6c";
}

.swiper .swiper-button-prev {
  left: 20px;
}
.swiper .swiper-button-next {
  right: 20px;
}

.sc-overlay-bg2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sc-product-offcanvas-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  z-index: 9999;
  background: #261d48;
  padding: 30px 30px 30px;
  right: -450px;
  opacity: 0;
  visibility: visible;
  transition: 0.4s;
}
.sc-product-offcanvas-area .sc-offcanvas-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.sc-product-offcanvas-area .sc-offcanvas-header .offcanvas-title .product-title {
  font-weight: 500;
  font-size: 20px;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info {
  margin-bottom: 30px;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info .product-title {
  display: block;
  margin-bottom: 15px;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info ul li {
  line-height: 3.7;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info ul li i {
  border: 1px solid #e5e5e5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  transition: 0.4s;
  position: relative;
  top: 4px;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info ul li a {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info ul li:hover i {
  color: #fff;
  background: #4dffaf;
  border-color: transparent;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info ul li:hover a {
  color: #4dffaf;
}
.sc-product-offcanvas-area .contact-map {
  margin-bottom: 27px;
  display: block;
}
.sc-product-offcanvas-area .contact-map iframe {
  height: 200px;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list {
  margin-bottom: 20px;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul li {
  display: inline-block;
  padding-right: 5px;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul li i {
  background: #261d48;
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-radius: 50%;
  text-align: center;
  transition: 0.4s;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul li i:hover {
  background: #4dffaf;
}

.cart_expanded .sc-product-offcanvas-wrapper {
  right: 0;
}
.cart_expanded .sc-product-offcanvas-wrapper,
.cart_expanded .sc-overlay-bg {
  opacity: 1;
  visibility: visible;
}

.canvas_expanded .sc-product-offcanvas-area {
  right: 0;
}
.canvas_expanded .sc-overlay-bg2 {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.priary-borer {
  border: 1px solid #333;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

/* -----------------------
    17. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  background: #4dffaf;
  border-radius: 50%;
  height: 40px;
  font-size: 13px;
  font-weight: 400;
  width: 40px;
  color: #fff;
  line-height: 40px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  display: block;
  transform: rotate(-90deg);
}
#scrollUp i:hover {
  background-color: #a555e6;
}

body .modal {
  z-index: 9999;
}
body .modal-dialog {
  max-width: 595px;
}
body .search-modal .modal-content {
  background: transparent;
  position: initial;
  border: 0;
  position: relative;
}
body .search-modal .search-block input {
  height: 60px;
  line-height: 60px;
  padding: 0;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
body .search-modal button {
  background: none;
  border: none;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 99;
}
body .search-modal button svg {
  background-color: transparent;
}
body .search-modal button svg path {
  fill: #4dffaf;
  opacity: 1;
  outline: none;
  transition: 0.4s;
  font-size: 24px;
}
body .modal-backdrop {
  opacity: 0.95 !important;
}

.shake-y {
  -webkit-animation: shakeY 5s ease-in-out infinite;
  animation: shakeY 5s ease-in-out infinite;
}

.pulse {
  -webkit-animation: pulse 3s ease-in-out infinite;
  animation: pulse 3s ease-in-out infinite;
}

.skew-spin {
  -webkit-animation: skewSpin 5s linear infinite;
  animation: skewSpin 5s linear infinite;
}

.left-right-rotate {
  animation: rotated-style3 2s infinite alternate;
}

/***********************************
PAGE LOAD ANIMATION
***********************************/
.preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: default;
  position: fixed;
  z-index: 9999999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #262626;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid #ebebec;
  border-radius: 50%;
  text-align: center;
  line-height: 94px;
}
.preloader .animation-preloader .spinner::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 3px solid #4dffaf;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font-size: 80px;
  line-height: 118px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  margin-top: 120px;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 50px;
    line-height: 77px;
  }
}
@media (max-width: 575px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 36px;
    line-height: 58px;
  }
}
@media (max-width: 480px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 25px;
    line-height: 58px;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: #a555e6;
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #4dffaf;
  content: attr(data-text-preloader);
  left: 1px;
  opacity: 0;
  position: absolute;
  top: -11px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #243342;
}

/*-- scroll-top start --*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 0.2s linear, margin-right 0s;
}

.scroll-top.progress-done {
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #4dffaf;
}

.scroll-top > svg path {
  fill: none;
}

.scroll-top > svg.progress-circle path {
  stroke: #4dffaf;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

@media (min-width: 1px) {
  .scroll-top.progress-done {
    opacity: 1;
  }
}
/*-- scroll-top end --*/
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes shakeY {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes shakeY {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes skewSpin {
  0% {
    -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
  }
  100% {
    -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
  }
}
@keyframes skewSpin {
  0% {
    -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
  }
  100% {
    -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
  }
}
@keyframes rotated-style3 {
  0% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
}

/* ─── Spacing utilities (only values used in this project) ───────────────── */
.sc-padding-0  { padding:         0;      }
.sc-margin-0   { margin:          0;      }

.sc-pt-55      { padding-top:     55px;   }
.sc-pt-100     { padding-top:     100px;  }
.sc-pt-115     { padding-top:     115px;  }
.sc-pt-120     { padding-top:     120px;  }

.sc-pb-55      { padding-bottom:  55px;   }
.sc-pb-120     { padding-bottom:  120px;  }

.sc-pl-0       { padding-left:    0;      }
.sc-pl-20      { padding-left:    20px;   }
.sc-pl-30      { padding-left:    30px;   }

.sc-mt-20      { margin-top:      20px;   }
.sc-mt-30      { margin-top:      30px;   }
.sc-mt-55      { margin-top:      55px;   }
.sc-mt-60      { margin-top:      60px;   }

.sc-mb-0       { margin-bottom:   0;      }
.sc-mb-5       { margin-bottom:   5px;    }
.sc-mb-10      { margin-bottom:   10px;   }
.sc-mb-20      { margin-bottom:   20px;   }
.sc-mb-25      { margin-bottom:   25px;   }
.sc-mb-30      { margin-bottom:   30px;   }
.sc-mb-35      { margin-bottom:   35px;   }
.sc-mb-40      { margin-bottom:   40px;   }
.sc-mb-45      { margin-bottom:   45px;   }
.sc-mb-50      { margin-bottom:   50px;   }
.sc-mb-70      { margin-bottom:   70px;   }

.sc-mr-20      { margin-right:    20px;   }
.sc-mr-30      { margin-right:    30px;   }
.sc-mr-50      { margin-right:    50px;   }
.sc-mr-80      { margin-right:    80px;   }
/* ─────────────────────────────────────────────────────────────────────────── */

@media only screen and (max-width: 991px) {
  /* Only the sc-md-* utilities actually used in this portfolio */
  .sc-md-pt-0  { padding-top:    0;     }
  .sc-md-pt-75 { padding-top:    75px;  }
  .sc-md-pt-80 { padding-top:    80px;  }
  .sc-md-pb-50 { padding-bottom: 50px;  }
  .sc-md-pb-80 { padding-bottom: 80px;  }
  .sc-md-pl-20 { padding-left:   20px;  }
  .sc-md-mr-0  { margin-right:   0;     }
  .sc-md-mb-30 { margin-bottom:  30px;  }
  .sc-md-mb-35 { margin-bottom:  35px;  }
  .sc-md-mb-50 { margin-bottom:  50px;  }
  .sc-md-mb-60 { margin-bottom:  60px;  }
}

main {
  overflow: hidden;
}

.sc-header-section {
  background: #262626;
  padding: 18px 0;
  z-index: 9;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid transparent;
}
.sc-header-section.sc-header-sticky {
  padding: 10px 0;
}

.header-logo-area {
  display: flex;
  align-items: center;
}
.header-logo-area .sc-header-logo img {
  max-width: 140px;
  width: 100%;
}

.sc-main-menu > ul > li {
  margin-right: 35px;
}
.sc-main-menu > ul > li > a {
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
}
.sc-main-menu > ul > li > a::before {
  position: absolute;
  content: "";
  width: 4px;
  top: 34px;
  right: -22px;
  height: 4px;
  border-radius: 50%;
  background: #4dffaf;
}
.sc-main-menu > ul > li .last-none::before {
  display: none;
}
.sc-main-menu > ul > li.current-menu-item .active {
  color: #4dffaf;
}
.sc-main-menu > ul > li.current-menu-item .active::before {
  color: #4dffaf;
}
.sc-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.sc-main-menu li {
  display: inline-block;
  position: relative;
}
.sc-main-menu li:last-child {
  margin-right: 0;
}
.sc-main-menu li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: block;
  transition: 0.4s;
  text-transform: uppercase;
}
.sc-main-menu li a.active, .sc-main-menu li a:hover {
  color: #4dffaf;
}
.sc-main-menu li .sub-menu-list {
  margin: 0;
  padding: 0;
  text-align: start;
  list-style: none;
  background: #ffffff;
  padding: 30px 20px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  top: 130%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  width: 220px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.sc-main-menu li .sub-menu-list::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 3px;
  background: #4dffaf;
  content: "";
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}
.sc-main-menu li .sub-menu-list li {
  display: block;
  padding-bottom: 15px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  position: relative;
}
.sc-main-menu li .sub-menu-list li:last-child {
  padding-bottom: 0;
}
.sc-main-menu li .sub-menu-list li a {
  color: #666;
}
.sc-main-menu li .sub-menu-list li a:hover {
  color: #4dffaf;
}
.sc-main-menu li:hover .sub-menu-list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.sc-main-menu li:hover .sub-menu-list::before {
  width: 100%;
}

.sc-search-box i {
  color: #ffffff;
  font-size: 25px;
  transition: 0.4s;
}
.sc-search-box i:hover {
  color: #4dffaf;
}

.sc-hambagur-icon a {
  width: 45px;
  height: 45px;
  line-height: 40px;
  border: 1px solid #ffffff;
  text-align: center;
  border-radius: 15px;
  display: inline-block;
}

@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.banner-section {
  background-color: #1c1c1c;
  position: relative;
  padding-top: 105px;
}
.banner-section::before {
  position: absolute;
  content: "";
  left: -15.5%;
  top: 50px;
  background: url(../images/bg/bg-shape.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.banner-section .banner-social {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-section .banner-social .social-media li {
  margin-bottom: 12px;
}
.banner-section .banner-social .social-media li i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  background: transparent;
  transition: 0.4s;
  transform: translateY(0);
}
.banner-section .banner-social .social-media li i:hover {
  background-color: #4dffaf;
  border-color: transparent;
  color: #261d48;
  transform: translateY(-5px);
}
.banner-section .banner-social .social-text span {
  display: inline-block;
  transform: rotate(-90deg);
  position: relative;
  top: 80px;
  left: -25px;
}
.banner-section .banner-social .social-text span::before {
  position: absolute;
  content: "";
  top: 15px;
  right: -45px;
  background: #ffffff;
  width: 25px;
  height: 1px;
}

.banner-left-content .banner-title {
  position: relative;
}
.banner-left-content .sub-title {
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  display: block;
  color: #e2e2e2;
  margin-bottom: 20px;
}
.banner-left-content .desc {
  max-width: 600px;
}

.banner-wrapper {
  position: relative;
}
.banner-wrapper .circule {
  position: absolute;
  bottom: 180px;
  left: -65px;
}
.banner-wrapper .circule .circule-1 {
  animation: rotateImg 15s infinite linear;
}
.banner-wrapper .circule .portal-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #a555e6;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}

.wrapper-text {
  background: #262626;
  transform: rotate(-90deg);
  position: absolute;
  height: 80px;
  top: 34%;
  right: -105px;
  border-radius: 10px;
  padding: 25px 60px 0;
}
.wrapper-text .px_wrapper {
  position: relative;
  top: -20px;
}
.wrapper-text .list-gap {
  transform: rotate(90deg);
}

.banner-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  background: #262626;
  width: 76px;
  height: 76px;
  line-height: 76px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  z-index: 11;
}
.banner-scroll a {
  position: relative;
  left: 12px;
}
.banner-scroll img {
  -webkit-animation: jump-arrow 2.5s infinite;
  animation: jump-arrow 2.5s infinite;
}

@keyframes rotateImg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes jump-arrow {
  0%, 20%, 55%, 80%, 100% {
    transform: translate3d(-50%, 0, 0);
  }
  40% {
    transform: translate3d(-50%, -8px, 0);
  }
  70% {
    transform: translate3d(-50%, -8px, 0);
  }
  90% {
    transform: translate3d(-50%, -5px, 0);
  }
}
.about-section .fade_bottom_animation {
  opacity: 1 !important;
}

.ab-content-box {
  padding: 70px 90px;
}

.ab-left-content .ab-mission {
  border: 1px solid #737373;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  font-family: "Lexend", sans-serif;
  color: #ffffff;
  padding: 0 30px;
  transition: 0.4s;
}
.ab-left-content .ab-mission:hover {
  border-color: #4dffaf;
}
.ab-left-content .ab-counter .sc-count .sc-count {
  color: #4dffaf;
  font-size: 50px;
  font-family: "Lexend", sans-serif;
}
.ab-left-content .ab-counter .sc-counter-text {
  line-height: 1.2;
}
.ab-left-content .ab-counter .sc-counter-text .sc-title {
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-family: "Lexend", sans-serif;
}
.ab-left-content .ab-auother .title {
  font-family: "Lexend", sans-serif;
  color: #ffffff;
}

.ab-right-content .ab-experience {
  border: 1px solid #737373;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  font-family: "Lexend", sans-serif;
  color: #ffffff;
  padding: 0 30px;
  transition: 0.4s;
}
.ab-right-content .ab-experience:hover {
  border-color: #4dffaf;
}
.ab-right-content .ab-date-content {
  border-bottom: 1px solid #737373;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ab-right-content .ab-date-content .date-header .title {
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  color: #ffffff;
}
.ab-right-content .ab-date-content .date-header .sub-title {
  font-size: 16px;
  font-family: "Lexend", sans-serif;
}
.ab-right-content .ab-date-content .ab-date {
  font-size: 14px;
  font-family: "Lexend", sans-serif;
}
.ab-right-content .ab-social-list .title {
  font-family: "Lexend", sans-serif;
}
.ab-right-content .ab-social-list .list ul li {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
.ab-right-content .ab-social-list .list ul li:last-child {
  margin-right: 0;
}
.ab-right-content .ab-social-list .list ul li span {
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Lexend", sans-serif;
}
.ab-right-content .ab-social-list .list ul li .px-border {
  border: 1px solid #737373;
  width: 70px;
  height: 65px;
  line-height: 62px;
  display: inline-block;
  text-align: center;
  background: transparent;
  transition: 0.4s;
  transform: translateY(0);
  margin-top: 0;
}
.ab-right-content .ab-social-list .list ul li .px-border:hover {
  border-color: #4dffaf;
  transform: translateY(-5px);
}

.sc-cta-section {
  background-color: #262626;
}

.cta-content-box {
  background-image: url(../images/bg/cta.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1076px;
  margin: 0 auto;
  padding: 40px 50px;
  position: relative;
  z-index: 9;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cta-content-box .cta-title .title {
  color: #ffffff;
  margin-bottom: 0;
}

.sc-breadcrumb-style {
  background-color: #1c1c1c;
  padding-top: 195px;
  padding-bottom: 70px;
}

.sc-breadcrumb-content .sub-title {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 18px;
}
.sc-breadcrumb-content .title {
  color: #ffffff;
}

.sc-testimonial-section {
  background-color: #1c1c1c;
}

.testimonial-item {
  max-width: 1070px;
  margin: 0 auto;
}
.testimonial-item .test-wrapper img {
  max-width: 360px;
  border-radius: 200px;
}
.testimonial-item .test-content i {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  background: #4dffaf;
  display: inline-block;
  color: #261d48;
  font-size: 30px;
}
.testimonial-item .test-content .desc {
  font-size: 30px;
}
.testimonial-item .test-auother {
  position: relative;
  margin-top: 45px;
}
.testimonial-item .test-auother::before {
  position: absolute;
  content: "";
  top: -25px;
  left: 0;
  height: 1px;
  width: 306px;
  background: #999999;
}
.testimonial-item .test-auother .title {
  font-family: "Lexend", sans-serif;
  color: #ffffff;
  margin-bottom: 0;
}
.testimonial-item .test-auother .sub-title {
  font-size: 16px;
}

.sc-service-section {
  background-color: #1c1c1c;
}

.sc-service-item {
  border-top: 1px solid rgba(187, 187, 187, 0.1411764706);
  display: grid;
  background: transparent;
  padding: 60px 0;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
}
.sc-service-item .service-content {
  transition: 0.6s;
  transform: translateY(0);
}
.sc-service-item .service-content .title {
  font-family: "Lexend", sans-serif;
  color: #ffffff;
  margin-bottom: 25px;
}
.sc-service-item .service-content .service-desc {
  position: absolute;
  transition: 0.4s;
  opacity: 0;
  max-width: 460px;
  visibility: hidden;
  transform: translateY(0);
  color: #d2d2d2;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.25s ease-out;
  margin-bottom: 0;
}
.sc-service-item .service-btn-active i {
  background: transparent;
  width: 57px;
  height: 57px;
  line-height: 57px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(187, 187, 187, 0.1411764706);
  font-size: 30px;
  position: relative;
  top: 0;
}
.sc-service-item .service-btn i {
  background: #ffffff;
  width: 57px;
  height: 57px;
  line-height: 57px;
  display: inline-block;
  color: #595959;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  position: relative;
  top: 0;
}
.sc-service-item .service-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 160px;
  z-index: 9;
}
.sc-service-item .service-wrapper img {
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
  transition: -webkit-clip-path 0.3s ease-in;
  transition: clip-path 0.3s ease-in;
  transition: clip-path 0.3s ease-in, -webkit-clip-path 0.3s ease-in;
}
.sc-service-item:hover .service-content {
  transform: translateY(-30px);
}
.sc-service-item:hover .service-content .title {
  transform: translateY(-40px);
}
.sc-service-item:hover .service-content .service-desc {
  opacity: 1;
  visibility: visible;
  transform: translateY(-15px);
  padding-top: 15px;
}
.sc-service-item:hover .service-wrapper img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.5s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.sc-service-item:hover {
  border-top: 1px solid #ffffff;
}
.sc-service-item:hover .service-btn-active {
  display: none;
}
.sc-service-item:hover .service-btn {
  display: block !important;
}

.service-br {
  border-bottom: 1px solid rgba(187, 187, 187, 0.1411764706);
}
.service-br:hover {
  border-bottom: 1px solid #ffffff;
}

.sc-portfolio-section {
  background-color: #262626;
  background-image: url(../images/bg/portfolio-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-item img {
  transform: scale(1.01);
  transition: 0.6s;
}
.portfolio-item .portfolio-content {
  background: #1c1c1c;
  position: relative;
  transition: 0.4s;
  padding: 35px 30px;
}
.portfolio-item .portfolio-content .portfolio-header span {
  display: block;
  margin-bottom: 10px;
}
.portfolio-item .portfolio-content .portfolio-header .title {
  font-family: "Lexend", sans-serif;
  color: #ffffff;
}
.portfolio-item .portfolio-content .portfolio-arrow i {
  width: 86px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  transition: 0.4s;
  position: relative;
  top: 0;
}
.portfolio-item:hover img {
  transform: scale(1.04);
}
.portfolio-item:hover .portfolio-content {
  background-color: #4dffaf;
}
.portfolio-item:hover .portfolio-content .portfolio-header .sub-title {
  color: #595959;
}
.portfolio-item:hover .portfolio-content .portfolio-header .title {
  color: #261d48;
}
.portfolio-item:hover .portfolio-content .portfolio-arrow i {
  transform: rotate(-35deg);
  background-color: #1c1c1c;
  border-color: transparent;
}

.sc-portfolio-content-area {
  background: #1c1c1c;
  padding: 80px 50px;
  border-radius: 10px;
}
.sc-portfolio-content-area .sc-title {
  margin-bottom: 10px;
  font-size: 30px;
}
.sc-portfolio-content-area .sc-portfolio-text {
  margin-bottom: 50px;
}
.sc-portfolio-content-area .portfolio-inner-content .portfolio-text {
  margin-bottom: 25px;
}
.sc-portfolio-content-area .portfolio-inner-content .portfolio-text .cate-title {
  margin-bottom: 10px;
}
.sc-portfolio-content-area .portfolio-inner-content .sc-inner-list ul li {
  margin-bottom: 10px;
}
.sc-portfolio-content-area .portfolio-inner-content .sc-inner-list ul li span {
  color: #ffffff;
  font-weight: 600;
  margin-right: 5px;
}
.sc-portfolio-content-area .sc-working-content-box .sc-content-box {
  border: 1px solid rgba(187, 187, 187, 0.1411764706);
  text-align: center;
  padding: 30px 35px 10px;
  margin-bottom: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.sc-portfolio-content-area .sc-working-content-box .sc-content-box:hover {
  border-color: #4dffaf;
}
.sc-portfolio-content-area .sc-related-content .sc-related-check .list-gap li {
  margin-bottom: 15px;
}
.sc-portfolio-content-area .sc-related-content .sc-related-check .list-gap li svg {
  margin-right: 10px;
}

#portfolio-wrapper6,
#portfolio-wrapper5,
#portfolio-wrapper4,
#portfolio-wrapper3,
#portfolio-wrapper2,
#portfolio-wrapper {
  text-align: left;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.mfp-hide {
  display: none;
}

.mfp-container {
  position: fixed;
  padding: 75px 0;
  overflow-y: scroll;
}

.mfp-close-btn-in .mfp-close {
  color: #262626;
  border-radius: 50%;
  right: 15px;
  top: 15px;
  font-size: 30px;
  transition: 0.4s;
  opacity: 1;
  background: #ffffff;
}
.mfp-close-btn-in .mfp-close:hover {
  background: #4dffaf;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.sc-header-btn {
  background: #4dffaf;
  display: inline-block;
  border-radius: 40px;
  height: 56px;
  line-height: 52px;
  padding: 0 40px;
  color: #261d48;
}
.sc-header-btn:hover {
  background-color: #37db91;
  color: #261d48;
}

.sc-primary-btn {
  background: #4dffaf;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  color: #261d48;
  font-size: 18px;
  font-weight: 500;
  height: 68px;
  line-height: 62px;
  padding: 0 47px;
  transition: 0.4s;
  position: relative;
}
.sc-primary-btn i {
  color: #261d48;
  font-size: 20px;
  font-weight: 500;
  padding-left: 5px;
  display: inline-block;
  transition: 0.3s;
}
.sc-primary-btn:hover {
  background-color: #37db91;
  color: #261d48;
}
.sc-primary-btn:hover i {
  transform: rotate(-35deg);
}

.sc-secendary-btn {
  background: transparent;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #4dffaf;
  text-align: center;
  font-family: "Lexend", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  line-height: 52px;
  padding: 0 25px;
  transition: 0.4s;
}
.sc-secendary-btn i {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 5px;
  display: inline-block;
  transition: 0.3s;
}
.sc-secendary-btn:hover {
  color: #261d48;
  background-color: #4dffaf;
  border-color: transparent;
}
.sc-secendary-btn:hover i {
  transform: rotate(-35deg);
  color: #261d48;
}

.sc-transparent-btn {
  background: transparent;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #ffffff;
  text-align: center;
  font-family: "Lexend", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  height: 68px;
  line-height: 62px;
  padding: 0 25px;
  transition: 0.4s;
}
.sc-transparent-btn i {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 5px;
  display: inline-block;
  transition: 0.3s;
}
.sc-transparent-btn:hover {
  color: #261d48;
  background-color: #4dffaf;
  border-color: transparent;
}
.sc-transparent-btn:hover i {
  color: #261d48;
}

.sc-overlay-bg3,
.sc-overlay-bg2,
.sc-overlay-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sc-wishlist-canva,
.sc-product-offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  z-index: 9999;
  background: #ffffff;
  padding: 30px 30px 30px;
  right: -450px;
  opacity: 0;
  visibility: visible;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.sc-wishlist-canva .close-btn a i,
.sc-product-offcanvas-wrapper .close-btn a i {
  background: #dddee1;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  color: #d2d2d2;
  border-radius: 25px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.sc-wishlist-canva .close-btn a i:hover,
.sc-product-offcanvas-wrapper .close-btn a i:hover {
  background: #4dffaf;
  color: #ffffff;
}

.sc-product-offcanvas-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  z-index: 9999;
  background: #1c1c1c;
  padding: 30px 30px 30px;
  right: -450px;
  opacity: 0;
  visibility: visible;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.sc-product-offcanvas-area .sc-offcanvas-header {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 35px;
  margin-bottom: 20px;
}
.sc-product-offcanvas-area .sc-offcanvas-header .offcanvas-title .product-title {
  font-weight: 500;
  font-size: 20px;
}
.sc-product-offcanvas-area .offcanvas-icon svg {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.sc-product-offcanvas-area .offcanvas-icon svg path {
  fill: #ffffff;
}
.sc-product-offcanvas-area .offcanvas-icon svg:hover path {
  fill: #4dffaf;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list {
  padding-top: 7px;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul {
  padding: 0;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul li {
  display: inline-block;
  padding-right: 5px;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul li i {
  background: #261d48;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul li i:hover {
  background: #4dffaf;
}

.cart_expanded .sc-product-offcanvas-wrapper {
  right: 0;
}
.cart_expanded .sc-product-offcanvas-wrapper,
.cart_expanded .sc-overlay-bg {
  opacity: 1;
  visibility: visible;
}

.canvas_expanded .sc-product-offcanvas-area {
  right: 0;
}
.canvas_expanded .sc-product-offcanvas-area,
.canvas_expanded .sc-overlay-bg2 {
  opacity: 1;
  visibility: visible;
}

.mobile-navbar-menu ul li {
  position: relative;
}

.mobile-navbar-menu ul li a {
  display: block;
  color: #e2e2e2;
  padding: 10px 0;
  line-height: 30px;
  transition: 0.4s;
  width: 100%;
  font-family: "Lexend", sans-serif;
}

.mobile-navbar-menu ul li a:hover {
  color: #4dffaf;
}

.mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.mobile-navbar-menu span.submenu-button:before,
.mobile-navbar-menu span.submenu-button:after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #151625;
  z-index: 2;
  content: "";
  right: 12px;
  width: 12px;
}

.mobile-navbar-menu span.submenu-button:before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}

.mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-navbar-menu .hash-has-sub span.submenu-button {
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 50px;
}

.mobile-navbar-menu .submenu-button.submenu-opened:before {
  display: none;
}

.mobile-navbar-menu ul ul li,
.mobile-navbar-menu li:hover > ul > li {
  height: auto;
}

#mobile-navbar-menu .nav-menu .sub-menu,
#mobile-navbar-menu .nav-menu .sub-menu-list {
  display: none;
}

.sc-category-tabs .carousel-nav-icon {
  height: 48px;
  width: 48px;
}
.sc-category-tabs .carousel-item .col,
.sc-category-tabs .carousel-item .col-sm,
.sc-category-tabs .carousel-item .col-md {
  margin: 8px;
  height: 300px;
  background-size: cover;
  background-position: center center;
}

.sc-project-section {
  background-color: #000000;
  background-image: url(../images/bg/project.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-contact .contact-icon i {
  font-size: 35px;
  color: #261d48;
  position: relative;
  top: 0;
  transition: 0.4s;
  background: #4dffaf;
  width: 75px;
  display: inline-block;
  height: 76px;
  line-height: 76px;
  text-align: center;
  transform: translateY(0);
}
.project-contact .contact-icon i:hover {
  transform: translateY(-5px);
}
.project-contact .contact-text {
  margin-top: 10px;
}
.project-contact .contact-text .sub-title {
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  line-height: 1;
}
.project-contact .contact-text ul li {
  font-size: 30px;
  color: #ffffff;
  font-family: "Lexend", sans-serif;
}
.project-contact .contact-text ul li .contact-link {
  font-size: 30px;
  color: #ffffff;
  font-family: "Lexend", sans-serif;
  transition: 0.4s;
}
.project-contact .contact-text ul li .contact-link:hover {
  color: #4dffaf;
}

.project-form-box {
  background: #1c1c1c;
  padding: 40px 40px 45px;
  border-radius: 10px;
}
.project-form-box .title {
  color: #ffffff;
  margin-bottom: 30px;
}
.project-form-box .project-input input {
  border: 1px solid #bbbbbb;
  border-radius: 60px;
  width: 100%;
  height: 70px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Lexend", sans-serif;
  padding: 0 30px;
  line-height: 70px;
}
.project-form-box textarea {
  border: 1px solid #bbbbbb;
  border-radius: 15px;
  height: 150px;
  color: #ffffff;
  width: 100%;
  padding: 25px 30px;
}
.project-form-box .submit-form button {
  border: none;
  background: #4dffaf;
  font-family: "Lexend", sans-serif;
  border-radius: 50px;
  padding: 20px 43px;
  transition: 0.4s;
}
.project-form-box .submit-form button:hover {
  background-color: #37db91;
}

.project-form-box input::placeholder {
  color: #999999;
  opacity: 1;
}

.project-form-box input:-ms-input-placeholder {
  color: #999999;
}

.project-form-box input::-ms-input-placeholder {
  color: #999999;
}

.project-form-box textarea::placeholder {
  color: #999999;
  opacity: 1;
}

.project-form-box textarea:-ms-input-placeholder {
  color: #999999;
}

.project-form-box textarea::-ms-input-placeholder {
  color: #999999;
}

.sc-roll-bg {
  background-color: #1c1c1c;
}

.sc-roll-section {
  transform: rotate(3deg);
  position: relative;
  z-index: 9;
  width: 110%;
  left: -20px;
  background-color: #4dffaf;
}

.slide-roll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide-roll .roll-box {
  position: relative;
  -webkit-animation: slide-har 80s linear infinite;
  animation: slide-har 80s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide-roll .roll-box .roll-item {
  padding: 0 30px;
}
.slide-roll .roll-box .roll-item .roll-title .title {
  white-space: nowrap;
  line-height: 1;
  font-size: 50px;
  color: #261d48;
  margin: 0;
}
.slide-roll .roll-box .roll-item .roll-title img {
  min-width: 40px;
  margin-left: 65px;
  animation: rotateImg 15s infinite linear;
}
.slide-roll .roll-box-revers {
  position: relative;
  -webkit-animation: slide-har-revers 80s linear infinite;
  animation: slide-har-revers 80s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ── keyframes da barra de rolagem horizontal (removidos por engano na redução) ── */
@-webkit-keyframes slide-har {
  0%   { -webkit-transform: translateX(0px);    transform: translateX(0px);    }
  100% { -webkit-transform: translateX(-100%);  transform: translateX(-100%);  }
}
@keyframes slide-har {
  0%   { -webkit-transform: translateX(0px);    transform: translateX(0px);    }
  100% { -webkit-transform: translateX(-100%);  transform: translateX(-100%);  }
}
@-webkit-keyframes slide-har-revers {
  0%   { -webkit-transform: translateX(-100%);  transform: translateX(-100%);  }
  100% { -webkit-transform: translateX(0px);    transform: translateX(0px);    }
}
@keyframes slide-har-revers {
  0%   { -webkit-transform: translateX(-100%);  transform: translateX(-100%);  }
  100% { -webkit-transform: translateX(0px);    transform: translateX(0px);    }
}

.sc-roll-section-two {
  background-color: #262626;
}
.sc-roll-section-two .slide-roll .roll-box .roll-item .title {
  color: #ffffff;
  font-weight: 400;
  font-size: 80px;
}
.sc-roll-section-two .slide-roll .roll-box .roll-item .portal {
  margin-left: 0;
  min-width: 40px;
}
.sc-roll-section-two .slide-roll .roll-box .roll-item .circule {
  position: relative;
  margin-right: 40px;
}
.sc-roll-section-two .slide-roll .roll-box .roll-item .circule .circule-1 {
  min-width: 130px;
  margin-left: 0;
  animation: rotateImg 15s infinite linear;
}
.sc-roll-section-two .slide-roll .roll-box .roll-item .circule .portal-icon {
  background: #4dffaf;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.sc-footer-section {
  background-color: #1c1c1c;
}

.footer-title {
  font-family: "Lexend", sans-serif;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer1-col-2,
.footer1-col-3 {
  padding-left: 45px;
}

.footer-about span {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
}
.footer-about .about-icon li {
  display: inline-block;
  margin-right: 10px;
}
.footer-about .about-icon li:last-child {
  margin-right: 0;
}
.footer-about .about-icon li i {
  background: transparent;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #d2d2d2;
  font-size: 20px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #d2d2d2;
  transition: 0.4s;
  transform: translateY(0);
}
.footer-about .about-icon li i:hover {
  background-color: #4dffaf;
  border-color: transparent;
  color: #261d48;
  transform: translateY(-5px);
}

.footer-menu-area .footer-menu-list li {
  line-height: 2.2;
}
.footer-menu-area .footer-menu-list li a {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  transition: 0.4s;
}
.footer-menu-area .footer-menu-list li a:hover {
  color: #4dffaf;
}
.copyright-text {
  border-top: 1px solid rgba(187, 187, 187, 0.1411764706);
}
.copyright-text a {
  color: #d2d2d2;
  transition: 0.4s;
}
.copyright-text a:hover {
  color: #4dffaf;
}
.copyright-text .desc {
  font-size: 16px;
  font-family: "Lexend", sans-serif;
}

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1330px;
  }
  .banner-container {
    max-width: 1375px;
  }
  .ab-container {
    max-width: 1520px;
  }
  .pf-container {
    max-width: 1315px;
  }
}
@media only screen and (max-width: 1720px) {
  .roll-item2 .roll-content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1520px) {
  .wrapper-text {
    display: none;
  }
  .banner-section .banner-social {
    left: 25px;
  }
}
@media only screen and (max-width: 1440px) {
  .ab-content-box {
    padding: 50px 25px;
  }
  .ab-left-content .ab-counter .sc-count .sc-count {
    font-size: 30px;
  }
  .ab-right-content .ab-social-list .list ul li .px-border {
    width: 56px;
    height: 56px;
    line-height: 52px;
  }
  .ab-right-content .ab-social-list .list ul li {
    margin-right: 5px;
  }
  .banner-section .banner-social {
    display: none;
  }
}
/*as col-md*/
@media only screen and (max-width: 1366px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    display: none;
  }
  .testimonial-item {
    max-width: 100%;
  }
  .footer-about .about-icon li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .footer-about .about-icon li {
    margin-right: 5px;
  }
  .roll-gap {
    margin-left: -390px;
  }
  .roll-item2 .roll-content .title {
    font-size: 45px;
  }
  .banner-left-content .banner-title {
    font-size: 75px;
    line-height: 90px;
  }
  .categories-area .post-item .recent-content .recent-text a {
    font-size: 18px;
    line-height: 30px;
  }

.sc-project-content-area .sc-working-content-box .sc-content-box {
    padding: 30px 15px 10px;
  }

.sc-service-item .service-wrapper {
    right: 135px;
  }
}
/*as col-md*/
@media only screen and (max-width: 1199px) {
  .sc-main-menu > ul > li {
    margin-right: 15px;
  }
  .sc-header-btn {
    padding: 0 25px;
  }
  .sc-main-menu > ul > li > a::before {
    right: -12px;
  }
  .sc-counter-number {
    margin-right: 15px;
  }
  .sc-count {
    margin-right: 10px;
  }
  .ab-left-content .ab-counter .sc-count .sc-count {
    font-size: 24px;
  }

  .sc-heading-area .title {
    font-size: 45px;
    line-height: 60px;
  }
  .roll-item2 .roll-content .title {
    font-size: 35px;
  }
  .banner-left-content .banner-title {
    font-size: 65px;
    line-height: 80px;
  }
  .banner-wrapper .circule {
    bottom: 150px;
    left: -25px;
  }
  .sc-service-item .service-content .title {
    font-size: 40px;
  }
  .categories-area {
    padding: 20px;
  }
  .categories-area .recent-text h5 {
    line-height: 25px;
  }
  .sc-menu-select-box .sc-search-box {
    margin-right: 20px;
  }

.sc-project-content-area .sc-project-inner-category .sc-inner-title {
    padding: 10px 30px;
  }
  .sc-project-content-area .sc-project-inner-category .sc-inner-list {
    padding: 30px 30px 5px;
  }
  .sc-service-item .service-wrapper {
    display: none;
  }
  .sc-header-section .container {
    max-width: 985px;
  }
  .header-logo-area .sc-header-logo {
    margin-right: 20px;
  }
  #portfolio-wrapper4,
  #portfolio-wrapper3,
  #portfolio-wrapper2,
  #portfolio-wrapper {
    max-width: 910px;
  }
  #blog-wrapper,
  #blog-wrapper2,
  #blog-wrapper3 {
    max-width: 910px;
  }
  .sc-portfolio-content-area .swiper .swiper-button-next,
  .sc-portfolio-content-area .swiper .swiper-button-prev {
    display: block;
  }
  .sc-portfolio-content-area .swiper-button-next {
    right: 40px;
  }

  .testimonial-item {
    display: block !important;
  }
  .sc-heading-area .title {
    margin-bottom: 5px;
  }
  .sc-pricing-content-box .pricing-left-content .title {
    font-size: 30px;
  }
  .sc-pricing-content-box {
    padding: 35px 25px 50px;
  }
  .sc-pricing-content-box .pricing-middle-content .content-list li {
    font-size: 15px;
  }
  .cta-content-box {
    display: block !important;
    padding: 30px 25px 40px;
  }
  .cta-content-box .cta-title {
    margin-bottom: 35px;
  }

  .footer-title {
    margin-bottom: 10px;
  }
  .roll-item2 .roll-content .title {
    font-size: 25px;
  }
  .portfolio-item .portfolio-content .portfolio-header .title {
    font-size: 30px;
  }
  .portfolio-item .portfolio-content .portfolio-arrow i {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .portfolio-item .portfolio-content {
    padding: 15px 30px;
  }
  .banner-wrapper {
    text-align: center !important;
  }
  .banner-wrapper .circule {
    bottom: 220px;
    left: 0;
  }
  .sc-service-item .service-content .title {
    font-size: 30px;
  }
  .sc-breadcrumb-content .title {
    font-size: 65px;
  }

  .sc-roll-section-two .slide-roll .roll-box .roll-item .title {
    font-size: 30px !important;
  }
  .sc-roll-section-two .slide-roll .roll-box .roll-item .circule .circule-1 {
    min-width: 60px;
  }
  .header-button {
    display: none !important;
  }
  .sc-hambagur-icon {
    position: absolute;
    right: 15px;
  }
  .sc-menu-select-box .sc-search-box {
    margin-right: 70px;
  }
  .footer1-col-2,
  .footer1-col-3 {
    padding-left: 0;
  }
  .sc-service-item:hover .service-content {
    transform: translateY(-55px);
  }
  .sc-breadcrumb-style {
    padding-top: 155px;
    padding-bottom: 40px;
  }
  .banner-section {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .sc-portfolio-content-area {
    padding: 70px 30px;
  }

  .swiper-button-next::after, .swiper-button-prev::after {
    min-width: 45px;
    height: 45px;
    line-height: 42px;
  }
  #portfolio-wrapper4,
  #portfolio-wrapper3,
  #portfolio-wrapper2,
  #portfolio-wrapper {
    max-width: 700px;
  }
  #blog-wrapper,
  #blog-wrapper2,
  #blog-wrapper3 {
    max-width: 700px;
  }
  .banner-section::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sc-transparent-btn,
  .sc-primary-btn {
    height: 55px;
    line-height: 47px;
    padding: 0 35px;
  }
  .sc-roll-section-two,

  .sc-roll-section {
    transform: rotate(6deg);
  }
  .banner-scroll {
    transform: translateX(-50%);
    bottom: -20px;
  }
  .project-contact .contact-icon {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    line-height: 55px;
  }
  .project-contact .contact-text ul li,
  .project-contact .contact-text ul li .contact-link {
    font-size: 24px;
  }
  .project-form-box .submit-form button {
    padding: 12px 35px;
  }
  .sc-service-item h3 {
    margin-bottom: 5px;
  }
  .portfolio-item .portfolio-content .portfolio-header span {
    margin-bottom: 0;
  }
  .sc-secendary-btn {
    font-size: 16px;
    height: 50px;
    line-height: 42px;
    padding: 0 25px;
  }

  .slide-roll .roll-box .roll-item .roll-title .title {
    font-size: 30px;
  }
  .testimonial-item .test-content .desc {
    font-size: 20px;
  }
  .sc-pricing-content-box {
    display: block;
  }
  .pricing-right-content {
    text-align: start !important;
  }
  .pricing-left-content,
  .pricing-middle-content {
    margin-bottom: 20px;
  }
  .cta-title .title {
    font-size: 40px;
    line-height: 50px;
  }

.project-contact .contact-link {
    font-size: 24px;
  }
  .project-form-box {
    padding: 30px 25px 35px;
  }
  .banner-left-content .banner-title {
    font-size: 60px;
    line-height: 70px;
  }
  .sc-service-section .service-wrapper-inner {
    display: block !important;
  }
  .sc-service-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .sc-service-item .service-btn i {
    top: 50px;
    right: -25px;
  }
  .sc-service-item .service-btn i,
  .service-wrapper-inner .service-btn-active {
    display: none !important;
  }
  .sc-heading-area .title {
    font-size: 32px;
    line-height: 40px;
  }
  .sc-hambagur-icon a {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
  .sc-header-sticky .sc-hambagur-icon {
    top: 10px;
  }
  .preloader .animation-preloader .spinner {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 3px solid #ebebec;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
  }
  .sc-service-item {
    padding: 40px 0;
  }
  .sc-service-item:hover .service-content {
    transform: translateY(-45px);
  }
  #portfolio-wrapper4,
  #portfolio-wrapper3,
  #portfolio-wrapper2,
  #portfolio-wrapper {
    max-width: 520px;
  }
  #blog-wrapper,
  #blog-wrapper2,
  #blog-wrapper3 {
    max-width: 520px;
  }
}
/*medium mobile device*/
@media only screen and (max-width: 575px) {
  .roll-gap {
    margin-left: 0;
  }
  .roll-item2 .circule {
    margin-right: 25px;
  }
  .banner-left-content .banner-title {
    font-size: 55px;
    line-height: 70px;
  }
  .header-button {
    display: none !important;
  }

  .sc-project-content-area .sc-project-inner-category .sc-inner-title .cate-title {
    font-size: 25px;
  }
  .sc-breadcrumb-content .sub-title {
    margin-bottom: 0;
  }
  .sc-service-item .service-content .title {
    margin-bottom: 15px;
  }
  .sc-service-item .service-content .service-desc {
    font-size: 15px;
  }
  #portfolio-wrapper4,
  #portfolio-wrapper3,
  #portfolio-wrapper2,
  #portfolio-wrapper {
    max-width: 440px;
  }
  #blog-wrapper,
  #blog-wrapper2,
  #blog-wrapper3 {
    max-width: 440px;
  }
  .banner-section {
    padding-bottom: 110px;
  }
}
/*medium mobile device*/
@media only screen and (max-width: 480px) {
  .portfolio-item .portfolio-content {
    padding: 15px 20px;
  }
  .portfolio-item .portfolio-content .portfolio-header .title {
    font-size: 25px;
    line-height: 30px;
  }
  .testimonial-item .test-wrapper img {
    max-width: 120px;
  }
  .cta-title .title {
    font-size: 30px;
    line-height: 40px;
  }
  .ab-right-content .ab-date-content,
  .cta-content-box .cta-button {
    display: block !important;
  }
  .cta-button .primary-btn {
    margin-bottom: 20px;
  }
  .project-form-box textarea {
    height: 120px;
    padding: 25px 25px;
  }
  .project-form-box .project-input input {
    height: 50px;
    padding: 0 25px;
    line-height: 50px;
  }
  .project-contact .contact-link {
    font-size: 20px;
  }
  .ab-content-box {
    padding: 50px 0;
  }
  .sc-counter-number {
    margin-bottom: 20px;
    display: block !important;
  }
  .roll-item2 .roll-content .title {
    font-size: 20px;
  }
  .banner-left-content .banner-title {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-wrapper {
    display: none;
  }
  .sc-product-offcanvas-area {
    width: 300px;
  }

  h4 {
    font-size: 28px;
  }

  .categories-area .recent-content {
    display: block !important;
  }
  .categories-area .recent-content .recent-text {
    padding-left: 0;
  }
  .categories-area .recent-content .recent-image {
    margin-bottom: 20px;
  }
  .categories-area .recent-content {
    margin-bottom: 35px;
  }
  .categories-area .recent-content.last-child {
    margin-bottom: 0;
  }
  .sc-breadcrumb-content .title {
    font-size: 40px;
  }
  .sc-related-content .sc-title {
    line-height: 45px;
  }
  .sc-service-item:hover .service-content {
    transform: translateY(-35px);
  }
}

/* ============================================================
   CUSTOM ADDITIONS — Jessé Chagas Portfolio
   ============================================================ */

/* ── 3D Certification Cards ── */
.cert-3d-section {
  margin-top: 70px;
  padding-top: 60px;
  border-top: 1px solid #2a2a2a;
}
.cert-3d-section .section-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #4dffaf;
  display: block;
  margin-bottom: 10px;
}
.cert-3d-section .section-heading {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
}
.cert-card {
  perspective: 1000px;
  height: 270px;
  cursor: pointer;
  margin-bottom: 30px;
}
.cert-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.cert-card:hover .cert-card-inner,
.cert-card.flipped .cert-card-inner {
  transform: rotateY(180deg);
}
.cert-card-front,
.cert-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
}
.cert-card-front {
  background: #1e1e1e;
  border: 1px solid #2e2e2e;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
  justify-content: flex-start;
}
.cert-card-back {
  background: linear-gradient(135deg, #0d2218 0%, #1a3a28 100%);
  border: 1px solid rgba(77,255,175,0.2);
  transform: rotateY(180deg);
  box-shadow: 0 8px 32px rgba(77,255,175,0.12);
  justify-content: space-between;
}
.cert-badge {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.google-badge  { background: linear-gradient(135deg, #4285f4, #34a853); }
.virtus-badge  { background: linear-gradient(135deg, #6c3bff, #a855f7); }
.iot-badge     { background: linear-gradient(135deg, #ff6b35, #f7c948); }
.cert-name {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 10px;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
}
.cert-name-back {
  color: #4dffaf;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: "Lexend", sans-serif;
}
.cert-org {
  display: block;
  color: #4dffaf;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.cert-info {
  display: block;
  color: #777;
  font-size: 12px;
  margin-top: auto;
  padding-top: 8px;
}
.cert-hover-hint {
  font-size: 11px;
  color: #444;
  margin-top: 8px;
}
.cert-desc {
  color: #c8c8c8;
  font-size: 13px;
  line-height: 1.6;
  flex-grow: 1;
}
.cert-verify-link {
  display: inline-block;
  color: #4dffaf;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(77,255,175,0.5);
  padding: 6px 14px;
  border-radius: 20px;
  transition: all 0.3s;
  width: fit-content;
  margin-top: 10px;
}
.cert-verify-link:hover {
  background: #4dffaf;
  color: #0d2218;
  border-color: #4dffaf;
}
.cert-no-link {
  display: inline-block;
  color: #555;
  font-size: 13px;
  padding: 6px 0;
  margin-top: 10px;
}
.cert-3d-item {
  opacity: 0;
  transform: perspective(600px) rotateY(-25deg) translateX(-15px);
}
.skill-letter-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
}
.sb-color { color: #6DB33F; }
.fl-color { color: #54C5F8; }
.fb-color { color: #FFCA28; }
@media (max-width: 767px) {
  .cert-card { height: auto; min-height: 220px; }
  .cert-card-front, .cert-card-back { position: relative; backface-visibility: visible; -webkit-backface-visibility: visible; border-radius: 12px; }
  .cert-card-inner { transform: none !important; }
  .cert-card-back  { transform: none; margin-top: 8px; border-top: 1px solid rgba(77,255,175,0.15); }
  .cert-hover-hint { display: none; }
}

/* ── Portfolio 3D tilt ── */
.portfolio-item {
  transition: transform 0.4s ease;
  transform-style: preserve-3d;
}

/* ════════════════════════════
   CUSTOM CURSOR
   ════════════════════════════ */
body { cursor: none; }
a, button, .portfolio-item, .cert-card, [class*="-btn"], label { cursor: none; }
.cursor-dot, .cursor-ring {
  position: fixed; pointer-events: none; z-index: 99999;
  border-radius: 50%; transform: translate(-50%, -50%);
  will-change: left, top;
}
.cursor-dot {
  width: 7px; height: 7px; background: #4dffaf;
  top: 0; left: 0;
  transition: width .18s, height .18s, background .18s, opacity .18s;
}
.cursor-ring {
  width: 36px; height: 36px;
  border: 1.5px solid rgba(77,255,175,.45);
  top: 0; left: 0;
  transition: width .28s, height .28s, border-color .28s, opacity .28s;
}
body.c-hover .cursor-dot  { width: 12px; height: 12px; }
body.c-hover .cursor-ring { width: 52px; height: 52px; border-color: rgba(77,255,175,.85); }
body.c-click .cursor-dot  { width: 5px; height: 5px; background: #fff; }
body.c-click .cursor-ring { width: 28px; height: 28px; border-color: rgba(255,255,255,.6); }
@media (hover: none) {
  .cursor-dot, .cursor-ring { display: none !important; }
  body, a, button { cursor: auto !important; }
}

/* ════════════════════════════
   VISUAL TIMELINE
   ════════════════════════════ */
.experience-timeline {
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
}
.experience-timeline::before {
  content: ''; position: absolute; left: 7px; top: 14px; bottom: 14px;
  width: 1.5px;
  background: linear-gradient(to bottom, #4dffaf 0%, rgba(77,255,175,.06) 100%);
}
.timeline-entry { position: relative; padding-bottom: 26px; }
.timeline-entry:last-child { padding-bottom: 0; }
.timeline-entry::before {
  content: ''; position: absolute; left: -23px; top: 8px;
  width: 10px; height: 10px; border-radius: 50%;
  background: #4dffaf;
  box-shadow: 0 0 10px rgba(77,255,175,.55);
  transition: box-shadow .35s;
}
.timeline-entry:hover::before { box-shadow: 0 0 22px rgba(77,255,175,.9); }
.timeline-entry .t-role {
  color: #fff; font-size: 16px; font-weight: 500;
  font-family: "Lexend", sans-serif; margin-bottom: 3px;
}
.timeline-entry .t-company { color: #4dffaf; font-size: 13px; font-weight: 500; }
.timeline-entry .t-date { color: #555; font-size: 12px; margin-top: 4px; margin-bottom: 8px; }
.timeline-entry .t-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.t-tag {
  background: rgba(77,255,175,.05); color: #4dffaf;
  font-size: 11px; padding: 3px 10px; border-radius: 20px;
  border: 1px solid rgba(77,255,175,.12); font-family: "Outfit", sans-serif;
  letter-spacing: .3px;
}

/* ════════════════════════════
   SKILL BARS
   ════════════════════════════ */
.skills-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0 28px; margin-top: 28px;
}
.skill-cat-label {
  font-size: 11px; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; color: #444;
  margin-bottom: 14px; padding-bottom: 8px;
  border-bottom: 1px solid #222; grid-column: 1 / -1;
  margin-top: 20px;
}
.skill-cat-label:first-child { margin-top: 0; }
.skill-bar-row { margin-bottom: 12px; }
.skill-bar-label {
  display: flex; justify-content: space-between;
  align-items: center; margin-bottom: 5px;
}
.skill-bar-name { font-size: 13px; color: #bbb; }
.skill-bar-pct  { font-size: 11px; color: #555; }
.skill-bar-track { height: 2px; background: #252525; border-radius: 2px; overflow: hidden; }
.skill-bar-fill {
  height: 100%; border-radius: 2px; width: 0;
  transition: width 1.3s cubic-bezier(.4,0,.2,1);
}
.fill-g { background: linear-gradient(90deg, #4dffaf, #00d4a3); }
.fill-b { background: linear-gradient(90deg, #60a5fa, #818cf8); }
.fill-p { background: linear-gradient(90deg, #c084fc, #a855f7); }
@media (max-width: 991px) { .skills-grid { grid-template-columns: 1fr; } }

/* ════════════════════════════
   DEVICON CHIP GRID
   ════════════════════════════ */
.devicon-section-label {
  font-size: 11px; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; color: #555; margin: 22px 0 10px;
}
.devicon-section-label:first-child { margin-top: 28px; }
.devicon-chips {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 4px;
}
.devicon-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.04); border: 1px solid #252525;
  border-radius: 10px; padding: 7px 13px;
  font-size: 12.5px; color: #aaa;
  transition: border-color .25s, background .25s, transform .2s, color .2s;
  cursor: default;
}
.devicon-chip:hover {
  border-color: rgba(77,255,175,.35); background: rgba(77,255,175,.05);
  color: #e8e8e8; transform: translateY(-2px);
}
.devicon-chip i { font-size: 19px; line-height: 1; }

/* ════════════════════════════
   CASE STUDY (modal)
   ════════════════════════════ */
.case-study {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 16px;
  margin: 32px 0;
  padding: 28px 24px;
  background: rgba(77,255,175,.03);
  border: 1px solid rgba(77,255,175,.12);
  border-radius: 18px;
}
.case-step { padding: 0 4px; }
.case-num {
  font-size: 36px; font-weight: 700; color: rgba(77,255,175,.18);
  font-family: "Lexend", sans-serif; line-height: 1; margin-bottom: 8px;
}
.case-label {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: #4dffaf; margin-bottom: 10px;
}
.case-desc { font-size: 13.5px; color: #999; line-height: 1.65; margin: 0; }
@media (max-width: 767px) {
  .case-study { grid-template-columns: 1fr; }
}

/* ════════════════════════════
   PUBLICATIONS SECTION
   ════════════════════════════ */
.sc-pub-section { background: #262626; }
.pub-card {
  border: 1px solid #252525; border-radius: 20px; background: #1a1a1a;
  transition: border-color .4s, box-shadow .4s;
}
.pub-card:hover {
  border-color: rgba(77,255,175,.2);
  box-shadow: 0 24px 64px rgba(0,0,0,.5);
}
.pub-card-inner { padding: 44px 52px; }
.pub-meta {
  display: flex; justify-content: space-between;
  align-items: center; margin-bottom: 20px;
}
.pub-venue {
  font-size: 12px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: #4dffaf;
}
.pub-date { font-size: 13px; color: #555; }
.pub-title {
  color: #fff; font-size: 22px; line-height: 1.45; margin-bottom: 18px;
  font-family: "Lexend", sans-serif; font-weight: 400;
}
.pub-abstract { color: #777; font-size: 15px; line-height: 1.75; margin-bottom: 20px; }
.pub-authors { font-size: 14px; color: #666; margin-bottom: 28px; }
.pub-authors strong { color: #d2d2d2; }
.pub-author-label { color: #444; margin-right: 6px; }
.pub-footer {
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 16px;
}
.pub-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.pub-tag {
  background: rgba(77,255,175,.05); border: 1px solid rgba(77,255,175,.12);
  color: #4dffaf; font-size: 11px; padding: 4px 12px;
  border-radius: 20px; letter-spacing: .3px;
}
.pub-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: #d2d2d2; font-size: 14px; font-weight: 500; text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 2px;
  transition: color .3s, border-color .3s;
}
.pub-link:hover { color: #4dffaf; border-color: #4dffaf; }
@media (max-width: 767px) {
  .pub-card-inner { padding: 26px 22px; }
  .pub-meta { flex-direction: column; align-items: flex-start; gap: 6px; }
  .pub-title { font-size: 18px; }
  .pub-footer { flex-direction: column; align-items: flex-start; }
}

/* ════════════════════════════
   MICRO-INTERACTIONS
   ════════════════════════════ */
.sc-main-menu ul li > a,
.footer-menu-list li > a { position: relative; }
.sc-main-menu ul li > a::after,
.footer-menu-list li > a::after {
  content: ''; position: absolute; bottom: -2px; left: 0;
  width: 0; height: 1px; background: #4dffaf;
  transition: width .3s ease;
}
.sc-main-menu ul li > a:hover::after,
.footer-menu-list li > a:hover::after { width: 100%; }
.banner-social .social-media li a,
.about-icon li a {
  transition: transform .35s cubic-bezier(.34,1.56,.64,1), color .3s;
  display: inline-block;
}
.banner-social .social-media li a:hover,
.about-icon li a:hover { transform: translateY(-5px) scale(1.18); }
.portfolio-item > a.modal-popup:first-child { position: relative; display: block; overflow: hidden; }
.portfolio-item > a.modal-popup:first-child img { transition: transform .5s ease, filter .5s ease; }
.portfolio-item:hover > a.modal-popup:first-child img { transform: scale(1.04); filter: brightness(.78); }
.sc-header-btn { transition: transform .3s, box-shadow .3s; }
.sc-header-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(77,255,175,.22); }
.sc-primary-btn:active, .sc-transparent-btn:active { transform: scale(.97) !important; }
.banner-wrapper img {
  filter: drop-shadow(0 0 36px rgba(77,255,175,.10));
  transition: filter .6s;
}
.banner-wrapper:hover img { filter: drop-shadow(0 0 60px rgba(77,255,175,.22)); }
.sc-service-item { transition: background .3s; }

/* ════════════════════════════
   SCROLL PROGRESS BAR
   ════════════════════════════ */
.scroll-progress-bar {
  position: fixed; top: 0; left: 0; z-index: 999999;
  height: 2px; width: 0%; pointer-events: none;
  background: linear-gradient(90deg, #4dffaf 0%, #00d4a3 60%, #4dffaf 100%);
  background-size: 200% 100%;
  animation: pb-shimmer 2.5s linear infinite;
}
@keyframes pb-shimmer { 0%{background-position:200% 0} 100%{background-position:0% 0} }

/* ════════════════════════════
   OPEN TO WORK BADGE
   ════════════════════════════ */
.otw-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(77,255,175,.07); border: 1px solid rgba(77,255,175,.22);
  color: #4dffaf; font-size: 13px; font-weight: 500; letter-spacing: .3px;
  padding: 7px 18px 7px 12px; border-radius: 100px;
  margin-bottom: 18px; position: relative; cursor: default;
  transition: background .3s, border-color .3s;
  font-family: "Lexend", sans-serif;
  z-index: 200;
}
.otw-badge:hover { background: rgba(77,255,175,.12); border-color: rgba(77,255,175,.4); }
.otw-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #4dffaf; flex-shrink: 0;
  animation: otw-pulse 2s ease-in-out infinite;
}
@keyframes otw-pulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(77,255,175,.5); }
  50%      { box-shadow: 0 0 0 8px rgba(77,255,175,0); }
}
.otw-tooltip {
  display: none; position: fixed;
  background: #080808; border: 1px solid rgba(77,255,175,.35);
  border-radius: 14px; padding: 16px 22px;
  font-size: 14px; color: #f0f0f0; white-space: nowrap;
  box-shadow: 0 20px 60px rgba(0,0,0,.95), 0 0 0 1px rgba(77,255,175,.08);
  pointer-events: none; z-index: 999999;
  font-family: "Outfit", sans-serif; line-height: 2;
}
.otw-tooltip strong { color: #4dffaf; font-weight: 600; }

/* ════════════════════════════
   PORTFOLIO FILTERS
   ════════════════════════════ */
.pf-filters {
  display: flex; gap: 8px; flex-wrap: wrap;
  justify-content: flex-end; align-items: center;
}
.pf-btn {
  padding: 7px 20px; border-radius: 100px;
  font-size: 11px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; border: 1px solid #252525;
  background: transparent; color: #555; cursor: none;
  transition: all .28s; font-family: "Outfit", sans-serif;
}
.pf-btn:hover { border-color: rgba(77,255,175,.4); color: #4dffaf; }
.pf-btn.active { background: rgba(77,255,175,.08); border-color: rgba(77,255,175,.6); color: #4dffaf; }
.portfolio-col { transition: opacity .4s, transform .4s; }
.portfolio-col.pf-hidden { opacity: 0; pointer-events: none; transform: scale(.96); height: 0; overflow: hidden; margin: 0 !important; padding: 0 !important; }
@media (max-width: 767px) { .pf-filters { justify-content: flex-start; margin-top: 16px; } }

/* ════════════════════════════
   LANGUAGE TOGGLE
   ════════════════════════════ */
.lang-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.04); border: 1px solid #252525;
  border-radius: 20px; padding: 5px 13px; font-size: 12px;
  font-weight: 600; letter-spacing: .5px; cursor: none;
  color: #666; transition: border-color .3s, color .3s, background .3s;
  margin-left: 12px; white-space: nowrap;
}
.lang-toggle:hover { border-color: rgba(77,255,175,.45); color: #4dffaf; background: rgba(77,255,175,.05); }
.lang-toggle .lact { color: #4dffaf; }

/* ════════════════════════════
   GITHUB STATS
   ════════════════════════════ */
/* ── GitHub Activity section ── */
.gh-section-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 18px;
}
.gh-label {
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #333;
}
.gh-profile-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; color: #555; text-decoration: none;
  border: 1px solid #252525; border-radius: 20px;
  padding: 4px 14px; transition: color .25s, border-color .25s;
}
.gh-profile-link:hover { color: #4dffaf; border-color: rgba(77,255,175,.4); }
/* Contribution calendar graph */
.gh-contrib-wrap {
  background: #0e0e0e; border: 1px solid #1e1e1e;
  border-radius: 12px; padding: 20px 24px;
  margin-bottom: 14px;
  transition: border-color .3s;
}
.gh-contrib-wrap:hover { border-color: rgba(77,255,175,.2); }
.gh-contrib-img {
  width: 100%; height: auto; display: block;
  border-radius: 4px; filter: brightness(.9) contrast(1.05);
}
/* Streak card row */
.gh-stats-wrap {
  display: flex; flex-wrap: wrap; gap: 14px;
  justify-content: flex-start; align-items: flex-start;
}
.gh-stats-wrap img {
  border-radius: 10px; max-width: 100%; height: auto;
  border: 1px solid #1e1e1e;
  transition: border-color .3s, box-shadow .3s;
}
.gh-stats-wrap img:hover {
  border-color: rgba(77,255,175,.25);
  box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
@media (max-width: 767px) {
  .gh-section-header { flex-direction: column; align-items: flex-start; gap: 10px; }
  .gh-contrib-wrap { padding: 14px; }
  .gh-stats-wrap { justify-content: center; }
  .gh-stats-wrap img { width: 100%; }
}

/* ════════════════════════════
   TERMINAL EASTER EGG
   ════════════════════════════ */
.term-trigger {
  position: fixed; bottom: 88px; right: 28px; z-index: 9990;
  width: 44px; height: 44px; border-radius: 12px;
  background: #1a1a1a; border: 1px solid #2e2e2e;
  display: flex; align-items: center; justify-content: center;
  cursor: none; color: #4dffaf; font-size: 14px;
  font-family: 'Courier New', monospace; font-weight: 700;
  box-shadow: 0 4px 20px rgba(0,0,0,.4);
  transition: border-color .3s, box-shadow .3s, transform .2s;
  user-select: none;
}
.term-trigger:hover { border-color: rgba(77,255,175,.7); box-shadow: 0 4px 28px rgba(77,255,175,.2); transform: scale(1.07); }
.term-overlay {
  display: none; position: fixed; inset: 0; z-index: 99990;
  background: rgba(0,0,0,.65); backdrop-filter: blur(6px);
  align-items: center; justify-content: center;
}
.term-overlay.open { display: flex; }
.term-box {
  width: min(680px, 94vw); background: #0c0c0c;
  border: 1px solid #222; border-radius: 16px; overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.8);
  display: flex; flex-direction: column; animation: term-in .25s ease;
}
@keyframes term-in { from { opacity:0; transform:scale(.95) translateY(20px) } to { opacity:1; transform:none } }
.term-bar {
  background: #171717; padding: 11px 18px;
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid #1e1e1e;
}
.term-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.term-dot.red    { background: #ff5f57; }
.term-dot.yellow { background: #febc2e; }
.term-dot.green  { background: #28c840; }
.term-dot.red:hover { background: #ff3b30; cursor: pointer; }
.term-bar-title { flex: 1; text-align: center; font-size: 12px; color: #444; font-family: 'Courier New', monospace; }
.term-body {
  padding: 18px 22px; height: 300px; overflow-y: auto;
  font-family: 'Courier New', monospace; font-size: 13px;
  line-height: 1.75; color: #bbb;
}
.term-body::-webkit-scrollbar { width: 3px; }
.term-body::-webkit-scrollbar-thumb { background: #2a2a2a; border-radius: 2px; }
.term-line-cmd { color: #4dffaf; }
.term-line-err { color: #f87171; }
.term-line-hi  { color: #fff; }
.term-input-row {
  display: flex; align-items: center;
  border-top: 1px solid #181818; padding: 10px 22px; gap: 8px;
}
.term-prompt { color: #4dffaf; font-family: 'Courier New', monospace; font-size: 13px; white-space: nowrap; }
.term-input {
  flex: 1; background: none; border: none; outline: none;
  color: #fff; font-family: 'Courier New', monospace; font-size: 13px; caret-color: #4dffaf;
}
@media (max-width: 600px) { .term-body { height: 220px; } .term-trigger { right: 16px; bottom: 78px; } }

/* ── Hero bottom breathing room ── */
.banner-section { padding-bottom: 80px; position: relative; }
@media (max-width: 991px) { .banner-section { padding-bottom: 50px; } }

/* ── Hero noise / grain overlay ── */
.hero-noise {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
}

/* ── Stats band ── */
.stat-band {
  background: #141414; border-top: 1px solid #1e1e1e; border-bottom: 1px solid #1e1e1e;
  padding: 48px 0;
}
.stat-band .inner {
  display: flex; justify-content: center; gap: 0; flex-wrap: wrap;
}
.stat-item {
  flex: 1; min-width: 160px; text-align: center;
  padding: 16px 24px;
  border-right: 1px solid #222;
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-size: 46px; font-weight: 700; color: #4dffaf;
  font-family: "Lexend", sans-serif; line-height: 1;
  display: block;
}
.stat-plus { font-size: 32px; color: rgba(77,255,175,.5); vertical-align: super; }
.stat-label {
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  color: #555; margin-top: 10px; display: block;
}
.stat-num .odometer.odometer-auto-theme,
.stat-num .odometer.odometer-theme-default {
  font-family: "Lexend", sans-serif;
  color: #4dffaf; font-size: 46px; font-weight: 700; line-height: 1;
}
@media (max-width: 575px) {
  .stat-item { min-width: 50%; border-right: none; border-bottom: 1px solid #222; }
  .stat-item:nth-child(odd) { border-right: 1px solid #222; }
  .stat-item:last-child, .stat-item:nth-last-child(2):nth-child(odd) { border-bottom: none; }
}

/* ── Portfolio card hover stack overlay ── */
.hover-stack-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 40px 12px 12px;
  background: linear-gradient(to top, rgba(8,8,8,.93) 60%, transparent);
  display: flex; flex-wrap: wrap; gap: 5px;
  transform: translateY(100%);
  transition: transform .35s cubic-bezier(.4,0,.2,1);
  z-index: 5;
}
.portfolio-item:hover .hover-stack-overlay { transform: translateY(0); }
.hstack-chip {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.1); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.18); border-radius: 8px;
  padding: 4px 9px; font-size: 11.5px; color: #e8e8e8;
}
.hstack-chip i { font-size: 15px; line-height: 1; }
.proj-thumb-inner { overflow: hidden; position: relative; }

/* ── Typewriter cursor ── */
#typewriter-text::after {
  content: '|';
  color: #4dffaf;
  margin-left: 3px;
  animation: tw-blink .65s step-end infinite;
}
@keyframes tw-blink { 0%,100%{opacity:1} 50%{opacity:0} }

/* ── Hero buttons row ── */
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.sc-outline-btn {
  display: inline-flex; align-items: center; gap: 7px;
  border: 1.5px solid rgba(77,255,175,.45); color: #4dffaf;
  padding: 13px 28px; border-radius: 50px; font-size: 15px; font-weight: 500;
  text-decoration: none; transition: background .3s, border-color .3s, color .3s, transform .3s, box-shadow .3s;
  font-family: "Lexend", sans-serif; white-space: nowrap;
}
.sc-outline-btn:hover {
  background: #4dffaf; color: #0a1a12; border-color: #4dffaf;
  transform: translateY(-2px); box-shadow: 0 6px 20px rgba(77,255,175,.22);
}

/* ── Project placeholder thumbnails ── */
.proj-thumb-inner {
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.05);
  transition: filter 0.4s ease, transform 0.4s ease;
  width: 100%;
}
.proj-thumb-inner i { font-size: 52px; opacity: 0.85; }
.proj-thumb-inner .proj-stack {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.55;
  font-family: "Outfit", sans-serif;
}
.portfolio-item:hover .proj-thumb-inner { filter: brightness(1.15); }
.thumb-promobot {
  background: linear-gradient(135deg, #120426 0%, #3b1278 55%, #120426 100%);
  color: #c084fc;
}
.thumb-humble-bot {
  background: linear-gradient(135deg, #0a0d1e 0%, #2a3070 40%, #5865F2 100%);
  color: #adb8f7;
}

/* ════════════════════════════
   MAGNETIC BUTTONS
   ════════════════════════════ */
/* will-change aplicado apenas no hover via JS (evita stacking context permanente) */
.mag-btn { position: relative; white-space: nowrap; }
.mag-btn:hover { will-change: transform; }

/* ── Correção de overflow do header-button em telas 1200-1400px ──────────── */
/* Col-lg-3 (~285px) não comporta botão + Ctrl-K chip + lang toggle juntos   */
@media (max-width: 1400px) {
  .cmd-trigger-chip        { display: none !important; }
  .sc-header-btn           { padding: 0 24px !important; font-size: 16px !important; }
}

/* ════════════════════════════
   COMMAND PALETTE
   ════════════════════════════ */
.cmd-overlay {
  display: none; position: fixed; inset: 0; z-index: 999998;
  background: rgba(0,0,0,.78); backdrop-filter: blur(12px);
  align-items: flex-start; justify-content: center;
  padding-top: 100px;
}
.cmd-overlay.open { display: flex; }
.cmd-box {
  width: min(580px, 92vw);
  background: #111; border: 1px solid #252525;
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,.95), 0 0 0 1px rgba(77,255,175,.05);
  animation: cmd-in .2s cubic-bezier(.4,0,.2,1);
}
@keyframes cmd-in { from { opacity:0; transform:scale(.96) translateY(-18px) } to { opacity:1; transform:none } }
.cmd-search-row {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 22px; border-bottom: 1px solid #1e1e1e;
}
.cmd-search-icon { color: #4dffaf; font-size: 20px; flex-shrink: 0; }
.cmd-input {
  flex: 1; background: none; border: none; outline: none;
  color: #fff; font-size: 16px; font-family: 'Outfit', sans-serif;
  caret-color: #4dffaf;
}
.cmd-input::placeholder { color: #333; }
.cmd-esc-hint {
  background: #1c1c1c; border: 1px solid #2a2a2a;
  color: #444; font-size: 10px; padding: 3px 8px;
  border-radius: 6px; font-family: 'Courier New', monospace;
  user-select: none; white-space: nowrap;
}
.cmd-results { max-height: 360px; overflow-y: auto; padding: 6px; }
.cmd-results::-webkit-scrollbar { width: 3px; }
.cmd-results::-webkit-scrollbar-thumb { background: #252525; border-radius: 2px; }
.cmd-section-label {
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #2e2e2e;
  padding: 10px 16px 5px;
}
.cmd-item {
  display: flex; align-items: center; gap: 14px;
  padding: 11px 16px; border-radius: 10px;
  cursor: pointer; text-decoration: none; color: inherit;
  transition: background .12s;
}
.cmd-item:hover, .cmd-item.cmd-active { background: rgba(77,255,175,.07); }
.cmd-item-icon { color: #4dffaf; font-size: 18px; width: 22px; text-align: center; flex-shrink: 0; }
.cmd-item-label { color: #ccc; font-size: 14px; font-family: 'Outfit', sans-serif; }
.cmd-item-category { color: #383838; font-size: 11px; margin-left: auto; font-family: 'Outfit', sans-serif; white-space: nowrap; }
.cmd-footer {
  border-top: 1px solid #191919; padding: 10px 20px;
  display: flex; gap: 18px; align-items: center;
}
.cmd-hint { display: inline-flex; align-items: center; gap: 5px; color: #2e2e2e; font-size: 11px; font-family: 'Outfit', sans-serif; }
.cmd-hint kbd { background: #1c1c1c; border: 1px solid #282828; color: #484848; font-size: 10px; padding: 2px 6px; border-radius: 5px; font-family: 'Courier New', monospace; }
.cmd-trigger-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.03); border: 1px solid #252525;
  border-radius: 8px; padding: 5px 10px; font-size: 11px;
  color: #444; cursor: pointer; font-family: 'Outfit', sans-serif;
  transition: border-color .25s, color .25s;
  margin-left: 10px; white-space: nowrap;
}
.cmd-trigger-chip:hover { border-color: rgba(77,255,175,.35); color: #4dffaf; }
.cmd-trigger-chip kbd { font-size: 10px; color: #3a3a3a; font-family: inherit; }
@media (max-width: 991px) { .cmd-trigger-chip { display: none; } }

