@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans-300.eot");
  src: url("../fonts/MuseoSans-300.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoSans-300.woff2") format("woff2"),
    url("../fonts/MuseoSans-300.woff") format("woff"),
    url("../fonts/MuseoSans-300.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans-700.eot");
  src: url("../fonts/MuseoSans-700.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoSans-700.woff2") format("woff2"),
    url("../fonts/MuseoSans-700.woff") format("woff"),
    url("../fonts/MuseoSans-700.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/MuseoSans-900.eot");
  src: url("../fonts/MuseoSans-900.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoSans-900.woff2") format("woff2"),
    url("../fonts/MuseoSans-900.woff") format("woff"),
    url("../fonts/MuseoSans-900.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* {
  outline: none !important;
}

body {
  margin: 0;
  padding-left: 150px;
  padding-right: 50px;
  font-family: "Museo Sans";
  font-size: 17px;
  color: #282828;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #282828;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #282828;
}

a:active {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.5;
}

input[type="text"] {
  width: 100%;
  height: 54px;
  border: 1px solid #eee;
  padding: 0 20px;
}

textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #eee;
  padding: 15px 20px;
}

button[type="submit"] {
  height: 58px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}

button[type="submit"] * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

button[type="submit"] strong {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 58px;
  border: 1px solid #0097b2;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 30px;
  background: #0097b2;
  color: #fff;
}

button[type="submit"] strong:hover {
  text-decoration: none;
}

button[type="submit"] b {
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 20px;
  margin-top: 8px;
}

button[type="submit"] i {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
  margin-top: 5px;
}

button[type="submit"]:hover b {
  width: 50px;
  margin-left: 20px;
}

button[type="submit"]:hover i {
  opacity: 0;
}

@media (min-width: 1240px) {
  .container {
    max-width: 1200px;
  }
}

.color-dark {
  background-color: #0097b2;
}

.color-dark .left-side ul {
  width: 100vh;
  line-height: 1;
  display: block;
  margin: 0;
  margin-top: 50vh;
  margin-left: -9px;
  padding: 0;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
}

.color-dark .left-side ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

.color-dark .left-side ul li a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding: 0 2px;
  color: #fff;
}

.color-dark .left-side ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 1px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}

.color-dark .left-side ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 6px;
  height: 1px;
  width: 0;
  background: #fff;
  transition: width 0.25s ease;
}

.color-dark .left-side ul li a:hover:before {
  width: 100%;
  background: #fff;
  transition: width 0.25s ease;
}

.color-dark .left-side ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.color-dark .left-side .logo img {
  -webkit-filter: invert(100%);
  filter: invert(100%) brightness(10);
}

.color-dark .left-side .gotop img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.color-light {
  background-color: #fff;
}

.color-undefined {
  background-color: transparent;
}

.overflow {
  overflow: hidden;
}

.odometer {
  line-height: 1;
}

.odometer .odometer-digit {
  padding: 0;
}

.odometer .odometer-digit-inner {
  left: 0;
}

.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.transition-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: calc(-100% - 200px);
  bottom: 0;
  background: #fff;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  visibility: hidden;
}

.transition-overlay:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 100vh 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -200px;
  top: 0;
}

.transition-overlay.active {
  right: 0;
  visibility: visible;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 99;
  transition-delay: 0.65s;
}

.preloader-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  animation: orbFloat 8s ease-in-out infinite;
}

.orb-1 {
  width: 300px;
  height: 300px;
  max-width: 40vw;
  max-height: 40vw;
  background: radial-gradient(circle,
      rgba(0, 151, 178, 0.3) 0%,
      rgba(0, 224, 255, 0.1) 70%);
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.orb-2 {
  width: 400px;
  height: 400px;
  max-width: 50vw;
  max-height: 50vw;
  background: radial-gradient(circle,
      rgba(0, 224, 255, 0.2) 0%,
      rgba(0, 151, 178, 0.1) 70%);
  top: 40%;
  right: 10%;
  animation-delay: -2s;
}

.orb-3 {
  width: 250px;
  height: 250px;
  max-width: 35vw;
  max-height: 35vw;
  background: radial-gradient(circle,
      rgba(0, 109, 124, 0.3) 0%,
      rgba(0, 151, 178, 0.1) 70%);
  bottom: 20%;
  left: 20%;
  animation-delay: -4s;
}

.preloader .inner {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.preloader .inner .logo {
  position: relative;
  margin-bottom: 40px;
  animation: logoFloat 3s ease-in-out infinite;
}

.preloader .inner .logo img {
  height: 120px;
  position: relative;
  z-index: 2;
  max-width: 90vw;
  object-fit: contain;
}

.logo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: radial-gradient(circle,
      rgba(0, 151, 178, 0.3) 0%,
      transparent 70%);
  border-radius: 50%;
  filter: blur(20px);
  animation: glow 2s ease-in-out infinite alternate;
}

.loading-content {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
  max-width: 90vw;
}

.preloader .percentage {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  color: #0097b2;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #0097b2, #00e0ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.loading-text {
  display: block;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.loading-bar {
  width: 300px;
  max-width: 90vw;
  height: 4px;
  background: rgba(0, 151, 178, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.loading-progress {
  height: 100%;
  background: linear-gradient(90deg, #0097b2, #00e0ff, #0097b2);
  background-size: 200% 100%;
  border-radius: 10px;
  transition: width 0.3s ease;
  animation: progressGlow 1.5s ease-in-out infinite;
}

@keyframes orbFloat {

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

  33% {
    transform: translate(30px, -30px) scale(1.1);
  }

  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

@keyframes logoFloat {

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

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

@keyframes glow {
  0% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes progressGlow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

.page-loaded .preloader {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}

.page-loaded .preloader .logo {
  transform: translateY(-50px);
  opacity: 0;
}

.page-loaded .preloader .loading-content {
  transform: translateY(50px);
  opacity: 0;
}

.page-loaded .preloader .loading-bar {
  transform: scaleX(0);
  opacity: 0;
}

body .navbar .inner {
  transform: translateY(-100%);
  transition-delay: 1.2s;
}

body .left-side {
  left: -100%;
  transition-delay: 1.3s !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

body .slider {
  transform: translateY(100%);
  transition-delay: 1.5s !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.hero {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  align-items: center;
  z-index: 0;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: gradientShift 8s ease-in-out infinite;
}

.floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(45deg,
      rgba(0, 151, 178, 0.15),
      rgba(0, 224, 255, 0.2));
  animation: float 20s ease-in-out infinite;
  opacity: 1;
}

.shape-1 {
  width: 100px;
  height: 100px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 15%;
  animation-delay: -5s;
}

.shape-3 {
  width: 80px;
  height: 80px;
  top: 80%;
  left: 20%;
  animation-delay: -10s;
}

.shape-4 {
  width: 120px;
  height: 120px;
  top: 30%;
  right: 30%;
  animation-delay: -15s;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(0, 151, 178, 0.1);
  border: 1px solid rgba(0, 151, 178, 0.2);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #0097b2;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero h1 {
  font-size: 3.7vw;
  font-weight: 800;
  margin-bottom: 20px;
  color: #0097b2;
  line-height: 1.2;
}

.hero h1 .gradient-text {
  background: linear-gradient(135deg, #0097b2, #00e0ff 60%, #006d7c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradientAnimation 4s ease infinite;
}

.hero p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #555;
  max-width: 90%;
}

.hero .cta-group {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hero .btn-modern {
  position: relative;
  display: inline-block;
  padding: 16px 32px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.hero .btn-modern span {
  position: relative;
  z-index: 2;
}

.hero .btn-modern .btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0097b2;
  transition: all 0.3s ease;
  z-index: 1;
}

.hero .btn-modern.primary {
  color: #fff;
}

.hero .btn-modern.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 151, 178, 0.3);
}

.hero .btn-modern.primary:hover .btn-bg {
  transform: scale(1.05);
}

.hero .btn-modern.ghost {
  color: #0097b2;
  border: 2px solid #0097b2;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero .btn-modern.ghost .btn-bg {
  background: #0097b2;
  transform: scaleX(0);
  transform-origin: left;
}

.hero .btn-modern.ghost:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 151, 178, 0.2);
}

.hero .btn-modern.ghost:hover .btn-bg {
  transform: scaleX(1);
}

.hero .hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero .hero-metrics li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero .hero-metrics li strong {
  font-size: 32px;
  font-weight: 800;
  color: #0097b2;
  display: block;
  line-height: 1;
}

.hero .hero-metrics li span {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}

.hero-visual-container {
  position: relative;
  z-index: 2;
}

.hero-visual-bg {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border-radius: 20px;
  animation: pulse 4s ease-in-out infinite;
}

.hero .hero-visual {
  position: relative;
  display: block;
  margin: 0;
  padding: 0px;
  height: 500px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1), 0 8px 25px rgba(0, 151, 178, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
}

.hero .hero-visual img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

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

.hero-trust-signals {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.signal-item {
  font-size: 16px;
  color: #555;
  font-weight: 500;
}

.signal-item strong {
  color: #0097b2;
  font-weight: 800;
  font-size: 18px;
}

.signal-separator {
  width: 1px;
  height: 20px;
  background-color: #ddd;
}

@media (max-width: 767px) {
  .hero-trust-signals {
    justify-content: center;
    gap: 10px;
  }

  .signal-separator {
    display: none;
  }

  .signal-item {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}

.image-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: linear-gradient(135deg,
      rgba(0, 151, 178, 0.1) 0%,
      rgba(0, 224, 255, 0.1) 50%,
      rgba(0, 0, 0, 0.05) 100%);
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hero .hero-visual:hover .image-overlay {
  opacity: 1;
}

.hero-modern {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-background-modern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.element {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 151, 178, 0.1), rgba(0, 224, 255, 0.15));
  animation: float 6s ease-in-out infinite;
}

.element-1 {
  width: 80px;
  height: 80px;
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.element-2 {
  width: 120px;
  height: 120px;
  top: 20%;
  right: 10%;
  animation-delay: 2s;
}

.element-3 {
  width: 60px;
  height: 60px;
  bottom: 30%;
  left: 8%;
  animation-delay: 4s;
}

.element-4 {
  width: 100px;
  height: 100px;
  bottom: 15%;
  right: 15%;
  animation-delay: 1s;
}

.element-5 {
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  animation-delay: 3s;
}

.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(0, 151, 178, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 151, 178, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 1;
  animation: gridMove 20s linear infinite;
}

.hero-photo-modern {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.photo-container {
  position: relative;
  width: 100%;
  max-width: 450px;
  aspect-ratio: 1;
}

.photo-bg {
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background: linear-gradient(135deg, #0097b2, #00e0ff);
  border-radius: 30px;
  opacity: 0.1;
  z-index: 1;
}

.hero-photo-modern-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  z-index: 3;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 25px 80px rgba(0, 151, 178, 0.2);
}

.photo-decoration {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0097b2, #00e0ff);
  border-radius: 50%;
  z-index: 4;
  animation: float 3s ease-in-out infinite;
}

.photo-decoration::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hero-content-modern {
  padding-left: 40px;
}

.hero-badge-modern {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 151, 178, 0.1);
  border: 1px solid rgba(0, 151, 178, 0.2);
  border-radius: 50px;
  padding: 8px 16px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #0097b2;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: #00e0ff;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.hero-title-modern {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 30px;
  color: #1a1a1a;
}

.title-line-1 {
  display: block;
  background: linear-gradient(135deg, #0097b2, #00e0ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradientShift 3s ease-in-out infinite;
}

.title-line-2 {
  display: block;
  color: #1a1a1a;
  margin-top: -10px;
}

.hero-modern .title-line-2 {
  font-weight: 600 !important;
  /* font-size: 3rem; */
  margin-top: 0px !important;
}

.hero-description-modern {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 40px;
  max-width: 90%;
}

.hero-highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.highlight-icon {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 151, 178, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-cta-modern {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-modern-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #0097b2, #00e0ff);
  color: white;
  padding: 16px 32px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 10px 30px rgba(0, 151, 178, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-modern-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 151, 178, 0.4);
  color: white;
  text-decoration: none;
}

.btn-modern-primary:hover .btn-arrow {
  transform: translateX(4px);
}

.btn-arrow {
  transition: transform 0.3s ease;
  font-size: 18px;
}

.btn-modern-secondary {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  color: #0097b2;
  padding: 16px 32px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid rgba(0, 151, 178, 0.2);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backdrop-filter: blur(10px);
}

.btn-modern-secondary:hover {
  background: rgba(0, 151, 178, 0.1);
  border-color: #0097b2;
  transform: translateY(-2px);
  color: #0097b2;
  text-decoration: none;
}

@keyframes float {

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

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

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes gradientShift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

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

  100% {
    transform: translate(50px, 50px);
  }
}

.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 151, 178, 0.1);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  animation: floatCard 6s ease-in-out infinite;
}

.floating-card-1 {
  top: 10%;
  right: -10%;
  animation-delay: 0s;
}

.floating-card-2 {
  bottom: 30%;
  left: -15%;
  animation-delay: -2s;
}

.floating-card-3 {
  top: 50%;
  right: -5%;
  animation-delay: -4s;
}

.card-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-icon {
  font-size: 20px;
}

.card-text {
  font-size: 14px;
  font-weight: 600;
  color: #0097b2;
}

@keyframes gradientShift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes gradientAnimation {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes float {

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

  33% {
    transform: translateY(-20px) rotate(120deg);
  }

  66% {
    transform: translateY(10px) rotate(240deg);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

@keyframes floatCard {

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

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

.counter {
  animation: countUp 2s ease-out forwards;
}

.featured-work {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0 80px;
  position: relative;
}

.fw-card {
  transition: all 0.4s ease;
}

.fw-card figure {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin: 0 0 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 8px 25px rgba(0, 151, 178, 0.05);
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.fw-card figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg,
      rgba(0, 151, 178, 0.1) 0%,
      rgba(0, 224, 255, 0.1) 50%,
      transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.fw-card:hover figure::before {
  opacity: 1;
}

.fw-card figure img {
  transition: transform 0.6s ease;
  display: block;
  width: 100%;
  border-radius: 12px;
}

.fw-card:hover {
  transform: translateY(-8px);
}

.fw-card:hover figure {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15),
    0 15px 40px rgba(0, 151, 178, 0.1);
}

.fw-card:hover figure img {
  transform: scale(1.05);
}

.process {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  position: relative;
}

.process .step {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 151, 178, 0.1);
  padding: 32px 24px;
  border-radius: 16px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  height: 300px;
}

.process .step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg,
      rgba(0, 151, 178, 0.05) 0%,
      rgba(0, 224, 255, 0.05) 100%);
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.process .step:hover::before {
  opacity: 1;
}

.process .step .num {
  font-weight: 800;
  font-size: 48px;
  color: #0097b2;
  background: linear-gradient(135deg, #0097b2, #00e0ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 16px;
  display: block;
}

.process .step h5 {
  margin: 8px 0 12px;
  font-weight: 700;
  font-size: 20px;
  color: #282828;
}

.process .step p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.process .step:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 8px 25px rgba(0, 151, 178, 0.15);
  border-color: rgba(0, 151, 178, 0.2);
}

.section-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

section {
  position: relative;
  min-height: 300px;
}

section .container {
  position: relative;
  z-index: 2;
}

.about-intro .section-background .shape-1 {
  width: 80px;
  height: 80px;
  top: 15%;
  right: 20%;
  animation-delay: -3s;
}

.about-intro .section-background .shape-2 {
  width: 120px;
  height: 120px;
  bottom: 25%;
  left: 15%;
  animation-delay: -8s;
}

.main-services .section-background .shape-1 {
  width: 100px;
  height: 100px;
  top: 10%;
  left: 5%;
  animation-delay: -2s;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0.1),
      rgba(0, 224, 255, 0.15));
}

.main-services .section-background .shape-2 {
  width: 140px;
  height: 140px;
  top: 50%;
  right: 10%;
  animation-delay: -7s;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0.08),
      rgba(0, 224, 255, 0.12));
}

.main-services .section-background .shape-3 {
  width: 90px;
  height: 90px;
  bottom: 15%;
  left: 25%;
  animation-delay: -12s;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0.12),
      rgba(0, 224, 255, 0.18));
}

.process .section-background .shape-1 {
  width: 70px;
  height: 70px;
  top: 20%;
  right: 15%;
  animation-delay: -4s;
}

.process .section-background .shape-2 {
  width: 110px;
  height: 110px;
  bottom: 20%;
  left: 10%;
  animation-delay: -9s;
}

.outcomes .section-background .shape-1 {
  width: 95px;
  height: 95px;
  top: 15%;
  left: 8%;
  animation-delay: -1s;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0.1),
      rgba(0, 224, 255, 0.15));
}

.outcomes .section-background .shape-2 {
  width: 130px;
  height: 130px;
  top: 60%;
  right: 12%;
  animation-delay: -6s;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0.08),
      rgba(0, 224, 255, 0.12));
}

.outcomes .section-background .shape-3 {
  width: 85px;
  height: 85px;
  bottom: 10%;
  left: 30%;
  animation-delay: -11s;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0.12),
      rgba(0, 224, 255, 0.18));
}

.tech-stack {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 120px 0px;
  position: relative;
}

.tech-stack .titles {
  padding: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}

.tech-stack .titles h6 {
  font-size: 4vw;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
}

.tech-stack .titles p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Tech Icons Grid */
.tech-icons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  padding: 0px 20px;
}

.tech-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0 15px 0px !important;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden;
  animation: techItemAppear 0.6s ease-out;
  animation-fill-mode: both;
}


.tech-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


.tech-name {
  display: block;
  margin-top: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
}

/* Stagger Animation for Tech Items */
.tech-item:nth-child(1) {
  animation-delay: 0.1s;
}

.tech-item:nth-child(2) {
  animation-delay: 0.15s;
}

.tech-item:nth-child(3) {
  animation-delay: 0.2s;
}

.tech-item:nth-child(4) {
  animation-delay: 0.25s;
}

.tech-item:nth-child(5) {
  animation-delay: 0.3s;
}

.tech-item:nth-child(6) {
  animation-delay: 0.35s;
}

.tech-item:nth-child(7) {
  animation-delay: 0.4s;
}

.tech-item:nth-child(8) {
  animation-delay: 0.45s;
}

.tech-item:nth-child(9) {
  animation-delay: 0.5s;
}

.tech-item:nth-child(10) {
  animation-delay: 0.55s;
}

.tech-item:nth-child(11) {
  animation-delay: 0.6s;
}

.tech-item:nth-child(12) {
  animation-delay: 0.65s;
}

.tech-item:nth-child(13) {
  animation-delay: 0.7s;
}

.tech-item:nth-child(14) {
  animation-delay: 0.75s;
}

.tech-item:nth-child(15) {
  animation-delay: 0.8s;
}

.tech-item:nth-child(16) {
  animation-delay: 0.85s;
}

.tech-item:nth-child(17) {
  animation-delay: 0.9s;
}

.tech-item:nth-child(18) {
  animation-delay: 0.95s;
}

.tech-item:nth-child(19) {
  animation-delay: 1s;
}

.tech-item:nth-child(20) {
  animation-delay: 1.05s;
}

@keyframes techItemAppear {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

.tech-tagline {
  text-align: center;
  padding: 30px 0;
  max-width: 900px;
  margin: 0 auto;
}

.tech-tagline p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.tech-tagline strong {
  font-weight: 700;
  color: #fff;
}

.tech-stack .section-background .shape-1 {
  width: 95px;
  height: 95px;
  top: 15%;
  left: 8%;
  animation-delay: -1s;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0.1),
      rgba(0, 224, 255, 0.15));
}

.tech-stack .section-background .shape-2 {
  width: 130px;
  height: 130px;
  top: 60%;
  right: 12%;
  animation-delay: -6s;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0.08),
      rgba(0, 224, 255, 0.12));
}

.tech-stack .section-background .shape-3 {
  width: 85px;
  height: 85px;
  bottom: 10%;
  left: 30%;
  animation-delay: -11s;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0.12),
      rgba(0, 224, 255, 0.18));
}

.outcomes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0 60px;
}

.outcomes .outcome-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 26px;
  margin-bottom: 20px;
  height: 230px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.outcomes .outcome-card h4 {
  font-weight: 700;
  margin: 0 0 10px;
}

.outcomes .outcome-card p {
  margin: 0;
  color: #555;
}

.outcomes .outcome-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.page-loaded .header .navbar .inner {
  transform: translateY(0);
}

.page-loaded .slider {
  opacity: 1;
  transform: translateY(0);
}

.page-loaded .left-side {
  left: 0;
}

.page-loaded figure.image {
  opacity: 1;
  transform: translateY(0);
}

.burger {
  margin-top: 1px;
  z-index: 3;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.burger:hover {
  background: rgba(0, 151, 178, 0.1);
  transform: scale(1.05);
}

.burger:active {
  transform: scale(0.95);
}

.burger-svg__base {
  fill: transparent;
  transition: fill 0.3s ease;
}

.burger:hover .burger-svg__base {
  fill: rgba(0, 151, 178, 0.1);
}

.burger-svg__bars {
  fill: #0097b2;
  transition: all 0.3s ease;
}

.burger:hover .burger-svg__bars {
  fill: #006d7c;
}

.burger.active .burger-svg__bars {
  fill: #fff;
}

.burger.active .burger-svg__base {
  fill: rgba(255, 255, 255, 0.1);
}

.header[data-color="dark"] .burger-svg__bars {
  fill: #fff;
}

.header[data-color="dark"] .burger:hover .burger-svg__bars {
  fill: #0097b2;
}

.header[data-color="dark"] .burger:hover .burger-svg__base {
  fill: rgba(0, 151, 178, 0.1);
}

.header[data-color="light"] .burger-svg__bars {
  fill: #0097b2;
}

.header[data-color="light"] .burger:hover .burger-svg__bars {
  fill: #006d7c;
}

.header[data-color="light"] .burger:hover .burger-svg__base {
  fill: rgba(0, 151, 178, 0.1);
}

.navigation-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: calc(-100% + -200px);
  top: 0;
  z-index: 2;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  visibility: hidden;
}

.navigation-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 100vh 0;
  border-color: transparent #282828 transparent transparent;
  position: absolute;
  left: -200px;
  top: 0;
}

.navigation-menu.active {
  right: 0;
  visibility: visible;
}

.navigation-menu.active .inner {
  opacity: 1;
  transform: translateX(0);
}

.navigation-menu .inner {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 10%;
  color: #000;
  transform: translateX(40%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.35s;
  padding-top: 80px;
}

.navigation-menu .inner .side-menu {
  width: 100%;
  float: right;
  display: none;
}

.navigation-menu .inner .side-menu ul {
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
}

.navigation-menu .inner .side-menu ul li {
  display: block;
  list-style: none;
  margin-bottom: 5px;
}

.navigation-menu .inner .side-menu ul li a {
  font-size: 4.5vw;
  color: #000;
  font-weight: 600;
}

.navigation-menu .inner h2 {
  display: block;
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 25px;
}

.navigation-menu .inner h2 strong {
  font-weight: 600;
}

.navigation-menu .inner figure {
  display: block;
  margin: 0;
  background: #fff;
  padding: 6px;
  position: relative;
}

.navigation-menu .inner figure a {
  width: 50px;
  height: 50px;
  line-height: 44px;
  position: absolute;
  right: 6px;
  top: 6px;
  background: #fff;
  text-align: center;
}

.navigation-menu .inner address {
  display: block;
  font-size: 19px;
}

.navigation-menu .inner address a {
  display: block;
  color: #fff;
  text-decoration: underline;
}

.titles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 80px;
  position: relative;
}

.titles::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0097b2, #00e0ff);
  border-radius: 2px;
}

.centered-section .titles::after {
  left: 45% !important;
}

.titles h6 {
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.featured-work .titles h6,
.process .titles h6,
.about-intro .titles h6 {
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-intro p {
  color: #fff;
}

.logos .titles h6 {
  color: #0097b2;
  background: linear-gradient(135deg, #0097b2 0%, #00e0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.titles p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.featured-work .titles p,
.process .titles p,
.about-intro .titles p {
  color: #666;
}

.logos .titles p {
  color: #666;
}

.custom-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-link * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.custom-link a {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.custom-link a:hover {
  text-decoration: none;
}

.custom-link span {
  width: 20px;
  height: 1px;
  background: #282828;
  display: inline-block;
  margin: 0;
}

.custom-link i {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #282828;
  opacity: 1;
}

.custom-link:hover a {
  margin-left: 20px;
}

.custom-link:hover span {
  width: 50px;
  margin-left: 20px;
}

.custom-link:hover i {
  opacity: 0;
}

.header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.header .navbar {
  width: 100%;
  margin-bottom: 0;
}

.navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navbar.hide {
  transform: translateY(-100px) !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navbar.light {
  color: #000;
}

.navbar.light .main-menu ul li a {
  color: #fff;
}

.navbar.light .main-menu ul li a:after {
  background: #fff;
}

.navbar.light .main-menu ul li a:hover:before {
  background: #fff;
}

.navbar .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navbar .logo {
  margin-left: 0;
}

.navbar .logo a {
  margin: 0;
}

.navbar .logo a img {
  height: 70px;
}

.navbar .phone {
  margin-left: 50px;
}

.navbar .main-menu {
  margin-left: auto;
}

.navbar .main-menu ul {
  margin: 0;
  padding: 0;
}

.navbar .main-menu ul li {
  display: inline-block;
  margin: 0 18px;
  padding: 0;
}

.navbar .main-menu ul li a {
  display: block;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  padding: 0 2px;
}

.navbar .main-menu ul li a:hover {
  text-decoration: none;
}

.navbar .main-menu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}

.navbar .main-menu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 3px;
  width: 0;
  background: #0097b2;
  transition: width 0.25s ease;
}

.navbar .main-menu ul li a:hover:before {
  width: 100%;
  background: #0097b2;
  transition: width 0.25s ease;
}

.navbar .main-menu ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.navbar .hamburger-menu {
  margin-right: 0;
  margin-left: 30px;
  display: none;
}

.left-side {
  width: 150px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

.left-side .logo {
  width: 100%;
  display: block;
  height: 42px;
  text-align: center;
  margin-top: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  transform: translateY(-30px);
}

.left-side .logo img {
  height: 42px;
}

.left-side .logo.sticky {
  opacity: 1;
  transform: translateY(0);
}

.left-side ul {
  width: 100vh;
  line-height: 1;
  display: block;
  margin: 0;
  margin-top: 50vh;
  margin-left: -9px;
  padding: 0;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
}

.left-side ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

.left-side ul li a {
  display: block;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding: 0 2px;
}

.left-side ul li a:hover {
  text-decoration: none;
}

.left-side ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}

.left-side ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 2px;
  width: 0;
  background: #0097b2;
  transition: width 0.25s ease;
}

.left-side ul li a:hover:before {
  width: 100%;
  background: #0097b2;
  transition: width 0.25s ease;
}

.left-side ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.left-side .gotop {
  width: 50px;
  padding: 14px;
  position: absolute;
  left: 50px;
  bottom: 35px;
  display: none;
}

.left-side .gotop img {
  display: block;
}

.slider {
  width: calc(100% + 50px);
  height: 560px;
  display: flex;
  flex-wrap: wrap;
  background: #282828;
  margin-right: -50px;
  overflow: hidden;
  position: relative;
}

.slider:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px 600px at 20% 10%,
      rgba(255, 255, 255, 0.12),
      rgba(255, 255, 255, 0) 60%),
    radial-gradient(1200px 600px at 80% 90%,
      rgba(0, 151, 178, 0.15),
      rgba(0, 151, 178, 0) 60%);
  pointer-events: none;
  z-index: 1;
}

.slider .swiper-container .swiper-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.slider:hover .swiper-container .swiper-slide {
  margin-left: -10px;
}

.slider:hover .swiper-button-next span {
  width: 100%;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider .swiper-container .swiper-slide {
  width: calc(100% - 80px);
  display: -webkit-box;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0.3;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  background-size: cover;
  background-position: top;
}

.slider .swiper-container .swiper-slide-active {
  opacity: 1;
  z-index: 2;
}

.swiper-button-next {
  width: 80px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: auto;
  right: 20px;
  top: 0;
  z-index: 2;
  background: none;
  text-align: right;
}

.swiper-button-next span {
  width: 50%;
  height: 1px;
  margin-left: auto;
  background: #fff;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.swiper-button-next b {
  font-weight: 600;
  display: block;
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  height: 40px;
  width: 40px;
  background: none;
  text-align: center;
  transform: scaleX(-1) scale(0.7);
  margin: 0;
}

.swiper-pagination-bullet:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: none;
}

.swiper-pagination-bullet-active:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -7px;
}

.swiper-pagination-bullet svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  animation-play-state: running;
  stroke-width: 3px;
  animation: countdown 6s linear forwards;
}

.swiper-pagination-bullet svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 0;
  stroke: #fff;
  fill: none;
  animation: none;
  animation-play-state: paused;
  animation-fill-mode: none;
}

.about-intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
}

.about-intro h2 {
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 50px;
  color: #0097b2;
}

.about-intro p,
.tech-philosophy p {
  font-size: 20px;
  line-height: 2;
  margin: 0;
}

.tech-philosophy-list li {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #fff;
}


.about-intro p:nth-child(2) {
  margin-bottom: 30px;
  font-weight: 600;
}

.main-services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  text-align: center;
}

.main-services .titles {
  padding: 0 20%;
  color: #fff;
}

.main-services figure {
  display: inline-block;
  margin-bottom: 0;
}

.main-services figure img {
  height: 60px;
  display: inline-block;
}

.main-services article {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  color: #fff;
  position: relative;
  padding: 0 30px;
}

.main-services article span {
  display: block;
  font-weight: 700;
  font-size: 40px;
  opacity: 0.1;
}

.main-services article h4 {
  display: block;
  margin-top: -25px;
  font-weight: 600;
  font-size: 18px;
}

.works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}

.works .titles {
  display: block;
  padding-right: 15%;
  margin-bottom: 20px;
}

.works .titles h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.works .titles p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 300;
}

.works ul {
  margin-bottom: 0;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0;
}

.works ul li {
  width: 50%;
  margin: 40px 0;
  padding: 0 30px;
  list-style: none;
}

.team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  color: #fff;
}

.team figure {
  display: block;
  margin: 0;
}

.team figure img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
}

.logos ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  position: relative;
  border-left: 1px solid rgba(40, 40, 40, 0.1);
  border-top: 1px solid rgba(40, 40, 40, 0.1);
}

.logos ul li {
  width: 25%;
  float: left;
  list-style: none;
  border-right: 1px solid rgba(40, 40, 40, 0.1);
  border-bottom: 1px solid rgba(40, 40, 40, 0.1);
  text-align: center;
}

.logos ul li:hover figure {
  opacity: 1;
}

.logos ul li figure {
  display: block;
  height: 80px;
  margin: 30px 0;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}

.logos ul li figure img {
  display: none;
  height: 95px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  object-fit: contain;
  padding: 10px;
}

.work-with-us {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  color: #fff;
}

.work-with-us h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}

.work-with-us button strong {
  border: 1px solid #fff !important;
}

.work-with-us h2 {
  font-size: 4vw;
  font-weight: 800;
  margin-bottom: 50px;
  color: #fff;
}

.work-with-us p {
  display: block;
  margin: 0;
  font-size: 19px;
}

.work-with-us a {
  color: #fff;
  text-decoration: underline;
}

.hero-contact {
  min-height: 60vh;
  padding-top: 80px;
  padding-bottom: 0px;
}

.contact-info-cards {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  border: 1px solid rgba(0, 151, 178, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  flex: 1;
  min-width: 250px;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 151, 178, 0.15);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0097b2, #00e0ff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}

.contact-content {
  width: 100%;
}

.contact-content h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: #282828;
}

.contact-content p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.contact-content a,
.contact-content p {
  color: #0097b2;
  text-decoration: none;
  font-weight: 500;
}

.contact-visual-container {
  position: relative;
}

.contact-visual-bg {
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background: linear-gradient(135deg,
      rgba(0, 151, 178, 0.1),
      rgba(0, 224, 255, 0.1));
  border-radius: 20px;
  z-index: 1;
}

.contact-visual {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 151, 178, 0.15);
}

.contact-info {
  margin-top: 80px;
}

.contact-info h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #282828;
}

.contact-info address {
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 40px;
}

.contact-info strong {
  color: #0097b2;
  font-weight: 600;
}

.response-time {
  background: rgba(0, 151, 178, 0.05);
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 30px;
  border-left: 4px solid #0097b2;
}

.response-time h5 {
  margin-bottom: 15px;
  color: #0097b2;
}

.response-time p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-links li {
  margin-bottom: 0px;
  margin-left: 10px;
}

.social-links a {
  color: #0097b2;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.social-links a {
  color: #0097b2;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
}

.social-links a:hover {
  color: #006d7c;
  text-decoration: none;
  transform: translateX(5px);
}

.social-links a svg {
  transition: all 0.3s ease;
}

.social-links a:hover svg {
  transform: scale(1.1);
}

.card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0097b2, #00e0ff);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 0 auto 20px;
  box-shadow: 0 10px 30px rgba(0, 151, 178, 0.3);
}

.map-section {
  position: relative;
  margin-top: 100px;
}

.map-container {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.titles {
  margin-bottom: 50px;
}

.contact .titles h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0097b2;
  margin-bottom: 15px;
}

.titles h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #282828;
}

.contact .titles p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  max-width: 600px;
}

.contact .contact-form #contact .form-group {
  margin-bottom: 25px;
}

.contact .contact-form #contact .form-group input[type="text"],
.contact .contact-form #contact .form-group textarea,
.contact .contact-form #contact .form-group select {
  border: 2px solid #eee;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 16px;
}

.contact .contact-form #contact .form-group input[type="text"]:focus,
.contact .contact-form #contact .form-group textarea:focus,
.contact .contact-form #contact .form-group select:focus {
  border-color: #0097b2;
  box-shadow: 0 0 0 3px rgba(0, 151, 178, 0.1);
  outline: none;
}

.contact .contact-form #contact .form-group span {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.contact .contact-form #contact .form-group span.label-up {
  color: #0097b2;
  font-weight: 600;
}

.contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0px;
}

.contact h5 {
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.contact address {
  display: block;
  margin-bottom: 50px;
}

.contact .contact-form {
  display: block;
  margin-top: 50px;
}

.contact .contact-form h5 {
  margin-bottom: 40px;
}

.contact .contact-form #contact {
  display: block;
}

.contact .contact-form #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 35px;
}

.contact .contact-form #contact .form-group span {
  width: 100%;
  line-height: 54px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  z-index: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.contact .contact-form #contact .form-group span.label-up {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}

.contact .contact-form #contact .form-group input[type="text"] {
  background: none;
  position: relative;
  z-index: 2;
}

.contact .contact-form #contact .form-group input:focus+span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}

.contact .contact-form #contact .form-group textarea {
  background: none;
  position: relative;
  z-index: 2;
}

.contact .contact-form #contact .form-group textarea:focus+span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}

.contact .contact-form #contact .form-group label.error {
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}

.contact .contact-form #success,
.contact .contact-form #error {
  display: none;
  float: left;
}

.contact .contact-form #error {
  background: red;
  color: #fff;
}

.contact .contact-form #success {
  background: green;
  color: #fff;
}

.contact .contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}

.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  position: relative;
}

.footer .career {
  display: block;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.footer .career h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .career h2 {
  font-size: 3vw;
  font-weight: 800;
  margin-bottom: 50px;
}

.footer .logo {
  display: block;
  margin: 0 0 30px;
}

.footer .logo img {
  height: 60px;
  width: auto;
  margin-left: 0;
}

.footer p {
  font-size: 22px;
}

.footer h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .sub-footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  font-size: 15px;
  text-align: left;
}

.footer .sub-footer ul {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
}

.footer .sub-footer ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
  list-style: none;
}

.footer .sub-footer ul li a {
  display: block;
  position: relative;
  padding: 0 2px;
}

.footer .sub-footer ul li a:hover {
  text-decoration: none;
}

.footer .sub-footer ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 1px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}

.footer .sub-footer ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 8px;
  height: 1px;
  width: 0;
  background: #282828;
  transition: width 0.25s ease;
}

.footer .sub-footer ul li a:hover:before {
  width: 100%;
  background: #282828;
  transition: width 0.25s ease;
}

.footer .sub-footer ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.footer .sub-footer span {
  margin-right: 0;
}

/* Footer Content */
.footer-content {
  width: 100%;
  padding: 60px 0 40px;
  border-top: 1px solid rgba(40, 40, 40, 0.08);
  border-bottom: 1px solid rgba(40, 40, 40, 0.08);
  margin: 50px 0 30px;
}

.footer-tagline {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  max-width: 300px;
}

.footer h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #282828;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

.footer address a {
  color: #666;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.footer address a:hover {
  color: #0097b2;
  text-decoration: none;
}

.contact-icon,
.location-icon {
  font-size: 16px;
  line-height: 1;
}

/* Footer Social Links */
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-social a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #666;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.footer-social a:hover {
  color: #0097b2;
  transform: translateX(5px);
}

.footer-social a svg {
  transition: all 0.3s ease;
  opacity: 0.7;
}

.footer-social a:hover svg {
  opacity: 1;
  transform: scale(1.1);
}

/* Footer Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 30px;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #0097b2;
}

.footer-links span {
  color: #ddd;
  margin: 0 5px;
}

/* Responsive Footer */
@media (max-width: 991px) {
  .footer-content {
    padding: 50px 0 40px;
  }

  .footer-tagline {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer h5 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .footer p {
    font-size: 19px;
    margin-bottom: 30px;
  }

  .footer .hero-cta-modern{
    justify-content: left !important;
  }

  .footer h5:first-child {
    margin-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    padding-top: 40px;
  }

  .footer-links {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 100px 0 60px;
  }

  .footer-content {
    padding: 40px 0 30px;
    margin: 40px 0 20px;
  }

  .footer-tagline {
    font-size: 14px;
  }

  .footer-social a {
    font-size: 14px;
  }

  .footer-links {
    /* flex-direction: column; */
    gap: 8px;
  }

  .footer-links span {
    display: none;
  }

  .footer-bottom p {
    font-size: 13px;
  }
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 151, 178, 0.1);
  z-index: 1000;
}

.scroll-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #0097b2, #00e0ff);
  width: 0%;
  transition: width 0.1s ease;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .floating-shapes {
    transform: none !important;
  }
}

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

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #0097b2, #00e0ff);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #006d7c, #0097b2);
}

.reveal-element {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.reveal-element.revealed {
  opacity: 1;
  transform: translateY(0);
}

.animate-in {
  animation: slideInUp 0.8s ease forwards;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

@keyframes countdown {
  from {
    stroke-dashoffset: 113px;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1199px) {
  .preloader .inner .logo img {
    height: 110px;
  }

  .logo-glow {
    width: 140px;
    height: 140px;
  }

  .preloader .percentage {
    font-size: 3.8rem;
  }

  .loading-text {
    font-size: 16px;
  }

  .loading-bar {
    width: 290px;
  }

  .orb-1 {
    width: 250px;
    height: 250px;
    top: 9%;
    left: 9%;
  }

  .orb-2 {
    width: 320px;
    height: 320px;
    top: 38%;
    right: 9%;
  }

  .orb-3 {
    width: 200px;
    height: 200px;
    bottom: 18%;
    left: 18%;
  }

  body {
    padding: 0;
  }

  .left-side {
    display: none;
  }

  .navbar {
    padding: 30px;
  }

  .slider {
    width: 100%;
    margin-right: 0;
  }

  .works .titles {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
  .about-intro {
    padding-top: 50px;
  }

  .main-services {
    padding-bottom: 50px;
  }

  .preloader .inner .logo img {
    height: 100px;
  }

  .logo-glow {
    width: 130px;
    height: 130px;
  }

  .preloader .percentage {
    font-size: 3.5rem;
  }

  .loading-text {
    font-size: 15px;
  }

  .loading-bar {
    width: 280px;
  }

  .orb-1 {
    width: 200px;
    height: 200px;
    top: 8%;
    left: 8%;
  }

  .orb-2 {
    width: 280px;
    height: 280px;
    top: 35%;
    right: 8%;
  }

  .orb-3 {
    width: 180px;
    height: 180px;
    bottom: 15%;
    left: 15%;
  }

  .navbar .hamburger-menu {
    display: block;
  }

  .preloader .inner .percentage {
    font-size: 5vh;
  }

  .navigation-menu .inner .side-menu {
    display: block;
  }

  .navbar .main-menu {
    display: none;
  }

  .navbar .phone {
    margin-right: auto;
  }

  .navbar .hamburger-menu {
    margin-left: 20px;
  }

  .burger {
    width: 48px;
    height: 48px;
  }

  .burger-svg__bars {
    fill: #0097b2;
  }

  .burger:hover .burger-svg__bars {
    fill: #006d7c;
  }

  .slider .swiper-container .swiper-slide {
    width: 100%;
  }

  .slider:hover .swiper-container .swiper-slide {
    margin-left: 0;
  }

  .titles {
    padding-right: 0;
  }

  .works ul li {
    width: 50%;
  }

  .team figure {
    margin-bottom: 40px;
  }

  .logos ul li {
    width: 33.33333%;
  }

  .logos ul li:nth-child(n + 10) {
    display: none;
  }

  .swiper-button-next {
    display: none;
  }

  .footer .logo {
    margin-bottom: 40px;
  }

  .footer .career h2 {
    font-size: 6vw;
  }

  input[type="text"] {
    border-radius: 0 !important;
    -webkit-appearance: none;
    appearance: none;
  }

  textarea {
    border-radius: 0 !important;
    -webkit-appearance: none;
    appearance: none;
  }
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
  .preloader .inner {
    height: 70vh !important;
  }

  .preloader .inner .logo img {
    height: 80px;
  }

  .logo-glow {
    width: 100px;
    height: 100px;
  }

  .preloader .percentage {
    font-size: 2.5rem;
  }

  .loading-text {
    font-size: 14px;
  }

  .loading-bar {
    width: 250px;
  }

  .orb-1 {
    width: 150px;
    height: 150px;
    top: 5%;
    left: 5%;
  }

  .orb-2 {
    width: 200px;
    height: 200px;
    top: 30%;
    right: 5%;
  }

  .orb-3 {
    width: 120px;
    height: 120px;
    bottom: 10%;
    left: 10%;
  }

  .navbar {
    padding: 0 15px 0px 15px;
  }

  .navbar .logo a img {
    height: 50px;
  }

  .navbar .phone {
    display: none;
  }

  .navbar .hamburger-menu {
    margin-left: 15px;
  }

  .burger {
    width: 60px;
    height: 60px;
  }

  .burger-svg__bars {
    fill: #0097b2;
  }

  .burger:hover .burger-svg__bars {
    fill: #006d7c;
  }

  .hero {
    padding: 80px 0 60px;
    min-height: auto;
  }

  .navigation-menu .inner .side-menu ul li a {
    font-size: 6.5vw;
  }

  .hero h1 {
    font-size: 9.5vw;
    margin-bottom: 16px;
  }

  .hero p {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .hero .cta-group {
    margin-bottom: 30px;
  }

  .hero .btn-modern {
    padding: 14px 24px;
    font-size: 16px;
  }

  .hero .hero-metrics {
    gap: 20px;
    justify-content: center;
  }

  .hero .hero-metrics li strong {
    font-size: 28px;
  }

  .hero-modern {
    min-height: auto;
    padding: 80px 0 60px;
  }

  .hero-photo-modern {
    margin-bottom: 40px;
    padding: 20px 10px;
  }

  .photo-container {
    max-width: 300px;
  }

  .hero-content-modern {
    padding-left: 0;
    text-align: center;
  }

  .hero-title-modern {
    font-size: 3rem;
    text-align: center;
  }

  .hero-description-modern {
    font-size: 1.1rem;
    text-align: center;
    max-width: 100%;
  }

  .hero-highlights {
    align-items: center;
  }

  .hero-cta-modern {
    justify-content: center;
  }

  .btn-modern-primary,
  .btn-modern-secondary {
    padding: 14px 24px;
    font-size: 15px;
  }

  .floating-card {
    display: none;
  }

  .floating-shapes .shape {
    display: none;
  }

  .hero-visual-bg {
    display: none;
  }

  .section-background .shape {
    display: none;
  }

  .titles {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .titles h6 {
    font-size: 9vw;
  }

  .about-intro p {
    font-size: 16px;
  }

  .titles p {
    font-size: 18px;
  }

  .fw-card figure {
    border-radius: 12px;
    margin-bottom: 20px;
  }

  .process .step {
    padding: 24px 20px;
    margin-bottom: 16px;
    height: auto !important;
  }

  .process .step .num {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .process .step h5,
  .outcomes .outcome-card h4 {
    font-size: 18px;
  }

  .tech-stack {
    padding: 80px 0;
  }

  .tech-stack .titles h6 {
    font-size: 8vw;
  }

  .tech-stack .titles p {
    font-size: 16px;
  }

  .tech-icons-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    padding: 20px 10px;
  }

  .tech-item {
    padding: 25px 15px;
  }

  .tech-item img {
    width: 60px;
    height: 60px;
  }

  .tech-name {
    font-size: 12px;
    margin-top: 10px;
  }

  .tech-tagline {
    padding: 20px 0;
  }

  .tech-tagline p {
    font-size: 16px;
    line-height: 1.6;
  }

  .works ul li {
    width: 100%;
  }

  .works ul {
    width: 100%;
    margin: 0 !important;
  }

  .logos ul li {
    width: 50%;
  }

  .logos ul li:nth-child(9) {
    display: none;
  }

  .work-with-us h2 {
    font-size: 9vw;
  }

  .logos ul li figure {
    height: 65px;
  }

  .logos ul li figure img {
    height: 65px;
  }

  .about-intro h2 {
    font-size: 8vw;
  }

  .main-services .titles {
    padding: 0;
  }

  .footer .career h2 {
    font-size: 9vw;
  }

  .footer .sub-footer ul {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
  .preloader .inner .logo img {
    height: 90px;
  }

  .logo-glow {
    width: 80px;
    height: 80px;
  }

  .preloader .percentage {
    font-size: 2rem;
  }

  .loading-text {
    font-size: 13px;
  }

  .loading-bar {
    width: 200px;
  }

  .orb-2 {
    display: none;
  }

  .orb-1 {
    width: 100px;
    height: 100px;
    top: 3%;
    left: 3%;
  }

  .orb-3 {
    width: 80px;
    height: 80px;
    bottom: 5%;
    left: 5%;
  }

  .tech-icons-grid {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 15px;
    padding: 15px 5px;
  }

  .tech-item {
    padding: 20px 10px;
  }

  .tech-item img {
    width: 50px;
    height: 50px;
  }

  .tech-name {
    font-size: 11px;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .preloader .inner .logo img {
    height: 70px;
  }

  .logo-glow {
    width: 90px;
    height: 90px;
  }

  .preloader .percentage {
    font-size: 2.2rem;
  }

  .loading-text {
    font-size: 13px;
  }

  .loading-bar {
    width: 220px;
  }

  .preloader .inner .logo {
    margin-bottom: 20px;
  }

  .loading-content {
    margin-bottom: 20px;
  }
}

/* Projects Page Styles */
.projects-showcase {
  padding: 120px 0;
  position: relative;
}

.project-item {
  margin-bottom: 120px;
  position: relative;
}

.project-item:last-child {
  margin-bottom: 0;
}

.project-slider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.project-slider:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.slider-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 40px 30px 30px;
  border-radius: 0 0 20px 20px;
}

.slide-caption {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
  z-index: 10;
}

.nav-btn {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: all;
  color: #0097b2;
  backdrop-filter: blur(10px);
}

.nav-btn:hover {
  background: #0097b2;
  color: #fff;
  transform: scale(1.1);
}

.nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active,
.dot:hover {
  background: #fff;
  border-color: #fff;
}

.project-content {
  padding: 0 30px;
}

.project-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.project-category {
  background: linear-gradient(135deg, #0097b2, #00e0ff);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.project-year {
  color: #666;
  font-size: 14px;
  font-weight: 600;
}

.project-content h3 {
  font-size: 32px;
  font-weight: 800;
  color: #0097b2;
  margin-bottom: 20px;
  line-height: 1.2;
}

.project-content p {
  font-size: 17px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 30px;
  margin-top: 20px;
}

.project-features {
  margin-bottom: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.feature-item svg {
  color: #0097b2;
  flex-shrink: 0;
}

.feature-item span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.project-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.tech-tag {
  background: rgba(0, 151, 178, 0.1);
  color: #0097b2;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(0, 151, 178, 0.2);
  transition: all 0.3s ease;
}

.tech-tag:hover {
  background: #0097b2;
  color: #fff;
  transform: translateY(-2px);
}

.project-links {
  display: flex;
  gap: 20px;
}

.project-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0097b2;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.project-link:hover {
  color: #006d7c;
  text-decoration: none;
  transform: translateX(5px);
}

.project-link svg {
  transition: transform 0.3s ease;
}

.project-link:hover svg {
  transform: translate(3px, -3px);
}

/* Project Stats Section */
.project-stats {
  padding: 80px 0;
  position: relative;
}

.stat-item {
  text-align: center;
  padding: 40px 20px;
}

.stat-number {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #fff, #e0f7ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-label {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.technologies-used {
  padding: 100px 0;
  position: relative;
}

.tech-item {
  text-align: center;
  padding: 30px 15px;
  transition: all 0.3s ease;
  border-radius: 15px;
  margin-bottom: 10px;
}

.tech-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.tech-item:hover img {
  transform: scale(1.1);
}

.tech-item span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* Responsive Design for Projects */
@media (max-width: 991px) {
  .project-item {
    margin-bottom: 80px;
  }

  .project-content {
    padding: 40px 0 0;
  }

  .project-content h3 {
    font-size: 28px;
  }

  .slider-container {
    height: 300px;
  }

  .project-slider {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .projects-showcase {
    padding: 80px 0;
  }

  .project-item {
    margin-bottom: 60px;
  }

  .slider-container {
    height: 250px;
  }

  .project-content h3 {
    font-size: 24px;
  }

  .project-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .stat-number {
    font-size: 36px;
  }

  .tech-item {
    padding: 20px 10px;
  }

  .tech-item img {
    width: 40px;
    height: 40px;
  }
}

/* REVEAL EFFECT */
.reveal-effect {
  float: left;
  overflow: hidden;
  position: relative;
}

.reveal-effect.animated:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  animation: 1s reveal linear forwards;
  -webkit-animation-duration: 1s;
  z-index: 1;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.animated>* {
  animation: 1s reveal-inner linear forwards;
}

@-webkit-keyframes reveal {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  51% {
    left: auto;
    right: 0;
  }

  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}

@-webkit-keyframes reveal-inner {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  50% {
    visibility: hidden;
    opacity: 0;
  }

  51% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}


/* PROJECT BOX */
.project-box {
  width: 100%;
  display: block;
}

.project-box .project-image {
  width: 100%;
  display: block;
}

.project-box .project-image a {
  display: block;
}

.project-box .project-image a img {
  width: 100%;
  border-radius: 15px !important;
}

.project-box .project-content {
  width: 100%;
  display: block;
}

.project-box .project-content h3 {
  font-size: 27px;
  display: block;
}

.project-box .project-content h3 a {
  display: block;
}

.project-box .project-content h3 a:hover {
  text-decoration: none;
  color: #0097b2
}

.project-box .project-content small {
  display: block;
}

.case-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
}

.case-detail figure {
  display: block;
  margin-bottom: 50px;
}

.case-detail figure img {
  width: 100%;
}

.case-detail h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.case-detail h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.case-detail h3 {
  font-size: 50px;
  font-weight: 800;
  margin-top: 100px;
}

.case-detail p {
  display: block;
  margin-bottom: 50px;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #282828;
}

.page-header .video-bg {
  width: 100%;
}

.page-header .video-bg video {
  width: 100%;
  display: flex;
}

.page-header iframe {
  width: 100%;
  height: 500px;
  display: block;
  border: none;
}

.page-header figure {
  width: 100%;
  margin: 0;
}

.page-header figure img {
  width: 100%;
}