#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%
}

#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #96eb64;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #96eb64;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s
}

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0
  }

  10% {
    width: 10px;
    height: 10px;
    opacity: 1
  }

  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1
  }

  100% {
    width: 70px;
    height: 70px;
    opacity: 0
  }
}

a:hover,
a:active,
a:focus {
  color: #96eb64;
  text-decoration: none
}

.primary-overlay[data-overlay-dark]:before {
  background: #96eb64
}

.secondary-overlay[data-overlay-dark]:before {
  background: #191919
}

.dark-overlay[data-overlay-dark]:before {
  background: #191919
}

.text-primary,
.text-primary-hover:hover {
  color: #96eb64 !important
}

.text-secondary,
.text-secondary-hover:hover {
  color: #191919 !important
}

.bg-primary {
  background-color: #96eb64 !important
}

.bg-secondary {
  background-color: #191919 !important
}

.bg-light {
  background-color: rgba(25, 25, 25, 0.04) !important
}

.border-primary-color {
  border-bottom: 1px solid #96eb64 !important
}

.box-shadow-common {
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.09)
}

.primary-shadow {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08)
}

.text-white-hover:hover {
  color: #fff !important
}

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

.min-vh-100 {
  min-height: 100vh
}

.min-vh-80 {
  min-height: 80vh
}

.min-height-480 {
  min-height: 480px
}

.min-height-390px {
  min-height: 390px
}

.min-height-350px {
  min-height: 350px
}

.w-250px {
  width: 250px
}

.border-radius-30 {
  border-radius: 30px
}

.border-top-left-radius-30 {
  border-top-left-radius: 30px
}

.border-bottom-left-radius-30 {
  border-bottom-left-radius: 30px
}

.border-bottom-right-radius-30 {
  border-bottom-right-radius: 30px
}

.border-text {
  text-fill-color: transparent;
  text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px
}

.border-text.primary {
  text-fill-color: transparent;
  text-stroke-color: #96eb64;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #96eb64;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px
}

.ls-minus-2px {
  letter-spacing: -2px
}

.margin-left-minus-15px {
  margin-left: -15px
}

.min-height-525 {
  min-height: 525px
}

@media screen and (max-width: 991px) {
  .min-height-525 {
    min-height: 450px
  }
}

@media screen and (max-width: 767px) {
  .min-height-525 {
    min-height: 400px
  }
}

.min-height-650 {
  min-height: 650px
}

@media screen and (max-width: 991px) {
  .min-height-650 {
    min-height: 550px
  }
}

@media screen and (max-width: 767px) {
  .min-height-650 {
    min-height: 450px
  }
}

.cd-headline {
  font-size: 18px;
  color: #191919
}

.cd-headline.clip .cd-words-wrapper:after {
  content: none
}

.image-hover {
  position: relative;
  overflow: hidden;
  background-color: #96eb64;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1)
}

.image-hover:hover img,
.image-hover:active img,
.image-hover:focus img {
  opacity: .5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.image-hover * {
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1)
}

@media screen and (min-width: 1200px) {
  .image-effect {
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    clip-path: polygon(0 0, 6% 0, 6% 100%, 0% 100%)
  }

  .image-effect.animated {
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%)
  }
}

@media screen and (max-width: 1199px) {
  .image-effect {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease
  }
}

.scroll-bar {
  position: fixed;
  right: 20px;
  z-index: 111;
  top: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  mix-blend-mode: difference
}

.scroll-bar.visible {
  opacity: 1
}

.scroll-bar .scroll-to-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.scroll-bar .scroll-ver-line {
  width: 2px;
  height: 60px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
  color: inherit;
  display: block
}

.scroll-bar .scroll-indicate {
  display: inline-block;
  width: 2px;
  position: absolute;
  background-color: #fff;
  top: 0px;
  left: 0px
}

.scroll-bar .scroll-text {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  margin-bottom: 15px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase
}

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

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

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

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

.cursor-helper {
  height: 0
}

.cursor-title {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: exclusion;
  transition: transform .2s;
  left: 0;
  top: 0
}

.cursor-link {
  background-color: #96eb64;
  opacity: 0.4
}

.cursor-light {
  background-color: #fff;
  opacity: 1
}

.cursor-slider {
  background-color: #96eb64;
  border-radius: 100%;
  padding: 30px
}

.cursor-slider:after {
  content: "\e658";
  font-family: 'themify';
  font-size: 24px;
  position: absolute;
  top: 13px;
  left: 19px;
  line-height: 35px;
  color: #fff
}

.cursor-helper-innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4
}

@media screen and (max-width: 1199px) {
  .cursor-helper {
    display: none
  }

  h2 {
    cursor: inherit !important
  }
}

.list-style01 li {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  font-size: 14px
}

.list-style01 li:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.list-style01 li:first-child {
  padding-left: 0
}

.list-style01 li:first-child:before {
  content: none
}

.list-style02 li {
  position: relative;
  display: inline;
  font-size: 14px
}

.list-style02 li:after {
  content: "/";
  margin: 0 10px
}

.list-style03 li {
  display: inline-block;
  margin: 0 14px
}

.list-style03 li a {
  color: #212529
}

.list-style03 li a:hover {
  transform: translateY(-3px);
  color: #96eb64
}

.list-style04 {
  list-style: none;
  padding-left: 0
}

.list-style04 li {
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px
}

.list-style04 li:last-child {
  margin-bottom: 0
}

.list-style04 li:before {
  content: '\f058';
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 35px;
  color: #96eb64
}

.list-style05 li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-weight: 600
}

.list-style05 li:last-child {
  margin-bottom: 0
}

.list-style05 li:before {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 10px;
  color: #191919;
  font-weight: 800
}

.list-style05 li a {
  color: #191919
}

.list-style06 li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px
}

.list-style06 li:last-child {
  margin-right: 0
}

.list-style06 li a {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  padding: 4px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #191919;
  color: #191919;
  transition: all 0.3s linear
}

.list-style06 li a:hover {
  border: 1px solid #96eb64;
  color: #fff;
  background-color: #96eb64
}

.list-style07 li {
  margin-bottom: 22px
}

.list-style07 li:last-child {
  margin-bottom: 0
}

.list-style07 li a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400
}

.list-style07 li a:hover {
  color: #96eb64
}

.list-style08 li {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  margin-right: 3px
}

.list-style08 li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 0
}

.list-style08 li:last-child:after {
  content: none
}

.list-style09 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px
}

.list-style09 li:last-child {
  margin-bottom: 0
}

.list-style09 li:before {
  content: "\e64c";
  font-family: 'themify';
  position: absolute;
  left: 0;
  top: 4px
}

.list-style09.white li {
  color: #fff
}

.list-style09.white li h6 {
  color: rgba(255, 255, 255, 0.9)
}

.list-style09.dark li {
  color: #191919
}

.list-style09.dark li h6 {
  color: rgba(25, 25, 25, 0.9)
}

.list-style10 li {
  display: inline-block;
  margin-right: 40px;
  font-size: 12px
}

.list-style10 li:last-child {
  margin-right: 0
}

.list-style10 li a {
  color: #fff;
  font-weight: 100
}

.list-style11 {
  list-style: none;
  padding-left: 0
}

.list-style11 li {
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px
}

.list-style11 li:last-child {
  margin-bottom: 0
}

.list-style11 li:before {
  content: '\e64c';
  font-family: 'themify';
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 35px;
  color: #96eb64
}

.btn-style01 {
  background-color: transparent;
  position: relative;
  border: none;
  font-size: 15px;
  padding: 15px 30px 15px 30px !important;
  letter-spacing: .5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #191919;
  transition: all .3s ease-in-out;
  z-index: 9
}

.btn-style01 span {
  position: relative;
  z-index: 9;
  color: #191919
}

.btn-style01:before {
  width: 100%;
  height: 50px;
  background-color: #96eb64;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.btn-style01:hover:before,
.btn-style01:active:before,
.btn-style01:focus:before {
  width: 100%
}

.btn-style01.md {
  padding: 13px 30px !important;
  font-size: 14px
}

.btn-style01.sm {
  padding: 11px 27px !important;
  font-size: 12px
}

.btn-style01.secondary:before {
  background-color: #191919
}

.btn-style02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #96eb64;
  color: #fff;
  border: 2px solid #96eb64;
  line-height: 1;
  font-weight: 800;
  position: relative;
  outline: none;
  transition: all 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px !important;
  padding: 16px 28px;
  z-index: 9;
  border-radius: 0.15rem;
  text-transform: uppercase
}

.btn-style02:hover,
.btn-style02:active,
.btn-style02:focus {
  color: #fff !important;
  border-color: #191919;
  background: #191919
}

.btn-style02.white {
  background: #fff;
  color: #96eb64 !important;
  border: 2px solid #fff
}

.btn-style02.medium {
  padding: 13px 22px !important
}

.btn-style02.small {
  padding: 10px 18px !important
}

.btn-style03 {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background-color: #96eb64;
  color: #fff;
  font-size: 14px !important;
  font-weight: 600;
  transition: .5s;
  padding: 20px !important
}

.btn-style03:hover,
.btn-style03:active,
.btn-style03:focus {
  background-color: #191919
}

.btn-style03.white:hover,
.btn-style03.white:active,
.btn-style03.white:focus {
  background-color: #fff
}

.btn-style04 {
  position: relative;
  text-align: center;
  font-size: 16px !important;
  font-weight: 500;
  color: #191919;
  text-transform: uppercase;
  border: 1px solid #191919;
  border-radius: 50%;
  transform: rotate(-6deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 45px 72px !important
}

.btn-style04:hover {
  color: #96eb64
}

.btn-style04.white {
  border: 1px solid #fff;
  color: #fff
}

.btn-style04.white:hover {
  color: #96eb64 !important
}

.btn-style04.md {
  padding: 20px 72px !important
}

.btn-style04.sm {
  padding: 15px 22px !important;
  font-size: 12px !important;
  border: 1px solid #96eb64
}

@media screen and (max-width: 767px) {
  .btn-style04 {
    padding: 25px 52px !important;
    font-size: 15px !important
  }
}

.btn-style5 {
  background-color: #96eb64;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
  padding: 15px 34px !important;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 700;
  width: auto;
  line-height: 1.5;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.btn-style5:hover,
.btn-style5:active,
.btn-style5:focus {
  color: #fff;
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0)
}

.btn-style5.white {
  background-color: #fff;
  color: #232323
}

.btn-style5.md {
  padding: 13px 30px !important;
  font-size: 13px
}

.btn-style5.sm {
  padding: 11px 27px !important;
  font-size: 12px
}

.top-bar-info {
  display: inline-block;
  vertical-align: middle
}

.top-bar-info ul {
  margin-bottom: 0
}

.top-bar-info li {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0
}

.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0
}

.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom
}

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0
}

.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px
}

.top-social-icon li:last-child {
  padding-right: 0
}

.top-social-icon li:last-child a {
  padding-right: 0
}

.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  padding: 0 3px
}

.top-social-icon li a:hover {
  color: rgba(255, 255, 255, 0.65)
}

.navbar-nav li.current>a,
.navbar-nav li.active>a {
  color: #96eb64 !important
}

.attr-nav>ul>li>a.butn {
  color: #fff
}

.navbar>ul>li.current>a:after {
  border-color: transparent #96eb64 #96eb64 transparent !important
}

.menu_area-light .navbar-nav li.current>a,
.menu_area-light .navbar-nav li.active>a {
  color: #96eb64
}

.menu_area-light .navbar>ul>li.current>a:after {
  border-color: transparent #96eb64 #96eb64 transparent
}

.menu_area-light.scrollHeader .navbar-nav li.current>a {
  color: #96eb64
}

.menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
  color: #96eb64
}

.menu_area-light.scrollHeader .navbar-nav li.active>a {
  color: #96eb64
}

.menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
  border-color: transparent #96eb64 #96eb64 transparent
}

@media screen and (min-width: 992px) {

  .menu_area-light .navbar ul ul li.active>a,
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #96eb64
  }

  .menu_area-light .navbar>ul>li.has-sub>a:hover:after {
    border-color: #96eb64
  }

  .menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover {
    color: #96eb64
  }

  .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover {
    color: #96eb64
  }

  .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover:after {
    border-color: transparent #96eb64 #96eb64 transparent
  }

  .header-style2 .navbar>ul>li.has-sub.current>a:hover:after {
    border-color: transparent #96eb64 #96eb64 transparent
  }

  .header-style2.scrollHeader .navbar-nav li.current>a {
    color: #96eb64
  }

  .header-style2.scrollHeader .navbar-nav li.current>a:hover {
    color: #96eb64
  }

  .header-style2.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #96eb64 #96eb64 transparent
  }

  .header-style2 .navbar ul ul li.active>a {
    color: #96eb64
  }

  .header-style2 .navbar-nav li.has-sub a:hover,
  .header-style2 .navbar-nav li.has-sub a:active,
  .header-style2 .navbar-nav li.has-sub a:focus {
    color: #96eb64
  }

  .header-style2 .navbar-nav li.current>a,
  .header-style2 .navbar-nav li.active>a {
    color: #96eb64
  }

  .header-style2 .navbar>ul>li.has-sub>a:hover:after,
  .header-style2 .navbar>ul>li.has-sub>a:active:after,
  .header-style2 .navbar>ul>li.has-sub>a:focus:after {
    border-color: transparent #96eb64 #96eb64 transparent
  }
}

@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #96eb64
  }

  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
  }

  .header-style1 .navbar-toggler:before {
    background: #fff
  }

  .header-style1 .navbar-toggler.menu-opened:after,
  .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff
  }
}

.header-style2 .navbar-nav li.current>a {
  color: #96eb64
}

.header-style2 .navbar>ul>li.current>a:after {
  border-color: transparent #96eb64 #96eb64 transparent
}

.header-style2.scrollHeader .navbar-nav li.current>a {
  color: #96eb64
}

.header-style2.scrollHeader .navbar-nav li.current>a:hover {
  color: #96eb64
}

.header-style2.scrollHeader .navbar>ul>li.current>a:after {
  border-color: transparent #96eb64 #96eb64 transparent
}

@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active>a {
    color: #96eb64
  }

  .header-style2 .butn.secondary:before {
    background: #ffffff
  }

  .header-style2 .butn.secondary:hover,
  .header-style2 .butn.secondary:focus,
  .header-style2 .butn.secondary:active {
    color: #121c22 !important
  }

  .header-style2.scrollHeader .butn.secondary:before {
    background: #96eb64
  }

  .header-style2.scrollHeader .butn.secondary:hover,
  .header-style2.scrollHeader .butn.secondary:focus,
  .header-style2.scrollHeader .butn.secondary:active {
    color: #fff !important
  }
}

.header-style3 .navbar-nav li.current>a,
.header-style3 .navbar-nav li.active>a {
  color: #96eb64
}

@media screen and (min-width: 992px) {
  .header-style3 .navbar-nav li.active>a {
    color: #96eb64
  }

  .header-style3 .navbar-nav>li>a:hover,
  .header-style3 .navbar-nav>li>a:active,
  .header-style3 .navbar-nav>li>a:focus {
    color: #96eb64
  }

  .header-style3 .navbar ul ul li.active>a {
    color: #96eb64
  }

  .header-style3 .navbar-nav li.has-sub a:hover,
  .header-style3 .navbar-nav li.current>a {
    color: #96eb64
  }

  .header-style3 .navbar-nav>li.has-sub>a:hover {
    color: #96eb64
  }

  .header-style3 .navbar>ul>li.has-sub>a:hover:after,
  .header-style3 .navbar>ul>li.current>a:after {
    border-color: transparent #96eb64 #96eb64 transparent
  }

  .header-style3.scrollHeader .navbar-nav>li.has-sub>a:hover {
    color: #96eb64
  }

  .header-style3.scrollHeader .navbar>ul>li.has-sub>a:hover:after {
    border-color: transparent #96eb64 #96eb64 transparent
  }

  .header-style3.scrollHeader .navbar-nav>li.active>a {
    color: #96eb64
  }

  .header-style3.scrollHeader .navbar-nav li.current>a {
    color: #96eb64
  }

  .header-style3.scrollHeader .navbar-nav li.current>a:hover {
    color: #96eb64
  }

  .header-style3.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #96eb64 #96eb64 transparent
  }
}

@media screen and (max-width: 991px) {
  .header-style3 .navbar-toggler {
    background: #96eb64
  }

  .header-style3 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
  }

  .header-style3 .navbar-toggler:before {
    background: #fff
  }

  .header-style3 .navbar-toggler.menu-opened:after,
  .header-style3 .navbar-toggler.menu-opened:before {
    background: #fff
  }
}

.banner-style01:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  background-color: #191919
}

.banner-style01 .banner-icons {
  transform: rotate(-90deg)
}

.banner-style02 .banner-text {
  width: 253px;
  height: 253px;
  color: white;
  padding: 18px;
  font-weight: 600;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(225, 255, 255, 0.3);
  position: relative
}

.banner-style02 .banner-text .coloring {
  fill: white;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  word-spacing: 3px;
  font-weight: 500
}

.banner-style02 .banner-text svg {
  -webkit-animation: rotated_circle 12s linear infinite;
  animation: rotated_circle 12s linear infinite
}

.banner-style02 .banner-text .banner-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.banner-style02 .counter-no {
  font-size: 168px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-right: 15px
}

.banner-style02 .banner-count {
  margin-left: -120px
}

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

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

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

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

@media screen and (max-width: 1599px) {
  .banner-style02 .banner-count {
    margin-left: -65px
  }
}

@media screen and (max-width: 1399px) {
  .banner-style02 .banner-count {
    margin-left: 0
  }
}

@media screen and (max-width: 991px) {
  .banner-style02 .banner-text {
    width: 220px;
    height: 220px
  }
}

.banner-style04 .banner-left-content {
  padding: 150px 105px;
  border-radius: 0.375rem;
  overflow: hidden
}

.banner-style04 .banner-left-content:before {
  content: "";
  position: absolute;
  border: 60px solid #fff;
  top: -90px;
  right: -90px;
  border-radius: 50%;
  background-color: #96eb64;
  width: 300px;
  height: 300px;
  opacity: 0.2
}

.banner-style04 .banner-text {
  width: 184px;
  height: 184px;
  color: white;
  padding: 25px;
  font-weight: 600;
  position: relative;
  border-radius: 50%;
  background: #fff
}

.banner-style04 .banner-text .coloring {
  fill: #191919;
  text-transform: uppercase;
  word-spacing: 17px
}

.banner-style04 .banner-text svg {
  -webkit-animation: rotated_circle 12s linear infinite;
  animation: rotated_circle 12s linear infinite
}

.banner-style04 .banner-text .banner-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 1399px) {
  .banner-style04 .banner-left-content {
    padding: 85px 78px
  }
}

@media screen and (max-width: 1199px) {
  .banner-style04 .banner-left-content {
    padding: 70px 55px
  }
}

@media screen and (max-width: 575px) {
  .banner-style04 .banner-left-content {
    padding: 40px 20px
  }
}

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

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

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

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

.video-banner h1 {
  font-size: 134px
}

@media screen and (max-width: 991px) {
  .video-banner h1 {
    font-size: 100px
  }
}

@media screen and (max-width: 575px) {
  .video-banner h1 {
    font-size: 70px
  }
}

.section-title01 h4.lg-title {
  font-size: 236px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.08em;
  margin: 0em 0em 0em 0em;
  color: rgba(25, 25, 25, 0.05);
  vertical-align: middle;
  transition: color .3s;
  position: absolute;
  left: 0;
  top: -52%;
  z-index: 0
}

.section-title01 h4.lg-title.white {
  color: rgba(255, 255, 255, 0.03)
}

.section-title01 h4.lg-title.sm {
  font-size: 200px
}

@media screen and (max-width: 1599px) {
  .section-title01 h4.lg-title {
    font-size: 165px;
    top: -30%
  }

  .section-title01 h4.lg-title.sm {
    font-size: 140px;
    top: -25%
  }
}

@media screen and (max-width: 1199px) {
  .section-title01 h4.lg-title {
    font-size: 145px;
    top: -16%
  }

  .section-title01 h4.lg-title.sm {
    font-size: 110px;
    top: -5%
  }
}

@media screen and (max-width: 767px) {
  .section-title01 h4.lg-title {
    display: none
  }
}

.section-title02 p {
  font-weight: normal;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: -0.025em
}

.section-title02 p span:before {
  content: "";
  position: absolute;
  top: -0.09em;
  left: -0.2em;
  bottom: -0.09em;
  right: -0.2em;
  display: block;
  border: 1px solid #111;
  border-radius: 50%;
  opacity: 0.7;
  transform: rotate(-7deg);
  pointer-events: none;
  z-index: 0
}

.section-title02.white p span:before {
  border: 1px solid #fff
}

@media screen and (max-width: 1599px) {
  .section-title02 p {
    font-size: 25px
  }
}

@media screen and (max-width: 1399px) {
  .section-title02 p {
    font-size: 22px
  }
}

@media screen and (max-width: 575px) {
  .section-title02 p {
    font-size: 18px
  }

  .section-title02 p span:before {
    display: none
  }
}

.display-custom-1 {
  letter-spacing: -5px;
  font-size: 18.75rem;
  line-height: 1;
  bottom: -110px;
  z-index: 0
}

@media screen and (max-width: 1199px) {
  .display-custom-1 {
    font-size: 16rem;
    bottom: -100px
  }
}

@media screen and (max-width: 991px) {
  .display-custom-1 {
    font-size: 14rem;
    bottom: -90px
  }
}

@media screen and (max-width: 767px) {
  .display-custom-1 {
    font-size: 12rem
  }
}

@media screen and (max-width: 575px) {
  .display-custom-1 {
    font-size: 10rem
  }
}

.display-custom-2 {
  letter-spacing: -7px;
  font-size: 14.063rem;
  line-height: 1
}

@media screen and (max-width: 1199px) {
  .display-custom-2 {
    font-size: 12rem
  }
}

@media screen and (max-width: 991px) {
  .display-custom-2 {
    font-size: 10rem
  }
}

@media screen and (max-width: 767px) {
  .display-custom-2 {
    font-size: 9rem
  }
}

@media screen and (max-width: 575px) {
  .display-custom-2 {
    font-size: 8rem
  }
}

.display-custom-3 {
  font-size: 104px
}

@media screen and (max-width: 991px) {
  .display-custom-3 {
    font-size: 94px
  }
}

@media screen and (max-width: 767px) {
  .display-custom-3 {
    font-size: 74px
  }
}

@media screen and (max-width: 575px) {
  .display-custom-3 {
    font-size: 55px
  }
}

[data-top-bottom] {
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1)
}

.page-title-section {
  padding: 180px 0 100px 0
}

.page-title-section.style1 {
  padding: 150px 0
}

.page-title-section h1 {
  font-size: 64px;
  line-height: 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
  white-space: normal
}

.pagetitle-lg-title {
  display: block;
  font-size: 105px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  opacity: 0.2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  margin: 0 0 -58px 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase
}

.page-title-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: 1.3;
  vertical-align: middle
}

.page-title-section ul li {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  margin-right: 13px;
  vertical-align: middle
}

.page-title-section ul li:last-child {
  color: #191919;
  opacity: 0.75;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1px;
  display: inline-block;
  padding-right: 0;
  margin-right: 0
}

.page-title-section ul li:last-child a {
  color: #191919;
  opacity: 0.9;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px
}

.page-title-section ul li:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #191919;
  display: inline-block;
  right: -8px;
  z-index: 1;
  position: absolute;
  top: 7px;
  border-radius: 50rem;
  opacity: 0.7
}

.page-title-section ul li:last-child:after {
  content: none
}

.page-title-section ul li a {
  color: #191919;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px
}

.page-title-section .shape-1 {
  padding: 20px;
  background: #fff;
  z-index: 3;
  bottom: 73px;
  left: 52px
}

@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 170px 0 90px 0
  }

  .page-title-section h1 {
    font-size: 52px;
    margin-bottom: 10px
  }
}

@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 150px 0 90px 0
  }

  .page-title-section.style1 {
    padding: 130px 0
  }

  .page-title-section h1 {
    font-size: 48px
  }
}

@media screen and (max-width: 575px) {
  .page-title-section {
    padding: 130px 0 80px 0
  }

  .page-title-section.style1 {
    padding: 100px 0
  }

  .page-title-section h1 {
    font-size: 42px
  }
}

.card .card-body {
  color: #575a7b
}

.card-style01 {
  position: relative;
  margin-top: -1px;
  padding-top: 45px;
  padding-bottom: 41px
}

.card-style01 .service-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease
}

.card-style01 .service-count .count {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #96eb64;
  margin-right: 90px
}

.card-style01 .service-icon {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: rgba(25, 25, 25, 0.5);
  text-transform: uppercase;
  border: 1px solid rgba(25, 25, 25, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  width: 55px;
  justify-content: center;
  height: 55px
}

.card-style01:hover .service-icon,
.card-style01:active .service-icon,
.card-style01:focus .service-icon {
  background-color: #96eb64;
  border: 1px solid #96eb64;
  color: #fff
}

.card-style01:hover .service-img,
.card-style01:active .service-img,
.card-style01:focus .service-img {
  opacity: 1;
  left: 27%;
  visibility: visible
}

@media screen and (max-width: 1199px) {
  .card-style01 .service-count .count {
    margin-right: 35px
  }
}

.card-style02 .blog-list li {
  display: inline-block;
  font-size: 15px;
  position: relative;
  line-height: 1;
  padding-left: 12px;
  margin-right: 10px
}

.card-style02 .blog-list li:first-child {
  padding-left: 0
}

.card-style02 .blog-list li:last-child {
  margin-right: 0
}

.card-style02 .blog-list li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212529;
  opacity: 0.5
}

.card-style02 .blog-list li:first-child:before {
  content: none
}

.card-style03 {
  background: transparent;
  border-radius: 0
}

.card-style03 .card-body {
  padding: 6.2em 3em 5em 3em
}

.card-style03 .service-btn {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.card-style03 .service-btn .btn-text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity
}

.card-style03 .service-btn .btn-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center
}

.card-style03 .service-btn .btn-arrow:before {
  font-size: 18px;
  line-height: inherit;
  font-weight: 400;
  font-style: inherit;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  content: "\e628";
  font-family: 'themify';
  transition: .4s
}

.card-style03:hover .service-btn .btn-text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease
}

.card-style03:hover .service-btn .btn-arrow:before {
  font-size: 11px
}

.card-style03 .service-bg-color {
  border-radius: inherit;
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
  transition-duration: 0.5s;
  transition-delay: 0s;
  margin: 0
}

.card-style03 .service-bg-color:before {
  content: '';
  width: 150%;
  padding-bottom: 150%;
  border-radius: 0;
  position: absolute;
  left: 50%;
  bottom: 55%;
  filter: blur(35px);
  opacity: .1;
  transform: translateX(-50%);
  background-image: conic-gradient(from 205deg at 50% 50%, transparent 0deg, #96eb64 25deg, rgba(150, 235, 100, 0.2) 295deg, transparent 360deg)
}

.card-style03:hover .service-bg-color {
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 0s
}

.card-style03 .service-bg-box {
  border-radius: inherit;
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle at 60% 5%, #fff 0%, #fff 15%, transparent 60%);
  mask-image: radial-gradient(circle at 60% 5%, #fff 0%, #fff 15%, transparent 60%);
  margin: 0
}

.card-style03 .service-bg-box .item-box {
  opacity: 0;
  transition: opacity .25s
}

.card-style03 .service-bg-box .item-box .item-box-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 10%;
  width: 22.5%;
  background-color: rgba(150, 235, 100, 0.07);
  animation-duration: 8s;
  animation-iteration-count: infinite;
  opacity: 0
}

.card-style03 .service-bg-box .item-box .item-box-2 {
  left: 22.5%;
  height: 10%;
  width: 27.5%;
  animation-delay: -6s
}

.card-style03 .service-bg-box .item-box .item-box-3 {
  left: 50%;
  height: 10%;
  width: 27.5%;
  animation-delay: -4s
}

.card-style03 .service-bg-box .item-box .item-box-4 {
  left: 77.5%;
  height: 10%;
  width: 22.5%;
  animation-delay: -2s
}

.card-style03 .service-bg-box .item-box .item-box-5 {
  top: 10%;
  left: 0;
  height: 22.5%;
  width: 22.5%;
  animation-delay: -4s
}

.card-style03 .service-bg-box .item-box .item-box-6 {
  top: 10%;
  left: 22.5%;
  height: 22.5%;
  width: 27.5%;
  animation-delay: -2s
}

.card-style03 .service-bg-box .item-box .item-box-7 {
  top: 10%;
  left: 50%;
  height: 22.5%;
  width: 27.5%
}

.card-style03 .service-bg-box .item-box .item-box-8 {
  top: 10%;
  left: 77.5%;
  height: 22.5%;
  width: 22.5%;
  animation-delay: -4s
}

.card-style03 .service-bg-box .item-box .item-box-9 {
  top: 32.5%;
  left: 50%;
  height: 22.5%;
  width: 27.5%;
  animation-delay: -6s
}

.card-style03 .service-bg-box .item-box .item-box-10 {
  top: 32.5%;
  left: 77.5%;
  height: 22.5%;
  width: 22.5%;
  animation-delay: -2s
}

.card-style03 .service-bg-box .item-line-1 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .35s
}

.card-style03 .service-bg-box .item-line-1:before {
  content: '';
  position: absolute;
  background-color: rgba(225, 225, 225, 0.08);
  transition: transform .35s;
  left: 0;
  right: 0;
  height: 1px;
  transform-origin: 0 50%;
  transform: scaleX(0);
  top: 10%;
  transition-delay: .3s
}

.card-style03 .service-bg-box .item-line-1:after {
  content: '';
  position: absolute;
  background-color: rgba(225, 225, 225, 0.08);
  transition: transform .35s;
  top: 0;
  bottom: 0;
  width: 1px;
  transform-origin: 50% 0;
  transform: scaleY(0);
  left: 22.5%;
  transition-delay: .3s
}

.card-style03 .service-bg-box .item-line-2 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .35s
}

.card-style03 .service-bg-box .item-line-2:before {
  content: '';
  position: absolute;
  background-color: rgba(225, 225, 225, 0.08);
  transition: transform .35s;
  left: 0;
  right: 0;
  height: 1px;
  transform-origin: 0 50%;
  transform: scaleX(0);
  top: 32.5%;
  transition-delay: .15s
}

.card-style03 .service-bg-box .item-line-2:after {
  content: '';
  position: absolute;
  background-color: rgba(225, 225, 225, 0.08);
  transition: transform .35s;
  top: 0;
  bottom: 0;
  width: 1px;
  transform-origin: 50% 0;
  transform: scaleY(0);
  left: 50%;
  transition-delay: .15s
}

.card-style03 .service-bg-box .item-line-3 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .35s
}

.card-style03 .service-bg-box .item-line-3:before {
  content: '';
  position: absolute;
  background-color: rgba(225, 225, 225, 0.08);
  transition: transform .35s;
  left: 0;
  right: 0;
  height: 1px;
  transform-origin: 0 50%;
  transform: scaleX(0);
  top: 55%
}

.card-style03 .service-bg-box .item-line-3:after {
  content: '';
  position: absolute;
  background-color: rgba(225, 225, 225, 0.08);
  transition: transform .35s;
  top: 0;
  bottom: 0;
  width: 1px;
  transform-origin: 50% 0;
  transform: scaleY(0);
  right: 22.5%
}

.card-style03:hover .service-bg-box .item-box {
  opacity: 1
}

.card-style03:hover .service-bg-box .item-box .items {
  animation-name: tile
}

.card-style03:hover .service-bg-box .item-line-1 {
  opacity: 1;
  transition-duration: .15s
}

.card-style03:hover .service-bg-box .item-line-1:before {
  transition-delay: .0s;
  transform: scaleX(1)
}

.card-style03:hover .service-bg-box .item-line-1:after {
  transition-delay: .0s;
  transform: scaleY(1)
}

.card-style03:hover .service-bg-box .item-line-2 {
  opacity: 1;
  transition-duration: .15s
}

.card-style03:hover .service-bg-box .item-line-2:before {
  transition-delay: .15s;
  transform: scaleX(1)
}

.card-style03:hover .service-bg-box .item-line-2:after {
  transition-delay: .15s;
  transform: scaleY(1)
}

.card-style03:hover .service-bg-box .item-line-3 {
  opacity: 1;
  transition-duration: .15s
}

.card-style03:hover .service-bg-box .item-line-3:before {
  transition-delay: .3s;
  transform: scaleX(1)
}

.card-style03:hover .service-bg-box .item-line-3:after {
  transition-delay: .3s;
  transform: scaleY(1)
}

@keyframes tile {

  0%,
  12.5%,
  100% {
    opacity: 1
  }

  25%,
  82.5% {
    opacity: 0
  }
}

@media screen and (max-width: 1399px) {
  .card-style03 .card-body {
    padding: 4em 2.3em 4em 2.3em
  }
}

@media screen and (max-width: 1199px) {
  .card-style03 .card-body {
    padding: 4em 1.3em 4em 1.3em
  }
}

@media screen and (max-width: 767px) {
  .card-style03 .card-body {
    padding: 3em 1.3em 3em 1.3em
  }
}

.card-style04 .blog-tag {
  position: absolute;
  top: 30px;
  right: 20px
}

.card-style04 .blog-tag a {
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  color: #191919;
  background-color: #fff
}

.card-style04 .blog-tag a:hover,
.card-style04 .blog-tag a:active,
.card-style04 .blog-tag a:focus {
  border: 1px solid #96eb64;
  background-color: #96eb64;
  color: #fff
}

.filtering {
  margin-bottom: 40px
}

.filtering span {
  cursor: pointer;
  font-size: 14.4px;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 15px;
  background: transparent;
  color: #191919;
  border: 2px solid #191919
}

.filtering span:last-child {
  margin: 0
}

.filtering .active {
  color: #ffffff;
  background: #96eb64;
  border: 2px solid #96eb64
}

@media screen and (max-width: 767px) {
  .filtering {
    margin-bottom: 0
  }

  .filtering span {
    margin-bottom: 17px
  }
}

@media screen and (max-width: 575px) {
  .filtering span {
    padding: 6px 8px;
    margin-right: 5px;
    font-size: 13px
  }
}

.lg-backdrop {
  z-index: 99999
}

.lg-outer {
  z-index: 999999
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #96eb64
}

.lg-progress-bar .lg-progress {
  background-color: #96eb64
}

.lg-backdrop.in {
  opacity: 0.85
}

.portfolio.portfolio-container {
  width: 300vw;
  min-height: 100vh;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.portfolio .portfolio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.portfolio .portfolio-wrap .portfolio-item {
  width: 46vw;
  position: relative
}

@media screen and (max-width: 991px) {
  .portfolio .portfolio-wrap {
    display: block;
    padding: 15px !important
  }

  .portfolio .portfolio-wrap .portfolio-item {
    width: 100%
  }

  .portfolio.portfolio-container {
    width: 100% !important;
    min-height: auto;
    display: block
  }
}

.masonry {
  margin: 0;
  padding: 0;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  transition-duration: .4s;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s
}

.masonry .masonry-item {
  position: relative;
  overflow: hidden;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s
}

.masonry .masonry-item img {
  display: block;
  width: 100%;
  height: auto;
  -moz-transition-duration: .4s;
  -ms-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s
}

.masonry .masonry-block {
  margin-top: 140px
}

.masonry .masonry-block .masonry-item .masonry-btn {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  color: #96eb64;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.masonry .masonry-block .masonry-item .masonry-btn .btn-text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity
}

.masonry .masonry-block .masonry-item .masonry-btn .btn-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center
}

.masonry .masonry-block .masonry-item .masonry-btn .btn-arrow:before {
  font-size: 18px;
  line-height: inherit;
  font-weight: 400;
  font-style: inherit;
  display: inline-block;
  vertical-align: middle;
  color: #96eb64;
  content: "\e628";
  font-family: 'themify';
  transition: .4s
}

.masonry .masonry-block:hover .masonry-item .masonry-btn .btn-text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease
}

.masonry .masonry-block:hover .masonry-item .masonry-btn .btn-arrow:before {
  font-size: 11px
}

.masonry .masonry-block .masonry-item .masonry-lg-btn {
  border-radius: 50%;
  height: 180px;
  width: 180px;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background-color: #96eb64;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: .5s
}

.masonry .masonry-block .masonry-item .masonry-lg-btn:hover,
.masonry .masonry-block .masonry-item .masonry-lg-btn:active,
.masonry .masonry-block .masonry-item .masonry-lg-btn:focus {
  background-color: #191919
}

@media screen and (min-width: 576px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
  }
}

@media screen and (min-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
  }
}

@media screen and (min-width: 1200px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
  }
}

@media screen and (max-width: 1199px) {
  .masonry .masonry-block {
    margin: 50px 10px 10px 10px
  }

  .masonry .masonry-block .masonry-item .masonry-lg-btn {
    width: 140px;
    height: 140px;
    padding: 12px
  }
}

@media screen and (max-width: 767px) {
  .masonry .masonry-block .masonry-item .masonry-lg-btn {
    width: 120px;
    height: 120px;
    padding: 10px;
    font-size: 12px
  }
}

@media screen and (max-width: 575px) {
  .masonry .masonry-block {
    margin: 30px 8px 10px 8px
  }

  .masonry .masonry-block:first-child {
    margin-top: 0
  }
}

.portfolio-detail-style .portfolio-pagination .portfolio-detail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .4s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.portfolio-detail-style .portfolio-pagination:hover .portfolio-detail-img {
  opacity: 1
}

.portfolio-detail-style .portfolio-pagination .portfolio-content {
  transition: .5s
}

.portfolio-detail-style .portfolio-pagination:hover .portfolio-content {
  filter: brightness(0) invert(1);
  transition: .5s
}

.pagination {
  border-radius: 0
}

.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
  padding: 0
}

.pagination li {
  display: inline
}

.pagination a {
  float: left;
  padding: 0 16px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  border-left-width: 0;
  background: #fff
}

.pagination a:hover {
  background-color: #191919;
  color: #fff
}

.pagination .active a {
  background-color: #f7f7f7;
  color: #999;
  cursor: default
}

.pagination .disabled span {
  color: #999;
  background-color: transparent;
  cursor: default
}

.pagination .disabled a {
  color: #999;
  background-color: transparent;
  cursor: default
}

.pagination .disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default
}

.pagination li:first-child a {
  border-left-width: 1px
}

.page-item:not(:first-child) .page-link {
  margin-left: 0
}

.pagination-style01 {
  margin-top: 4%;
  width: 100%;
  display: flex;
  justify-content: center
}

.pagination-style01 ul {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0;
  padding-left: 0
}

.pagination-style01 ul li {
  list-style: none
}

.pagination-style01 ul li a {
  border: 0;
  padding: 0 2px;
  margin: 0 7px;
  background: 0 0;
  color: #828282;
  min-width: 45px;
  font-size: inherit;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 45px;
  min-height: 45px;
  display: block;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.pagination-style01 ul li a i {
  line-height: 1;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle
}

.pagination-style01 ul li.active a {
  background: #191919;
  color: #fff;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important
}

.pagination-style01 ul li a:hover,
.pagination-style01 ul li a:active,
.pagination-style01 ul li a:focus {
  background: #96eb64;
  color: #fff;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important
}

@media screen and (max-width: 575px) {
  .pagination-style01 ul {
    margin-top: 10px
  }

  .pagination-style01 ul li a {
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    margin: 0 4px
  }
}

ul.resp-tabs-list {
  margin: 0px;
  padding: 0px
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer
}

.resp-tabs-list li:last-child {
  margin-right: 0
}

.resp-tabs-list li i {
  font-size: 20px;
  padding-right: 5px;
  vertical-align: text-bottom
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left
}

.resp-tab-content {
  display: none;
  padding: 20px
}

.resp-tabs-list li.resp-tab-active {
  border: 1px solid #96eb64;
  border-bottom: none;
  border-color: #96eb64 !important;
  margin-bottom: -1px;
  padding: 12px 14px 14px 14px;
  border-top: 4px solid #96eb64;
  border-bottom: 0px #fff solid;
  border-bottom: none;
  background-color: #fff;
  color: #96eb64
}

.resp-content-active,
.resp-accordion-active {
  display: block
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #c1c1c1;
  float: left;
  width: 100%
}

h2.resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 14px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 14px 15px;
  float: left;
  width: 100%
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  background-color: #96eb64 !important;
  color: #fff
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue
}

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #96eb64 !important;
  float: left;
  width: 70%;
  min-height: 250px;
  clear: none
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 11px !important;
  border-top: 1px solid;
  border: 1px solid #96eb64 !important;
  border-left: 4px solid #96eb64 !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important
}

.resp-arrow {
  border-color: transparent #282b2d #282b2d transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px
}

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px
}

.resp-easy-accordion h2.resp-accordion {
  display: block
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1
}

.resp-jfit {
  width: 100%;
  margin: 0px
}

.resp-tab-content-active {
  display: block;
  border-color: #96eb64 !important
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1
}

h2.resp-accordion.resp-tab-active {
  border-color: #96eb64 !important
}

.tab-style01.resp-vtabs ul.resp-tabs-list {
  width: 58%
}

.tab-style01.resp-vtabs .resp-tabs-container {
  padding: 0 0 0 10%;
  background: none;
  border: none !important;
  width: 42%
}

.tab-style01.resp-vtabs .resp-tab-content {
  padding: 0
}

.tab-style01.resp-vtabs .resp-tabs-list li {
  margin: 0 0 30px;
  padding: 0 !important
}

.tab-style01.resp-vtabs .resp-tabs-list li:last-child {
  margin-bottom: 0 !important
}

.tab-style01.resp-vtabs li.resp-tab-active {
  border: none !important;
  margin-bottom: 30px !important
}

.tab-style01 .resp-arrow {
  border-color: transparent #191919 #191919 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px
}

.tab-style01 h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px
}

.tab-style01.resp-vtabs .resp-tabs-list li .author {
  display: grid;
  gap: 10px 50px;
  grid-template-columns: 1fr 290px 44px;
  align-items: center;
  padding: 18px 20px;
  padding-left: 40px;
  border-radius: 50px;
  border: 1px solid rgba(14, 15, 17, 0.1);
  transition: all 0.5s
}

.tab-style01.resp-vtabs .resp-tabs-list li .author .name {
  font-weight: 600;
  transition: all 0.5s;
  margin-bottom: 0
}

.tab-style01.resp-vtabs .resp-tabs-list li .author .post {
  font-size: 18px;
  font-weight: 500;
  transition: all 0.5s;
  position: relative;
  padding-left: 10px
}

.tab-style01.resp-vtabs .resp-tabs-list li .author span.post:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #212529;
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.tab-style01.resp-vtabs .resp-tabs-list li .author a {
  width: 44px;
  height: 44px;
  font-size: 16px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(14, 15, 17, 0.1);
  color: rgba(14, 15, 17, 0.1);
  transition: all 0.5s
}

.tab-style01.resp-vtabs .resp-tabs-list li .author a i {
  transform: rotate(-45deg)
}

.tab-style01.resp-vtabs li.resp-tab-active .author,
.tab-style01.resp-vtabs li:hover .author {
  background-color: #96eb64;
  border-color: transparent
}

.tab-style01.resp-vtabs li.resp-tab-active .author .name,
.tab-style01.resp-vtabs li.resp-tab-active .author .post {
  color: #fff
}

.tab-style01.resp-vtabs li:hover .author .name,
.tab-style01.resp-vtabs li:hover .author .post {
  color: #fff
}

.tab-style01.resp-vtabs li.resp-tab-active .author .post:before,
.tab-style01.resp-vtabs li:hover .author .post:before {
  background-color: #fff;
  opacity: 1
}

.tab-style01.resp-vtabs li.resp-tab-active .author a,
.tab-style01.resp-vtabs li:hover .author a {
  border-color: #fff;
  color: #fff
}

.tab-style01.resp-vtabs .resp-tab-content .team-img {
  border: 1px solid rgba(14, 15, 17, 0.1);
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 auto
}

.tab-style01.resp-vtabs .resp-tab-content .team-img .team-icons {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 34px
}

.tab-style01.resp-vtabs .resp-tab-content .team-img .team-icons a {
  position: relative;
  font-size: 20px
}

.tab-style01.resp-vtabs .resp-tab-content .team-img .team-icons a i {
  opacity: 0.5
}

.tab-style01.resp-vtabs .resp-tab-content .team-img .team-icons a:not(:first-child):before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #212529;
  left: 50%;
  transform: translateX(-50%);
  top: -19px;
  opacity: 0.5;
  pointer-events: none
}

.tab-style01.resp-vtabs .resp-tab-content .team-img .team-icons a:hover i {
  color: #96eb64;
  opacity: 1
}

@media screen and (max-width: 1399px) {
  .tab-style01.resp-vtabs .resp-tabs-container {
    padding: 0 0 0 6%
  }

  .tab-style01.resp-vtabs ul.resp-tabs-list {
    width: 60%
  }

  .tab-style01.resp-vtabs .resp-tabs-container {
    width: 40%
  }
}

@media screen and (max-width: 1200px) {
  .tab-style01.resp-vtabs .resp-tabs-container {
    padding: 0 0 0 3%
  }
}

@media screen and (max-width: 1199px) {
  .tab-style01.resp-vtabs .resp-tabs-list li .author {
    grid-template-columns: 1fr 230px 44px
  }

  .tab-style01.resp-vtabs .resp-tab-content .team-img {
    width: 360px;
    height: 360px
  }
}

@media screen and (max-width: 991px) {
  .tab-style01.resp-vtabs .resp-tab-content .team-img {
    width: 360px;
    height: 360px
  }
}

@media screen and (max-width: 575px) {
  .tab-style01.resp-vtabs .resp-tab-content .team-img {
    width: 250px;
    height: 250px
  }

  .tab-style01.resp-vtabs .resp-tab-content .team-img .team-icons {
    display: none
  }
}

@media screen and (max-width: 991px) {
  .tab-style01.resp-vtabs .resp-tabs-container {
    padding: 0;
    width: 100%
  }

  .tab-style01.resp-vtabs .resp-tab-content {
    border: 1px solid #96eb64;
    padding: 25px
  }

  .tab-style01 h2.resp-accordion {
    padding: 24px 25px
  }

  .tab-style01 h2.resp-accordion.resp-tab-active .author .name {
    color: #fff
  }

  .tab-style01 h2.resp-accordion .author a {
    display: none
  }
}

@media screen and (max-width: 991px) {
  ul.resp-tabs-list {
    display: none
  }

  h2.resp-accordion {
    display: block
  }

  h2.resp-accordion i {
    margin-right: 12px;
    font-size: 18px;
    min-width: 25px
  }

  h2.resp-accordion.resp-tab-active i {
    color: #fff
  }
}

.owl-thumbs button {
  border: none
}

.owl-thumbs button img {
  opacity: .5
}

.owl-thumbs button.active img {
  opacity: 1
}

.owl-carousel .owl-item img {
  display: inline-block;
  width: auto
}

.owl-thumb-item {
  cursor: pointer
}

.wrap {
  position: relative;
  height: 755px;
  overflow: hidden
}

.slider {
  width: auto;
  height: auto;
  overflow: hidden
}

.v-middle-slide .owl-stage {
  display: flex;
  align-items: center
}

.clients-carousel-one.owl-carousel .owl-stage,
.clients-carousel-one.owl-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center
}

.clients-carousel-one .client-img img {
  opacity: 0.3;
  transition-duration: 0.3s
}

.clients-carousel-one .client-img:hover img {
  opacity: 1
}

.portfolio-gallery-isotope .portfolio-img {
  text-align: center
}

.portfolio-carousel-one .owl-item.center .portfolio-block {
  transform: scale(1);
  transition: .6s;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.portfolio-carousel-one .owl-item .portfolio-block {
  padding: 10%;
  transform: scale(0.8);
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out
}

@media screen and (max-width: 1399px) {
  .portfolio-carousel-one .owl-item .portfolio-block {
    padding: 6%
  }
}

.nav-control.center .owl-nav {
  text-align: center
}

.nav-control .owl-nav {
  margin-top: 32px;
  text-align: left
}

.nav-control .owl-nav i,
.nav-control .owl-nav span {
  font-size: 28px;
  color: #fff
}

.nav-control .owl-nav [class*='owl-'] {
  width: 40px;
  height: 40px;
  color: #191919
}

.nav-control .owl-nav .owl-prev {
  margin-right: 30px;
  position: relative
}

.nav-control .owl-nav .owl-prev:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #96eb64;
  position: absolute;
  right: -20px;
  top: 15px;
  border-radius: 50%
}

.nav-control .owl-nav [class*='owl-']:hover {
  background: unset;
  color: #96eb64
}

.nav-control-quote:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -1px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  overflow: hidden;
  font-size: 7px;
  font-weight: 400;
  text-align: center;
  text-indent: 1px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff
}

.nav-control-quote img {
  max-width: 20px !important;
  position: absolute;
  bottom: 5px;
  right: 3px;
  z-index: 9
}

.nav-control.dark .owl-nav i,
.nav-control.dark .owl-nav span,
.nav-control.dark .owl-nav [class*='owl-'] {
  color: #191919
}

.nav-control.dark .owl-nav .owl-prev:before {
  background-color: #96eb64
}

.nav-control.dark .owl-nav [class*='owl-']:hover {
  background: unset;
  color: #96eb64
}

.accordion.style01 .card {
  border: 0;
  border-top: 1px solid #dddcdc;
  border-radius: 0
}

.accordion.style01 .card-header {
  border-bottom: 0;
  background: transparent;
  padding: 20px 10px 20px 0
}

.accordion.style01 .accordion-button {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  font-weight: 700;
  color: #96eb64
}

.accordion.style01 .accordion-button::after {
  content: none
}

.accordion.style01 .card-body {
  padding: 0 16px 16px 92px
}

.accordion.style01 .accordion-button.collapsed {
  color: #212529
}

@media screen and (max-width: 575px) {
  .accordion.style01 .card-body {
    padding: 0 16px 16px 46px
  }
}

.accordion-style .card {
  background: transparent;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
  border: none;
  margin-top: 0 !important;
  border-radius: 0
}

.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: none;
  background: none
}

.accordion-style .btn-link {
  color: #96eb64;
  line-height: 26px;
  position: relative;
  border: none;
  border-bottom: none;
  border-left: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 20px 45px 20px 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #ffffff
}

.accordion-style .btn-link.collapsed {
  color: #42545e;
  line-height: 26px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border: none;
  padding: 20px 45px 20px 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #fff
}

.accordion-style .btn-link:hover,
.accordion-style .btn-link:active,
.accordion-style .btn-link:focus {
  text-decoration: none;
  color: #96eb64
}

.accordion-style .btn-link.collapsed:after {
  content: "+";
  right: 17px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 22px;
  position: absolute;
  color: #212121;
  background-color: transparent;
  border-radius: .3rem;
  line-height: 20px;
  width: 25px;
  height: 25px;
  text-align: center
}

.accordion-style .btn-link:after {
  content: "-";
  right: 17px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 20px;
  position: absolute;
  color: #96eb64;
  background-color: transparent;
  border-radius: .3rem;
  line-height: 22px;
  width: 25px;
  height: 25px;
  text-align: center
}

.accordion-style .card-body {
  padding: 0px 30px 25px 26px;
  line-height: 24px;
  text-align: left;
  border: none;
  border-left: none;
  background: #fff;
  border-top: none
}

@media screen and (max-width: 991px) {
  .accordion-style .card-body {
    padding: 10px 25px 30px 25px
  }
}

.accordion.style03 .card {
  background-color: transparent;
  margin-bottom: 30px
}

.accordion.style03 .card:last-child {
  margin-bottom: 0
}

.accordion.style03 .card-header {
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: transparent
}

.accordion.style03 .accordion-button {
  background-color: transparent;
  color: #fff;
  padding: 21px 52px 21px 21px;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: none
}

.accordion.style03 .card-body {
  background-color: rgba(255, 255, 255, 0.02);
  padding: 30px;
  color: rgba(255, 255, 255, 0.5)
}

.accordion.style03 .accordion-button:focus {
  box-shadow: none
}

.accordion.style03 .accordion-button.collapsed::after {
  content: "\e71a";
  font-family: 'themify';
  margin-left: unset;
  position: absolute;
  right: 21px;
  top: 22px;
  font-size: 17px;
  font-weight: 500;
  opacity: 0.3
}

.accordion.style03 .accordion-button::after {
  content: "\e71d";
  font-family: 'themify';
  margin-left: unset;
  position: absolute;
  right: 21px;
  top: 22px;
  font-size: 17px;
  font-weight: 500;
  transform: unset
}

.blog-tags a {
  border: 1px solid #ededed;
  border-radius: 3px;
  padding: 8px 12px;
  font-size: 14px !important;
  line-height: 20px;
  margin: 0.6rem 10px 0 0;
  display: inline-block
}

.blog-tags a:hover {
  background-color: #191919;
  color: #ffffff
}

.blog-tags a:active {
  background-color: #191919;
  color: #ffffff
}

.blog-tags a:focus {
  background-color: #191919;
  color: #ffffff
}

.comment-reply-link {
  color: #191919;
  background: rgba(25, 25, 25, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px
}

.comment-reply-link:hover {
  color: #fff;
  background: #191919
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 1.9rem !important;
  list-style: none;
  border-bottom: 1px solid #efefef;
  padding-bottom: 16px;
  position: relative;
  font-weight: 600
}

.sidebar .tags a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 0.6rem 10px 0 0;
  display: inline-block
}

.sidebar .tags a:hover {
  background-color: #96eb64;
  color: #fff;
  border: 1px solid #96eb64
}

.sidebar .widget {
  margin-bottom: 2.2rem;
  box-shadow: 0 0 14px rgba(82, 85, 90, 0.1)
}

.sidebar .widget:last-child {
  margin-bottom: 0
}

.sidebar .widget .search-input {
  height: 53px
}

.sidebar .widget-title {
  background: #191919;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 20px;
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1
}

.sidebar .widget-body {
  padding: 1.9rem
}

.sidebar .contact-icon {
  display: block;
  color: #fff;
  background: #96eb64;
  font-size: 20px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  transition: all .45s ease-out
}

.widget .widget-brochure {
  margin-bottom: 0;
  padding: 0;
  list-style: none
}

.widget .widget-brochure li {
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  border: 1px solid #ededed;
  width: 100%;
  border-radius: 0.25rem;
  background: #fff
}

.widget .widget-brochure li a {
  position: relative;
  display: block;
  padding: 16px 15px 16px 75px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800
}

.widget .widget-brochure li a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  line-height: 3;
  text-align: center;
  font-size: 20px;
  background: #191919;
  color: #ffffff;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem
}

.widget .widget-brochure li:last-child {
  margin-bottom: 0
}

.banner-wrapper img {
  margin-top: 0;
  clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%)
}

.banner-wrapper .icon-boxs {
  position: absolute;
  top: -60px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%
}

.banner-wrapper .icon-boxs i {
  line-height: 80px
}

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

.widget_categories ul .cat-item {
  margin-bottom: 10px
}

.widget_categories ul .cat-item a {
  position: relative;
  display: block;
  text-transform: capitalize;
  padding: 15px 20px 15px 20px;
  border: 1px solid #ededed;
  font-weight: 600;
  border-radius: 0.25rem;
  background: #ffffff;
  transition: all 0.3s ease 0s
}

.widget_categories ul .cat-item a:hover {
  background-color: #191919;
  color: #ffffff
}

.widget_categories ul .cat-item:first-child {
  padding-top: 0
}

.widget_categories ul .cat-item:last-child {
  margin-bottom: 0
}

.widget_categories ul .cat-item span.cat-name {
  padding-right: 5px
}

.widget_categories ul .cat-item span.cat-count {
  color: #96eb64
}

.recent-post>div:first-child a {
  display: inline-block;
  width: 80px;
  height: auto
}

.widget_tag_cloud .wp-tag-cloud {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

.widget_tag_cloud .tagcloud ul li {
  display: inline-block
}

.widget_tag_cloud .tagcloud ul li a {
  border: 1px solid #ededed;
  border-radius: 3px;
  padding: 8px 12px;
  font-size: 14px !important;
  line-height: 20px;
  margin: 0.6rem 10px 0 0;
  display: inline-block
}

.widget_tag_cloud .tagcloud ul li a:hover {
  background-color: #191919;
  color: #ffffff
}

.blog-share-icon ul.share-post {
  list-style: none
}

.blog-share-icon ul.share-post li {
  display: inline-block;
  padding-right: 10px
}

.countdown {
  padding: 0
}

.countdown li {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  min-width: 220px;
  overflow: hidden;
  margin-right: 40px;
  position: relative
}

.countdown li:last-child {
  margin-right: 0
}

.countdown li span {
  font-size: 100px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  position: relative
}

.countdown li p.timeRefWeeks,
.countdown li p.timeRefDays,
.countdown li p.timeRefHours,
.countdown li p.timeRefMinutes,
.countdown li p.timeRefSeconds {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  z-index: 2;
  position: relative;
  padding-top: 26px;
  text-transform: capitalize
}

.countdown-box h2 {
  font-size: 70px
}

@media screen and (max-width: 1599px) {
  .countdown li {
    min-width: 240px;
    margin-bottom: 50px;
    margin-right: 50px
  }
}

@media screen and (max-width: 1399px) {
  .countdown li {
    min-width: 180px;
    margin-right: 30px
  }

  .countdown li span {
    font-size: 80px
  }
}

@media screen and (max-width: 1199px) {
  .countdown-box h2 {
    font-size: 50px
  }
}

@media screen and (max-width: 991px) {
  .countdown li {
    min-width: 155px;
    margin-right: 20px
  }

  .countdown li span {
    font-size: 65px
  }

  .countdown-box h2 {
    font-size: 40px
  }
}

@media screen and (max-width: 767px) {
  .countdown li {
    min-width: 130px;
    margin-right: 15px;
    margin-bottom: 20px
  }

  .countdown li span {
    font-size: 58px
  }

  .countdown li p.timeRefWeeks,
  .countdown li p.timeRefDays,
  .countdown li p.timeRefHours,
  .countdown li p.timeRefMinutes,
  .countdown li p.timeRefSeconds {
    font-size: 12px;
    padding-top: 15px
  }
}

@media screen and (max-width: 575px) {
  .countdown-box h2 {
    font-size: 30px
  }

  .countdown li {
    min-width: 130px;
    margin-right: 8px;
    margin-bottom: 20px;
    margin-left: 8px
  }
}

.search-form_input {
  color: #96eb64
}

.search-frame h4 a:hover {
  color: #96eb64
}

.search-frame .search_list .match {
  color: #96eb64
}

.search-frame .search_list li:before {
  color: #96eb64
}

.search-frame .search_list li+li {
  border-top: 3px solid #96eb64
}

.search-frame .search {
  color: #96eb64
}

.contact-map {
  width: 100%;
  height: 475px;
  vertical-align: top;
  border: 0
}

.wrapper-error h1 {
  font-weight: 800;
  font-size: 300px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}

.wrapper-error h1 span {
  width: 226px;
  height: 226px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #96eb64;
  border-radius: 50%
}

.wrapper-error h1 span i {
  font-size: 90px;
  width: 140px;
  height: 140px;
  background-color: #96eb64;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}

.wrapper-error h2 {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.03em
}

@media screen and (max-width: 1199px) {
  .wrapper-error h2 {
    font-size: 90px
  }
}

@media screen and (max-width: 767px) {
  .wrapper-error h1 {
    font-size: 240px
  }

  .wrapper-error h1 span {
    width: 196px;
    height: 196px
  }

  .wrapper-error h2 {
    font-size: 60px
  }
}

@media screen and (max-width: 575px) {
  .wrapper-error h1 {
    font-size: 145px
  }

  .wrapper-error h1 span {
    width: 106px;
    height: 106px
  }

  .wrapper-error h1 span i {
    width: 70px;
    height: 70px;
    font-size: 50px
  }

  .wrapper-error h2 {
    font-size: 35px
  }
}

.about-style01 .author-img .img1 {
  margin-left: -25px
}

.about-style01 #counter.counter-line:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.3);
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  color: #191919
}

.about-style02 .whychoose-block .whychoose-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: #96eb64;
  margin-bottom: 38px
}

@media screen and (max-width: 767px) {
  .about-style02 .whychoose-block .whychoose-icon {
    margin-bottom: 25px
  }
}

.why-choose-us .why-choose-img {
  margin-left: -270px
}

.why-choose-us .why-choose-block {
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0px;
  padding: 32px 80px 37px 42px;
  border-style: none;
  border-radius: 0.375rem;
  margin: 4px 0;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s
}

.why-choose-us .why-choose-block.active,
.why-choose-us .why-choose-block:hover {
  background-color: #F0F2F4
}

@media screen and (max-width: 575px) {
  .why-choose-us .why-choose-block {
    padding: 32px 32px 37px 32px
  }
}

.about-style04 .about-text {
  position: absolute;
  top: -10%;
  right: -15%
}

.about-style05 .about-img {
  margin-left: -305px;
  margin-top: -100px;
  padding: 320px 0
}

@media screen and (max-width: 575px) {
  .about-style05 .about-img {
    margin-left: 0;
    padding: 250px 0
  }
}

.feature-style01 .feature-box .box-icon {
  width: 64px;
  height: 64px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px
}

.service-style01 {
  grid-gap: 30px;
  flex-direction: row;
  display: flex
}

.service-style01 .service-items {
  transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), flex-shrink 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  width: 29vw
}

.service-style01 .service-items .service-inner {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem
}

.service-style01 .service-items .service-inner .service-img {
  position: relative;
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 550px
}

.service-style01 .service-items .service-inner .service-img:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #191919;
  opacity: 0.4;
  z-index: 1;
  content: ""
}

.service-style01 .service-items .service-inner .service-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-width: 100%;
  display: block
}

.service-style01 .service-items .service-inner .service-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 40px;
  flex-flow: nowrap;
  display: flex;
  flex-direction: column
}

.service-style01 .service-items .service-inner .service-content .service-main-img {
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 70px;
  width: 70px;
  border-radius: 0.375rem;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.service-style01 .service-items .service-inner .service-content .service-main-img a {
  background: #96eb64;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 15px;
  z-index: 1;
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent
}

.service-style01 .service-items .service-inner .service-content .service-main-img a i {
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  transition-delay: 0.1s;
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.service-style01 .service-items .service-inner .service-content .service-main-img img {
  position: absolute;
  transform: scale(1);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.service-style01 .service-items .service-inner .content-text {
  position: relative;
  margin-top: auto
}

.service-style01 .service-items .service-inner .content-text .text-line {
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -2px;
  white-space: nowrap;
  width: max-content;
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 110px;
  transform: translateX(-105px);
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.1)
}

.service-style01 .service-items .service-inner .content-text .text-line span {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 5s;
  padding-left: 20px;
  padding-right: 20px
}

.service-style01 .service-items .service-inner .content-text a {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #fff
}

.service-style01 .service-items:hover,
.service-style01 .service-items:active,
.service-style01 .service-items:focus {
  width: 50%
}

.service-style01 .service-items:hover .service-inner .service-img,
.service-style01 .service-items:active .service-inner .service-img,
.service-style01 .service-items:focus .service-inner .service-img {
  opacity: 1
}

.service-style01 .service-items:hover .service-inner .service-content .service-main-img,
.service-style01 .service-items:active .service-inner .service-content .service-main-img,
.service-style01 .service-items:focus .service-inner .service-content .service-main-img {
  background-color: #96eb64;
  box-shadow: none;
  border-radius: 50px
}

.service-style01 .service-items:hover .service-inner .service-content .service-main-img a,
.service-style01 .service-items:active .service-inner .service-content .service-main-img a,
.service-style01 .service-items:focus .service-inner .service-content .service-main-img a {
  opacity: 1;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  transition: all 0.3sease;
  color: #fff
}

.service-style01 .service-items:hover .service-inner .service-content .service-main-img img,
.service-style01 .service-items:active .service-inner .service-content .service-main-img img,
.service-style01 .service-items:focus .service-inner .service-content .service-main-img img {
  position: absolute;
  opacity: 0;
  transform: scale(0.5)
}

.service-style01 .service-items:hover .service-inner .content-text .text-line,
.service-style01 .service-items:active .service-inner .content-text .text-line,
.service-style01 .service-items:focus .service-inner .content-text .text-line {
  color: #fff
}

.service-style01 .service-items:hover .service-inner .content-text .text-line span,
.service-style01 .service-items:active .service-inner .content-text .text-line span,
.service-style01 .service-items:focus .service-inner .content-text .text-line span {
  animation-name: marquee
}

.service-style01 .service-items .service-inner .content-text a:hover {
  color: #96eb64
}

@keyframes marquee {
  100% {
    transform: translate(-100%)
  }
}

@media screen and (max-width: 1399px) {
  .service-style01 .service-items .service-inner .service-content {
    padding: 30px 25px 30px 25px
  }
}

@media screen and (max-width: 1199px) {
  .service-style01 {
    grid-template-columns: repeat(3, 1fr);
    display: grid
  }

  .service-style01 .service-items:hover,
  .service-style01 .service-items:active,
  .service-style01 .service-items:focus {
    width: 100%
  }
}

@media screen and (max-width: 991px) {
  .service-style01 .service-items .service-inner .content-text .text-line {
    font-size: 80px
  }

  .service-style01 .service-items .service-inner .service-img {
    padding-top: 500px
  }

  .service-style01 .service-items:hover,
  .service-style01 .service-items:active,
  .service-style01 .service-items:focus {
    width: unset
  }
}

@media screen and (max-width: 767px) {
  .service-style01 {
    display: flex;
    flex-direction: column
  }

  .service-style01 .service-items {
    width: 100%
  }

  .service-style01 .service-items .service-inner .service-img {
    padding-top: 400px;
    opacity: 1
  }

  .service-style01 .service-items .service-inner .content-text .text-line {
    color: #fff;
    font-size: 60px
  }

  .service-style01 .service-items .service-inner .content-text .text-line span {
    animation-name: marquee
  }

  .service-style01 .service-items .service-inner .service-content .service-main-img {
    background-color: #fff
  }
}

.testimonial-style01 {
  margin-top: -200px
}

.testimonial-style01 #counter.counter-line:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  top: 50%;
  left: 25px;
  transform: translateY(-50%)
}

@media screen and (max-width: 1599px) {
  .testimonial-style01 .section-title01 h4.lg-title {
    top: -16%
  }
}

.client-style01 .right-text h2 {
  font-size: 90px
}

@media screen and (max-width: 1599px) {
  .client-style01 .right-text h2 {
    font-size: 60px
  }
}

@media screen and (max-width: 991px) {
  .client-style01 .right-text h2 {
    font-size: 52px
  }
}

@media screen and (max-width: 575px) {
  .client-style01 .right-text h2 {
    font-size: 30px
  }
}

.team-details-block .team-left-img:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85%;
  background: #96eb64;
  border-radius: 0.375rem;
  transition: .3s
}

.team-details-block .section-title01 h4.lg-title {
  font-size: 146px
}

.team-details-achivement .right-content-box .inner-box {
  background-color: rgba(255, 255, 255, 0.1)
}

.team-style01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: end
}

.team-style01 .team-block {
  margin-bottom: 25px;
  position: relative
}

.team-style01 .team-block:last-child {
  margin-bottom: 0
}

.team-style01 .team-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease
}

.team-style01 .team-block h3 {
  font-size: 80px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 0
}

.team-style01 .team-block h3 a {
  -webkit-text-stroke-width: 1px;
  color: transparent;
  -webkit-text-stroke-color: #adabab;
  display: inline;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  transition: 0.4s ease-in-out
}

.team-style01 .team-block h3:hover a {
  color: #191919;
  -webkit-text-stroke-color: #191919
}

.team-style01 .team-block .team-tag {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px 0px 2px 0px;
  color: #96eb64;
  line-height: 1.333333333;
  text-align: end
}

.team-style01 .team-block .team-tag span {
  display: inline-block;
  position: relative
}

.team-block:hover .team-img,
.team-block:active .team-img,
.team-block:focus .team-img {
  opacity: 1;
  right: 27%;
  visibility: visible
}

@media screen and (max-width: 1399px) {
  .team-style01 .team-block h3 {
    font-size: 70px
  }
}

@media screen and (max-width: 1199px) {
  .team-style01 .team-block h3 {
    font-size: 60px
  }
}

@media screen and (max-width: 991px) {
  .team-style01 {
    justify-content: start
  }

  .team-style01 .team-block .team-tag {
    text-align: start
  }
}

@media screen and (max-width: 767px) {
  .team-style01 .team-block h3 {
    font-size: 50px
  }
}

@media screen and (max-width: 575px) {
  .team-style01 {
    display: unset
  }

  .team-style01 .team-block h3 {
    font-size: 35px
  }
}

.process-style02 .process-block h4 span {
  background-image: linear-gradient(to right, #191919, #191919);
  background-clip: text;
  -webkit-text-stroke-color: transparent;
  -webkit-text-stroke-width: 2px;
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 10px
}

@media screen and (max-width: 575px) {
  .process-style02 .process-block h4 span {
    font-size: 35px
  }
}

.process-style03 .process-block {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s
}

.process-style03 .process-block .process-no {
  font-size: 130px;
  white-space: nowrap;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .5s;
  -ms-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s
}

.process-style03 .process-block .process-text {
  font-size: 14px;
  text-transform: uppercase;
  transform: rotate(180deg);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  writing-mode: vertical-lr;
  text-orientation: sideways;
  letter-spacing: 1.28px;
  margin-left: 8px
}

.process-style03 .process-block:hover .process-no,
.process-style03 .process-block:active .process-no,
.process-style03 .process-block:focus .process-no {
  color: #96eb64;
  opacity: 1
}

@media screen and (max-width: 767px) {
  .process-style03 .process-block .process-no {
    font-size: 100px
  }
}

.counter-style01 .counter-no {
  background-image: linear-gradient(to right, transparent, transparent);
  background-clip: text;
  -webkit-text-stroke-color: #191919;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 1px
}

.counter-style01 .counter-no.white {
  -webkit-text-stroke-color: #fff
}

.counter-style02 .counter-block .counter-bottom {
  padding: 32px
}

.counter-style02 .counter-block .counter-bottom .bottom-img {
  border: 1px solid rgba(25, 25, 25, 0.2);
  border-radius: 50%;
  margin-bottom: 16px;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media screen and (max-width: 1199px) {
  .counter-style02 .counter-block .counter-bottom {
    padding: 32px 25px
  }
}

@media screen and (max-width: 991px) {
  .counter-style02 .counter-block .counter-bottom {
    padding: 25px 20px
  }
}

.counter-style02 .counter-box {
  display: flex;
  justify-content: space-between;
  padding: 50px 60px;
  background-color: #fff;
  flex-direction: column;
  border-radius: 0.375rem
}

.counter-style02 .counter-box .sub-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  color: #191919;
  position: relative;
  padding-left: 64px
}

.counter-style02 .counter-box .sub-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #191919;
  width: 42px;
  height: 1px
}

.counter-style02 .counter-box .counter-text {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1
}

.counter-style02 .counter-circle {
  width: 170px;
  height: 170px;
  color: white;
  padding: 14px;
  font-weight: 600;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  right: 60px;
  top: 65px
}

.counter-style02 .counter-circle .coloring {
  fill: black
}

.counter-style02 .counter-circle svg {
  -webkit-animation: rotated_circle 12s linear infinite;
  animation: rotated_circle 12s linear infinite
}

.counter-style02 .counter-circle .counter-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 50%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (max-width: 1399px) {
  .counter-style02 .counter-box {
    padding: 40px 55px
  }

  .counter-style02 .counter-box .counter-text {
    font-size: 84px
  }
}

@media screen and (max-width: 1199px) {
  .counter-style02 .counter-box {
    padding: 46px 37px
  }

  .counter-style02 .counter-box .counter-text {
    font-size: 74px
  }

  .counter-style02 .counter-box .sub-text {
    font-size: 22px
  }
}

.progress-style1 .progress {
  height: 8px
}

.progress-style1 .progress .progress-bar {
  background-color: #96eb64
}

.animation-up-down {
  animation: float 2s linear 0.5s infinite alternate both
}

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

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

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

  50% {
    transform: translateY(5px)
  }

  100% {
    transform: translateY(10px)
  }
}

.scroll-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.scroll-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running
}

.pause-on-hover:hover,
.pause-on-hover:active,
.pause-on-hover:focus {
  animation-play-state: paused
}

.scroll-left {
  animation-name: scroll-left
}

.scroll-right {
  animation-name: scroll-right
}

.scroll-group {
  display: inline-flex;
  white-space: nowrap
}

.scroll-item {
  display: inline-block;
  white-space: nowrap;
  line-height: 1
}

.scroll-item.with-img {
  min-width: 250px;
  height: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-flex
}

.scroll-item.with-img img {
  vertical-align: middle
}

@keyframes scroll-left {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-200%)
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-200%)
  }

  100% {
    transform: translateX(0)
  }
}

.scroll-speed-1 {
  animation-duration: 10s
}

.scroll-speed-2 {
  animation-duration: 15s
}

.scroll-speed-3 {
  animation-duration: 20s
}

.scroll-speed-4 {
  animation-duration: 30s
}

.scroll-speed-5 {
  animation-duration: 40s
}

.scroll-speed-6 {
  animation-duration: 60s
}

.scroll-speed-7 {
  animation-duration: 80s
}

.scroll-speed-8 {
  animation-duration: 100s
}

.scroll-speed-9 {
  animation-duration: 120s
}

.history-style01 .history-block {
  display: flex;
  gap: 30px;
  justify-content: space-between
}

.history-style01 .history-block:not(:last-child) {
  margin-bottom: 120px
}

.history-style01 .history-block span.line-1 {
  height: 0.3px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 65px
}

.history-style01 .history-block span.line-2 {
  height: 0.3px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 65px;
  max-width: 235px
}

.history-style01 .reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
  max-width: 368px;
  height: 224px;
  width: 100%
}

.history-style01 .reveal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform-origin: left;
  border-radius: 30px
}

.history-style01 .history-text {
  flex-shrink: 0
}

@media screen and (max-width: 1199px) {
  .history-style01 .history-block:not(:last-child) {
    margin-bottom: 80px
  }
}

@media screen and (max-width: 767px) {
  .history-style01 .history-text {
    flex-shrink: unset
  }
}

@media screen and (max-width: 575px) {
  .history-style01 .reveal {
    max-width: 100%;
    height: auto
  }

  .history-style01 .history-block {
    flex-direction: column
  }

  .history-style01 .history-block:not(:last-child) {
    margin-bottom: 50px
  }
}

.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px
}

.prev-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px
}

.prev-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: .3s ease-in-out;
  pointer-events: none
}

.prev-page .page-info>a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s
}

.prev-page .page-info .image-prev {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 4px;
  overflow: hidden
}

.prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 4px;
  overflow: hidden
}

.prev-page .page-info .prev-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s
}

.prev-page .page-info .prev-title:empty {
  display: none
}

.prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s
}

.prev-page .page-info .next-title:empty {
  display: none
}

.prev-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1)
}

.prev-page a {
  justify-content: flex-start;
  text-align: left
}

.prev-page a:hover .image-prev:after {
  visibility: visible;
  opacity: 1
}

.prev-page a:hover .image-prev:before {
  visibility: visible;
  opacity: 1;
  margin-left: 0
}

.prev-page .image-prev {
  margin-right: 20px
}

.prev-page .image-prev:after {
  background-color: #191919;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out
}

.prev-page .image-prev:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: 20px;
  content: "\e64a";
  font-family: 'themify';
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out
}

.next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
  margin-left: auto
}

.next-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: .3s ease-in-out;
  pointer-events: none
}

.next-page .page-info>a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s
}

.next-page .page-info .image-prev {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 4px;
  overflow: hidden
}

.next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 4px;
  overflow: hidden
}

.next-page .page-info .prev-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s
}

.next-page .page-info .prev-title:empty {
  display: none
}

.next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s
}

.next-page .page-info .next-title:empty {
  display: none
}

.next-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1)
}

.next-page .image-next {
  margin-left: 20px
}

.next-page .image-next:after {
  background-color: #191919;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out
}

.next-page .image-next:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-right: 20px;
  content: "\e64a";
  font-family: 'themify';
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
  transform: scaleX(-1)
}

.next-page a {
  justify-content: flex-end;
  text-align: right
}

.next-page a:hover .image-next:after {
  visibility: visible;
  opacity: 1
}

.next-page a:hover .image-next:before {
  visibility: visible;
  opacity: 1;
  margin-right: 0
}

.next-page .next-title {
  text-align: right
}

.prev-link-page-info>span {
  display: block
}

.prev-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 20px;
  margin-bottom: -2px
}

.prev-link-page-info .date-details>div {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 600
}

.prev-link-page-info .date-details>span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 600
}

.prev-link-page-info .date-details:only-child {
  margin-top: 0
}

.next-link-page-info>span {
  display: block
}

.next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 20px;
  margin-bottom: -2px
}

.next-link-page-info .date-details>div {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 600
}

.next-link-page-info .date-details>span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 600
}

.next-link-page-info .date-details:only-child {
  margin-top: 0
}

@media screen and (max-width: 767px) {
  .prev-page {
    width: calc(100% - 20px);
    max-width: unset
  }

  .prev-page+.next-page {
    margin-top: 0
  }

  .next-page {
    width: calc(100% - 20px);
    max-width: unset
  }

  .page-navigation {
    flex-direction: column
  }
}

@media screen and (max-width: 575px) {
  .prev-page .page-info>a {
    padding: 10px
  }

  .prev-page .page-info .prev-title {
    max-width: 168px
  }

  .prev-page .page-info .next-title {
    max-width: 168px
  }

  .next-page .page-info>a {
    padding: 10px
  }

  .next-page .page-info .prev-title {
    max-width: 168px
  }

  .next-page .page-info .next-title {
    max-width: 168px
  }
}

.form-group {
  margin-bottom: 1rem
}

.form-group label {
  margin-bottom: .5rem
}

.form-control:focus {
  border-color: #96eb64
}

.form-check-input:checked {
  border-color: #96eb64;
  background-color: #96eb64
}

.quform-input {
  position: relative
}

.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1
}

.quform-element>label {
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px
}

.quform-element>label .quform-required {
  color: #cc0101;
  font-size: 10px
}

.quform-inner input {
  width: 100%
}

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top
}

.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px
}

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal
}

.quform-errors>.quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal
}

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal
}

.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type=file],
.quform-has-error .custom-file-label {
  border-color: #f5543f !important
}

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-submit-inner {
  float: none
}

.quform-loading-wrap {
  float: none
}

.quform-loading-wrap .quform-loading {
  display: inline-block
}

.quform-element {
  margin-bottom: 1rem
}

.quform.dark .form-control {
  min-height: 60px;
  border-radius: 50rem;
  resize: none;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  color: #fff;
  opacity: 0.65
}

.quform.dark .form-control:focus,
.quform.dark .form-control:active,
.quform.dark .form-control:hover {
  border-color: #96eb64;
  background-color: transparent;
  color: #fff;
  opacity: 0.95
}

.social-icon-style1 li {
  display: inline-block;
  margin-right: 5px;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: 0.3s;
  margin-bottom: 10px
}

.social-icon-style1 li:last-child {
  margin-right: 0
}

.social-icon-style1 li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
  border-radius: 50%
}

.social-icon-style1 li a:hover {
  color: rgba(255, 255, 255, 0.6)
}

@media screen and (max-width: 1599px) {
  .social-icon-style1 li a {
    width: 38px;
    height: 38px;
    font-size: 13px
  }
}

.social-icon-style3 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #96eb64;
  height: 38px;
  line-height: 38px;
  width: 38px;
  border-radius: 0.15rem
}

.social-icon-style3 li a:hover {
  color: #fff;
  background-color: #191919
}

.social-icon-style3 li:last-child {
  margin-right: 0
}

.social-icon-style2 li {
  display: inline-block;
  margin-right: 30px
}

.social-icon-style2 li:last-child {
  margin-right: 0
}

.social-icon-style2 li a {
  color: #fff
}

.social-icon-style2 li a:hover {
  color: #96eb64
}

footer {
  word-break: break-word
}

.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block
}

.footer-logo.small {
  max-width: 160px
}

footer .email,
.footer .email {
  border-bottom: 1px solid rgba(25, 25, 25, 0.7);
  display: inline-block;
  padding-bottom: 5px
}

footer .email a,
.footer .email a {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  transition: all 0.8s ease
}

footer .email a:hover:after,
footer .email a:active:after,
footer .email a:focus:after,
.footer .email a:hover:after,
.footer .email a:active:after,
.footer .email a:focus:after {
  width: 100%
}

footer .email a:hover,
footer .email a:active,
footer .email a:focus,
.footer .email a:hover,
.footer .email a:active,
.footer .email a:focus {
  color: #fff
}

footer .email a:after,
.footer .email a:after {
  border-bottom: 1px solid #96eb64;
  transition: all 0.8s ease;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -11px;
  right: 0;
  width: 0
}

footer .phone,
.footer .phone {
  padding-bottom: 0;
  margin-bottom: 0
}

footer .phone a,
.footer .phone a {
  padding-bottom: 0;
  letter-spacing: -0.05rem;
  color: white
}

footer .phone a:hover,
footer .phone a:active,
footer .phone a:focus,
.footer .phone a:hover,
.footer .phone a:active,
.footer .phone a:focus {
  color: #191919
}

@media screen and (max-width: 767px) {
  .quform-submit-inner {
    float: none
  }

  .quform-loading-wrap {
    float: none
  }

  .quform-loading-wrap .quform-loading {
    display: inline-block
  }

  .quform-element {
    margin-bottom: 1rem
  }

  .quform.dark .form-control {
    min-height: 60px;
    border-radius: 50rem;
    resize: none;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    color: #fff;
    opacity: 0.65
  }

  .quform.dark .form-control:focus,
  .quform.dark .form-control:active,
  .quform.dark .form-control:hover {
    border-color: #96eb64;
    background-color: transparent;
    color: #fff;
    opacity: 0.95
  }

  .social-icon-style1 li {
    display: inline-block;
    margin-right: 5px;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: 0.3s;
    margin-bottom: 10px
  }

  .social-icon-style1 li:last-child {
    margin-right: 0
  }

  .social-icon-style1 li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 15px;
    border-radius: 50%
  }

  .social-icon-style1 li a:hover {
    color: rgba(255, 255, 255, 0.6)
  }

  @media screen and (max-width: 1599px) {
    .social-icon-style1 li a {
      width: 38px;
      height: 38px;
      font-size: 13px
    }
  }

  .social-icon-style3 li a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #96eb64;
    height: 38px;
    line-height: 38px;
    width: 38px;
    border-radius: 0.15rem
  }

  .social-icon-style3 li a:hover {
    color: #fff;
    background-color: #191919
  }

  .social-icon-style3 li:last-child {
    margin-right: 0
  }

  .social-icon-style2 li {
    display: inline-block;
    margin-right: 30px
  }

  .social-icon-style2 li:last-child {
    margin-right: 0
  }

  .social-icon-style2 li a {
    color: #fff
  }

  .social-icon-style2 li a:hover {
    color: #96eb64
  }

  footer {
    word-break: break-word
  }

  .footer-logo {
    max-width: 214px;
    width: 100%;
    display: inline-block
  }

  .footer-logo.small {
    max-width: 160px
  }

  footer .email,
  .footer .email {
    border-bottom: 1px solid rgba(25, 25, 25, 0.7);
    display: inline-block;
    padding-bottom: 5px
  }

  footer .email a,
  .footer .email a {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: all 0.8s ease
  }

  footer .email a:hover:after,
  footer .email a:active:after,
  footer .email a:focus:after,
  .footer .email a:hover:after,
  .footer .email a:active:after,
  .footer .email a:focus:after {
    width: 100%
  }

  footer .email a:hover,
  footer .email a:active,
  footer .email a:focus,
  .footer .email a:hover,
  .footer .email a:active,
  .footer .email a:focus {
    color: #fff
  }

  footer .email a:after,
  .footer .email a:after {
    border-bottom: 1px solid #96eb64;
    transition: all 0.8s ease;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -11px;
    right: 0;
    width: 0
  }

  footer .phone,
  .footer .phone {
    padding-bottom: 0;
    margin-bottom: 0
  }

  footer .phone a,
  .footer .phone a {
    padding-bottom: 0;
    letter-spacing: -0.05rem;
    color: white
  }

  footer .phone a:hover,
  footer .phone a:active,
  footer .phone a:focus,
  .footer .phone a:hover,
  .footer .phone a:active,
  .footer .phone a:focus {
    color: #191919
  }

}

@media screen and (max-width: 767px) {
  footer .email a:after {
    bottom: -10px
  }
}

.quform-loading-wrap {
  float: none
}

.quform-loading-wrap .quform-loading {
  display: inline-block
}

.quform-element {
  margin-bottom: 1rem
}

.quform.dark .form-control {
  min-height: 60px;
  border-radius: 50rem;
  resize: none;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  color: #fff;
  opacity: 0.65
}

.quform.dark .form-control:focus,
.quform.dark .form-control:active,
.quform.dark .form-control:hover {
  border-color: #96eb64;
  background-color: transparent;
  color: #fff;
  opacity: 0.95
}

.social-icon-style1 li {
  display: inline-block;
  margin-right: 5px;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: 0.3s;
  margin-bottom: 10px
}

.social-icon-style1 li:last-child {
  margin-right: 0
}

.social-icon-style1 li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
  border-radius: 50%
}

.social-icon-style1 li a:hover {
  color: rgba(255, 255, 255, 0.6)
}

@media screen and (max-width: 1599px) {
  .social-icon-style1 li a {
    width: 38px;
    height: 38px;
    font-size: 13px
  }
}

.social-icon-style3 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #96eb64;
  height: 38px;
  line-height: 38px;
  width: 38px;
  border-radius: 0.15rem
}

.social-icon-style3 li a:hover {
  color: #fff;
  background-color: #191919
}

.social-icon-style3 li:last-child {
  margin-right: 0
}

.social-icon-style2 li {
  display: inline-block;
  margin-right: 30px
}

.social-icon-style2 li:last-child {
  margin-right: 0
}

.social-icon-style2 li a {
  color: #fff
}

.social-icon-style2 li a:hover {
  color: #96eb64
}

footer {
  word-break: break-word
}

.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block
}

.footer-logo.small {
  max-width: 160px
}

footer .email,
.footer .email {
  border-bottom: 1px solid rgba(25, 25, 25, 0.7);
  display: inline-block;
  padding-bottom: 5px
}

footer .email a,
.footer .email a {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  transition: all 0.8s ease
}

footer .email a:hover:after,
footer .email a:active:after,
footer .email a:focus:after,
.footer .email a:hover:after,
.footer .email a:active:after,
.footer .email a:focus:after {
  width: 100%
}

footer .email a:hover,
footer .email a:active,
footer .email a:focus,
.footer .email a:hover,
.footer .email a:active,
.footer .email a:focus {
  color: #fff
}

footer .email a:after,
.footer .email a:after {
  border-bottom: 1px solid #96eb64;
  transition: all 0.8s ease;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -11px;
  right: 0;
  width: 0
}

footer .phone,
.footer .phone {
  padding-bottom: 0;
  margin-bottom: 0
}

footer .phone a,
.footer .phone a {
  padding-bottom: 0;
  letter-spacing: -0.05rem;
  color: white
}

footer .phone a:hover,
footer .phone a:active,
footer .phone a:focus,
.footer .phone a:hover,
.footer .phone a:active,
.footer .phone a:focus {
  color: #191919
}

@media screen and (max-width: 767px) {
  footer .email a:after {
    bottom: -10px
  }
}

.make-black {
  filter: brightness(0);
}

/* PROJECT SECTION - DARK CARD DESIGN
================================================== */

/* Section Styling */
.projects-section {
  padding: 100px 0;
  background-color: #000000;
  color: #ffffff
}

.project-badge {
  display: inline-block;
  border: 1px solid #96eb64;
  color: #96eb64;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 24px;
  border-radius: 50px;
  margin-bottom: 20px
}

/* Dark Project Card */
.project-card-dark {
  background: #111111;
  border: 1px solid #222222;
  border-radius: 24px;
  padding: 20px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden
}

.project-card-dark:hover {
  background: #96eb64;
  border-color: #96eb64;
  transform: translateY(-10px)
}

/* Card Image */
.project-card-img-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  padding-top: 65%;
  background: #1a1a1a
}

.project-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease
}

.project-card-dark:hover .project-card-img {
  transform: scale(1.05)
}

/* Tags */
.project-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px
}

.project-pill-tag {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #333333;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: transparent
}

.project-card-dark:hover .project-pill-tag {
  border-color: #191919;
  color: #191919
}

/* Content */
.project-card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
  transition: color 0.3s ease
}

.project-card-dark:hover .project-card-title {
  color: #191919
}

.project-card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #888888;
  margin-bottom: 0;
  transition: color 0.3s ease
}

.project-card-dark:hover .project-card-desc {
  color: #191919
}

/* View More Button */
.view-more-container {
  margin-top: 60px;
  text-align: center
}

.btn-view-projects {
  display: inline-flex;
  align-items: center;
  background: #96eb64;
  color: #191919;
  padding: 14px 32px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  text-decoration: none
}

.btn-view-projects:hover {
  background: #ffffff;
  transform: translateY(-2px)
}

.btn-view-projects i {
  margin-left: 8px;
  transition: transform 0.3s ease
}

.btn-view-projects:hover i {
  transform: translateX(4px)
}

/* Responsive */
@media screen and (max-width: 991px) {
  .projects-section {
    padding: 80px 0
  }

  .project-card-title {
    font-size: 22px
  }
}

@media screen and (max-width: 767px) {
  .projects-section {
    padding: 60px 0
  }

  .project-card-dark {
    padding: 16px;
    border-radius: 20px
  }

  .project-card-img-wrapper {
    border-radius: 12px;
    margin-bottom: 20px
  }

  .project-pill-tag {
    padding: 6px 16px;
    font-size: 12px
  }
}

/* PROJECT SECTION - DARK CARD DESIGN
================================================== */

/* Section Styling */
.projects-section {
  padding: 100px 0;
  background-color: #000000;
  color: #ffffff
}

.project-badge {
  display: inline-block;
  border: 1px solid #96eb64;
  color: #96eb64;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 24px;
  border-radius: 50px;
  margin-bottom: 20px
}

/* Dark Project Card */
.project-card-dark {
  background: #111111;
  border: 1px solid #222222;
  border-radius: 24px;
  padding: 20px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden
}

.project-card-dark:hover {
  background: #96eb64;
  border-color: #96eb64;
  transform: translateY(-10px)
}

/* Card Image */
.project-card-img-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  padding-top: 65%;
  background: #1a1a1a
}

.project-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease
}

.project-card-dark:hover .project-card-img {
  transform: scale(1.05)
}

/* Tags */
.project-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px
}

.project-pill-tag {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #333333;
  border-radius: 50px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  background: transparent
}

.project-card-dark:hover .project-pill-tag {
  border-color: #191919;
  color: #191919
}

/* Content */
.project-card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
  transition: color 0.3s ease
}

.project-card-dark:hover .project-card-title {
  color: #191919
}

.project-card-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #888888;
  margin-bottom: 0;
  transition: color 0.3s ease
}

.project-card-dark:hover .project-card-desc {
  color: #191919
}

/* View More Button */
.view-more-container {
  margin-top: 60px;
  text-align: center
}

.btn-view-projects {
  display: inline-flex;
  align-items: center;
  background: #96eb64;
  color: #191919;
  padding: 14px 32px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  text-decoration: none
}

.btn-view-projects:hover {
  background: #ffffff;
  transform: translateY(-2px)
}

.btn-view-projects i {
  margin-left: 8px;
  transition: transform 0.3s ease
}

.btn-view-projects:hover i {
  transform: translateX(4px)
}

/* Responsive */
@media screen and (max-width: 991px) {
  .projects-section {
    padding: 80px 0
  }

  .project-card-title {
    font-size: 22px
  }
}

@media screen and (max-width: 767px) {
  .projects-section {
    padding: 60px 0
  }

  .project-card-dark {
    padding: 16px;
    border-radius: 20px
  }

  .project-card-img-wrapper {
    border-radius: 12px;
    margin-bottom: 20px
  }

  .project-pill-tag {
    padding: 6px 16px;
    font-size: 12px
  }
}

/* SPACE HERO SECTION
================================================== */
/* SPACE HERO SECTION - GREEN HORIZON
================================================== */
.hero-space {
  position: relative;
  background-color: #000000;
  overflow: hidden;
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-space::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(20, 30, 20, 0) 0%, #000000 100%);
  z-index: 2;
  pointer-events: none;
}

/* Stars Background Effect */
.stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(1px 1px at 20px 30px, #ffffff, rgba(0, 0, 0, 0)),
    radial-gradient(1px 1px at 40px 70px, #ffffff, rgba(0, 0, 0, 0)),
    radial-gradient(1px 1px at 50px 160px, #ffffff, rgba(0, 0, 0, 0)),
    radial-gradient(1.5px 1.5px at 90px 40px, #ffffff, rgba(0, 0, 0, 0)),
    radial-gradient(1px 1px at 130px 80px, #ffffff, rgba(0, 0, 0, 0)),
    radial-gradient(1.5px 1.5px at 160px 120px, #ffffff, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  opacity: 0.6;
  z-index: 0;
  animation: twinkle 5s infinite linear;
}

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

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

.hero-image-wrapper {
  position: absolute;
  bottom: -350px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .hero-image-wrapper {
    bottom: -300px;
  }
}

.hero-planet {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  filter: drop-shadow(0 -20px 60px rgba(150, 235, 100, 0.3)) brightness(1.1);
  mask-image: linear-gradient(to top, black 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, black 85%, transparent 100%);
  transform-origin: bottom center;
  animation: float-earth 10s ease-in-out infinite;
}

@keyframes float-earth {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-10px) scale(1.01);
  }

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

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: -100px;
}

.hero-badge {
  display: inline-block;
  padding: 8px 24px;
  background: rgba(150, 235, 100, 0.1);
  border: 1px solid rgba(150, 235, 100, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  color: #96eb64;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 24px;
  box-shadow: 0 0 20px rgba(150, 235, 100, 0.2);
}

.hero-title {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 24px;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}

.hero-title span {
  background: linear-gradient(135deg, #ffffff 0%, #96eb64 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  max-width: 700px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.hero-btn {
  padding: 16px 40px;
  background: #96eb64;
  color: #000000;
  font-weight: 700;
  border-radius: 50px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 0 30px rgba(150, 235, 100, 0.4);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 50px rgba(150, 235, 100, 0.6);
  background: #ffffff;
}

.hero-btn i {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 2.5rem;
  }
}

/* ================================================== 
   DDA INNOVATION - STUNNING HEADER DESIGN
   ================================================== */

/* Top Bar Styles */
.dda-topbar {
  background: linear-gradient(135deg, #191919 0%, #0d0d0d 50%, #191919 100%);
  padding: 12px 0;
  border-bottom: 1px solid rgba(150, 235, 100, 0.15);
  position: relative;
  overflow: hidden;
}

.dda-topbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(150, 235, 100, 0.05), transparent);
  animation: topbarShimmer 8s ease-in-out infinite;
}

@keyframes topbarShimmer {
  0% {
    left: -100%;
  }

  50% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.dda-topbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dda-topbar-left span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: default;
}

.dda-topbar-left span i {
  color: #96eb64;
  font-size: 13px;
  transition: transform 0.3s ease;
}

.dda-topbar-left span:hover {
  color: #96eb64;
}

.dda-topbar-left span:hover i {
  transform: scale(1.2);
}

.dda-topbar-left .divider {
  opacity: 0.2;
  margin: 0 15px;
  color: #96eb64;
}

.dda-topbar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dda-social-links {
  display: flex;
  gap: 10px;
}

.dda-social-links a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(150, 235, 100, 0.1);
  border: 1px solid rgba(150, 235, 100, 0.2);
  border-radius: 50%;
  color: #96eb64;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
}

.dda-social-links a::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.dda-social-links a:hover {
  background: #96eb64;
  color: #191919;
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 6px 20px rgba(150, 235, 100, 0.4);
  border-color: #96eb64;
}

.dda-social-links a:hover::before {
  border-color: rgba(150, 235, 100, 0.3);
  animation: socialPulse 1s ease-out;
}

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

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Main Navbar */
.dda-navbar {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.dda-navbar.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(150, 235, 100, 0.1);
}

.dda-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  min-height: 85px;
  position: relative;
}

/* Center Logo Styles */
.dda-logo-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 10;
}

.dda-logo-center .logo-glow {
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(150, 235, 100, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: logoGlow 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes logoGlow {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}

.dda-logo-center img {
  height: 60px;
  width: auto;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 4px 15px rgba(150, 235, 100, 0.2));
  position: relative;
  z-index: 2;
}

.dda-logo-center:hover img {
  transform: scale(1.08) rotate(-2deg);
  filter: drop-shadow(0 8px 25px rgba(150, 235, 100, 0.4));
}

.dda-logo-center:hover .logo-glow {
  animation: logoGlowHover 0.6s ease-out forwards;
}

@keyframes logoGlowHover {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Legacy Logo (hidden) */
.dda-logo {
  display: none;
}

/* Navigation Menu - Split Layout */
.dda-nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}

.dda-nav-left {
  flex: 1;
  justify-content: flex-start;
}

.dda-nav-right {
  flex: 1;
  justify-content: flex-end;
}

align-items: center;
list-style: none;
margin: 0;
padding: 0;
gap: 5px;
}

.dda-nav-menu>li {
  position: relative;
}

.dda-nav-menu>li>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 22px;
  color: #191919;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.dda-nav-menu>li>a .nav-text {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.dda-nav-menu>li:hover>a .nav-text {
  transform: translateY(-2px);
}

.dda-nav-menu>li>a .nav-indicator {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 35px;
  height: 3px;
  background: linear-gradient(90deg, #96eb64 0%, #7dd654 100%);
  border-radius: 3px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(150, 235, 100, 0.4);
}

.dda-nav-menu>li:hover>a .nav-indicator,
.dda-nav-menu>li.active>a .nav-indicator {
  transform: translateX(-50%) scaleX(1);
}

.dda-nav-menu>li:hover>a,
.dda-nav-menu>li.active>a {
  color: #191919;
}

.dda-nav-menu>li.active>a {
  color: #5a8f3a;
}

/* CTA Button */
.dda-nav-menu>li.nav-cta {
  margin-left: 20px;
}

.dda-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 12px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  color: #191919 !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(150, 235, 100, 0.3);
  white-space: nowrap;
  flex-shrink: 0;
  max-height: 50px;
}

.dda-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.6s ease;
}

.dda-cta-btn:hover::before {
  left: 100%;
}

.dda-cta-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 30px rgba(150, 235, 100, 0.5);
  background: linear-gradient(135deg, #a8f076 0%, #96eb64 100%);
}

.dda-cta-btn span {
  position: relative;
  z-index: 1;
}

.dda-cta-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.dda-cta-btn:hover i {
  transform: translateX(5px);
  animation: arrowBounce 0.6s ease infinite;
}

@keyframes arrowBounce {

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

  50% {
    transform: translateX(8px);
  }
}

/* Mobile Toggle */
.dda-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  gap: 5px;
  padding: 12px;
  transition: all 0.3s ease;
}

.dda-mobile-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(150, 235, 100, 0.4);
}

.dda-mobile-toggle .toggle-bar {
  width: 24px;
  height: 2px;
  background: #191919;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dda-mobile-toggle.active .toggle-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.dda-mobile-toggle.active .toggle-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.dda-mobile-toggle.active .toggle-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Menu */
.dda-mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(150, 235, 100, 0.2);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.dda-mobile-menu.active {
  max-height: 500px;
  opacity: 1;
  padding: 20px 0;
}

.dda-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

.dda-mobile-menu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dda-mobile-menu ul li:last-child {
  border-bottom: none;
}

.dda-mobile-menu ul li a {
  display: block;
  padding: 16px 20px;
  color: #191919;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.dda-mobile-menu ul li a:hover,
.dda-mobile-menu ul li.active a {
  background: rgba(150, 235, 100, 0.1);
  color: #96eb64;
  padding-left: 30px;
}

.dda-mobile-menu ul li a.mobile-cta {
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  color: #191919;
  text-align: center;
  border-radius: 50px;
  margin-top: 10px;
}

.dda-mobile-menu ul li a.mobile-cta:hover {
  background: linear-gradient(135deg, #7dd654 0%, #96eb64 100%);
  padding-left: 20px;
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .dda-nav-menu>li>a {
    padding: 30px 14px;
    font-size: 11px;
    letter-spacing: 0.8px;
  }

  .dda-cta-btn {
    padding: 12px 20px;
    font-size: 10px;
    gap: 8px;
  }

  .dda-nav-menu>li.nav-cta {
    margin-left: 10px;
  }

  .dda-logo-center img {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .dda-topbar {
    display: none;
  }

  .dda-nav-left,
  .dda-nav-right {
    display: none;
  }

  .dda-mobile-toggle {
    display: flex;
  }

  .dda-mobile-menu {
    display: block;
  }

  .dda-navbar-inner {
    min-height: 70px;
    justify-content: space-between;
  }

  .dda-logo-center {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }

  .dda-logo-center img {
    height: 45px;
  }

  .dda-logo-center .logo-glow {
    display: none;
  }
}

@media (max-width: 575px) {
  .dda-mobile-menu ul li a {
    padding: 14px 16px;
    font-size: 14px;
  }
}

/* Header Animation on Page Load */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

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

.dda-header {
  animation: slideDown 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Glassmorphism effect enhancement */
@supports (backdrop-filter: blur(20px)) {
  .dda-navbar {
    background: rgba(255, 255, 255, 0.85);
  }

  .dda-navbar.scrolled {
    background: rgba(255, 255, 255, 0.9);
  }
}

/* ================================================== 
   TECH STACK SECTION
   ================================================== */
.tech-stack-section {
  padding: 100px 0;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
}

@media (max-width: 1199px) {
  .tech-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 991px) {
  .tech-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 575px) {
  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}

.tech-item {
  background: #fff;
  border-radius: 16px;
  padding: 25px 15px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.tech-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(150, 235, 100, 0.2);
  border-color: #96eb64;
}

.tech-icon-wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(150, 235, 100, 0.1) 0%, rgba(125, 214, 84, 0.1) 100%);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.tech-item:hover .tech-icon-wrapper {
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  transform: scale(1.1);
}

.tech-icon-wrapper i {
  font-size: 28px;
  color: #96eb64;
  transition: all 0.3s ease;
}

.tech-item:hover .tech-icon-wrapper i {
  color: #191919;
}

.tech-name {
  font-size: 13px;
  font-weight: 700;
  color: #191919;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ================================================== 
   CLIENT LOGOS MARQUEE
   ================================================== */
.clients-section {
  background: #f8f9fa;
  overflow: hidden;
}

.clients-marquee {
  overflow: hidden;
  position: relative;
}

.clients-marquee::before,
.clients-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  z-index: 2;
}

.clients-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f8f9fa 0%, transparent 100%);
}

.clients-marquee::after {
  right: 0;
  background: linear-gradient(90deg, transparent 0%, #f8f9fa 100%);
}

.clients-track {
  display: flex;
  animation: marqueeScroll 30s linear infinite;
  width: max-content;
}

.clients-track:hover {
  animation-play-state: paused;
}

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

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

.client-logo {
  flex-shrink: 0;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo img {
  max-height: 50px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.client-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.trust-badges {
  text-align: center;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.trust-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(150, 235, 100, 0.2);
}

.trust-badge i {
  font-size: 20px;
  color: #96eb64;
}

.trust-badge span {
  font-size: 13px;
  font-weight: 700;
  color: #191919;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ================================================== 
   CASE STUDIES SECTION
   ================================================== */
.case-studies-section {
  padding: 100px 0;
}

.case-study-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
}

.case-study-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.case-study-img {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.case-study-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.case-study-card:hover .case-study-img img {
  transform: scale(1.1);
}

.case-study-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
}

.case-category {
  background: #96eb64;
  color: #191919;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.case-study-content {
  padding: 25px;
}

.case-study-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #191919;
}

.case-metrics {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.metric {
  text-align: center;
}

.metric-value {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #96eb64;
}

.metric-label {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
}

.case-study-content p {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.case-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.case-tech-tags span {
  background: rgba(150, 235, 100, 0.1);
  color: #5a8f3a;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
}

.case-study-link {
  color: #191919;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.case-study-link:hover {
  color: #96eb64;
  gap: 12px;
}

/* ================================================== 
   TESTIMONIALS SECTION
   ================================================== */
.testimonials-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%);
}

.testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.testimonial-card.featured {
  background: linear-gradient(135deg, #191919 0%, #2a2a2a 100%);
  border: none;
}

.testimonial-card.featured .testimonial-text,
.testimonial-card.featured .author-info h5,
.testimonial-card.featured .author-info span {
  color: #fff;
}

.testimonial-card.featured .author-info span {
  opacity: 0.7;
}

.testimonial-rating {
  margin-bottom: 20px;
}

.testimonial-rating i {
  color: #ffc107;
  font-size: 16px;
  margin-right: 3px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
  flex-grow: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #191919;
}

.author-info span {
  font-size: 13px;
  color: #666;
}

.testimonial-video-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(150, 235, 100, 0.1);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-video-btn:hover {
  background: #96eb64;
}

.testimonial-video-btn i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #96eb64;
  border-radius: 50%;
  font-size: 12px;
  color: #191919;
}

.testimonial-video-btn:hover i {
  background: #191919;
  color: #96eb64;
}

.testimonial-video-btn span {
  font-size: 13px;
  font-weight: 600;
  color: #191919;
}

/* ================================================== 
   TEAM SECTION
   ================================================== */
.team-section {
  padding: 100px 0;
}

.team-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.team-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 350px;
}

.team-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-card:hover .team-img-wrapper img {
  transform: scale(1.1);
}

.team-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(25, 25, 25, 0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  opacity: 0;
  transition: all 0.4s ease;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

.team-social {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.team-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(150, 235, 100, 0.2);
  border-radius: 50%;
  color: #96eb64;
  transition: all 0.3s ease;
  text-decoration: none;
}

.team-social a:hover {
  background: #96eb64;
  color: #191919;
  transform: translateY(-3px);
}

.team-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.team-skills span {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
}

.team-info {
  padding: 20px;
  text-align: center;
}

.team-info h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #191919;
}

.team-info span {
  font-size: 13px;
  color: #96eb64;
  font-weight: 600;
}

/* ================================================== 
   BLOG SECTION
   ================================================== */
.blog-section {
  padding: 100px 0;
}

.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.blog-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.blog-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-img-wrapper img {
  transform: scale(1.1);
}

.blog-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #96eb64;
  color: #191919;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-content {
  padding: 25px;
}

.blog-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.blog-meta span {
  font-size: 12px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-meta i {
  color: #96eb64;
}

.blog-content h4 {
  margin-bottom: 12px;
}

.blog-content h4 a {
  font-size: 18px;
  font-weight: 700;
  color: #191919;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-content h4 a:hover {
  color: #96eb64;
}

.blog-content p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.blog-read-more {
  color: #191919;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.blog-read-more:hover {
  color: #96eb64;
  gap: 12px;
}

/* ================================================== 
   PRICING CALCULATOR
   ================================================== */
.pricing-calculator-section {
  padding: 100px 0;
}

.calculator-wrapper {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  padding: 40px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.calculator-form {
  padding-right: 30px;
}

.calc-section {
  margin-bottom: 30px;
}

.calc-section h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.calc-section h5 i {
  color: #96eb64;
}

.calc-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.calc-option {
  cursor: pointer;
}

.calc-option input {
  display: none;
}

.option-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: all 0.3s ease;
  text-align: center;
}

.option-box i {
  font-size: 28px;
  color: #96eb64;
  margin-bottom: 10px;
}

.option-box span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.option-box small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  margin-top: 5px;
}

.option-box.small {
  padding: 15px 10px;
}

.option-box.small i {
  display: none;
}

.calc-option input:checked+.option-box {
  background: rgba(150, 235, 100, 0.2);
  border-color: #96eb64;
}

.calc-checkboxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.calc-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.calc-checkbox:hover {
  border-color: rgba(150, 235, 100, 0.3);
}

.calc-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: #96eb64;
}

.calc-checkbox span {
  color: #fff;
  font-size: 13px;
  flex-grow: 1;
}

.calc-checkbox small {
  color: #96eb64;
  font-size: 12px;
  font-weight: 600;
}

.calculator-result {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.result-header {
  text-align: center;
  margin-bottom: 20px;
}

.result-header h4 {
  font-size: 18px;
  font-weight: 700;
  color: #191919;
  margin-bottom: 5px;
}

.result-header p {
  font-size: 13px;
  color: #888;
  margin: 0;
}

.result-price {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.result-price .currency {
  font-size: 24px;
  font-weight: 700;
  color: #191919;
  vertical-align: top;
}

.result-price .amount {
  font-size: 56px;
  font-weight: 800;
  color: #96eb64;
  line-height: 1;
}

.result-price .suffix {
  font-size: 14px;
  color: #888;
  margin-left: 5px;
}

.result-breakdown {
  margin-bottom: 20px;
}

.breakdown-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.breakdown-item span:first-child {
  color: #666;
}

.breakdown-item span:last-child {
  font-weight: 600;
  color: #191919;
}

.result-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 15px;
  background: rgba(150, 235, 100, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
}

.result-note i {
  color: #96eb64;
  margin-top: 2px;
}

.result-note span {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}

.result-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 30px;
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  color: #191919;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.result-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(150, 235, 100, 0.4);
  color: #191919;
}

@media (max-width: 991px) {
  .calculator-form {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .calc-options {
    grid-template-columns: repeat(3, 1fr);
  }

  .calc-checkboxes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .calc-options {
    grid-template-columns: 1fr;
  }

  .calculator-wrapper {
    padding: 20px;
  }
}

/* ================================================== 
   LIVE CHAT WIDGET
   ================================================== */
.chat-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

.chat-bubble {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(150, 235, 100, 0.4);
  transition: all 0.3s ease;
  position: relative;
  animation: chatBubblePulse 2s ease-in-out infinite;
}

@keyframes chatBubblePulse {

  0%,
  100% {
    box-shadow: 0 8px 30px rgba(150, 235, 100, 0.4);
  }

  50% {
    box-shadow: 0 8px 40px rgba(150, 235, 100, 0.6);
  }
}

.chat-bubble:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(150, 235, 100, 0.5);
}

.chat-bubble i {
  font-size: 26px;
  color: #191919;
  transition: all 0.3s ease;
}

.chat-notification {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 22px;
  height: 22px;
  background: #ef4444;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: notificationPop 0.5s ease;
}

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

  60% {
    transform: scale(1.2);
  }

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

.chat-window {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 380px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.95);
  transition: all 0.3s ease;
}

.chat-window.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.chat-header {
  background: linear-gradient(135deg, #191919 0%, #2a2a2a 100%);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #96eb64;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.chat-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat-info {
  flex-grow: 1;
}

.chat-info h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 3px 0;
}

.online-status {
  color: #96eb64;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: statusPulse 2s ease infinite;
}

@keyframes statusPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.chat-close {
  width: 35px;
  height: 35px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.chat-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.chat-messages {
  padding: 20px;
  height: 250px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #f8f9fa;
}

.message {
  max-width: 80%;
  animation: messageSlide 0.3s ease;
}

@keyframes messageSlide {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

.message.bot {
  align-self: flex-start;
}

.message.user {
  align-self: flex-end;
}

.message p {
  padding: 12px 16px;
  border-radius: 18px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.message.bot p {
  background: #fff;
  color: #191919;
  border-bottom-left-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.message.user p {
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  color: #191919;
  border-bottom-right-radius: 4px;
}

.message-time {
  font-size: 11px;
  color: #999;
  margin-top: 5px;
  display: block;
}

.message.user .message-time {
  text-align: right;
}

.chat-quick-actions {
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.quick-action {
  padding: 8px 14px;
  background: #f0f9eb;
  border: 1px solid #96eb64;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #191919;
  cursor: pointer;
  transition: all 0.3s ease;
}

.quick-action:hover {
  background: #96eb64;
}

.chat-input {
  padding: 15px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 10px;
  background: #fff;
}

.chat-input input {
  flex-grow: 1;
  padding: 12px 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.chat-input input:focus {
  border-color: #96eb64;
}

.send-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.send-btn:hover {
  transform: scale(1.1);
}

.send-btn i {
  font-size: 16px;
  color: #191919;
}

@media (max-width: 575px) {
  .chat-widget {
    bottom: 20px;
    right: 20px;
  }

  .chat-window {
    width: calc(100vw - 40px);
    right: -10px;
  }
}

/* ===== PROJECT DETAILS PAGE - MODERN REDESIGN ===== */

/* Hero Section */
.project-hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #191919;
}

.project-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.project-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  filter: brightness(0.7);
}

.project-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(25, 25, 25, 0.3) 0%, rgba(25, 25, 25, 0.95) 100%);
  z-index: 2;
}

.project-hero-section .container {
  position: relative;
  z-index: 3;
}

.min-vh-60 {
  min-height: 60vh;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.back-link:hover {
  color: #96eb64;
  gap: 15px;
}

.back-link i {
  transition: transform 0.3s ease;
}

.back-link:hover i {
  transform: translateX(-5px);
}

.project-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(150, 235, 100, 0.15);
  color: #96eb64;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  border: 1px solid rgba(150, 235, 100, 0.3);
  backdrop-filter: blur(10px);
}

.project-category-badge i {
  font-size: 14px;
}

.project-hero-title {
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.project-hero-subtitle {
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 60px;
  max-width: 600px;
  line-height: 1.6;
}

/* Stats Bar - Calculator-style design */
.project-stats-bar {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  margin-top: -80px;
  position: relative;
  z-index: 10;
  padding: 0;
  overflow: hidden;
}

.stats-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.stat-item {
  padding: 35px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  transition: all 0.3s ease;
}

.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.stat-item:hover {
  background: rgba(150, 235, 100, 0.1);
}

.stat-icon {
  width: 55px;
  height: 55px;
  background: rgba(150, 235, 100, 0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-icon i {
  font-size: 22px;
  color: #96eb64;
}

.stat-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.stat-value {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

/* Section Common Styles */
.section-label {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.section-label.centered {
  justify-content: center;
}

.label-line {
  width: 40px;
  height: 2px;
  background: #96eb64;
}

.label-text {
  font-size: 13px;
  font-weight: 700;
  color: #96eb64;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #191919;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

/* Overview Section */
.project-overview-section {
  padding: 120px 0 100px;
  background: #191919;
}

.project-overview-section .section-title {
  color: #fff;
}

.lead-text {
  font-size: 1.2rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 40px;
}

.services-provided {
  margin-top: 40px;
}

.services-provided h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.services-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(150, 235, 100, 0.1);
  color: rgba(255, 255, 255, 0.9);
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(150, 235, 100, 0.2);
}

.service-tag i {
  color: #96eb64;
  font-size: 12px;
}

/* Tech Stack Card - Calculator style */
.tech-stack-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 35px;
  height: 100%;
}

.tech-stack-card h4 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

.tech-stack-card h4 i {
  color: #96eb64;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tech-tag {
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  color: #191919;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.tech-tag:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(150, 235, 100, 0.3);
}

/* Challenge & Solution Section */
.challenge-solution-section {
  padding: 100px 0;
  background: #191919;
}

.challenge-card,
.solution-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.challenge-card:hover,
.solution-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.challenge-card::before,
.solution-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.challenge-card::before {
  background: linear-gradient(90deg, #ff6b6b, #ee5a5a);
}

.solution-card::before {
  background: linear-gradient(90deg, #96eb64, #7dd654);
}

.challenge-card .card-icon,
.solution-card .card-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.challenge-card .card-icon {
  background: rgba(255, 107, 107, 0.15);
}

.challenge-card .card-icon i {
  font-size: 28px;
  color: #ff6b6b;
}

.solution-card .card-icon {
  background: rgba(150, 235, 100, 0.15);
}

.solution-card .card-icon i {
  font-size: 28px;
  color: #96eb64;
}

.challenge-card h3,
.solution-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.challenge-card p,
.solution-card p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  font-size: 15px;
  margin: 0;
}

/* Gallery Section */
.project-gallery-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 50px;
}

.gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  aspect-ratio: 4/3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  font-size: 2.5rem;
  color: #96eb64;
}

/* Approach Section - Timeline */
.approach-section {
  padding: 100px 0;
  background: #fff;
}

.approach-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.timeline-item {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 35px;
  position: relative;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.timeline-item:hover {
  background: #fff;
  border-color: rgba(150, 235, 100, 0.3);
  box-shadow: 0 20px 60px rgba(150, 235, 100, 0.1);
  transform: translateY(-5px);
}

.timeline-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  color: #191919;
  font-size: 18px;
  font-weight: 800;
  border-radius: 14px;
  margin-bottom: 20px;
}

.timeline-content h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #191919;
  margin-bottom: 12px;
}

.timeline-content p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Features Section - Calculator style cards */
.features-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 50px;
}

.feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  position: relative;
  transition: all 0.4s ease;
  border: 2px solid transparent;
  overflow: hidden;
}

.feature-card:hover {
  border-color: rgba(150, 235, 100, 0.4);
  box-shadow: 0 25px 60px rgba(150, 235, 100, 0.15);
  transform: translateY(-8px);
}

.feature-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #96eb64, #7dd654);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.feature-card:hover::after {
  transform: scaleX(1);
}

.feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(150, 235, 100, 0.15);
  color: #96eb64;
  font-size: 16px;
  font-weight: 800;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.feature-card:hover .feature-number {
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  color: #191919;
}

.feature-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #191919;
  margin-bottom: 12px;
}

.feature-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Results Section */
.results-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #191919 0%, #2a2a2a 100%);
}

.results-section .section-label .label-text {
  color: #96eb64;
}

.results-section .section-title {
  color: #fff;
}

.results-section .section-subtitle {
  color: rgba(255, 255, 255, 0.6);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 50px;
}

.result-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 25px;
  text-align: center;
  transition: all 0.4s ease;
}

.result-card:hover {
  background: rgba(150, 235, 100, 0.1);
  border-color: rgba(150, 235, 100, 0.3);
  transform: translateY(-8px);
}

.result-metric {
  font-size: 2.8rem;
  font-weight: 800;
  color: #96eb64;
  margin-bottom: 10px;
  line-height: 1;
}

.result-label {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}

.result-description {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

/* Testimonial Section */
.testimonial-section {
  padding: 100px 0;
  background: #191919;
}

.testimonial-card-large {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 60px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.testimonial-card-large::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #96eb64, #7dd654);
}

.testimonial-card-large .quote-icon {
  position: absolute;
  top: 40px;
  right: 50px;
  font-size: 5rem;
  color: rgba(150, 235, 100, 0.15);
}

.testimonial-card-large blockquote {
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 40px;
  font-style: italic;
  position: relative;
  z-index: 2;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #96eb64;
}

.author-info h5 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px;
}

.author-info span {
  color: #96eb64;
  font-size: 14px;
}

/* Next Project Section */
.next-project-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.next-project-card {
  background: #fff;
  border-radius: 30px;
  padding: 60px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.next-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #96eb64;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.next-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #191919;
  margin-bottom: 15px;
}

.next-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
}

.next-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  color: #191919;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.next-link:hover {
  transform: translateX(5px);
  box-shadow: 0 15px 40px rgba(150, 235, 100, 0.3);
}

.next-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.next-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

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

/* CTA Section - Modern style */
.project-cta-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  position: relative;
  overflow: hidden;
}

.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cta-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.cta-shape-1 {
  width: 400px;
  height: 400px;
  top: -150px;
  right: -100px;
}

.cta-shape-2 {
  width: 300px;
  height: 300px;
  bottom: -100px;
  left: -50px;
}

.cta-badge {
  display: inline-block;
  background: rgba(25, 25, 25, 0.1);
  color: #191919;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.cta-title {
  font-size: 3rem;
  font-weight: 800;
  color: #191919;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.cta-text {
  font-size: 1.15rem;
  color: rgba(25, 25, 25, 0.7);
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn.primary {
  background: #191919;
  color: #fff;
}

.cta-btn.primary:hover {
  background: #333;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.cta-btn.secondary {
  background: rgba(25, 25, 25, 0.1);
  color: #191919;
  border: 2px solid rgba(25, 25, 25, 0.2);
}

.cta-btn.secondary:hover {
  background: rgba(25, 25, 25, 0.15);
  transform: translateY(-3px);
}

.cta-trust {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(25, 25, 25, 0.7);
  font-size: 14px;
  font-weight: 500;
}

.trust-item i {
  color: #191919;
}

/* ===== PORTFOLIO / ALL PROJECTS PAGE ===== */
.portfolio-hero {
  background: linear-gradient(135deg, #191919 0%, #2a2a2a 100%);
  padding: 180px 0 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.portfolio-hero::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(150, 235, 100, 0.1) 0%, transparent 70%);
  top: -200px;
  right: -200px;
  border-radius: 50%;
}

.portfolio-hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.portfolio-hero p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto 30px;
}

/* Portfolio Filters */
.portfolio-filters {
  padding: 50px 0;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 80px;
  z-index: 100;
}

.filter-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-btn {
  background: #f5f5f5;
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background: rgba(150, 235, 100, 0.15);
  color: #191919;
}

.filter-btn.active {
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  color: #191919;
}

/* Portfolio Grid */
.portfolio-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.portfolio-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.portfolio-card-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.portfolio-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.portfolio-card:hover .portfolio-card-image img {
  transform: scale(1.1);
}

.portfolio-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(25, 25, 25, 0.9) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 30px;
  opacity: 0;
  transition: all 0.4s ease;
}

.portfolio-card:hover .portfolio-card-overlay {
  opacity: 1;
}

.portfolio-card-overlay a {
  width: 50px;
  height: 50px;
  background: #96eb64;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  text-decoration: none;
  transition: all 0.3s ease;
}

.portfolio-card-overlay a:hover {
  transform: scale(1.1);
}

.portfolio-card-content {
  padding: 30px;
}

.portfolio-card-content .category {
  display: inline-block;
  background: rgba(150, 235, 100, 0.15);
  color: #96eb64;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.portfolio-card-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #191919;
  margin-bottom: 10px;
}

.portfolio-card-content h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.portfolio-card-content h3 a:hover {
  color: #96eb64;
}

.portfolio-card-content p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.portfolio-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.portfolio-card-footer .tech-icons {
  display: flex;
  gap: 10px;
}

.portfolio-card-footer .tech-icons i {
  font-size: 18px;
  color: #999;
  transition: color 0.3s ease;
}

.portfolio-card-footer .tech-icons i:hover {
  color: #96eb64;
}

.portfolio-card-footer a {
  color: #96eb64;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.portfolio-card-footer a:hover {
  gap: 12px;
}

/* Portfolio Stats */
.portfolio-stats {
  background: #191919;
  padding: 80px 0;
}

.portfolio-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.portfolio-stat-item {
  text-align: center;
}

.portfolio-stat-item h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #96eb64;
  margin-bottom: 10px;
}

.portfolio-stat-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
}

/* Portfolio CTA */
.portfolio-cta {
  background: linear-gradient(135deg, #96eb64 0%, #7dd654 100%);
  padding: 100px 0;
  text-align: center;
}

.portfolio-cta h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #191919;
  margin-bottom: 20px;
}

.portfolio-cta p {
  font-size: 1.15rem;
  color: rgba(25, 25, 25, 0.7);
  max-width: 600px;
  margin: 0 auto 40px;
}

.portfolio-cta .dda-btn {
  background: #191919;
  color: #fff;
  padding: 18px 45px;
}

.portfolio-cta .dda-btn:hover {
  background: #333;
}

/* Responsive Styles for Project Pages */
@media (max-width: 1199px) {
  .project-hero-title {
    font-size: 3rem;
  }

  .stats-bar-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item:nth-child(2)::after {
    display: none;
  }

  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .project-hero-section {
    min-height: 70vh;
  }

  .project-hero-title {
    font-size: 2.5rem;
  }

  .project-hero-subtitle {
    font-size: 1.1rem;
  }

  .project-stats-bar {
    margin-top: -60px;
  }

  .stat-item {
    padding: 25px 20px;
  }

  .project-overview-section {
    padding: 80px 0;
  }

  .tech-stack-card {
    margin-top: 40px;
  }

  .next-project-card {
    padding: 40px;
  }

  .next-title {
    font-size: 2rem;
  }

  .portfolio-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .approach-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .project-hero-section {
    min-height: auto;
    padding: 140px 0 100px;
  }

  .min-vh-60 {
    min-height: auto;
  }

  .project-hero-title {
    font-size: 2rem;
  }

  .project-hero-subtitle {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .project-stats-bar {
    margin-top: 0;
    border-radius: 0;
  }

  .stats-bar-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .stat-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .stat-item:last-child {
    border-bottom: none;
  }

  .stat-item::after {
    display: none !important;
  }

  .project-overview-section,
  .challenge-solution-section,
  .project-gallery-section,
  .approach-section,
  .features-section,
  .results-section,
  .testimonial-section,
  .next-project-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .approach-timeline {
    grid-template-columns: 1fr;
  }

  .testimonial-card-large {
    padding: 30px;
  }

  .testimonial-card-large blockquote {
    font-size: 1.1rem;
  }

  .testimonial-card-large .quote-icon {
    font-size: 3rem;
    top: 20px;
    right: 20px;
  }

  .next-project-card {
    padding: 30px;
  }

  .next-title {
    font-size: 1.6rem;
  }

  .next-image {
    margin-top: 30px;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .cta-trust {
    flex-direction: column;
    gap: 20px;
  }

  .portfolio-hero h1 {
    font-size: 2.2rem;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .filter-buttons {
    gap: 10px;
  }

  .filter-btn {
    padding: 10px 20px;
    font-size: 13px;
  }

  .portfolio-stats-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .project-hero-title {
    font-size: 1.7rem;
  }

  .project-category-badge {
    font-size: 11px;
    padding: 8px 18px;
  }

  .stat-item {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .results-grid {
    grid-template-columns: 1fr;
  }

  .result-metric {
    font-size: 2.2rem;
  }

  .feature-card {
    padding: 25px;
  }

  .timeline-item {
    padding: 25px;
  }

  .tech-stack-card {
    padding: 25px;
  }
}