@charset "UTF-8";
/* -------------------------------------------

Name: 		Ruizarch
Version:    1.0
Developer:	Nazar Miller (millerDigitalDesign)
Portfolio:  https://themeforest.net/user/millerdigitaldesign/portfolio?ref=MillerDigitalDesign

p.s. I am available for Freelance hire (UI design, web development). email: miller.themes@gmail.com

------------------------------------------- */
/*--------------------------------------------

1. common
    - main
    - typography
    - link
    - button
    - form
    - breadcrumbs
    - backgrounds
    - spaces
2. components
    - preloader
    - cursor
    - hidden elements
    - scrollbar
    - frame
    - menu button
    - menu 
    - banner
    - circle text
    - lines
    - dodecahedron
    - about
    - partners
    - services
    - team
    - social icons
    - revievs
    - blog
    - footer
    - portfolio
    - map
    - accordion
    - price
    - 404
    - images
    - page transitions


--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css);
/* -------------------------------------------

main

------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 150%;
  overscroll-behavior: none;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 15px;
  }
}

*::selection {
  color: inherit;
  background-color: transparent;
}

.mil-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.container {
  pointer-events: all;
}

.mil-relative {
  position: relative;
}

.mil-o-hidden {
  overflow: hidden;
}

.mil-flex {
  display: flex;
}

.mil-vert-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .mil-mobile-hidden {
    display: none !important;
  }
}

/* Ocultar elementos no mobile */
@media screen and (max-width: 768px) {
  .mil-mobile-hidden,
  .mil-btn-mobile-hidden {
    display: none !important;
  }
  
  /* Ocultar frame (header) no mobile */
  .mil-frame {
    display: none !important;
  }
  
  /* Ocultar cards de serviços do hero no mobile */
  .mil-hero-right {
    display: none !important;
  }
}

section {
  position: relative;
  overflow: hidden;
}

/* -------------------------------------------

typography

------------------------------------------- */
h1,
.mil-h1,
h2,
.mil-h12,
h3,
.mil-h3,
h4,
.mil-h4,
h5,
.mil-h5,
h6,
.mil-h6 {
  font-family: "Outfit", sans-serif;
  color: rgb(15, 23, 42);
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  h1 br,
  .mil-h1 br,
  h2 br,
  .mil-h12 br,
  h3 br,
  .mil-h3 br,
  h4 br,
  .mil-h4 br,
  h5 br,
  .mil-h5 br,
  h6 br,
  .mil-h6 br {
    display: none;
  }
}

h1,
.mil-h1 {
  font-size: 86px;
}
@media screen and (max-width: 1400px) {
  h1,
  .mil-h1 {
    font-size: 74px;
  }
}
@media screen and (max-width: 1200px) {
  h1,
  .mil-h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 992px) {
  h1,
  .mil-h1 {
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  h1,
  .mil-h1 {
    font-size: 34px;
  }
}

h2,
.mil-h2 {
  font-size: 68px;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  h2,
  .mil-h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 992px) {
  h2,
  .mil-h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  h2,
  .mil-h2 {
    font-size: 36px;
  }
}

h3,
.mil-h3 {
  font-size: 42px;
}
@media screen and (max-width: 1200px) {
  h3,
  .mil-h3 {
    font-size: 39px;
  }
}
@media screen and (max-width: 992px) {
  h3,
  .mil-h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  h3,
  .mil-h3 {
    font-size: 30px;
  }
}

h4,
.mil-h4 {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  h4,
  .mil-h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  h4,
  .mil-h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h4,
  .mil-h4 {
    font-size: 22px;
  }
}

h5,
.mil-h5 {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  h5,
  .mil-h5 {
    font-size: 18px;
  }
}

h6,
.mil-h6 {
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1200px) {
  h6,
  .mil-h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  h6,
  .mil-h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  h6,
  .mil-h6 {
    font-size: 21px;
  }
}

.mil-no-wrap {
  white-space: nowrap;
}

blockquote {
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 18px;
  color: rgb(15, 23, 42);
  font-style: italic;
  border-left: solid 4px rgb(59, 130, 246);
}
@media screen and (max-width: 768px) {
  blockquote {
    padding: 30px;
    font-size: 16px;
  }
}

.mil-text-sm {
  font-size: 15px;
}

.mil-text-lg {
  font-size: 18px;
  line-height: 170%;
}

.mil-text-xl {
  font-size: 22px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .mil-text-xl {
    font-size: 20px;
  }
}

.mil-upper {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.mil-bold {
  font-weight: 500;
}

.mil-thin {
  font-weight: 100;
}

a {
  color: inherit;
  text-decoration: none;
}

.mil-complex-title {
  line-height: normal;
}

.mil-accent {
  color: rgb(59, 130, 246);
}

.mil-light {
  color: rgb(255, 255, 255) !important;
}
.mil-light a {
  color: rgb(255, 255, 255) !important;
}

.mil-muted {
  color: rgba(255, 255, 255, 0.9);
}

.mil-dark {
  color: rgb(15, 23, 42);
}

.mil-light-soft {
  color: rgba(255, 255, 255, 0.4);
}

.mil-dark-soft {
  color: rgba(0, 0, 0, 0.5);
}

.mil-marker {
  background-color: rgb(59, 130, 246);
  padding: 0 5px;
}

.mil-center {
  text-align: center;
}

.mil-left {
  text-align: left;
}

.mil-right {
  text-align: right;
}

@media screen and (max-width: 576px) {
  .mil-sm-center {
    text-align: center;
  }
}

.mil-suptitle {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.mil-suptitle:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 10px;
  width: 600px;
  height: 1px;
  background-color: rgb(255, 255, 255);
  opacity: 0.2;
}
.mil-suptitle.mil-suptitle-right {
  text-align: right;
}
.mil-suptitle.mil-suptitle-right:before {
  left: calc(100% + 30px);
}
@media screen and (max-width: 768px) {
  .mil-suptitle.mil-suptitle-right {
    text-align: center;
  }
  .mil-suptitle.mil-suptitle-right:before {
    display: none;
  }
}
.mil-suptitle.mil-suptitle-dark:before {
  background-color: rgb(15, 23, 42);
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .mil-suptitle {
    margin-bottom: 60px;
  }
}

.mil-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.mil-img-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 140%;
}
.mil-img-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* -------------------------------------------

link

------------------------------------------- */
.mil-link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.mil-link svg {
  margin-left: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link svg path {
  fill: rgb(255, 255, 255);
}
.mil-link.mil-accent svg {
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link.mil-accent svg path {
  fill: rgb(59, 130, 246);
}
.mil-link.mil-dark svg {
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-link.mil-dark svg path {
  fill: rgb(15, 23, 42);
}
.mil-link:hover svg {
  transform: scale(1.15);
}
.mil-link.mil-down-arrow svg {
  transform: rotate(90deg);
}
.mil-link.mil-down-arrow:hover svg {
  transform: scale(1.15) rotate(90deg);
}
.mil-link.mil-icon-left {
  display: flex;
  flex-direction: row-reverse;
}
.mil-link.mil-icon-left svg {
  margin-left: 0;
  margin-right: 15px;
  transform: rotate(180deg);
}
.mil-link.mil-icon-left:hover svg {
  transform: scale(1.15) rotate(180deg);
}

/* -------------------------------------------

button

------------------------------------------- */
.mil-button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: rgb(59, 130, 246);
  color: rgb(15, 23, 42);
  border-radius: 70px;
  padding: 0 15px 0 50px;
  height: 70px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-button span {
  white-space: nowrap;
}
.mil-button svg {
  margin-left: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgb(15, 23, 42);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-button svg path {
  fill: rgb(59, 130, 246);
}
.mil-button.mil-icon-button {
  padding: 15px;
}
.mil-button.mil-icon-button svg {
  margin-left: 0;
}
.mil-button.mil-icon-button-sm {
  padding: 0;
  height: 40px;
}
.mil-button.mil-icon-button-sm svg {
  margin-left: 0;
  background-color: rgb(59, 130, 246);
}
.mil-button.mil-icon-button-sm svg path {
  fill: rgb(15, 23, 42);
}
.mil-button:hover {
  transform: scale(1.015);
  filter: brightness(110%);
}
.mil-button:hover svg {
  transform: scale(1.15);
}
.mil-button.mil-arrow-down svg {
  transform: rotate(90deg);
}
.mil-button.mil-arrow-down:hover {
  transform: scale(1.015);
  filter: brightness(110%);
}
.mil-button.mil-arrow-down:hover svg {
  transform: scale(1.15) rotate(90deg);
}
@media screen and (max-width: 992px) {
  .mil-button {
    height: 60px;
    padding: 0 10px 0 40px;
  }
  .mil-button svg {
    margin-left: 25px;
  }
}

/* -------------------------------------------

form

------------------------------------------- */
input,
textarea {
  position: relative;
  height: 70px;
  padding: 0 30px;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: rgb(15, 23, 42);
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
input:focus,
textarea:focus {
  outline: inherit;
}
input::placeholder,
textarea::placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

textarea {
  padding: 15px 30px;
  height: 300px;
}

/* -------------------------------------------

breadcrumbs

------------------------------------------- */
.mil-breadcrumbs {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.mil-breadcrumbs:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 10px;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.mil-breadcrumbs li {
  list-style-type: none;
}
.mil-breadcrumbs li:after {
  content: "/";
  margin: 0 15px;
  color: rgb(15, 23, 42);
}
.mil-breadcrumbs li a {
  color: rgb(15, 23, 42);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-breadcrumbs li a:hover {
  color: rgb(59, 130, 246);
}
.mil-breadcrumbs li:last-child {
  margin-right: 0;
  cursor: not-allowed;
}
.mil-breadcrumbs li:last-child a {
  opacity: 0.4;
  pointer-events: none;
}
.mil-breadcrumbs li:last-child:after {
  display: none;
}
.mil-breadcrumbs.mil-light:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.mil-breadcrumbs.mil-light li:after {
  color: rgba(255, 255, 255, 0.9);
}
.mil-breadcrumbs.mil-light li a:hover {
  color: rgb(59, 130, 246) !important;
}
.mil-breadcrumbs.mil-center {
  justify-content: center;
}

/* -------------------------------------------

backgrounds

------------------------------------------- */
.mil-dark-bg {
  position: relative;
}
.mil-dark-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  backdrop-filter: invert(100%);
}
.mil-dark-bg .mi-invert-fix {
  height: 100%;
  position: relative;
  pointer-events: none;
  z-index: 3;
}
.mil-dark-bg .mi-invert-fix .container {
  pointer-events: all;
}

.mil-soft-bg {
  background-color: rgb(242, 242, 242);
}

/* -------------------------------------------

spaces

------------------------------------------- */
.mil-mr-30 {
  margin-right: 30px;
}

.mil-mb-5 {
  margin-bottom: 5px;
}

.mil-mb-10 {
  margin-bottom: 10px;
}

.mil-mb-15 {
  margin-bottom: 15px;
}

.mil-mb-20 {
  margin-bottom: 15px;
}

.mil-mb-30 {
  margin-bottom: 30px;
}

.mil-mb-60 {
  margin-bottom: 60px;
}

.mil-mb-90 {
  margin-bottom: 90px;
}

.mil-mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .mil-mb-120 {
    margin-bottom: 90px;
  }
}

.mil-mt-suptitle-offset {
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  .mil-mt-suptitle-offset {
    margin-top: 30px;
  }
}

.mil-p-120-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .mil-p-120-120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.mil-p-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .mil-p-120-90 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.mil-p-0-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .mil-p-0-120 {
    padding-bottom: 90px;
  }
}

.mil-p-120-0 {
  padding-top: 120px;
}
@media screen and (max-width: 992px) {
  .mil-p-120-0 {
    padding-top: 90px;
  }
}

.mil-p-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .mil-p-120-60 {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}

.mil-p-90-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .mil-p-90-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.mil-p-90-120 {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .mil-p-90-120 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.mil-p-0-90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .mil-p-0-90 {
    padding-bottom: 60px;
  }
}

.mil-p-0-30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .mil-p-0-30 {
    padding-bottom: 0;
  }
}

.mil-p-120-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .mil-p-120-30 {
    padding-top: 90px;
    padding-bottom: 0;
  }
}

.mil-adaptive-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .mil-adaptive-right {
    justify-content: flex-start;
  }
}

.mil-btn-space {
  margin-right: 30px;
}
@media screen and (max-width: 500px) {
  .mil-btn-space {
    margin-right: 50px;
    margin-bottom: 30px;
  }
}

/* -------------------------------------------

COMPLETELY NEW HERO SECTION - STRUCTURED

------------------------------------------- */
.mil-new-hero {
  min-height: auto;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background: #0a0e27;
}

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

.mil-hero-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle, rgba(59, 130, 246, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  background-position: 0 0;
  opacity: 0.3;
  animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

/* Partículas tecnológicas flutuantes */
.mil-tech-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mil-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(59, 130, 246, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.8);
  animation: floatParticle 15s infinite ease-in-out;
}

.mil-particle:nth-child(1) {
  left: 10%;
  top: 20%;
  animation-delay: 0s;
  animation-duration: 12s;
}

.mil-particle:nth-child(2) {
  left: 30%;
  top: 60%;
  animation-delay: 2s;
  animation-duration: 18s;
}

.mil-particle:nth-child(3) {
  left: 70%;
  top: 30%;
  animation-delay: 4s;
  animation-duration: 14s;
}

.mil-particle:nth-child(4) {
  left: 85%;
  top: 70%;
  animation-delay: 1s;
  animation-duration: 16s;
}

.mil-particle:nth-child(5) {
  left: 50%;
  top: 10%;
  animation-delay: 3s;
  animation-duration: 13s;
}

.mil-particle:nth-child(6) {
  left: 20%;
  top: 80%;
  animation-delay: 5s;
  animation-duration: 17s;
}

.mil-particle:nth-child(7) {
  left: 90%;
  top: 50%;
  animation-delay: 2.5s;
  animation-duration: 15s;
}

.mil-particle:nth-child(8) {
  left: 60%;
  top: 85%;
  animation-delay: 3.5s;
  animation-duration: 19s;
}

@keyframes floatParticle {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.6;
  }
  25% {
    transform: translate(30px, -40px) scale(1.2);
    opacity: 0.8;
  }
  50% {
    transform: translate(-20px, 30px) scale(0.8);
    opacity: 0.4;
  }
  75% {
    transform: translate(40px, 20px) scale(1.1);
    opacity: 0.7;
  }
}

/* Linhas tecnológicas animadas */
.mil-tech-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.mil-line {
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.3), transparent);
  height: 1px;
  width: 200px;
}

.mil-line-1 {
  top: 20%;
  left: -200px;
  animation: slideLine 8s linear infinite;
}

.mil-line-2 {
  top: 50%;
  left: -200px;
  animation: slideLine 12s linear infinite;
  animation-delay: 2s;
  width: 300px;
}

.mil-line-3 {
  top: 80%;
  left: -200px;
  animation: slideLine 10s linear infinite;
  animation-delay: 4s;
  width: 250px;
}

@keyframes slideLine {
  0% {
    left: -200px;
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

/* Formas geométricas flutuantes */
.mil-tech-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mil-shape {
  position: absolute;
  border: 1px solid rgba(59, 130, 246, 0.2);
  animation: rotateShape 20s linear infinite;
}

.mil-shape-1 {
  width: 80px;
  height: 80px;
  top: 15%;
  right: 10%;
  border-radius: 50%;
  border: 2px solid rgba(59, 130, 246, 0.15);
  animation-duration: 25s;
}

.mil-shape-2 {
  width: 60px;
  height: 60px;
  top: 60%;
  right: 25%;
  border: 1px solid rgba(59, 130, 246, 0.2);
  animation: rotateShapeReverse 30s linear infinite;
}

@keyframes rotateShapeReverse {
  0% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0.3;
  }
  50% {
    transform: rotate(225deg) translate(-20px, 20px);
    opacity: 0.5;
  }
  100% {
    transform: rotate(405deg) translate(0, 0);
    opacity: 0.3;
  }
}

.mil-shape-3 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  right: 5%;
  border-radius: 10px;
  border: 1px solid rgba(59, 130, 246, 0.15);
  animation-duration: 35s;
}

@keyframes rotateShape {
  0% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 0.3;
  }
  50% {
    transform: rotate(180deg) translate(20px, -20px);
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg) translate(0, 0);
    opacity: 0.3;
  }
}

.mil-hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
}

.mil-hero-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.mil-hero-content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  z-index: 2;
}

/* Texto do lado esquerdo */
.mil-hero-left {
  position: relative;
  z-index: 3;
  max-width: 600px;
}

.mil-hero-right {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mil-cards-stack {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 400px;
  min-height: 400px;
}

.mil-hero-right .mil-service-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 16px 20px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  width: 280px;
}

/* Principais na frente - ordem de prioridade */
.mil-card-stack-1 {
  top: 0;
  left: 0;
  z-index: 10;
  animation: breathing1 4s ease-in-out infinite;
}

.mil-card-stack-2 {
  top: 80px;
  left: 50%;
  z-index: 9;
  animation: breathing2 4.5s ease-in-out infinite;
  animation-delay: 0.5s;
}

.mil-card-stack-3 {
  top: 0;
  right: 0;
  z-index: 8;
  animation: breathing3 3.8s ease-in-out infinite;
  animation-delay: 1s;
}

.mil-card-stack-4 {
  top: 20px;
  left: 30px;
  z-index: 7;
  animation: breathing4 4.2s ease-in-out infinite;
  animation-delay: 1.5s;
}

.mil-card-stack-5 {
  top: 120px;
  right: 30px;
  z-index: 6;
  animation: breathing5 4.3s ease-in-out infinite;
  animation-delay: 2s;
}

.mil-card-stack-6 {
  bottom: 60px;
  right: 10px;
  z-index: 5;
  animation: breathing6 3.9s ease-in-out infinite;
  animation-delay: 2.5s;
}

/* Outros serviços - atrás */
.mil-card-stack-7 {
  bottom: 0;
  left: 20px;
  z-index: 4;
  animation: breathing7 4.4s ease-in-out infinite;
  animation-delay: 3s;
}

.mil-card-stack-8 {
  top: 200px;
  left: 10px;
  z-index: 3;
  animation: breathing8 4.1s ease-in-out infinite;
  animation-delay: 3.5s;
}

.mil-card-stack-9 {
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: breathing9 4.6s ease-in-out infinite;
  animation-delay: 4s;
}

@keyframes breathing1 {
  0%, 100% {
    transform: rotate(-2deg) scale(1) translateY(0);
  }
  50% {
    transform: rotate(-2deg) scale(1.05) translateY(-5px);
  }
}

@keyframes breathing2 {
  0%, 100% {
    transform: translateX(-50%) rotate(1.5deg) scale(1) translateY(0);
  }
  50% {
    transform: translateX(-50%) rotate(1.5deg) scale(1.05) translateY(-5px);
  }
}

@keyframes breathing3 {
  0%, 100% {
    transform: rotate(2deg) scale(1) translateY(0);
  }
  50% {
    transform: rotate(2deg) scale(1.05) translateY(-5px);
  }
}

@keyframes breathing4 {
  0%, 100% {
    transform: rotate(1.5deg) scale(1) translateY(0);
  }
  50% {
    transform: rotate(1.5deg) scale(1.05) translateY(-5px);
  }
}

@keyframes breathing5 {
  0%, 100% {
    transform: rotate(-1.5deg) scale(1) translateY(0);
  }
  50% {
    transform: rotate(-1.5deg) scale(1.05) translateY(-5px);
  }
}

@keyframes breathing6 {
  0%, 100% {
    transform: rotate(2deg) scale(1) translateY(0);
  }
  50% {
    transform: rotate(2deg) scale(1.05) translateY(-5px);
  }
}

@keyframes breathing7 {
  0%, 100% {
    transform: rotate(-1deg) scale(1) translateY(0);
  }
  50% {
    transform: rotate(-1deg) scale(1.05) translateY(-5px);
  }
}

@keyframes breathing8 {
  0%, 100% {
    transform: rotate(2deg) scale(1) translateY(0);
  }
  50% {
    transform: rotate(2deg) scale(1.05) translateY(-5px);
  }
}

@keyframes breathing9 {
  0%, 100% {
    transform: translateX(-50%) rotate(0.5deg) scale(1) translateY(0);
  }
  50% {
    transform: translateX(-50%) rotate(0.5deg) scale(1.05) translateY(-5px);
  }
}

.mil-hero-right .mil-service-card:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 12px 40px rgba(59, 130, 246, 0.3);
  z-index: 10 !important;
}

.mil-card-stack-1:hover {
  animation-play-state: paused;
  transform: rotate(-2deg) translateY(-8px) scale(1.08);
}

.mil-card-stack-2:hover {
  animation-play-state: paused;
  transform: translateX(-50%) rotate(1.5deg) translateY(-8px) scale(1.08);
}

.mil-card-stack-3:hover {
  animation-play-state: paused;
  transform: rotate(2deg) translateY(-8px) scale(1.08);
}

.mil-card-stack-4:hover {
  animation-play-state: paused;
  transform: rotate(1.5deg) translateY(-8px) scale(1.08);
}

.mil-card-stack-5:hover {
  animation-play-state: paused;
  transform: rotate(-1.5deg) translateY(-8px) scale(1.08);
}

.mil-card-stack-6:hover {
  animation-play-state: paused;
  transform: rotate(2deg) translateY(-8px) scale(1.08);
}

.mil-card-stack-7:hover {
  animation-play-state: paused;
  transform: rotate(-1deg) translateY(-8px) scale(1.08);
}

.mil-card-stack-8:hover {
  animation-play-state: paused;
  transform: rotate(2deg) translateY(-8px) scale(1.08);
}

.mil-card-stack-9:hover {
  animation-play-state: paused;
  transform: translateX(-50%) rotate(0.5deg) translateY(-8px) scale(1.08);
}

.mil-hero-right .mil-service-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
  transition: all 0.3s ease;
}

.mil-hero-right .mil-service-card:hover .mil-service-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.5);
}

.mil-hero-right .mil-service-label {
  flex: 1;
}

.mil-hero-right .mil-service-label span {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.3;
}

.mil-hero-badge-top {
  margin-bottom: 30px;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}

.mil-hero-badge-top span {
  color: #3b82f6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mil-hero-title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  text-align: left;
}

.mil-title-part-1 {
  display: inline;
  color: #ffffff;
  margin-right: 8px;
}

.mil-title-part-2 {
  display: inline;
  color: #3b82f6;
}

.mil-title-part-1,
.mil-title-part-2,
.mil-title-part-3 {
  display: block;
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.mil-title-part-1 {
  color: #ffffff;
  animation-delay: 0.4s;
}

.mil-title-part-2 {
  color: #3b82f6;
  font-size: 0.9em;
  margin: 10px 0;
  animation-delay: 0.6s;
}

.mil-title-part-3 {
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 50%, #93c5fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation-delay: 0.8s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mil-hero-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: left;
}

.mil-hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.mil-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #ffffff;
  color: #0a0e27;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
}

.mil-btn-primary:hover {
  background: #3b82f6;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.4);
}

.mil-btn-primary i {
  transition: transform 0.3s ease;
}

.mil-btn-primary:hover i {
  transform: translateX(5px);
}

.mil-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.mil-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.mil-btn-secondary i {
  transition: transform 0.3s ease;
}

.mil-btn-secondary:hover i {
  transform: translateY(3px);
}

/* Cards do lado direito - alinhados bonitinho um em cima do outro */
.mil-cards-container {
  position: relative;
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mil-service-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 12px 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.mil-service-card:nth-child(1) {
  margin-left: 0;
  z-index: 4;
}

.mil-service-card:nth-child(2) {
  margin-left: 12px;
  z-index: 3;
}

.mil-service-card:nth-child(3) {
  margin-left: 24px;
  z-index: 2;
}

.mil-service-card:nth-child(4) {
  margin-left: 36px;
  z-index: 1;
}

.mil-service-card:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(59, 130, 246, 0.3);
  transform: translateX(8px) translateY(-2px);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.2);
}

.mil-service-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  animation: float-card 3s ease-in-out infinite;
}

.mil-service-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
  transition: all 0.3s ease;
}

.mil-service-card:hover .mil-service-icon {
  transform: scale(1.08) rotate(3deg);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.5);
}

.mil-service-label {
  flex: 1;
}

.mil-service-label span {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}


.mil-hero-stats {
  display: flex;
  gap: 40px;
}

.mil-stat-item {
  text-align: center;
}

.mil-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: rgb(59, 130, 246);
  line-height: 1;
  margin-bottom: 8px;
}

.mil-stat-label {
  font-size: 14px;
  color: rgba(15, 23, 42, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.mil-hero-right {
  position: relative;
}

.mil-hero-visual {
  position: relative;
  height: 500px;
}

.mil-visual-card {
  position: absolute;
  width: 200px;
  height: 150px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
}

.mil-visual-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.25);
  border-color: rgba(59, 130, 246, 0.4);
}

.mil-card-icon {
  font-size: 32px;
  margin-bottom: 10px;
}

.mil-visual-card h3 {
  color: rgb(15, 23, 42);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.mil-visual-card p {
  color: rgb(59, 130, 246);
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.mil-card-1 {
  top: 20%;
  left: 10%;
  transform: rotate(-5deg);
}

.mil-card-2 {
  top: 10%;
  right: 20%;
  transform: rotate(3deg);
}

.mil-card-3 {
  bottom: 30%;
  left: 20%;
  transform: rotate(-2deg);
}

.mil-card-4 {
  bottom: 10%;
  right: 10%;
  transform: rotate(4deg);
}

/* Responsive Design */
@media (max-width: 992px) {
  .mil-new-hero {
    padding: 50px 0;
  }
  
  .mil-hero-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .mil-hero-left {
    text-align: center;
    max-width: 100%;
  }
  
  .mil-hero-title {
    text-align: center;
  }
  
  .mil-hero-description {
    text-align: center;
  }
  
  .mil-hero-right {
    justify-content: center;
  }
  
  .mil-cards-stack {
    max-width: 100%;
    height: 350px;
  }
  
  .mil-hero-right .mil-service-card {
    width: 240px;
    padding: 14px 18px;
  }
  
  .mil-card-stack-1 {
    top: 0;
    left: 10px;
  }
  
  .mil-card-stack-2 {
    top: 70px;
    left: 50%;
    transform: translateX(-50%) rotate(1.5deg);
  }
  
  .mil-card-stack-3 {
    top: 0;
    right: 10px;
  }
  
  .mil-card-stack-4 {
    bottom: 0;
    left: 30px;
  }
  
  .mil-card-stack-5 {
    top: 20px;
    left: 20px;
  }
  
  .mil-card-stack-6 {
    top: 100px;
    right: 20px;
  }
  
  .mil-card-stack-7 {
    top: 180px;
    left: 5px;
  }
  
  .mil-card-stack-8 {
    bottom: 50px;
    right: 5px;
  }
  
  .mil-card-stack-9 {
    top: 140px;
    left: 50%;
    transform: translateX(-50%) rotate(0.5deg);
  }
  
  .mil-hero-buttons {
    justify-content: center;
  }
  
  .mil-cards-container {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .mil-service-card {
    margin-left: 0 !important;
    max-width: 350px;
    margin: 0 auto 12px;
  }
}

@media (max-width: 768px) {
  .mil-new-hero {
    padding: 40px 0;
  }
  
  .mil-hero-container {
    padding: 0 20px;
  }
  
  .mil-hero-content {
    gap: 40px;
  }
  
  .mil-hero-badge-top span {
    font-size: 11px;
  }
  
  .mil-hero-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 20px;
  }
  
  .mil-hero-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  
  .mil-hero-buttons {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: center;
  }
  
  .mil-btn-primary {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 16px 28px;
    font-size: 15px;
  }
  
  .mil-btn-secondary {
    width: 100%;
    justify-content: center;
    padding: 14px 28px;
    font-size: 14px;
  }
  
  /* Centralizar conteúdo do hero no mobile */
  .mil-hero-left {
    text-align: center;
    width: 100%;
  }
  
  .mil-hero-title {
    text-align: center;
  }
  
  .mil-hero-description {
    text-align: center;
  }
  
  .mil-service-card {
    padding: 18px 22px;
  }
  
  .mil-service-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  
  .mil-service-label span {
    font-size: 12px;
  }
  
  .mil-cards-stack {
    height: 300px;
  }
  
  .mil-hero-right .mil-service-card {
    width: 200px;
    padding: 12px 16px;
  }
  
  .mil-hero-right .mil-service-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  .mil-hero-right .mil-service-label span {
    font-size: 10px;
  }
  
  .mil-card-stack-1 {
    top: 0;
    left: 5px;
  }
  
  .mil-card-stack-2 {
    top: 60px;
    left: 50%;
    transform: translateX(-50%) rotate(1.5deg);
  }
  
  .mil-card-stack-3 {
    top: 0;
    right: 5px;
  }
  
  .mil-card-stack-4 {
    bottom: 0;
    left: 20px;
  }
  
  .mil-card-stack-5 {
    top: 15px;
    left: 15px;
  }
  
  .mil-card-stack-6 {
    top: 80px;
    right: 15px;
  }
  
  .mil-card-stack-7 {
    top: 150px;
    left: 5px;
  }
  
  .mil-card-stack-8 {
    bottom: 40px;
    right: 5px;
  }
  
  .mil-card-stack-9 {
    top: 120px;
    left: 50%;
    transform: translateX(-50%) rotate(0.5deg);
  }
}
/* -------------------------------------------

NEW ABOUT SECTION

------------------------------------------- */
.mil-new-about {
  padding: 40px 0 20px 0;
  background: #ffffff;
  position: relative;
  overflow: visible;
}

.mil-about-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 280px;
  overflow: visible;
  position: relative;
}

.mil-about-content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: visible;
}

.mil-about-wrapper {
  position: relative;
  min-height: 600px;
  overflow: visible;
}

.mil-about-cards-left,
.mil-about-cards-right {
  position: absolute;
  width: 180px;
  z-index: 2;
  top: 0;
}

.mil-about-cards-left {
  left: -240px;
}

.mil-about-cards-right {
  right: -240px;
  top: 0;
}

.mil-float-card {
  position: absolute;
  background: #ffffff;
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.15);
  transition: all 0.4s ease;
  animation: floatCard 6s ease-in-out infinite;
  width: 180px;
}

.mil-card-left-1 {
  top: 50px;
  left: 0;
  transform: rotate(-5deg);
  animation-delay: 0s;
}

.mil-card-left-2 {
  top: 280px;
  left: 30px;
  transform: rotate(3deg);
  animation-delay: 1.5s;
}

.mil-card-right-1 {
  top: 120px;
  right: 0;
  left: auto;
  transform: rotate(4deg);
  animation-delay: 3s;
}

.mil-card-right-2 {
  top: 350px;
  right: 40px;
  left: auto;
  transform: rotate(-3deg);
  animation-delay: 4.5s;
}

@keyframes floatCard {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-20px) translateX(10px);
  }
  50% {
    transform: translateY(-10px) translateX(-5px);
  }
  75% {
    transform: translateY(-25px) translateX(8px);
  }
}

.mil-card-left-1:hover {
  transform: translateY(-10px) rotate(-5deg) scale(1.05);
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 15px 50px rgba(59, 130, 246, 0.3);
}

.mil-card-left-2:hover {
  transform: translateY(-10px) rotate(3deg) scale(1.05);
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 15px 50px rgba(59, 130, 246, 0.3);
}

.mil-card-right-1:hover {
  transform: translateY(-10px) rotate(4deg) scale(1.05);
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 15px 50px rgba(59, 130, 246, 0.3);
}

.mil-card-right-2:hover {
  transform: translateY(-10px) rotate(-3deg) scale(1.05);
  border-color: rgba(59, 130, 246, 0.5);
  box-shadow: 0 15px 50px rgba(59, 130, 246, 0.3);
}

.mil-float-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #ffffff;
  font-size: 22px;
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
}

.mil-float-card:hover .mil-float-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.mil-float-card h4 {
  color: #0f172a;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.mil-float-card p {
  color: rgba(15, 23, 42, 0.7);
  font-size: 13px;
  margin: 0;
  line-height: 1.4;
}

.mil-about-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: rgba(59, 130, 246, 0.1);
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 50px;
  color: #3b82f6;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.mil-about-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.mil-title-main {
  display: block;
  color: #0f172a;
}

.mil-title-accent {
  display: block;
  color: #3b82f6;
}

.mil-title-sub {
  display: block;
  color: #0f172a;
  font-weight: 400;
}

.mil-about-text {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.mil-about-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(15, 23, 42, 0.8);
  margin-bottom: 25px;
}

.mil-about-intro {
  font-size: 1.15rem !important;
  color: rgba(15, 23, 42, 0.9) !important;
}

.mil-about-highlight {
  background: rgba(59, 130, 246, 0.05);
  border-left: 4px solid #3b82f6;
  padding: 25px 30px;
  border-radius: 8px;
  margin: 30px 0 !important;
  font-size: 1.15rem !important;
}

.mil-about-vision {
  font-size: 1.1rem !important;
}

.mil-about-focus {
  font-size: 1.1rem !important;
  margin-top: 30px !important;
  padding-top: 30px;
  border-top: 2px solid rgba(59, 130, 246, 0.2);
}

.mil-about-text strong {
  color: #3b82f6;
  font-weight: 600;
}

.mil-stat-card {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
}

.mil-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
}

.mil-stat-icon {
  font-size: 32px;
  margin-bottom: 15px;
}

.mil-stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(59, 130, 246);
  line-height: 1;
  margin-bottom: 8px;
}

.mil-stat-label {
  font-size: 12px;
  color: rgba(15, 23, 42, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.mil-process-flow {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.1);
}

.mil-process-flow h3 {
  color: rgb(15, 23, 42);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.mil-process-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mil-process-step {
  flex: 1;
  text-align: center;
}

.mil-step-number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto 15px;
}

.mil-step-content h4 {
  color: rgb(15, 23, 42);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.mil-step-content p {
  color: rgba(15, 23, 42, 0.7);
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}

.mil-process-arrow {
  color: rgb(59, 130, 246);
  font-size: 24px;
  font-weight: 700;
  margin: 0 10px;
}

/* About Responsive */
@media (max-width: 992px) {
  .mil-about-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 1600px) {
  .mil-about-cards-left {
    left: -180px;
  }
  
  .mil-about-cards-right {
    right: -180px;
  }
}

@media (max-width: 1400px) {
  .mil-about-cards-left {
    left: -150px;
  }
  
  .mil-about-cards-right {
    right: -150px;
  }
}

@media (max-width: 1200px) {
  .mil-about-cards-left {
    left: -120px;
  }
  
  .mil-about-cards-right {
    right: -120px;
  }
  
  .mil-float-card {
    width: 160px;
    padding: 20px 15px;
  }
  
  .mil-float-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  
  .mil-float-card h4 {
    font-size: 14px;
  }
  
  .mil-float-card p {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .mil-about-wrapper {
    min-height: auto;
  }
  
  .mil-about-cards-left,
  .mil-about-cards-right {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
  }
  
  .mil-float-card {
    position: static;
    flex: 0 0 calc(50% - 10px);
    max-width: 200px;
    transform: rotate(0deg) !important;
  }
  
  .mil-card-left-1,
  .mil-card-left-2,
  .mil-card-right-1,
  .mil-card-right-2 {
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }
}

@media (max-width: 768px) {
  .mil-new-about {
    padding: 30px 0 15px 0;
  }
  
  .mil-new-services {
    padding: 15px 0 30px 0;
  }
  
  .mil-about-container {
    padding: 0 20px;
  }
  
  .mil-about-content {
    text-align: left;
  }
  
  .mil-about-title {
    font-size: clamp(2rem, 8vw, 3rem);
    margin-bottom: 30px;
    text-align: center;
  }
  
  .mil-about-wrapper {
    gap: 30px;
  }
  
  .mil-about-cards-left,
  .mil-about-cards-right {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .mil-float-card {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    min-width: 140px;
    padding: 20px 15px;
  }
  
  .mil-float-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
    margin: 0 auto 12px;
  }
  
  .mil-float-card h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  
  .mil-float-card p {
    font-size: 12px;
  }
  
  .mil-about-text p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  
  .mil-about-intro {
    font-size: 1.05rem !important;
  }
  
  .mil-about-highlight {
    padding: 20px 20px !important;
    font-size: 1.05rem !important;
    margin: 25px 0 !important;
  }
  
  .mil-about-vision,
  .mil-about-focus {
    font-size: 1rem !important;
  }
  
  .mil-about-focus {
    margin-top: 25px !important;
    padding-top: 25px;
  }
}
/* -------------------------------------------

NEW CREATIVE SERVICES SECTION

------------------------------------------- */
.mil-new-services {
  padding: 20px 0 40px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 25%, #e2e8f0 50%, #cbd5e1 75%, #94a3b8 100%);
  position: relative;
  overflow: hidden;
}

.mil-services-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.mil-services-header {
  text-align: center;
  margin-bottom: 30px;
}

.mil-services-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background: rgba(59, 130, 246, 0.1);
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 50px;
  color: rgb(59, 130, 246);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
}

.mil-services-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.mil-title-main {
  display: block;
  color: rgb(15, 23, 42);
}

.mil-title-accent {
  display: block;
  color: #3b82f6;
}

.mil-title-sub {
  display: block;
  color: rgb(15, 23, 42);
  font-weight: 400;
}

.mil-services-description {
  font-size: 1rem;
  color: rgba(15, 23, 42, 0.8);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.mil-services-showcase {
  position: relative;
  margin-bottom: 40px;
}

.mil-main-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 40px;
  justify-items: center;
}

.mil-service-card {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 20px;
  padding: 28px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.1);
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.mil-service-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
}

.mil-service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(147, 197, 253, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mil-service-card:hover .mil-service-bg {
  opacity: 1;
}

.mil-service-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.mil-service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  transition: all 0.3s ease;
}

.mil-service-card:hover .mil-service-icon {
  transform: scale(1.1) rotate(5deg);
}

.mil-service-content h3 {
  color: rgb(15, 23, 42);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.mil-service-content p {
  color: rgba(15, 23, 42, 0.7);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.mil-service-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 20px;
}

.mil-feature {
  background: rgba(59, 130, 246, 0.1);
  color: rgb(59, 130, 246);
  padding: 5px 10px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.mil-service-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgb(59, 130, 246);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.mil-service-link:hover {
  color: rgb(29, 78, 216);
  transform: translateX(5px);
}

.mil-secondary-services {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.mil-service-mini {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
  min-width: 130px;
}

.mil-service-mini:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
}

.mil-mini-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: rgb(255, 255, 255);
  font-size: 18px;
}

.mil-service-mini h4 {
  color: rgb(15, 23, 42);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.mil-service-mini p {
  color: rgba(15, 23, 42, 0.7);
  font-size: 11px;
  margin: 0;
}

.mil-services-interactive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mil-floating-element {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(59, 130, 246);
  font-weight: 700;
  font-size: 14px;
  animation: float-rotate 8s ease-in-out infinite;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.mil-float-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.mil-float-2 {
  top: 20%;
  right: 10%;
  animation-delay: 2s;
}

.mil-float-3 {
  bottom: 30%;
  left: 8%;
  animation-delay: 4s;
}

.mil-float-4 {
  bottom: 15%;
  right: 5%;
  animation-delay: 6s;
}

@keyframes float-rotate {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}
.mil-services-cta {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.1);
}

.mil-services-cta .mil-cta-content h3 {
  color: rgb(15, 23, 42);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.mil-services-cta .mil-cta-content p {
  color: rgba(15, 23, 42, 0.7);
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.mil-services-cta .mil-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.mil-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.mil-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
  color: rgb(255, 255, 255);
}

.mil-btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 18px 36px;
  color: rgb(15, 23, 42);
  text-decoration: none;
  border: 2px solid rgba(59, 130, 246, 0.3);
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
}

.mil-btn-secondary:hover {
  border-color: rgb(59, 130, 246);
  color: rgb(59, 130, 246);
  transform: translateY(-2px);
  background: rgb(255, 255, 255);
}

/* Services Responsive */
@media (max-width: 768px) {
  .mil-main-services {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .mil-secondary-services {
    gap: 20px;
  }
  .mil-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .mil-services-title {
    font-size: clamp(2rem, 8vw, 3rem);
    margin-bottom: 30px;
  }
  .mil-cta-content h3 {
    font-size: 2rem;
  }
  .mil-floating-element {
    display: none;
  }
}
/* -------------------------------------------

NEW COMPANY SHOWCASE SECTION

------------------------------------------- */
.mil-company-showcase {
  padding: 60px 0;
  background: linear-gradient(135deg, #f1f5f9 0%, #ffffff 50%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}

.mil-company-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.mil-company-header {
  text-align: center;
  margin-bottom: 30px;
}

.mil-company-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: rgba(59, 130, 246, 0.1);
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 50px;
  color: rgb(59, 130, 246);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mil-company-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.mil-title-main {
  display: block;
  color: rgb(15, 23, 42);
}

.mil-title-accent {
  display: block;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mil-company-description {
  font-size: 1.2rem;
  color: rgba(15, 23, 42, 0.8);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.mil-company-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 40px;
}

.mil-company-text {
  text-align: left;
}

.mil-company-text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin-bottom: 30px;
}

.mil-company-intro {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(15, 23, 42, 0.85);
  margin-bottom: 25px;
}

.mil-company-highlight {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(15, 23, 42, 0.85);
  margin-bottom: 40px;
  padding: 25px 30px;
  background: rgba(59, 130, 246, 0.05);
  border-left: 4px solid rgb(59, 130, 246);
  border-radius: 8px;
}

.mil-company-intro strong,
.mil-company-highlight strong {
  color: rgb(59, 130, 246);
  font-weight: 600;
}

.mil-company-values {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mil-value-item {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}

.mil-value-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mil-value-item h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgb(15, 23, 42);
  margin-bottom: 10px;
}

.mil-value-item p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.75);
  margin: 0;
}

.mil-company-services {
  text-align: left;
}

.mil-company-services h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(15, 23, 42);
  margin-bottom: 30px;
}

.mil-services-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mil-service-item {
  padding: 25px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.mil-service-item:hover {
  border-color: rgba(59, 130, 246, 0.3);
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(59, 130, 246, 0.1);
}

.mil-service-item h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(59, 130, 246);
  margin-bottom: 10px;
}

.mil-service-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.75);
  margin: 0;
}

.mil-company-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 50px;
}

.mil-stat-item {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.1);
}

.mil-stat-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
}

.mil-stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(59, 130, 246);
  line-height: 1;
  margin-bottom: 10px;
}

.mil-stat-label {
  font-size: 14px;
  color: rgba(15, 23, 42, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.mil-company-features {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mil-feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 16px;
  padding: 25px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
}

.mil-feature-item:hover {
  transform: translateX(10px);
  box-shadow: 0 12px 25px rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
}

.mil-feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 24px;
  flex-shrink: 0;
}

.mil-feature-content h4 {
  color: rgb(15, 23, 42);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.mil-feature-content p {
  color: rgba(15, 23, 42, 0.7);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.mil-company-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.mil-visual-card {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
}

.mil-visual-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
}

.mil-card-icon {
  font-size: 32px;
  margin-bottom: 15px;
}

.mil-visual-card h3 {
  color: rgb(15, 23, 42);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.mil-visual-card p {
  color: rgb(59, 130, 246);
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.mil-company-process {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.1);
}

.mil-company-process h3 {
  color: rgb(15, 23, 42);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.mil-process-timeline {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.mil-timeline-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mil-timeline-number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}

.mil-timeline-content h4 {
  color: rgb(15, 23, 42);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.mil-timeline-content p {
  color: rgba(15, 23, 42, 0.7);
  font-size: 14px;
  margin: 0;
}

.mil-company-cta {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.1);
}

.mil-cta-content h3 {
  color: rgb(15, 23, 42);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.mil-cta-content p {
  color: rgba(15, 23, 42, 0.7);
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.mil-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.mil-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.mil-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
  color: rgb(255, 255, 255);
}

.mil-btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 18px 36px;
  color: rgb(15, 23, 42);
  text-decoration: none;
  border: 2px solid rgba(59, 130, 246, 0.3);
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
}

.mil-btn-secondary:hover {
  border-color: rgb(59, 130, 246);
  color: rgb(59, 130, 246);
  transform: translateY(-2px);
  background: rgb(255, 255, 255);
}

/* Company Showcase Responsive */
@media (max-width: 768px) {
  .mil-company-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .mil-company-text h3,
  .mil-company-services h3 {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  
  .mil-company-intro,
  .mil-company-highlight {
    font-size: 1.1rem;
    padding: 20px 25px;
  }
  
  .mil-value-item h4 {
    font-size: 1.15rem;
  }
  
  .mil-value-item p {
    font-size: 0.95rem;
  }
  
  .mil-service-item {
    padding: 20px;
  }
  
  .mil-service-item h4 {
    font-size: 1.1rem;
  }
  
  .mil-service-item p {
    font-size: 0.9rem;
  }
  .mil-feature-item {
    flex-direction: column;
    text-align: center;
  }
  .mil-timeline-item {
    flex-direction: column;
    text-align: center;
  }
}
/* -------------------------------------------

NEW CREATIVE TESTIMONIALS SECTION

------------------------------------------- */
.mil-new-testimonials {
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 25%, #e2e8f0 50%, #cbd5e1 75%, #94a3b8 100%);
  position: relative;
  overflow: hidden;
}

.mil-testimonials-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.mil-testimonials-header {
  text-align: center;
  margin-bottom: 80px;
}

.mil-testimonials-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: rgba(59, 130, 246, 0.1);
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 50px;
  color: rgb(59, 130, 246);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mil-testimonials-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
}

.mil-title-main {
  display: block;
  color: rgb(15, 23, 42);
}

.mil-title-accent {
  display: block;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mil-testimonials-description {
  font-size: 1.2rem;
  color: rgba(15, 23, 42, 0.8);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.mil-testimonials-showcase {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}

.mil-main-testimonial {
  position: relative;
}

.mil-testimonial-card {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 24px;
  padding: 40px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.1);
}

.mil-testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
}

.mil-testimonial-card.mil-featured {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
  border: 3px solid rgba(59, 130, 246, 0.2);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.15);
}

.mil-testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.mil-client-info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mil-client-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(59, 130, 246, 0.2);
}

.mil-client-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mil-client-details h4 {
  color: rgb(15, 23, 42);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.mil-client-details p {
  color: rgba(15, 23, 42, 0.7);
  font-size: 14px;
  margin-bottom: 10px;
}

.mil-rating {
  display: flex;
  gap: 2px;
}

.mil-star {
  font-size: 16px;
  color: #fbbf24;
}

.mil-quote-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.mil-testimonial-content {
  margin-bottom: 30px;
}

.mil-testimonial-content p {
  color: rgba(15, 23, 42, 0.8);
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
}

.mil-testimonial-metrics {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.mil-metric {
  text-align: center;
}

.mil-metric-value {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: rgb(59, 130, 246);
  line-height: 1;
  margin-bottom: 5px;
}

.mil-metric-label {
  font-size: 12px;
  color: rgba(15, 23, 42, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.mil-secondary-testimonials {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mil-secondary-testimonials .mil-testimonial-card {
  padding: 25px;
}

.mil-secondary-testimonials .mil-client-avatar {
  width: 40px;
  height: 40px;
}

.mil-secondary-testimonials .mil-client-details h4 {
  font-size: 16px;
}

.mil-secondary-testimonials .mil-client-details p {
  font-size: 12px;
}

.mil-secondary-testimonials .mil-testimonial-content p {
  font-size: 14px;
}

.mil-trust-indicators {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.mil-trust-item {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(59, 130, 246, 0.1);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.1);
}

.mil-trust-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
}

.mil-trust-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: rgb(255, 255, 255);
  font-size: 24px;
}

.mil-trust-item h4 {
  color: rgb(15, 23, 42);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mil-trust-item p {
  color: rgba(15, 23, 42, 0.7);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Testimonials Responsive */
@media (max-width: 768px) {
  .mil-testimonials-showcase {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .mil-trust-indicators {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .mil-testimonials-title {
    font-size: 2.5rem;
  }
  .mil-testimonial-metrics {
    flex-direction: column;
    gap: 15px;
  }
  .mil-client-info {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .mil-testimonial-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .mil-trust-indicators {
    grid-template-columns: 1fr;
  }
}
/* -------------------------------------------

NEW CREATIVE FOOTER

------------------------------------------- */
.mil-creative-footer {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
  color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
}

.mil-creative-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 60%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.mil-footer-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* Footer CTA Section */
.mil-footer-cta {
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mil-footer-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}
.mil-cta-content {
  position: relative;
  z-index: 2;
}

.mil-cta-content h2 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mil-cta-content p {
  font-size: 1.3rem;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}

.mil-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.15);
  color: rgb(255, 255, 255);
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 60px;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
}

.mil-cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.mil-cta-button:hover::before {
  left: 100%;
}

.mil-cta-button:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-5px) scale(1.05);
  color: rgb(255, 255, 255);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.mil-cta-button i {
  transition: transform 0.3s ease;
}

.mil-cta-button:hover i {
  transform: translateX(5px);
}

/* Footer Main Content */
.mil-footer-main {
  padding: 80px 0 40px;
}

.mil-footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
}

.mil-footer-section h4 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}

.mil-footer-section h4::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, rgb(59, 130, 246) 0%, rgb(147, 197, 253) 100%);
  border-radius: 2px;
}

/* Company Info */
.mil-footer-logo h3 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mil-footer-logo p {
  color: rgb(59, 130, 246);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mil-footer-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Footer Menu */
.mil-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mil-footer-menu li {
  margin-bottom: 15px;
}

.mil-footer-menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.mil-footer-menu a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: rgb(59, 130, 246);
  transition: width 0.3s ease;
}

.mil-footer-menu a:hover {
  color: rgb(59, 130, 246);
  transform: translateX(8px);
}

.mil-footer-menu a:hover::before {
  width: 100%;
}

/* Contact Info */
.mil-contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  transition: all 0.3s ease;
}

.mil-contact-item:hover {
  color: rgb(255, 255, 255);
  transform: translateX(5px);
}

.mil-contact-item i {
  color: rgb(59, 130, 246);
  width: 18px;
  text-align: center;
  font-size: 16px;
}

/* Footer Bottom */
.mil-footer-bottom {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.mil-footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(59, 130, 246), transparent);
}

.mil-footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.mil-copyright p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}

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

.mil-social-link {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.mil-social-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgb(59, 130, 246);
  border-radius: 50%;
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
}

.mil-social-link:hover::before {
  width: 100%;
  height: 100%;
}

.mil-social-link:hover {
  border-color: rgb(59, 130, 246);
  color: rgb(255, 255, 255);
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.mil-social-link i {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.mil-social-link:hover i {
  transform: scale(1.2);
}

/* Footer Responsive */
@media (max-width: 768px) {
  .mil-footer-content {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .mil-footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  .mil-cta-content h2 {
    font-size: 2.5rem;
  }
  .mil-cta-content p {
    font-size: 1.1rem;
  }
  .mil-cta-button {
    padding: 18px 35px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .mil-cta-content h2 {
    font-size: 2rem;
  }
  .mil-footer-logo h3 {
    font-size: 28px;
  }
  .mil-social-links {
    gap: 15px;
  }
  .mil-social-link {
    width: 40px;
    height: 40px;
  }
}
.mil-hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 0;
}

.mil-tech-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: rgba(59, 130, 246, 0.1);
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 50px;
  color: rgb(59, 130, 246);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
}

.mil-badge-icon {
  font-size: 16px;
}

.mil-hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
}

.mil-title-line {
  display: block;
  color: rgb(15, 23, 42);
}

.mil-accent-text {
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mil-gradient-text {
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(34, 197, 94) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mil-hero-subtitle {
  font-size: 1.2rem;
  color: rgba(15, 23, 42, 0.8);
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 500px;
}

.mil-highlight {
  color: rgb(59, 130, 246);
  font-weight: 600;
}

.mil-hero-stats {
  display: flex;
  gap: 60px;
  margin-bottom: 50px;
}

.mil-stat {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  border: 1px solid rgba(59, 130, 246, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
}

.mil-stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(59, 130, 246);
  line-height: 1;
  margin-bottom: 10px;
}

.mil-stat-label {
  font-size: 14px;
  color: rgba(15, 23, 42, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.mil-hero-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}

.mil-btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 18px 36px;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.mil-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
  color: rgb(255, 255, 255);
}

.mil-btn-effect {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.mil-btn-primary:hover .mil-btn-effect {
  left: 100%;
}

.mil-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  color: rgb(15, 23, 42);
  text-decoration: none;
  border: 2px solid rgba(59, 130, 246, 0.3);
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
}

.mil-btn-secondary:hover {
  border-color: rgb(59, 130, 246);
  color: rgb(59, 130, 246);
  transform: translateY(-3px);
  background: rgb(255, 255, 255);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.2);
}

.mil-hero-visual {
  position: relative;
  height: 600px;
}

.mil-card-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

.mil-card {
  position: absolute;
  width: 300px;
  height: 180px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(59, 130, 246, 0.3);
  border-radius: 20px;
  padding: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
}

.mil-card:hover {
  transform: translateY(-10px) rotate(0deg);
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.25);
  border-color: rgba(59, 130, 246, 0.5);
  background: rgb(255, 255, 255);
}

.mil-card-1 {
  top: 20%;
  left: 10%;
  transform: rotate(-5deg);
}

.mil-card-2 {
  top: 40%;
  right: 20%;
  transform: rotate(3deg);
}

.mil-card-3 {
  bottom: 20%;
  left: 30%;
  transform: rotate(-2deg);
}

.mil-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.mil-card-icon {
  font-size: 24px;
}

.mil-card-header h4 {
  color: rgb(15, 23, 42);
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.mil-metric {
  text-align: center;
}

.mil-metric-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: rgb(59, 130, 246);
  line-height: 1;
  margin-bottom: 5px;
}

.mil-metric-label {
  font-size: 14px;
  color: rgba(15, 23, 42, 0.7);
  font-weight: 600;
}

.mil-floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mil-float-element {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(59, 130, 246, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(59, 130, 246);
  font-weight: 700;
  font-size: 14px;
  animation: float-rotate 8s ease-in-out infinite;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.mil-float-1 {
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.mil-float-2 {
  top: 30%;
  left: 5%;
  animation-delay: 2s;
}

.mil-float-3 {
  bottom: 30%;
  right: 5%;
  animation-delay: 4s;
}

.mil-float-4 {
  bottom: 10%;
  left: 20%;
  animation-delay: 6s;
}

@keyframes float-rotate {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(180deg);
  }
}
.mil-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}

.mil-scroll-line {
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, rgb(59, 130, 246), transparent);
  margin: 0 auto 10px;
  animation: scroll-pulse 2s ease-in-out infinite;
}

.mil-scroll-text {
  color: rgba(15, 23, 42, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

@keyframes scroll-pulse {
  0%, 100% {
    opacity: 0.5;
    transform: scaleY(1);
  }
  50% {
    opacity: 1;
    transform: scaleY(1.2);
  }
}
/* -------------------------------------------

Tech About Section

------------------------------------------- */
.mil-about-tech {
  padding: 120px 0;
  background: rgb(255, 255, 255);
}

.mil-section-header {
  margin-bottom: 80px;
}

.mil-section-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.mil-section-subtitle {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

.mil-tech-features {
  margin-bottom: 60px;
}

.mil-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
  padding: 30px;
  background: rgba(59, 130, 246, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(59, 130, 246, 0.1);
  transition: all 0.3s ease;
}

.mil-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1);
}

.mil-feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 24px;
  flex-shrink: 0;
}

.mil-feature-content h4 {
  color: rgb(15, 23, 42);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mil-feature-content p {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
  margin: 0;
}

.mil-process-steps h3 {
  color: rgb(15, 23, 42);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
}

.mil-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mil-step {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.mil-step:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mil-step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}

.mil-step-content h5 {
  color: rgb(15, 23, 42);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.mil-step-content p {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}

.mil-dashboard-mockup {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 30px;
  border: 2px solid rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.1);
}

.mil-dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(59, 130, 246, 0.2);
}

.mil-dashboard-title {
  color: rgb(15, 23, 42);
  font-size: 18px;
  font-weight: 600;
}

.mil-dashboard-controls {
  display: flex;
  gap: 8px;
}

.mil-control-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.mil-dot-red {
  background: #ef4444;
}

.mil-dot-yellow {
  background: #3b82f6;
}

.mil-dot-green {
  background: #28ca42;
}

.mil-dashboard-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.mil-metric-card {
  background: rgba(59, 130, 246, 0.05);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 15px;
  padding: 20px;
}

.mil-metric-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.mil-metric-title {
  color: rgba(15, 23, 42, 0.8);
  font-size: 14px;
}

.mil-metric-trend {
  color: rgb(34, 197, 94);
  font-size: 12px;
  font-weight: 600;
}

.mil-metric-chart {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 40px;
}

.mil-chart-bar {
  width: 8px;
  background: linear-gradient(to top, rgb(59, 130, 246), rgb(147, 197, 253));
  border-radius: 4px 4px 0 0;
  animation: chart-grow 2s ease-out;
}

@keyframes chart-grow {
  0% {
    height: 0;
  }
  100% {
    height: var(--height, 100%);
  }
}
.mil-metric-value {
  color: rgb(15, 23, 42);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.mil-tech-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mil-tech-element {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(59, 130, 246);
  font-size: 16px;
  animation: tech-float 6s ease-in-out infinite;
}

.mil-tech-1 {
  top: -20px;
  right: -20px;
  animation-delay: 0s;
}

.mil-tech-2 {
  bottom: -20px;
  left: -20px;
  animation-delay: 1.5s;
}

.mil-tech-3 {
  top: 50%;
  right: -20px;
  animation-delay: 3s;
}

.mil-tech-4 {
  bottom: 20%;
  left: -20px;
  animation-delay: 4.5s;
}

@keyframes tech-float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}
/* -------------------------------------------

Ultra Modern Services Section - TOP Design

------------------------------------------- */
.mil-services-tech {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #ffffff 0%, #e0f2fe 25%, #bae6fd 50%, #7dd3fc 75%, #3b82f6 100%);
}

.mil-orb-4 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, rgba(147, 197, 253, 0.2) 50%, transparent 70%);
  top: 15%;
  left: -5%;
  animation-delay: 3s;
}

.mil-orb-5 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(147, 197, 253, 0.3) 0%, rgba(59, 130, 246, 0.2) 50%, transparent 70%);
  bottom: 5%;
  right: -3%;
  animation-delay: 8s;
}

.mil-services-grid-tech {
  margin-bottom: 80px;
}

.mil-service-card-tech {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
  border: 3px solid rgba(59, 130, 246, 0.2);
  border-radius: 28px;
  padding: 45px 35px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.15);
  backdrop-filter: blur(20px);
}

.mil-service-card-tech:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 50px rgba(59, 130, 246, 0.25);
  border-color: rgba(59, 130, 246, 0.5);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgba(248, 250, 252, 0.95) 100%);
}

.mil-service-card-tech::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mil-service-card-tech:hover::before {
  opacity: 1;
}

.mil-service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.mil-service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 28px;
}

.mil-service-number {
  color: rgba(59, 130, 246, 0.2);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.mil-service-content h3 {
  color: rgb(15, 23, 42);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}

.mil-service-content p {
  color: rgba(15, 23, 42, 0.7);
  line-height: 1.6;
  margin-bottom: 25px;
}

.mil-service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.mil-service-features li {
  color: rgba(15, 23, 42, 0.8);
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}

.mil-service-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: rgb(59, 130, 246);
  font-weight: 600;
}

.mil-service-footer {
  margin-top: auto;
}

.mil-service-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgb(59, 130, 246);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.mil-service-link:hover {
  color: rgb(147, 197, 253);
  transform: translateX(5px);
}

.mil-services-cta {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.9) 100%);
  border: 3px solid rgba(59, 130, 246, 0.3);
  border-radius: 30px;
  padding: 70px 50px;
  backdrop-filter: blur(30px);
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.2);
}

.mil-services-cta h3 {
  color: rgb(15, 23, 42);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.mil-services-cta p {
  color: rgba(15, 23, 42, 0.7);
  font-size: 18px;
  margin-bottom: 40px;
}

.mil-btn-large {
  padding: 20px 50px;
  font-size: 18px;
}

/* -------------------------------------------

Responsive Design

------------------------------------------- */
@media screen and (max-width: 1200px) {
  .mil-hero-title {
    font-size: 3.5rem;
  }
  .mil-section-title {
    font-size: 2.8rem;
  }
  .mil-hero-stats {
    gap: 40px;
  }
  .mil-card {
    width: 240px;
    height: 160px;
  }
}
@media screen and (max-width: 992px) {
  .mil-hero-title {
    font-size: 3rem;
  }
  .mil-section-title {
    font-size: 2.5rem;
  }
  .mil-hero-stats {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .mil-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
  .mil-hero-visual {
    height: 400px;
    margin-top: 60px;
  }
  .mil-card {
    width: 200px;
    height: 140px;
    padding: 20px;
  }
  .mil-card-1 {
    top: 10%;
    left: 5%;
  }
  .mil-card-2 {
    top: 30%;
    right: 10%;
  }
  .mil-card-3 {
    bottom: 10%;
    left: 20%;
  }
  .mil-dashboard-content {
    grid-template-columns: 1fr;
  }
  .mil-services-grid-tech .row {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mil-hero-title {
    font-size: 2.5rem;
  }
  .mil-section-title {
    font-size: 2rem;
  }
  .mil-hero-subtitle {
    font-size: 1rem;
  }
  .mil-hero-visual {
    height: 300px;
  }
  .mil-card {
    width: 160px;
    height: 120px;
    padding: 15px;
  }
  .mil-card-header h4 {
    font-size: 14px;
  }
  .mil-metric-value {
    font-size: 1.8rem;
  }
  .mil-float-element {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .mil-feature-item {
    flex-direction: column;
    text-align: center;
  }
  .mil-step {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .mil-service-card-tech {
    padding: 30px 20px;
  }
  .mil-service-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .mil-service-content h3 {
    font-size: 20px;
  }
  .mil-services-cta {
    padding: 40px 20px;
  }
  .mil-services-cta h3,
  .mil-services-cta .mil-cta-content h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .mil-hero-title {
    font-size: 2rem;
  }
  .mil-section-title {
    font-size: 1.8rem;
  }
  .mil-hero-content {
    padding: 80px 0;
  }
  .mil-about-tech {
    padding: 80px 0;
  }
  .mil-services-tech {
    padding: 80px 0;
  }
  .mil-hero-visual {
    height: 250px;
  }
  .mil-card {
    width: 140px;
    height: 100px;
    padding: 12px;
  }
  .mil-card-header {
    margin-bottom: 10px;
  }
  .mil-card-icon {
    font-size: 18px;
  }
  .mil-card-header h4 {
    font-size: 12px;
  }
  .mil-metric-value {
    font-size: 1.5rem;
  }
  .mil-metric-label {
    font-size: 10px;
  }
  .mil-btn-primary,
  .mil-btn-secondary {
    padding: 15px 30px;
    font-size: 14px;
  }
  .mil-btn-large {
    padding: 18px 40px;
    font-size: 16px;
  }
}
/* -------------------------------------------

preloader

------------------------------------------- */
.mil-preloader {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(15, 23, 42);
}
.mil-preloader .mil-preloader-animation {
  opacity: 0;
  position: relative;
  height: 100vh;
  color: rgb(255, 255, 255);
}
.mil-preloader .mil-preloader-animation .mil-pos-abs {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs p {
  opacity: 0;
  margin-right: 15px;
}
@media screen and (max-width: 992px) {
  .mil-preloader .mil-preloader-animation .mil-pos-abs {
    flex-direction: column;
  }
  .mil-preloader .mil-preloader-animation .mil-pos-abs p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
  position: relative;
  padding: 0 30px;
}
.mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame .mil-reveal-box {
  z-index: 4;
  position: absolute;
  opacity: 0;
  height: 100%;
  background-color: rgb(59, 130, 246);
}
.mil-preloader.mil-hidden {
  pointer-events: none;
}

/* -------------------------------------------

cursor

------------------------------------------- */
.mil-ball {
  width: 20px;
  height: 20px;
  position: fixed;
  z-index: 10;
  background-color: rgb(15, 23, 42);
  border-radius: 50%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.1;
}
.mil-ball .mil-icon-1 {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: scale(0);
}
.mil-ball .mil-icon-1 svg {
  fill: rgba(255, 255, 255, 0.9);
}
.mil-ball .mil-more-text, .mil-ball .mil-choose-text {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: scale(0);
}
.mil-ball.mil-accent .mil-icon-1 svg {
  fill: rgb(15, 23, 42);
}
.mil-ball.mil-accent .mil-more-text, .mil-ball.mil-accent .mil-choose-text {
  color: rgb(15, 23, 42);
}
@media screen and (max-width: 1200px) {
  .mil-ball {
    display: none;
  }
}

/* -------------------------------------------

hidden elements

------------------------------------------- */
.mil-hidden-elements .mil-dodecahedron, .mil-hidden-elements .mil-lines, .mil-hidden-elements .mil-arrow {
  display: none;
}

/* -------------------------------------------

scrollbar

------------------------------------------- */
::-webkit-scrollbar {
  display: none;
}

.mil-progress-track {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: rgb(15, 23, 42);
}
.mil-progress-track .mil-progress {
  width: 4px;
  height: 0;
  background-color: rgb(59, 130, 246);
}
@media screen and (max-width: 992px) {
  .mil-progress-track {
    display: none;
  }
}

/* -------------------------------------------

frame

------------------------------------------- */
.mil-logo {
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 992px) {
  .mil-logo {
    font-size: 36px;
  }
}

.mil-frame {
  padding: 20px 40px;
  position: fixed;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .mil-frame {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .mil-frame {
    padding: 0;
    z-index: 999;
    height: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .mil-frame .mil-frame-top {
    height: 60px;
    background-color: rgba(0, 0, 0, 0.95);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 0 20px;
    backdrop-filter: blur(8px);
  }
  .mil-frame .mil-frame-top .mil-logo {
    display: none;
  }
  .mil-frame .mil-frame-top .mil-menu-btn span, .mil-frame .mil-frame-top .mil-menu-btn span:after, .mil-frame .mil-frame-top .mil-menu-btn span:before {
    background: rgb(255, 255, 255);
  }
}
.mil-frame .mil-frame-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .mil-frame .mil-frame-bottom {
    display: none;
  }
}
.mil-frame .mil-frame-bottom .mil-current-page {
  pointer-events: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  width: 300px;
  color: rgb(15, 23, 42);
  transform: rotate(-90deg) translateX(138px) translateY(-138px);
}
.mil-frame .mil-frame-bottom .mil-back-to-top {
  width: 300px;
  transform: rotate(-90deg) translateX(130px) translateY(130px);
  pointer-events: all;
}

.mil-frame-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mil-frame-top .mil-logo {
  display: none;
}

/* -------------------------------------------

menu button

------------------------------------------- */
.mil-menu-btn {
  pointer-events: all;
  height: 28px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 992px) {
  .mil-menu-btn {
    transform: scale(0.85);
  }
}
.mil-menu-btn span, .mil-menu-btn span:after, .mil-menu-btn span:before {
  content: "";
  display: block;
  width: 28px;
  height: 2.5px;
  background: rgb(255, 255, 255);
  backface-visibility: hidden;
  transition: inherit;
}
.mil-menu-btn span {
  position: relative;
}
.mil-menu-btn span:after, .mil-menu-btn span:before {
  position: absolute;
}
.mil-menu-btn span:before {
  top: -9px;
}
.mil-menu-btn span:after {
  width: 18px;
  top: 9px;
}
.mil-menu-btn.mil-active span {
  transform: rotate(45deg);
}
.mil-menu-btn.mil-active span:before {
  transform: translate(0px, 9px) rotate(-90deg);
}
.mil-menu-btn.mil-active span:after {
  opacity: 0;
  width: 24px;
  transform: translate(0px, -9px) rotate(-90deg);
}

/* -------------------------------------------

menu

------------------------------------------- */
.mil-menu-frame {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100vh;
  background-color: rgb(15, 23, 42);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-frame .container {
  pointer-events: none;
}
.mil-menu-frame .mil-frame-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
}
@media screen and (max-width: 1200px) {
  .mil-menu-frame .mil-frame-top {
    display: none;
  }
}
.mil-menu-frame .mil-frame-top .mil-logo {
  color: rgb(255, 255, 255);
}
.mil-menu-frame .mil-frame-top .mil-menu-btn span, .mil-menu-frame .mil-frame-top .mil-menu-btn span:after, .mil-menu-frame .mil-frame-top .mil-menu-btn span:before {
  background-color: rgb(255, 255, 255);
}
.mil-menu-frame .mil-main-menu {
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
  .mil-menu-frame .mil-main-menu {
    transform: translateY(30px);
  }
}
.mil-menu-frame .mil-menu-right-frame {
  padding-left: 60px;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(30px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-frame .mil-menu-right-frame .mil-menu-right {
  padding-bottom: 60px;
}
.mil-menu-frame .mil-menu-right-frame .mil-animation-in {
  position: absolute;
  top: -320px;
  right: 0;
  opacity: 0;
  transform: translateY(-60px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
  .mil-menu-frame .mil-menu-right-frame {
    display: none;
  }
}
@media screen and (max-height: 800px) {
  .mil-menu-frame .mil-menu-right-frame {
    display: none;
  }
}
.mil-menu-frame.mil-active {
  opacity: 1;
  pointer-events: all;
}
.mil-menu-frame.mil-active .container {
  pointer-events: all;
}
.mil-menu-frame.mil-active .mil-main-menu {
  transform: translateX(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.mil-menu-frame.mil-active .mil-menu-right-frame {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.mil-menu-frame.mil-active .mil-menu-right-frame .mil-animation-in {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.mil-menu-list li {
  list-style-type: none;
  margin-bottom: 15px;
}
.mil-menu-list li:last-child {
  margin-bottom: 0;
}
.mil-menu-list li a {
  display: block;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-menu-list li a:hover {
  transform: translateX(5px);
  color: rgb(255, 255, 255);
}
.mil-menu-list.mil-hori-list {
  display: flex;
}
.mil-menu-list.mil-hori-list li {
  margin-bottom: 0;
  margin-right: 30px;
}
.mil-menu-list.mil-dark li a {
  color: rgb(15, 23, 42);
}

.mil-main-menu {
  height: 100vh;
  display: flex;
  align-items: center;
}
.mil-main-menu ul {
  padding: 0;
  margin: 0;
}
.mil-main-menu ul li {
  margin-bottom: 40px;
}
.mil-main-menu ul li:last-child {
  margin-bottom: 0;
}
.mil-main-menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  font-size: 34px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 992px) {
  .mil-main-menu ul li a {
    font-size: 26px;
  }
}
.mil-main-menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu ul li a:hover {
  color: rgb(255, 255, 255);
}
.mil-main-menu ul li a.mil-active {
  padding-left: 25px;
}
.mil-main-menu ul li a.mil-active:before {
  transform: scale(1);
  background-color: rgb(59, 130, 246);
}
.mil-main-menu ul li.mil-active > a {
  color: rgb(59, 130, 246);
}
.mil-main-menu ul li.mil-active > a:hover {
  color: rgb(59, 130, 246) !important;
  filter: brightness(110%);
}
.mil-main-menu ul li.mil-has-children > a:hover {
  color: rgb(255, 255, 255);
  padding-left: 25px;
}
.mil-main-menu ul li.mil-has-children > a:hover:before {
  transform: scale(1);
}
.mil-main-menu ul li.mil-has-children ul {
  padding-left: 25px;
  overflow: hidden;
  max-height: 0;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-main-menu ul li.mil-has-children ul li {
  margin-bottom: 5px;
}
.mil-main-menu ul li.mil-has-children ul li:first-child {
  margin-top: 40px;
}
.mil-main-menu ul li.mil-has-children ul li a {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}
.mil-main-menu ul li.mil-has-children ul li a:before {
  display: none;
}
.mil-main-menu ul li.mil-has-children ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
  transform: translateX(5px);
}
.mil-main-menu ul li.mil-has-children ul.mil-active {
  max-height: 200px;
}
@media screen and (max-width: 1200px) {
  .mil-main-menu {
    justify-content: center;
  }
  .mil-main-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mil-main-menu ul li {
    margin-bottom: 30px;
  }
  .mil-main-menu ul li a {
    justify-content: center;
  }
  .mil-main-menu ul li a:before {
    display: none;
  }
  .mil-main-menu ul li a.mil-active {
    padding-left: 0 !important;
  }
  .mil-main-menu ul li.mil-has-children ul {
    padding-left: 0;
  }
  .mil-main-menu ul li.mil-has-children ul li:first-child {
    margin-top: 30px;
  }
}

/* -------------------------------------------

banner

------------------------------------------- */
.mil-banner {
  height: 100vh;
}
.mil-banner .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.mil-banner .mil-banner-content {
  width: 100%;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .mil-banner .mil-banner-content {
    padding-bottom: 90px;
  }
}
.mil-banner .mil-lines-place {
  position: absolute;
  left: 0;
  bottom: calc(100% + 120px);
}

.mil-inner-banner .mil-banner-content {
  padding: 150px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .mil-inner-banner .mil-banner-content {
    padding: 180px 0 0 0;
  }
}

.mil-banner-personal {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
}
.mil-banner-personal .mil-banner-content {
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 992px) {
  .mil-banner-personal .mil-banner-content {
    padding-top: 180px;
  }
}
.mil-banner-personal .mil-banner-content .mil-personal-text {
  margin-bottom: 300px;
}
@media screen and (max-width: 992px) {
  .mil-banner-personal .mil-banner-content .mil-personal-text {
    margin-bottom: 80px;
    text-align: center;
  }
}
.mil-banner-personal .mil-banner-content .mil-banner-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 0 90px;
  background-color: rgb(255, 255, 255);
  height: 180px;
  position: absolute;
  top: calc(100vh - 180px);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .mil-banner-personal .mil-banner-content .mil-banner-panel {
    flex-direction: column;
    height: auto;
    padding: 60px 30px;
  }
  .mil-banner-personal .mil-banner-content .mil-banner-panel h5 {
    margin-bottom: 60px;
    text-align: center;
    width: 80%;
  }
}
.mil-banner-personal .mil-banner-content .mil-banner-panel .mil-right {
  display: flex;
}
.mil-banner-personal .mil-banner-content .mil-banner-panel .mil-right .mil-social-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  padding: 0 50px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 70px;
  border-radius: 70px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-banner-personal .mil-banner-content .mil-banner-panel .mil-right .mil-social-frame:hover {
  transform: scale(1.015);
}
@media screen and (max-width: 992px) {
  .mil-banner-personal .mil-banner-content .mil-banner-panel .mil-right {
    flex-direction: column;
  }
  .mil-banner-personal .mil-banner-content .mil-banner-panel .mil-right .mil-social-frame {
    margin-right: 0;
    margin-bottom: 30px;
    height: 60px;
  }
}
.mil-banner-personal .mil-banner-content .mil-banner-panel .mil-button {
  margin: 0 !important;
}
@media screen and (max-width: 992px) {
  .mil-banner-personal .mil-banner-content .mil-banner-panel {
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .mil-banner-personal .mil-banner-content .mil-banner-panel {
    position: static;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 992px) {
  .mil-banner-personal {
    height: auto;
  }
}

.mil-portrait-frame {
  position: relative;
}
.mil-portrait-frame img {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mil-portrait-frame .mil-nimbus {
  background: radial-gradient(50% 50% at 50% 50%, rgb(59, 130, 246) 0%, rgba(250, 168, 69, 0) 100%);
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .mil-portrait-frame {
    height: 400px;
  }
  .mil-portrait-frame img {
    object-fit: cover;
    object-position: top;
  }
}

/* -------------------------------------------

circle text

------------------------------------------- */
.mil-circle-text {
  position: absolute;
  right: 0;
  bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
}
.mil-circle-text .mil-ct-svg {
  transform: scale(2);
  width: 140px;
  height: 140px;
}
.mil-circle-text .mil-ct-svg text {
  fill: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-circle-text .mil-button {
  position: absolute;
}
.mil-circle-text:hover svg text {
  fill: rgb(255, 255, 255);
}
@media screen and (max-width: 992px) {
  .mil-circle-text {
    display: none;
  }
}

/* -------------------------------------------

lines

------------------------------------------- */
@keyframes move {
  from {
    transform: translateY(-75px);
  }
  50% {
    transform: translateY(75px);
  }
  to {
    transform: translateY(-75px);
  }
}
.mil-lines-place .mil-lines {
  opacity: 0.05;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .mil-lines-place .mil-lines {
    display: none;
  }
}
.mil-lines-place .mil-lines path, .mil-lines-place .mil-lines rect, .mil-lines-place .mil-lines line {
  stroke: rgb(15, 23, 42);
}
.mil-lines-place .mil-lines .mil-move {
  animation: move 10s linear infinite;
}
.mil-lines-place.mil-light .mil-lines {
  opacity: 0.2;
}
.mil-lines-place.mil-light .mil-lines path, .mil-lines-place.mil-light .mil-lines rect, .mil-lines-place.mil-light .mil-lines line {
  stroke: rgb(255, 255, 255);
}

/* -------------------------------------------

dodecahedron

------------------------------------------- */
.mil-animation-frame {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  animation: jump 10s linear infinite;
  pointer-events: none;
}

.mil-animation {
  position: absolute;
  display: inline-block;
  width: 300px;
  height: 300px;
  opacity: 0.2;
  pointer-events: none;
}

.mil-position-1 {
  top: 100px;
  right: 100px;
}
.mil-position-1 .mil-pentagon div {
  border-top: 0.1px solid rgb(255, 255, 255);
}

.mil-position-2 {
  top: -60px;
  left: 15%;
}
.mil-position-2 .mil-pentagon div {
  border-top: 1px solid rgb(255, 255, 255);
}
.mil-position-2 .mil-dodecahedron {
  animation-delay: 0.5s;
}
@media screen and (max-width: 1400px) {
  .mil-position-2 {
    display: none;
  }
}

.mil-position-3 {
  bottom: -100px;
  right: 35%;
}
.mil-position-3 .mil-pentagon div {
  border-top: 1px solid rgb(255, 255, 255);
}
.mil-position-3 .mil-dodecahedron {
  animation-delay: 1s;
}
@media screen and (max-width: 1400px) {
  .mil-position-3 {
    display: none;
  }
}

.mil-position-4 {
  top: -60px;
  right: 20%;
}
.mil-position-4 .mil-pentagon div {
  border-top: 0.1px solid rgb(255, 255, 255);
}
.mil-position-4 .mil-dodecahedron {
  animation-delay: 0.5s;
}
@media screen and (max-width: 1400px) {
  .mil-position-4 {
    display: none;
  }
}
.mil-position-4.mil-dark .mil-pentagon div {
  border-top: 0.1px solid rgb(15, 23, 42);
}

.mil-dodecahedron {
  position: relative;
  left: 100px;
  top: 40px;
  width: 100px;
  height: 223px;
  transform-style: preserve-3d;
  animation: rotate 100s infinite linear;
}
@keyframes rotate {
  from {
    transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
  }
  to {
    transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
  }
}

.mil-pentagon {
  position: absolute;
  width: 100px;
}
.mil-pentagon:nth-child(1) {
  transform: rotateY(0.2turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(6) {
  bottom: 0;
  transform: rotateY(0.2turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(2) {
  transform: rotateY(0.4turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(7) {
  bottom: 0;
  transform: rotateY(0.4turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(3) {
  transform: rotateY(0.6turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(8) {
  bottom: 0;
  transform: rotateY(0.6turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(4) {
  transform: rotateY(0.8turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(9) {
  bottom: 0;
  transform: rotateY(0.8turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(5) {
  transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg);
}
.mil-pentagon:nth-child(10) {
  bottom: 0;
  transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg);
}
.mil-pentagon:nth-child(11) {
  transform: translateZ(69px) rotateX(-90deg);
}
.mil-pentagon:nth-child(12) {
  bottom: 0;
  transform: translateZ(-69px) rotateX(90deg);
}
.mil-pentagon div {
  position: absolute;
  width: 100px;
  height: 69px;
  transform-origin: bottom;
}
.mil-pentagon div:nth-child(1) {
  transform: rotate(0.2turn);
}
.mil-pentagon div:nth-child(2) {
  transform: rotate(0.4turn);
}
.mil-pentagon div:nth-child(3) {
  transform: rotate(0.6turn);
}
.mil-pentagon div:nth-child(4) {
  transform: rotate(0.8turn);
}
.mil-pentagon div:nth-child(5) {
  transform: rotate(1turn);
}

@keyframes jump {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(-30px);
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.mil-about-quote {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mil-about-quote .mil-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
}
.mil-about-quote .mil-avatar:after {
  content: ' " ';
  color: rgb(15, 23, 42);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(59, 130, 246);
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  padding-top: 12px;
  justify-content: center;
  font-size: 36px;
}
.mil-about-quote .mil-avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.mil-about-quote .mil-quote {
  padding-left: 30px;
  width: calc(100% - 90px);
}
@media screen and (max-width: 992px) {
  .mil-about-quote .mil-avatar {
    width: 70px;
    height: 70px;
  }
  .mil-about-quote .mil-avatar:after {
    padding-top: 7px;
    width: 25px;
    height: 25px;
    font-size: 24px;
  }
  .mil-about-quote .mil-quote {
    font-size: 16px;
    padding-left: 30px;
    width: calc(100% - 70px);
  }
}

.mil-about-photo {
  position: relative;
}
.mil-about-photo .mil-lines-place {
  position: absolute;
  top: -120px;
  left: -27%;
}

/* -------------------------------------------

partners

------------------------------------------- */
.mil-infinite-show .swiper-wrapper {
  transition-timing-function: linear;
}

.mil-partner-frame {
  display: block;
}
.mil-partner-frame img {
  width: 100%;
}

/* -------------------------------------------

services

------------------------------------------- */
.mil-complex-text {
  display: flex;
  align-items: center;
}
.mil-complex-text .mil-button {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .mil-complex-text {
    flex-direction: column;
  }
  .mil-complex-text .mil-button {
    margin-left: 0;
    margin-top: 60px;
  }
}

.mil-text-image {
  height: 80px;
  width: 250px;
  display: inline-block;
  overflow: hidden;
  border-radius: 70px;
  margin-right: 30px;
}
.mil-text-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-text-image:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .mil-text-image {
    display: none;
  }
}

.mil-service-card-sm {
  position: relative;
  display: block;
  padding: 60px 30px;
}
.mil-service-card-sm p {
  opacity: 0;
  transform: translateY(10px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-card-sm .mil-button {
  transform: scale(0.3);
  filter: grayscale(100%);
  opacity: 0.4;
}
.mil-service-card-sm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: rgb(59, 130, 246);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-card-sm:hover p {
  opacity: 1;
  transform: translateY(0);
}
.mil-service-card-sm:hover .mil-button {
  transform: scale(1);
  filter: grayscale(0);
  opacity: 1;
}
.mil-service-card-sm:hover:before {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .mil-service-card-sm p {
    opacity: 1;
    transform: translateY(0);
  }
  .mil-service-card-sm .mil-button {
    transform: scale(1);
    filter: grayscale(0);
    opacity: 1;
  }
}

.mil-services-grid {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.mil-services-grid .mil-services-grid-item {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.mil-services-grid .mil-services-grid-item:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 992px) {
  .mil-services-grid {
    padding-bottom: 90px;
  }
  .mil-services-grid .mil-services-grid-item {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .mil-services-grid .mil-services-grid-item:nth-child(3) {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .mil-services-grid {
    padding-bottom: 90px;
  }
  .mil-services-grid .mil-services-grid-item {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
}

.mil-service-card-lg {
  display: block;
}
.mil-service-card-lg .mil-descr {
  padding-right: 30px;
}
.mil-service-card-lg.mil-offset {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .mil-service-card-lg.mil-offset {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .mil-service-card-lg {
    margin-bottom: 60px;
  }
}
.mil-service-card-lg.mil-other-card {
  overflow: hidden;
  position: relative;
  border: solid 1px rgb(229, 229, 229);
  padding: 60px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-service-card-lg.mil-other-card .mil-descr {
  padding-right: 0;
}
.mil-service-card-lg.mil-other-card:hover {
  background-color: rgb(59, 130, 246);
}
.mil-service-card-lg.mil-other-card:hover .mil-link svg {
  background-color: rgb(15, 23, 42);
}
.mil-service-card-lg.mil-other-card:hover .mil-link svg path {
  fill: rgb(59, 130, 246);
}
@media screen and (max-width: 1200px) {
  .mil-service-card-lg.mil-other-card {
    padding: 30px;
  }
}

.mil-service-list li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  list-style-type: none;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
}
.mil-service-list li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.mil-service-list.mil-light li {
  color: rgba(255, 255, 255, 0.6);
}
.mil-service-list.mil-dark li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.mil-service-list.mil-dark li:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------

team

------------------------------------------- */
.mil-team-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
}
.mil-team-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: rgb(59, 130, 246);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: scale(1.05);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card.mil-offset-card {
  transform: translateY(60px);
}
@media screen and (max-width: 992px) {
  .mil-team-card.mil-offset-card {
    transform: none;
  }
}
.mil-team-card .mil-description {
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card .mil-description .mil-secrc-text {
  opacity: 0;
  transform: translateY(15px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0s;
}
.mil-team-card .mil-description .mil-secrc-text a {
  color: rgb(255, 255, 255);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-team-card .mil-description .mil-secrc-text a:hover {
  color: rgb(59, 130, 246);
}
.mil-team-card:hover img {
  transform: scale(1);
}
.mil-team-card:hover:after {
  width: 100%;
}
.mil-team-card:hover .mil-description {
  opacity: 1;
  pointer-events: all;
}
.mil-team-card:hover .mil-description .mil-secrc-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.mil-team-list {
  position: relative;
}
.mil-team-list .mil-lines-place {
  position: absolute;
  top: -120px;
  left: -22.5%;
}

/* -------------------------------------------

social icons

------------------------------------------- */
.mil-social-icons {
  padding: 0;
  margin: 0;
  display: flex;
}
.mil-social-icons.mil-center {
  justify-content: center;
}
.mil-social-icons li {
  list-style-type: none;
  margin-right: 15px;
}
.mil-social-icons li:last-child {
  margin-right: 0;
}
.mil-social-icons li a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-social-icons li a:hover {
  color: rgb(59, 130, 246);
}
.mil-social-icons.mil-dark li a {
  color: rgb(15, 23, 42);
}
.mil-social-icons.mil-dark li a:hover {
  color: rgb(59, 130, 246);
}

/* -------------------------------------------

revievs

------------------------------------------- */
.mil-revi-pagination {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .mil-revi-pagination {
    flex-wrap: wrap;
  }
}
.mil-revi-pagination .swiper-pagination-bullet {
  padding: 0;
  width: 110px;
  height: 110px;
  padding: 10px;
  opacity: 1;
  border: none;
  background-color: transparent;
  margin: 0 !important;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}
@media screen and (max-width: 992px) {
  .mil-revi-pagination .swiper-pagination-bullet {
    width: 90px;
    height: 90px;
  }
}
.mil-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
  margin-top: 30px !important;
}
@media screen and (max-width: 992px) {
  .mil-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
    margin-top: 0 !important;
  }
}
.mil-revi-pagination .swiper-pagination-bullet:hover {
  box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot {
  background-color: red;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: top;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}
@media screen and (max-width: 992px) {
  .mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot {
    width: 70px;
    height: 70px;
  }
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-1 {
  background-image: url(../img/faces/customers/1.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-2 {
  background-image: url(../img/faces/customers/2.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-3 {
  background-image: url(../img/faces/customers/3.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-4 {
  background-image: url(../img/faces/customers/4.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-5 {
  background-image: url(../img/faces/customers/5.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-6 {
  background-image: url(../img/faces/customers/6.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet .mil-custom-dot.mil-slide-7 {
  background-image: url(../img/faces/customers/7.jpg);
}
.mil-revi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: inset 0 0 0 4px rgb(59, 130, 246);
}

.mil-quote-icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.mil-quote-icon path {
  fill: rgb(59, 130, 246);
}

.mil-slider-nav {
  display: flex;
}
.mil-slider-nav .mil-slider-arrow {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgb(15, 23, 42);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-slider-nav .mil-slider-arrow svg path {
  fill: rgb(59, 130, 246);
}
.mil-slider-nav .mil-slider-arrow.mil-prev {
  margin-right: 10px;
  transform: rotate(180deg);
}
.mil-slider-nav .mil-slider-arrow.swiper-button-disabled {
  opacity: 0.1;
  cursor: not-allowed;
}
.mil-slider-nav .mil-slider-arrow:hover {
  transform: scale(1.15);
}
.mil-slider-nav .mil-slider-arrow:hover.mil-prev {
  transform: rotate(180deg) scale(1.15);
}
.mil-slider-nav.mil-reviews-nav {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .mil-slider-nav.mil-reviews-nav {
    top: 0;
  }
}
.mil-slider-nav.mil-soft .mil-slider-arrow {
  background-color: rgb(229, 229, 229);
}
.mil-slider-nav.mil-soft .mil-slider-arrow svg path {
  fill: rgb(15, 23, 42);
}

/* -------------------------------------------

blog

------------------------------------------- */
.mil-blog-card {
  display: block;
}
.mil-blog-card .mil-cover-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  margin-bottom: 30px;
}
.mil-blog-card .mil-cover-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-blog-card .mil-post-descr {
  padding: 30px 30px 0 0;
}
.mil-blog-card .mil-post-descr .mil-post-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mil-blog-card:hover .mil-cover-frame img {
  transform: scale(1.05);
}
.mil-blog-card.mil-blog-card-hori {
  padding-top: 60px;
  border-top: solid 1px rgb(229, 229, 229);
  display: flex;
  align-items: center;
}
.mil-blog-card.mil-blog-card-hori .mil-cover-frame {
  margin-bottom: 0;
  width: 450px;
  padding-bottom: 27%;
}
.mil-blog-card.mil-blog-card-hori .mil-post-descr {
  width: calc(100% - 450px);
  padding: 0;
  padding-left: 60px;
}
@media screen and (max-width: 992px) {
  .mil-blog-card.mil-blog-card-hori {
    display: block;
    padding-top: 0;
    border: none;
  }
  .mil-blog-card.mil-blog-card-hori .mil-cover-frame {
    width: 100%;
    padding-bottom: 65%;
    margin-bottom: 30px;
  }
  .mil-blog-card.mil-blog-card-hori .mil-post-descr {
    width: 100%;
    padding: 30px 30px 0 0;
  }
}

.mil-labels {
  display: flex;
  align-items: center;
  padding: 0;
}
.mil-labels .mil-label {
  margin-right: 15px;
}
.mil-labels .mil-label:last-child {
  margin-right: 0;
}

.mil-pagination {
  padding-top: 60px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.mil-pagination-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgb(15, 23, 42);
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  margin-right: 10px;
}

.mil-pagination-btn.mil-active {
  background-color: rgb(59, 130, 246);
}

.mil-category-list {
  display: flex;
}
.mil-category-list li {
  list-style-type: none;
  margin-right: 10px;
}
.mil-category-list li:last-child {
  margin-right: 0;
}
.mil-category-list li a {
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 0 20px;
  border-radius: 40px;
  color: rgb(15, 23, 42);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-category-list li a:hover {
  background-color: rgb(229, 229, 229);
}
.mil-category-list li a.mil-active {
  background-color: rgb(59, 130, 246);
}
@media screen and (max-width: 768px) {
  .mil-category-list {
    flex-direction: column;
  }
  .mil-category-list li {
    margin-right: 0;
    margin-bottom: 10px;
    align-items: flex-start;
  }
  .mil-category-list li:last-child {
    margin-bottom: 0;
  }
  .mil-category-list li a {
    justify-content: flex-start;
  }
}

/* -------------------------------------------

footer

------------------------------------------- */
.mil-footer-menu {
  margin-bottom: 120px;
}
.mil-footer-menu ul li {
  list-style-type: none;
  margin-bottom: 30px;
}
.mil-footer-menu ul li a {
  display: block;
  font-weight: 500;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-footer-menu ul li a:hover {
  transform: translateX(10px);
  color: rgb(59, 130, 246);
}
@media screen and (max-width: 768px) {
  .mil-footer-menu ul li a {
    font-size: 22px;
  }
}
.mil-footer-menu ul li.mil-active a {
  color: rgb(59, 130, 246);
}
.mil-footer-menu ul li.mil-active a:hover {
  transform: none;
}
@media screen and (max-width: 768px) {
  .mil-footer-menu {
    margin-bottom: 60px;
  }
}

.mil-subscribe-form {
  position: relative;
  height: 70px;
  width: 100%;
}
.mil-subscribe-form input {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(15, 23, 42);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  border-radius: 70px;
  padding: 0 0 0 50px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-subscribe-form input::placeholder {
  color: rgb(128, 128, 128);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.mil-subscribe-form input:focus {
  background-color: rgb(255, 255, 255);
  outline: inherit;
}
.mil-subscribe-form input:hover {
  background-color: rgb(255, 255, 255);
}
.mil-subscribe-form .mil-button {
  position: absolute;
  top: 15px;
  right: 15px;
}
.mil-subscribe-form.mil-subscribe-form-2 input {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------

portfolio

------------------------------------------- */
.mil-portfolio-item {
  display: block;
}
.mil-portfolio-item .mil-cover-frame {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.mil-portfolio-item .mil-cover-frame .mil-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mil-portfolio-item .mil-cover-frame .mil-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-portfolio-item .mil-cover-frame.mil-vert {
  padding-bottom: 130%;
}
.mil-portfolio-item .mil-cover-frame.mil-hori {
  padding-bottom: 65%;
}
.mil-portfolio-item:hover .mil-cover-frame .mil-cover img {
  transform: scale(1.05);
}
.mil-portfolio-item.mil-slider-item .mil-cover-frame {
  margin-bottom: 30px;
  height: calc(100vh - 360px);
}
@media screen and (max-width: 992px) {
  .mil-portfolio-item.mil-slider-item .mil-cover-frame {
    height: auto;
    padding-bottom: 100%;
  }
}
.mil-portfolio-item.mil-slider-item .mil-descr {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  background-color: rgb(242, 242, 242);
  padding: 0 60px;
}
@media screen and (max-width: 992px) {
  .mil-portfolio-item.mil-slider-item .mil-descr {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .mil-portfolio-item.mil-slider-item .mil-descr .mil-descr-text {
    margin-bottom: 30px;
  }
}
.mil-portfolio-item.mil-slider-item:hover .mil-cover-frame .mil-cover img {
  transform: none;
}

.swiper-slide .mil-portfolio-item .mil-descr {
  pointer-events: none;
}
.swiper-slide.swiper-slide-active .mil-portfolio-item .mil-descr {
  pointer-events: all;
}

.mil-portfolio {
  position: relative;
}
.mil-portfolio .mil-lines-place {
  position: absolute;
  left: 40.7%;
}
.mil-portfolio .mil-lines-place.mil-lines-long {
  top: 1289px;
}

.mil-portfolio-slider-frame {
  z-index: 0;
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .mil-portfolio-slider-frame {
    padding-top: 180px;
  }
}

.mil-portfolio-nav {
  background-color: rgb(242, 242, 242);
  width: 100%;
  padding: 0 60px;
  height: 180px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mil-portfolio-nav .mil-portfolio-btns-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 70px;
  border-radius: 70px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 992px) {
  .mil-portfolio-nav {
    position: static;
    height: auto;
    padding: 30px 0 90px;
    justify-content: flex-start;
    background-color: rgb(255, 255, 255);
  }
  .mil-portfolio-nav .mil-portfolio-btns-frame {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.swiper-portfolio-pagination {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px;
}

.mil-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  align-items: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mil-info {
    flex-direction: column;
    height: auto;
    padding: 30px;
  }
}

.mil-works-nav {
  padding-top: 60px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mil-works-nav .mil-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .mil-works-nav {
    padding-top: 0;
    border-top: none;
    justify-content: center;
  }
  .mil-works-nav .mil-link {
    display: none;
  }
  .mil-works-nav .mil-link:last-child {
    display: flex;
  }
}

/***************************

map

***************************/
.mil-map-frame {
  background-color: rgb(229, 229, 229);
  pointer-events: all;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.mil-map-frame .mil-map {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-map-frame .mil-map iframe {
  width: 100%;
  height: 100%;
}
/* -------------------------------------------

accordion

------------------------------------------- */
.mil-accordion-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.mil-accordion-group .mil-accordion-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 30px;
}
.mil-accordion-group .mil-accordion-menu .mil-symbol {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: rgb(15, 23, 42);
  background-color: rgb(229, 229, 229);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-plus, .mil-accordion-group .mil-accordion-menu .mil-symbol .mil-minus {
  position: absolute;
}
.mil-accordion-group .mil-accordion-menu .mil-symbol .mil-minus {
  transform: translateY(-2px);
}
.mil-accordion-group .mil-accordion-menu .mil-accordion-head {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgb(15, 23, 42);
}

.mil-accordion-content {
  height: 0;
  overflow: hidden;
}

/***************************

price

***************************/
.mil-price-card {
  display: block;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 60px 0 30px;
}
.mil-price-card .mil-price-number {
  padding-top: 10px;
  line-height: 70%;
  font-size: 54px;
  font-weight: 500;
}
.mil-price-card .mil-price-number .mil-thin {
  font-weight: 200;
  font-size: 18px;
}

/***************************

404

***************************/
.mil-404-banner .mil-animation-frame {
  z-index: 2;
}

.mil-404-frame {
  padding-top: 100px;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.mil-404-text {
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
}

.mil-scale-frame {
  transform: scale(2.3);
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 530px) {
  .mil-scale-frame {
    transform: scale(1.3);
    margin-bottom: 50px;
  }
}

.mil-404 {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 6em;
  font-weight: 500;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
.mil-404::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 rgb(59, 130, 246);
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.mil-404::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 rgb(153, 153, 153), 2px 2px rgb(229, 229, 229);
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
  0% {
    clip: rect(84px, 9999px, 78px, 0);
    transform: skew(0.22deg);
  }
  5% {
    clip: rect(56px, 9999px, 54px, 0);
    transform: skew(0.53deg);
  }
  10% {
    clip: rect(20px, 9999px, 32px, 0);
    transform: skew(0.01deg);
  }
  15% {
    clip: rect(7px, 9999px, 3px, 0);
    transform: skew(0.09deg);
  }
  20% {
    clip: rect(69px, 9999px, 29px, 0);
    transform: skew(0.78deg);
  }
  25% {
    clip: rect(92px, 9999px, 89px, 0);
    transform: skew(0.8deg);
  }
  30% {
    clip: rect(81px, 9999px, 84px, 0);
    transform: skew(0.38deg);
  }
  35% {
    clip: rect(58px, 9999px, 62px, 0);
    transform: skew(0.24deg);
  }
  40% {
    clip: rect(94px, 9999px, 4px, 0);
    transform: skew(0.88deg);
  }
  45% {
    clip: rect(48px, 9999px, 59px, 0);
    transform: skew(0.12deg);
  }
  50% {
    clip: rect(58px, 9999px, 87px, 0);
    transform: skew(0.65deg);
  }
  55% {
    clip: rect(73px, 9999px, 57px, 0);
    transform: skew(0.3deg);
  }
  60% {
    clip: rect(48px, 9999px, 11px, 0);
    transform: skew(0.17deg);
  }
  65% {
    clip: rect(55px, 9999px, 48px, 0);
    transform: skew(0.53deg);
  }
  70% {
    clip: rect(5px, 9999px, 48px, 0);
    transform: skew(0.93deg);
  }
  75% {
    clip: rect(64px, 9999px, 1px, 0);
    transform: skew(0.3deg);
  }
  80% {
    clip: rect(80px, 9999px, 31px, 0);
    transform: skew(0.26deg);
  }
  85% {
    clip: rect(99px, 9999px, 95px, 0);
    transform: skew(0.95deg);
  }
  90% {
    clip: rect(84px, 9999px, 78px, 0);
    transform: skew(0.07deg);
  }
  95% {
    clip: rect(29px, 9999px, 88px, 0);
    transform: skew(0.27deg);
  }
  100% {
    clip: rect(59px, 9999px, 53px, 0);
    transform: skew(0.3deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(80px, 9999px, 56px, 0);
    transform: skew(0.03deg);
  }
  5% {
    clip: rect(93px, 9999px, 8px, 0);
    transform: skew(0.07deg);
  }
  10% {
    clip: rect(89px, 9999px, 70px, 0);
    transform: skew(0.09deg);
  }
  15% {
    clip: rect(48px, 9999px, 50px, 0);
    transform: skew(0.59deg);
  }
  20% {
    clip: rect(43px, 9999px, 79px, 0);
    transform: skew(0.68deg);
  }
  25% {
    clip: rect(77px, 9999px, 68px, 0);
    transform: skew(0.48deg);
  }
  30% {
    clip: rect(33px, 9999px, 24px, 0);
    transform: skew(0.4deg);
  }
  35% {
    clip: rect(14px, 9999px, 75px, 0);
    transform: skew(0.81deg);
  }
  40% {
    clip: rect(1px, 9999px, 79px, 0);
    transform: skew(0.13deg);
  }
  45% {
    clip: rect(43px, 9999px, 17px, 0);
    transform: skew(0.91deg);
  }
  50% {
    clip: rect(82px, 9999px, 5px, 0);
    transform: skew(0.69deg);
  }
  55% {
    clip: rect(96px, 9999px, 63px, 0);
    transform: skew(0.58deg);
  }
  60% {
    clip: rect(64px, 9999px, 32px, 0);
    transform: skew(0.19deg);
  }
  65% {
    clip: rect(70px, 9999px, 56px, 0);
    transform: skew(0.86deg);
  }
  70% {
    clip: rect(56px, 9999px, 58px, 0);
    transform: skew(0.42deg);
  }
  75% {
    clip: rect(6px, 9999px, 100px, 0);
    transform: skew(0.83deg);
  }
  80% {
    clip: rect(38px, 9999px, 55px, 0);
    transform: skew(0.66deg);
  }
  85% {
    clip: rect(46px, 9999px, 39px, 0);
    transform: skew(0.31deg);
  }
  90% {
    clip: rect(42px, 9999px, 98px, 0);
    transform: skew(0.69deg);
  }
  95% {
    clip: rect(93px, 9999px, 49px, 0);
    transform: skew(0.53deg);
  }
  100% {
    clip: rect(67px, 9999px, 66px, 0);
    transform: skew(0.48deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(0deg);
  }
  10% {
    transform: skew(3deg);
  }
  20% {
    transform: skew(-2deg);
  }
  30% {
    transform: skew(-4deg);
  }
  40% {
    transform: skew(5deg);
  }
  50% {
    transform: skew(3deg);
  }
  60% {
    transform: skew(5deg);
  }
  70% {
    transform: skew(-4deg);
  }
  80% {
    transform: skew(-4deg);
  }
  90% {
    transform: skew(4deg);
  }
  100% {
    transform: skew(-2deg);
  }
}
/***************************

images

***************************/
.mil-image-frame {
  position: relative;
  overflow: hidden;
}
.mil-image-frame > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mil-image-frame.mil-horizontal {
  padding-bottom: 65%;
}
.mil-image-frame.mil-vertical {
  padding-bottom: 140%;
}
.mil-image-frame.mil-square {
  padding-bottom: 100%;
}
.mil-image-frame.mil-fw {
  padding-bottom: 50%;
}
.mil-image-frame .mil-zoom-btn {
  opacity: 0;
  transform: translateY(15px);
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-image-frame .mil-zoom-btn:hover {
  background-color: rgb(255, 255, 255);
}
.mil-image-frame .mil-zoom-btn img {
  height: 17px;
  width: 17px;
}
.mil-image-frame:hover .mil-zoom-btn {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}

/***************************

page transitions

***************************/
.mil-frame {
  opacity: 1;
  transform: scale(1);
  transition: 0.6s;
}

.mil-curtain {
  position: fixed;
  pointer-events: none;
  z-index: 4;
  background-color: rgb(15, 23, 42);
  opacity: 0;
  width: 100%;
  height: 100vh;
  transition: 0.6s;
}

.mil-main-transition {
  transition: 0.6s;
  margin-top: 0;
  transition-delay: 0.3s;
}
.mil-main-transition .mil-animation-frame {
  opacity: 1;
  margin-top: 0;
  transition: 0.6s;
  transition-delay: 0.3s;
}
.mil-main-transition .mil-lines-place {
  opacity: 1;
  margin-top: 0;
  transition: 0.6s;
  transition-delay: 0.3s;
}

html.is-animating .mil-frame {
  opacity: 0;
  transition-delay: 0.5s;
  transform: scale(0.9);
}
@media screen and (max-width: 1200px) {
  html.is-animating .mil-frame {
    transform: scale(1);
    opacity: 1;
  }
}
html.is-animating .mil-curtain {
  opacity: 1;
  pointer-events: all;
}
html.is-animating .mil-main-transition {
  margin-top: 0.1px;
}
html.is-animating .mil-main-transition .mil-animation-frame {
  opacity: 0;
  margin-top: -90px;
  transition-delay: 0s;
}
html.is-animating .mil-main-transition .mil-lines-place {
  opacity: 0;
  margin-top: 90px;
  transition-delay: 0s;
}

html.is-animating .mil-menu-frame {
  opacity: 0;
  transition-delay: 0.3s;
}

/* -------------------------------------------
ENHANCED HERO SECTION STYLES
------------------------------------------- */

/* Badge with pulse animation */
.mil-badge-pulse {
  animation: pulse 2s ease-in-out infinite;
  position: relative;
}

.mil-badge-sparkle {
  margin-left: 8px;
  animation: sparkle 1.5s ease-in-out infinite;
  display: inline-block;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.2);
  }
}

@keyframes sparkle {
  0%, 100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2) rotate(180deg);
  }
}

/* Animated title */
.mil-title-animated .mil-title-accent {
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 50%, rgb(59, 130, 246) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 3s ease infinite;
}

@keyframes gradient-shift {
  0%, 100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}

.mil-gradient-text {
  background: linear-gradient(135deg, rgb(59, 130, 246) 0%, rgb(29, 78, 216) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Hero highlight box */
.mil-hero-highlight {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(59, 130, 246, 0.1) 100%);
  border-left: 4px solid rgb(59, 130, 246);
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.mil-hero-highlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.mil-highlight-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: rgb(59, 130, 246);
  opacity: 0.3;
}

.mil-hero-highlight .mil-hero-description {
  margin: 0;
  position: relative;
  z-index: 1;
}

.mil-brand-highlight {
  color: rgb(59, 130, 246);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(59, 130, 246, 0.3);
}

/* Enhanced buttons */
.mil-btn-glow {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.4), 0 0 30px rgba(59, 130, 246, 0.2);
}

.mil-btn-glow:hover {
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.6), 0 0 50px rgba(59, 130, 246, 0.3);
}

.mil-btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

.mil-btn-primary:hover .mil-btn-shine {
  left: 100%;
}

.mil-btn-text {
  position: relative;
  z-index: 2;
}

.mil-btn-arrow {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.mil-btn-primary:hover .mil-btn-arrow {
  transform: translateX(5px);
}

.mil-btn-outline {
  border: 2px solid rgba(59, 130, 246, 0.4);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.mil-btn-outline:hover {
  border-color: rgb(59, 130, 246);
  background: rgba(59, 130, 246, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.2);
}

/* Enhanced benefits */
.mil-hero-benefits {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

.mil-benefit-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  border: 1px solid rgba(59, 130, 246, 0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.mil-benefit-item:hover {
  transform: translateX(10px);
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.15);
}

.mil-benefit-icon-wrapper {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(59, 130, 246, 0.2));
  border-radius: 50%;
  color: rgb(59, 130, 246);
  font-size: 16px;
  flex-shrink: 0;
}

.mil-benefit-animated {
  animation: slideInLeft 0.6s ease-out;
  animation-fill-mode: both;
}

.mil-benefit-animated:nth-child(1) {
  animation-delay: 0.1s;
}

.mil-benefit-animated:nth-child(2) {
  animation-delay: 0.2s;
}

.mil-benefit-animated:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mil-benefit-item span {
  font-weight: 500;
  color: rgb(15, 23, 42);
  font-size: 15px;
}

/* Trust badges */
.mil-hero-trust {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.mil-trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  color: rgb(59, 130, 246);
  transition: all 0.3s ease;
}

.mil-trust-badge:hover {
  background: rgba(59, 130, 246, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.mil-trust-badge i {
  font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mil-hero-highlight {
    padding: 20px;
  }
  
  .mil-hero-benefits {
    gap: 12px;
  }
  
  .mil-benefit-item {
    padding: 12px 16px;
  }
  
  .mil-hero-trust {
    justify-content: center;
    gap: 10px;
  }
  
  .mil-trust-badge {
    font-size: 12px;
    padding: 8px 14px;
  }
}

/* -------------------------------------------

NEW CONVINCEMENT SECTION

------------------------------------------- */
.mil-convince-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.mil-convince-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(147, 197, 253, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.mil-convince-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.mil-convince-header {
  text-align: center;
  margin-bottom: 30px;
}

.mil-convince-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background: rgba(59, 130, 246, 0.1);
  border: 2px solid rgba(59, 130, 246, 0.2);
  border-radius: 50px;
  color: rgb(59, 130, 246);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.mil-convince-badge:hover {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.3);
  transform: translateY(-2px);
}

.mil-badge-icon {
  font-size: 18px;
}

.mil-convince-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}

.mil-convince-description {
  font-size: 1.2rem;
  color: rgba(15, 23, 42, 0.8);
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.mil-benefits-text {
  text-align: left;
  max-width: 800px;
  margin: 0 auto 40px;
  position: relative;
}

.mil-benefit-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(15, 23, 42, 0.8);
  margin-bottom: 30px;
}

.mil-benefit-paragraph strong {
  color: rgb(59, 130, 246);
  font-weight: 600;
}

.mil-convince-cta {
  text-align: center;
  margin-top: 60px;
  padding: 60px 40px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(147, 197, 253, 0.05) 100%);
  border-radius: 24px;
  border: 2px solid rgba(59, 130, 246, 0.1);
}

.mil-convince-cta .mil-cta-content h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgb(15, 23, 42);
}

.mil-convince-cta .mil-cta-content p {
  font-size: 1.1rem;
  color: rgba(15, 23, 42, 0.8);
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto 40px;
}

.mil-convince-cta .mil-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .mil-convince-section {
    padding: 50px 0;
  }
  
  .mil-convince-header {
    margin-bottom: 30px;
  }
  
  .mil-convince-title {
    font-size: clamp(2rem, 8vw, 3rem);
    margin-bottom: 30px;
  }
  
  .mil-convince-description {
    font-size: 1.1rem;
  }
  
  .mil-benefits-text {
    max-width: 100%;
    padding: 0 20px;
  }
  
  .mil-benefit-paragraph {
    font-size: 1.05rem;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .mil-convince-section {
    padding: 40px 0;
  }
  
  .mil-convince-container {
    padding: 0 15px;
  }
  
  .mil-convince-header {
    margin-bottom: 25px;
  }
  
  .mil-convince-badge {
    font-size: 12px;
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  
  .mil-convince-title {
    font-size: clamp(2rem, 8vw, 3rem);
    margin-bottom: 30px;
  }
  
  .mil-convince-description {
    font-size: 1rem;
  }
  
  .mil-benefits-text {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  
  .mil-benefit-paragraph {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.7;
  }
}

/* ============================================
   MELHORIAS MOBILE - ALINHAMENTO E CENTRALIZAÇÃO
   ============================================ */
@media screen and (max-width: 768px) {
  /* Seção About - Centralizar e melhorar espaçamento */
  .mil-about-content {
    text-align: center !important;
  }
  
  .mil-about-text {
    text-align: center;
    max-width: 100%;
  }
  
  .mil-about-text p {
    text-align: center;
  }
  
  /* Seção Services - Cards lado a lado quando possível */
  .mil-main-services {
    grid-template-columns: 1fr !important;
    gap: 20px;
    justify-items: center;
    max-width: 100%;
  }
  
  .mil-service-card {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
  .mil-service-content {
    text-align: center;
  }
  
  .mil-service-features {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  /* CTA - Apenas um botão centralizado */
  .mil-services-cta .mil-cta-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  .mil-services-cta .mil-btn-primary {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  
  /* Seção Benefits - Centralizar */
  .mil-benefits-text {
    text-align: center;
    padding: 0 15px;
  }
  
  .mil-benefit-paragraph {
    text-align: center;
  }
  
  /* Seção Company - Melhorar layout */
  .mil-company-content {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }
  
  .mil-company-text,
  .mil-company-services {
    text-align: center;
  }
  
  .mil-company-text h3,
  .mil-company-services h3 {
    text-align: center;
  }
  
  .mil-company-intro,
  .mil-company-highlight {
    text-align: center;
  }
  
  .mil-value-item {
    text-align: center;
  }
  
  .mil-service-item {
    text-align: center;
  }
  
  /* Footer - Centralizar */
  .mil-footer-content {
    text-align: center;
  }
  
  .mil-footer-section {
    text-align: center;
  }
  
  .mil-footer-menu {
    text-align: center;
  }
  
  .mil-footer-menu li {
    text-align: center;
  }
  
  /* CTA Buttons - Centralizar */
  .mil-cta-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  .mil-cta-buttons .mil-btn-primary,
  .mil-cta-buttons .mil-btn-secondary {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  
  /* Headers de seções - Centralizar */
  .mil-services-header,
  .mil-company-header,
  .mil-convince-header {
    text-align: center;
  }
  
  .mil-services-title,
  .mil-company-title,
  .mil-convince-title,
  .mil-about-title {
    font-size: clamp(2rem, 8vw, 3rem) !important;
    margin-bottom: 30px !important;
    text-align: center;
  }
  
  .mil-services-description,
  .mil-company-description,
  .mil-convince-description {
    text-align: center;
    margin: 0 auto;
  }
}
  
  .mil-convince-cta {
    padding: 40px 20px;
    margin-top: 40px;
  }
  
  .mil-convince-cta .mil-cta-content h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  
  .mil-convince-cta .mil-cta-content p {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  
  .mil-convince-cta .mil-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  
  .mil-convince-cta .mil-btn-primary,
  .mil-convince-cta .mil-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

/*# sourceMappingURL=style.css.map */
