@charset "UTF-8";
/* ⚠ 本檔由 tools/build-css.sh 自動產生，請勿手動修改。
   來源：assets/css/globals.css + assets/css/style.css（完整版，保留不動）。
   頁面用了新的版型樣式後，重新執行 bash tools/build-css.sh。說明見 docs/20260925-CSS精簡.md。 */
/*
 * ITAgency - HTML Template
 * Main SCSS file
 */
:root {
  --color-primary: #1e88e5;
  --color-primary-light: #64b5f6;
  --color-primary-dark: #072066;
  --color-accent: #2196f3;
  --color-white: #ffffff;
  --color-black: #000;
  --color-background: #072066;
  --color-surface: #ffffff;
  --color-surface-scase: #f8f9fa;
  --color-border: #e0e0e0;
  --color-text-primary: #000;
  --color-text-secondary: #424242;
  --color-text-muted: #000;
  --color-surface-mcase: #000;
  --box-shadow: 0 0 20px rgba(116, 116, 116, 0.1);
  --box-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --box-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --box-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.15);
  --menu-icon-color: #000;
}

body.dark-mode {
  --color-background: #000;
  --color-surface: #000;
  --color-surface-scase: #000;
  --color-border: #30363d;
  --color-white: #000;
  --color-black: #ffffff;
  --color-text-primary: rgba(255, 255, 255, 0.87);
  --color-text-secondary: rgba(255, 255, 255, 0.60);
  --color-text-muted: var(--color-text-secondary);
  --color-surface-mcase: #ffffff;
  --box-shadow: 0 0 20px rgba(30, 136, 229, 0.2);
  --box-shadow-sm: 0 1px 2px rgba(30, 136, 229, 0.15);
  --box-shadow-lg: 0 10px 15px -3px rgba(30, 136, 229, 0.2);
  --box-shadow-hover: var(--box-shadow);
  --menu-icon-color: #ffffff;
}

/*
 * ITAgency - HTML Template
 * Main SCSS file
 */
/*
 * ITAgency - HTML Template
 * Main SCSS file
 */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  color: #1e88e5;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: rgb(22.8043824701, 115.7760956175, 197.3456175299);
  text-decoration: none;
}

img, svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

/*
 * ITAgency - HTML Template
 * Main SCSS file
 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/subset/Poppins-400.woff2?v=20260924") format("woff2"); /* 2026-09-24 拉丁子集 WOFF2，原 TTF 保留於 ../fonts */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/subset/Poppins-500.woff2?v=20260924") format("woff2"); /* 2026-09-24 拉丁子集 WOFF2，原 TTF 保留於 ../fonts */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/subset/Poppins-600.woff2?v=20260924") format("woff2"); /* 2026-09-24 拉丁子集 WOFF2，原 TTF 保留於 ../fonts */
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/subset/Poppins-700.woff2?v=20260924") format("woff2"); /* 2026-09-24 拉丁子集 WOFF2，原 TTF 保留於 ../fonts */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/subset/Inter-400.woff2?v=20260924") format("woff2"); /* 2026-09-24 拉丁子集 WOFF2，原 TTF 保留於 ../fonts */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/subset/Inter-500.woff2?v=20260924") format("woff2"); /* 2026-09-24 拉丁子集 WOFF2，原 TTF 保留於 ../fonts */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/subset/Inter-600.woff2?v=20260924") format("woff2"); /* 2026-09-24 拉丁子集 WOFF2，原 TTF 保留於 ../fonts */
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/subset/Inter-700.woff2?v=20260924") format("woff2"); /* 2026-09-24 拉丁子集 WOFF2，原 TTF 保留於 ../fonts */
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

h1, h2, h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

h1 {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 1.875rem;
}
@media (max-width: 576px) {
  h2 {
    font-size: 1.125rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #1e88e5;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: rgb(24.1458167331, 122.5864541833, 208.9541832669);
}

/*
 * ITAgency - HTML Template
 * Main SCSS file
 */

.container {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1296px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.section {
  padding: 3rem 0;
}

.border {
  border: 1px solid #e0e0e0 !important;
}

.overflow-y {
  overflow: hidden !important;
  overflow-y: auto !important;
}

.visible {
  visibility: visible !important;
}

/*
 * ITAgency - HTML Template
 * Main SCSS file
 */
 .icon svg {
  width: 48px;
  height: 48px;
  fill: currentColor;
  color: #ffffff;
}

.sm svg {
  width: 24px;
  height: 24px;
}

.md svg {
  width: 48px;
  height: 48px;
}

.lg svg {
  width: 64px;
  height: 64px;
}

.xl svg {
  width: 77px;
  height: 77px;
}

/*
 * ITAgency - HTML Template
 * Main SCSS file
 */
.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .grid {
    display: block;
  }
  .grid > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .grid > *:nth-child(1n) {
    margin-right: 0;
  }
}

/*
 * ITAgency - HTML Template
 * Main SCSS file
 */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/*
 * ITAgency - HTML Template
 * Main SCSS file
 */
.btn {
  border: 1px solid transparent;
  border-radius: 50px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.375rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .btn {
    padding: 0.5rem 2rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media (min-width: 1280px) {
  .btn {
    padding: 0.625rem 2.5rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media (min-width: 1440px) {
  .btn {
    padding: 0.75rem 3rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.btn:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.2);
  -moz-box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.2);
  box-shadow: 0 0 0 3px rgba(30, 136, 229, 0.2);
  outline: none;
}
.btn:disabled, .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.btn:hover:not(:disabled):not(.disabled) {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 0 20px rgba(116, 116, 116, 0.1);
  -moz-box-shadow: 0 0 20px rgba(116, 116, 116, 0.1);
  box-shadow: 0 0 20px rgba(116, 116, 116, 0.1);
}
@media (min-width: 1024px) {
  .btn:hover:not(:disabled):not(.disabled) {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1280px) {
  .btn:hover:not(:disabled):not(.disabled) {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.btn:hover:not(:disabled):not(.disabled) svg, .btn:hover:not(:disabled):not(.disabled) i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.btn:active:not(:disabled):not(.disabled) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.btn svg, .btn i {
  width: 14px;
  height: 14px;
  margin-right: 0.375rem;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (min-width: 1024px) {
  .btn svg, .btn i {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .btn svg, .btn i {
    width: 18px;
    height: 18px;
    margin-right: 0.625rem;
  }
}
.btn svg:last-child, .btn i:last-child {
  margin-right: 0;
  margin-left: 0.375rem;
}
@media (min-width: 1024px) {
  .btn svg:last-child, .btn i:last-child {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .btn svg:last-child, .btn i:last-child {
    margin-left: 0.625rem;
  }
}
.btn svg:only-child, .btn i:only-child {
  margin: 0;
}

@keyframes btn-loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
 * ITAgency - HTML Template
 * Main SCSS file
 */
/* ========================================
   TECH PAGE LOADER - ITAgency
======================================== */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #072066;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(30, 136, 229, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(30, 136, 229, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove 20s linear infinite;
  opacity: 0.3;
}
.page-loader.loaded {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Logo styles removed - no logo needed */
/* ========================================
   TECH LOADING SPINNER
======================================== */

/* ========================================
   TECH PROGRESS BAR
======================================== */

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #1e88e5, #64b5f6, #ffffff);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 0%;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: relative;
  box-shadow: 0 0 20px rgba(100, 181, 246, 0.6);
}
.progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8));
  animation: progressGlow 1s ease-in-out infinite;
}

/* ========================================
   TECH ANIMATIONS
======================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px) scale(0.8);
    -moz-transform: translateY(50px) scale(0.8);
    -ms-transform: translateY(50px) scale(0.8);
    -o-transform: translateY(50px) scale(0.8);
    transform: translateY(50px) scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@keyframes spinnerRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes centerPulse {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    -moz-transform: translate(-50%, -50%) scale(1.8);
    -ms-transform: translate(-50%, -50%) scale(1.8);
    -o-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0.6;
  }
}
@keyframes progressScan {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
  }
}
@keyframes progressGlow {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes gridMove {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(50px, 50px);
    -moz-transform: translate(50px, 50px);
    -ms-transform: translate(50px, 50px);
    -o-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
  }
}
/* ========================================
   RESPONSIVE DESIGN
======================================== */
/* ========================================
   BODY OVERFLOW CONTROL
======================================== */
body.loading {
  overflow: hidden;
  height: 100vh;
}
body.loaded {
  overflow: hidden;
  height: auto;
}

/*
 * ITAgency - HTML Template
 * Main SCSS file
 */
.header {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 1rem 0;
  z-index: 800;
  height: 85px;
}
.header .container {
  position: relative;
}
@media (max-width: 1024px) {
  .header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.header .logo {
  height: 35px;
  z-index: 1001;
}
@media (max-width: 1024px) {
  .header .logo {
    width: 35%;
    height: 45px;
  }
}
@media (min-width: 1440px) {
  .header .logo {
    width: 20%;
    height: 55px;
    max-width: 200px;
  }
}
.header .logo .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1025px) {
  .header .navbar {
    position: static;
    background: transparent;
    height: auto;
  }
}
@media (max-width: 1025px) {
  .header .navbar {
    position: fixed;
    left: 0;
    top: -100vh;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 1000;
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -ms-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
    padding-top: 80px;
    overflow-y: auto;
  }
  .header .navbar.mobile-menu-open {
    top: 0;
  }
}
.header .mobile-menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}
@media (min-width: 1025px) {
  .header .mobile-menu-toggle {
    display: none;
  }
}
@media (max-width: 1025px) {
  .header .mobile-menu-toggle {
    order: 3;
  }
}
.header.header-transparent {
  background-color: transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header.header-scrolled {
  background-color: var(--color-surface);
  -webkit-box-shadow: 0 0 20px rgba(116, 116, 116, 0.1);
  -moz-box-shadow: 0 0 20px rgba(116, 116, 116, 0.1);
  box-shadow: 0 0 20px rgba(116, 116, 116, 0.1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/*
 * ITAgency - HTML Template
 * Main SCSS file
 */

.newsletter p {
  color: #ffffff;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.header .navbar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .navbar:hover {
  -webkit-box-shadow: 0 0 20px rgba(116, 116, 116, 0.1);
  -moz-box-shadow: 0 0 20px rgba(116, 116, 116, 0.1);
  box-shadow: 0 0 20px rgba(116, 116, 116, 0.1);
}
.header .nav-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .nav-link:hover {
  color: #1e88e5;
}
.header .nav-link.active {
  color: #1e88e5;
  font-weight: 600;
}
/*
 * ITAgency - HTML Template
 * Main SCSS file
 */
.footer {
  background: transparent;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.footer .footer-link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.footer .footer-link:hover {
  color: #64b5f6;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

@keyframes scrolling-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  @keyframes scrolling-spin {
    0%, 100% {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.footer-section[data-aos] {
  animation: none;
}

/*
 * ITAgency - HTML Template
 * Pages Styles SCSS file
 */
:root {
  --color-primary: #1e88e5;
  --color-primary-light: #64b5f6;
  --color-primary-dark: #072066;
  --color-accent: #2196f3;
  --color-white: #ffffff;
  --color-black: #000;
  --color-background: #072066;
  --color-surface: #ffffff;
  --color-surface-scase: #f8f9fa;
  --color-border: #e0e0e0;
  --color-text-primary: #000;
  --color-text-secondary: #424242;
  --color-text-muted: #000;
  --color-surface-mcase: #000;
  --box-shadow: 0 0 20px rgba(116, 116, 116, 0.1);
  --box-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --box-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --box-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.15);
  --menu-icon-color: #000;
}

body.dark-mode {
  --color-background: #000;
  --color-surface: #000;
  --color-surface-scase: #000;
  --color-border: #30363d;
  --color-white: #000;
  --color-black: #ffffff;
  --color-text-primary: rgba(255, 255, 255, 0.87);
  --color-text-secondary: rgba(255, 255, 255, 0.60);
  --color-text-muted: var(--color-text-secondary);
  --color-surface-mcase: #ffffff;
  --box-shadow: 0 0 20px rgba(30, 136, 229, 0.2);
  --box-shadow-sm: 0 1px 2px rgba(30, 136, 229, 0.15);
  --box-shadow-lg: 0 10px 15px -3px rgba(30, 136, 229, 0.2);
  --box-shadow-hover: var(--box-shadow);
  --menu-icon-color: #ffffff;
}

/*
 * ITAgency - HTML Template
 * Pages Styles SCSS file
 */
/*
 * ITAgency - HTML Template
 * Pages Styles SCSS file
 */
html,
body {
  overflow: hidden;
  overflow-y: auto;
  padding-top: 40px;
  background-color: none;
  background-image: none;
}

#dataLinesCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}


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

.hero {
  position: relative;
  height: 92vh;
  z-index: 1;
  padding: 0;
}
@media (max-width: 1024px) {
  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 800px;
    padding-bottom: 10px;
  }
}

.main {
  background-color: var(--color-surface);
}
.main .main-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 8rem;
  /* Styles for the 'About Our Company' section */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .main-content {
    display: block;
  }
  .main .main-content > * {
    display: inline-block;
    width: calc(100% - 8rem);
    margin-right: 8rem;
    vertical-align: top;
  }
  .main .main-content > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .service-cards-modern .services-grid .service-card[data-aos] {
  will-change: transform, opacity;
}
.main .main-content .service-cards-modern .services-grid .service-card[data-aos]:hover {
  -webkit-transform: scale(1.02) translateY(-5px);
  -moz-transform: scale(1.02) translateY(-5px);
  -ms-transform: scale(1.02) translateY(-5px);
  -o-transform: scale(1.02) translateY(-5px);
  transform: scale(1.02) translateY(-5px);
}
.main .main-content .service-cards-modern .services-grid .service-card[data-aos].aos-animate:hover {
  -webkit-transform: scale(1.02) translateY(-5px);
  -moz-transform: scale(1.02) translateY(-5px);
  -ms-transform: scale(1.02) translateY(-5px);
  -o-transform: scale(1.02) translateY(-5px);
  transform: scale(1.02) translateY(-5px);
}
.main .main-content .about-us-modern {
  overflow: hidden;
}
.main .main-content .about-us-modern .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .main .main-content .about-us-modern .container {
    flex-direction: column;
    text-align: center;
  }
}
.main .main-content .about-our-company {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .main-content .about-our-company {
    display: block;
  }
  .main .main-content .about-our-company > * {
    display: inline-block;
    width: calc(50% - 1rem);
    margin-right: 1rem;
    vertical-align: top;
  }
  .main .main-content .about-our-company > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .main .main-content .about-our-company {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .main .main-content .about-our-company {
    display: block;
  }
  .main .main-content .about-our-company > * {
    display: inline-block;
    width: calc(100% - 1rem);
    margin-right: 1rem;
    vertical-align: top;
  }
  .main .main-content .about-our-company > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .portfolio .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 1440px) {
  .main .main-content .portfolio .portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .main .main-content .portfolio .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .main .main-content .portfolio .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.main .main-content .portfolio .portfolio-grid .portfolio-item {
  width: 100%;
  -webkit-box-shadow: var(--box-shadow);
  -moz-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main .main-content .portfolio .portfolio-grid .portfolio-item[data-aos] {
  will-change: transform, opacity;
}
.main .main-content .portfolio .portfolio-grid .portfolio-item[data-aos]:hover .portfolio-card {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.main .main-content .portfolio .portfolio-grid .portfolio-item[data-aos].aos-animate:hover .portfolio-card {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main .main-content .blog {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .main .main-content .blog {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.main .main-content .blog .blog-grid .blog-card[data-aos] {
  will-change: transform, opacity;
}
.main .main-content .blog .blog-grid .blog-card[data-aos]:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.main .main-content .blog .blog-grid .blog-card[data-aos].aos-animate:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.counting-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 500px;
}
@media (max-width: 1280px) {
  .counting-info {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .counting-info {
    height: auto;
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .counting-info {
    padding: 60px 0;
  }
}

/*
 * ITAgency - HTML Template
 * Pages Styles SCSS file
 */

html {
  scroll-behavior: smooth;
}

/*
 * ITAgency - HTML Template
 * Pages Styles SCSS file
 */

@keyframes particle-float {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px);
    -moz-transform: translateY(0px) translateX(0px);
    -ms-transform: translateY(0px) translateX(0px);
    -o-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
    opacity: 0.6;
  }
  25% {
    -webkit-transform: translateY(-20px) translateX(10px);
    -moz-transform: translateY(-20px) translateX(10px);
    -ms-transform: translateY(-20px) translateX(10px);
    -o-transform: translateY(-20px) translateX(10px);
    transform: translateY(-20px) translateX(10px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-15px);
    -moz-transform: translateY(-10px) translateX(-15px);
    -ms-transform: translateY(-10px) translateX(-15px);
    -o-transform: translateY(-10px) translateX(-15px);
    transform: translateY(-10px) translateX(-15px);
    opacity: 0.8;
  }
  75% {
    -webkit-transform: translateY(-30px) translateX(5px);
    -moz-transform: translateY(-30px) translateX(5px);
    -ms-transform: translateY(-30px) translateX(5px);
    -o-transform: translateY(-30px) translateX(5px);
    transform: translateY(-30px) translateX(5px);
    opacity: 0.9;
  }
}
@keyframes grid-move {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(50px, 50px);
    -moz-transform: translate(50px, 50px);
    -ms-transform: translate(50px, 50px);
    -o-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
  }
}
@keyframes geometric-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes geometric-pulse {
  0%, 100% {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: rotate(45deg) scale(1.1);
    -moz-transform: rotate(45deg) scale(1.1);
    -ms-transform: rotate(45deg) scale(1.1);
    -o-transform: rotate(45deg) scale(1.1);
    transform: rotate(45deg) scale(1.1);
    opacity: 0.2;
  }
}
@keyframes geometric-float {
  0%, 100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes floating-1 {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px);
    -moz-transform: translateY(0px) translateX(0px);
    -ms-transform: translateY(0px) translateX(0px);
    -o-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
  }
  33% {
    -webkit-transform: translateY(-30px) translateX(20px);
    -moz-transform: translateY(-30px) translateX(20px);
    -ms-transform: translateY(-30px) translateX(20px);
    -o-transform: translateY(-30px) translateX(20px);
    transform: translateY(-30px) translateX(20px);
  }
  66% {
    -webkit-transform: translateY(20px) translateX(-10px);
    -moz-transform: translateY(20px) translateX(-10px);
    -ms-transform: translateY(20px) translateX(-10px);
    -o-transform: translateY(20px) translateX(-10px);
    transform: translateY(20px) translateX(-10px);
  }
}
@keyframes floating-2 {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px);
    -moz-transform: translateY(0px) translateX(0px);
    -ms-transform: translateY(0px) translateX(0px);
    -o-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
  }
  50% {
    -webkit-transform: translateY(-25px) translateX(15px);
    -moz-transform: translateY(-25px) translateX(15px);
    -ms-transform: translateY(-25px) translateX(15px);
    -o-transform: translateY(-25px) translateX(15px);
    transform: translateY(-25px) translateX(15px);
  }
}
@keyframes floating-3 {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px);
    -moz-transform: translateY(0px) translateX(0px);
    -ms-transform: translateY(0px) translateX(0px);
    -o-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
  }
  25% {
    -webkit-transform: translateY(15px) translateX(-20px);
    -moz-transform: translateY(15px) translateX(-20px);
    -ms-transform: translateY(15px) translateX(-20px);
    -o-transform: translateY(15px) translateX(-20px);
    transform: translateY(15px) translateX(-20px);
  }
  75% {
    -webkit-transform: translateY(-20px) translateX(10px);
    -moz-transform: translateY(-20px) translateX(10px);
    -ms-transform: translateY(-20px) translateX(10px);
    -o-transform: translateY(-20px) translateX(10px);
    transform: translateY(-20px) translateX(10px);
  }
}
/*
 * ITAgency - HTML Template
 * Pages Styles SCSS file
 */

/*
 * ITAgency - HTML Template
 * Pages Styles SCSS file
 */
