/*

TemplateMo 570 Chain App Dev

https://templatemo.com/tm-570-chain-app-dev

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #1E1F26;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: #FFFFFF;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #1E1F26;
  font-family: 'Roboto', sans-serif;
}

::selection {
  background: #0055FF;
  color: #fff !important;
}

::-moz-selection {
  background: #0055FF;
  color: #fff !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h2, .section-heading h2 {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 16px;
  line-height: 1.3;
}

.section-heading h2 em, .section-heading h4 em {
  font-style: normal;
  color: #0055FF;
}

.section-heading img {
  width: 45px;
  height: 2px;
}

.section-heading p {
  color: rgba(255,255,255,0.9);
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
}

.show-up {
  position: relative;
  z-index: 2;
}

.white-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #0055FF !important;
  text-transform: capitalize;
  font-size: 15px;
  background-color: #fff;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.white-button a i {
  margin-left: 5px;
  font-size: 18px;
}

.white-button a:hover {
  background-color: #FF6B00;
  color: #fff !important;
}

.text-button a {
  font-size: 15px;
}

.text-button a i {
  margin-left: 5px;
  font-size: 14px;
  transition: all .3s;
}

.text-button a:hover i {
  margin-left: 8px;
}

.gradient-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  background: linear-gradient(135deg, #0A0A0C 0%, #1E1F26 40%, #0055FF 100%);
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.gradient-button a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #FF6B00 0%, #C41E3A 80%);
}

.border-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #0055FF !important;
  border: 1px solid #0055FF;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  background-color: transparent;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-button a:hover {
  background-color: #FF6B00;
  border-color: #FF6B00;
  color: #fff !important;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  display: none !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #0055FF;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0055FF;
  content: '';
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}

.header-area {
  background-color: rgba(10,10,12,0.9);
  border-bottom: 1px solid #3B4049;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:nth-child(6) {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a,
.header-area .main-nav .nav li:nth-child(6) a ,
.background-header .main-nav .nav li:nth-child(6) a {
  padding: 0px 20px !important;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:nth-child(6) a:hover ,
.background-header .main-nav .nav li:nth-child(6) a:hover {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1.5px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #FFFFFF!important;
  text-shadow: 0 0 10px rgba(0, 211, 143, 0.35);
}

.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #0055FF!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #0055FF!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2a2a2a;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #0055FF;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    color: #069;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  .background-header .nav li a.active:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .pre-header ul.info li:last-child,
  .pre-header ul.info li:nth-child(6) {
    display: none!important;
  }
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #0055FF!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #0055FF!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0A0A0C;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #1E1F26;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #0055FF;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #0055FF;
    border-radius: 50%;
}


/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background: linear-gradient(135deg, #1E1F26 0%, #262933 40%, #0055FF 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 250px 120px 150px 120px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-banner .left-content {
  margin-right: 15px;
}

.main-banner .left-content h1, .main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  line-height: 70px;
  font-size: 60px;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.main-banner .left-content p {
  margin-bottom: 45px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.8;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.main-banner .left-content .first-button {
  margin-right: 15px;
}

.main-banner .left-content .white-button {
  display: inline-block;
}

.main-banner .right-image {
  text-align: center;
  position: relative;
  z-index: 20;
}

.main-banner .right-image img {
  max-width: 850px;
}

.main-banner .left-content .white-button a {
  background-color: #FF6B00;
  color: #fff !important;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  padding: 100px 0;
  position: relative;
  background-color: #262933;
}

.services .col-lg-5 img {
  border-radius: 20px;
}

.services  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.services .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}

.services:after,
.services:before {
  content: none;
}

.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.service-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  background-color: #3B4049;
  border-radius: 10px;
  border-top-right-radius: 50px;
  transition: all .3s;
}

.service-item .icon {
  margin-left: 0px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  transition: all .3s;
}

.service-item h4 {
  transition: all .3s;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.service-item p {
  transition: all .3s;
  font-size: 15px;
  margin-bottom: 20px;
  color: #D6D9E0;
}

.service-item:hover h4,
.service-item:hover p,
.service-item:hover .text-button a {
  color: #fff;
}

.first-service .icon {
  background-image: url(../images/service-icon-01.png);
}

.first-service:hover .icon {
  background-image: url(../images/service-icon-hover-01.png);
}

.second-service .icon {
  background-image: url(../images/service-icon-02.png);
}

.second-service:hover .icon {
  background-image: url(../images/service-icon-hover-02.png);
}


.third-service .icon {
  background-image: url(../images/service-icon-03.png);
}

.third-service:hover .icon {
  background-image: url(../images/service-icon-hover-03.png);
}

.fourth-service .icon {
  background-image: url(../images/service-icon-04.png);
}

.fourth-service:hover .icon {
  background-image: url(../images/service-icon-hover-04.png);
}

.service-item:hover {
  background-image: url(../images/service-bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
---------------------------------------------
Section Clients Premium
---------------------------------------------
*/

.section-clients-wrapper {
  padding: 80px 0;
  background-color: #1a1d24;
  position: relative;
  overflow: hidden;
}

.section-clients-wrapper:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
  pointer-events: none;
}

.section-clients-wrapper > .container {
  position: relative;
  z-index: 1;
}

.section-clients-header {
  margin-bottom: 50px;
}

.section-clients-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00d4ff;
  margin-bottom: 20px;
}

.section-clients-eyebrow:before,
.section-clients-eyebrow:after {
  content: '';
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00d4ff);
}

.section-clients-eyebrow:after {
  background: linear-gradient(90deg, #00d4ff, transparent);
}

.section-clients-title {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 16px;
  line-height: 1.3;
}

.section-clients-title .gradient-text {
  background: linear-gradient(135deg, #00d4ff, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-clients-subtitle {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0 auto;
}

/* Stats */
.section-clients-stats {
  margin: 40px 0;
  padding: 25px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.stat-number {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(135deg, #00d4ff, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
}

/* Cards Grid */
.section-clients-grid {
  margin-top: 50px;
}

/* Client Card */
.client-card {
  position: relative;
  background: rgba(30, 40, 60, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 35px 25px;
  border: 1px solid rgba(255,255,255,0.05);
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.client-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255,255,255,0.1);
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
}

/* Card color variants */
.client-card-cyan { --icon-color: #00d4ff; --card-glow: rgba(0,212,255,0.15); }
.client-card-purple { --icon-color: #8b5cf6; --card-glow: rgba(139,92,246,0.15); }
.client-card-emerald { --icon-color: #10b981; --card-glow: rgba(16,185,129,0.15); }
.client-card-orange { --icon-color: #f59e0b; --card-glow: rgba(245,158,11,0.15); }

.client-card:hover {
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5), 0 0 40px -10px var(--card-glow);
}

/* Icon */
.client-icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
}

.client-icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border-radius: 20px;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}

.client-card:hover .client-icon-bg {
  transform: rotate(45deg) scale(1.1);
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
}

.client-icon {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-icon svg {
  width: 36px;
  height: 36px;
  stroke: var(--icon-color);
  stroke-width: 1.5;
  fill: none;
  transition: all 0.4s ease;
}

.client-card:hover .client-icon svg {
  transform: scale(1.1);
  filter: drop-shadow(0 0 12px var(--icon-color));
}

/* Card content */
.client-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.client-card:hover .client-card-title {
  color: var(--icon-color);
}

.client-card-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin-bottom: 0;
}

/* Trust badge */
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 60px;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}

.trust-badge svg {
  width: 20px;
  height: 20px;
  stroke: #10b981;
  stroke-width: 2;
  fill: none;
}

.trust-badge strong {
  color: #FFFFFF;
  font-weight: 600;
}

/*
---------------------------------------------
About Us
---------------------------------------------
*/

.about-us {
  padding: 100px 0;
  position: relative;
  background-color: #1a1d24;
}

.about-us .section-heading {
  margin-bottom: 45px;
}

.about-us .section-heading,
.about-us .box-item,
.about-us p,
.about-us .box-item .gradient-button,
.about-us .box-item span {
  position: relative;
  z-index: 1;
}

.about-us .box-item {
  box-shadow: 0 15px 35px rgba(0,0,0,0.4);
  padding: 25px 30px;
  background: rgba(30, 40, 60, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.about-us .box-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.5);
  border-color: rgba(255,255,255,0.1);
}

.about-us .box-item.process-step {
  background: radial-gradient(circle at top left, rgba(0,85,255,0.18), rgba(59,64,73,0.95));
  border: 1px solid rgba(0, 85, 255, 0.35);
}

.about-us .box-item.process-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.75);
  border-color: #FF6B00;
}

.about-us .box-item h4 a {
  font-size: 20px;
  font-weight: 700;
  margin-top: 8px;
  color: #D6D9E0;
  transition: all .3s;
}

.about-us .box-item p {
  margin-bottom: 0px;
}

.about-us .box-item:hover h4 a {
  color: #0055FF;
}

.about-us .gradient-button {
  margin-top: 30px;
  margin-bottom: 10px;
}

.about-us span {
  font-size: 14px;
  color: #7a7a7a;
}

.about-us .right-image {
  position: relative;
  z-index: 1;
}

.about-us:after {
  content: none;
}


/* 
---------------------------------------------
The Clients
---------------------------------------------
*/

.the-clients {
  padding: 100px 0;
  background-color: #262933;
}

.the-clients  .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.the-clients  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.the-clients .naccs {
  position: relative;
}

.menu .thumb h4 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #2a2a2a;
}

.menu .thumb span.date {
  display: inline-block;
  margin-top: 0px;
  color: #afafaf;
}

.menu .thumb span.category,
.menu .thumb span.rating {
  font-weight: 700;
  color: #afafaf;
}

.menu .thumb i {
  color: #afafaf;
}

.the-clients .naccs .menu div {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: left;
  padding: 0px 15px;
  cursor: pointer;
  position: relative;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients .naccs .menu div.active h4,
.the-clients .naccs .menu div.active i,
.the-clients .naccs .menu div.active span.rating,
.the-clients .naccs .menu div.active .thumb {
  color: #4b8ef1;
}

.the-clients ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.the-clients ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.the-clients ul.nacc li {
  width: 100%;
}

.the-clients .nacc .thumb .client-content img {
  width: 76px;
  height: 62px;
}

.the-clients .nacc .thumb .client-content {
  padding: 60px 30px;
  background-image: url(../images/client-bg.png);
  background-size: cover;
  border-radius: 50px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}

.the-clients .nacc .thumb .client-content p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  margin-top: 30px;
}

.the-clients .nacc .thumb .down-content {
  margin-top: 30px;
}

.the-clients .nacc .thumb .down-content img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: inline;
}

.the-clients .nacc .thumb .down-content .right-content {
  display: inline-block;
  margin-left: 20px;
}

.the-clients .nacc .thumb .down-content .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.the-clients .nacc .thumb .down-content .right-content span {
  color: #2a2a2a;
}


/* 
---------------------------------------------
The Clients
---------------------------------------------
*/

.pricing-tables {
  padding: 100px 0;
  background-color: #1a1d24;
}

.pricing-tables  .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.pricing-tables  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.pricing-item-regular {
  margin-top: 30px;
  box-shadow: 0px 0px 25px rgba(0,0,0,0.35);
  border-radius: 50px;
  padding: 90px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #D6D9E0;
}

.pricing-item-regular .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-item-regular:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/regular-table-top.png);
  z-index: 0;
  content: '';
  width: 274px;
  height: 221px;
}

.pricing-item-regular:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/regular-table-bottom.png);
  z-index: 0;
  content: '';
  width: 370px;
  height: 171px;
}

.pricing-item-regular span.price {
  font-size: 40px;
  color: #2a2a2a;
  position: absolute;
  font-weight: 700;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.pricing-item-regular h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricing-item-regular .icon img {
  max-width: 360px;
  max-height: 240px;
  width: auto;
  height: auto;
  margin-bottom: 30px;
}

.pricing-item-regular ul li {
  color: #4b8ef1;
  font-size: 15px;
  margin-bottom: 15px;
}

.pricing-item-regular ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-regular ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-regular .border-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.pricing-item-pro {
  box-shadow: 0px 0px 25px rgba(0,0,0,0.35);
  border-radius: 50px;
  padding: 120px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #D6D9E0;
}

.pricing-item-pro:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pro-table-top.png);
  z-index: 0;
  content: '';
  width: 281px;
  height: 251px;
}

.pricing-item-pro:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/pro-table-bottom.png);
  z-index: 0;
  content: '';
  width: 100%;
  height: 201px;
}

.pricing-item-pro span.price {
  font-size: 40px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  z-index: 1;
  left: 30px;
  top: 30px;
}

.pricing-item-pro h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.pricing-item-pro .icon img {
  width: 120px;
  height: 106px;
  margin-bottom: 30px;
}

.pricing-item-pro ul li {
  color: #4b8ef1;
  font-size: 15px;
  margin-bottom: 15px;
}

.pricing-item-pro ul li:last-child {
  margin-bottom: 0px;
}

.pricing-item-pro ul li.non-function {
  color: #afafaf;
  text-decoration: line-through;
}

.pricing-item-pro .border-button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}




/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
  background-image: url(../images/quote-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 130px;
}

.free-quote .section-heading {
  margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: #fff;
}

.free-quote .section-heading .line-dec {
  margin: 0 auto;
  background-color: #fff;
}

.free-quote form {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form button {
  width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  background-color: #726ae3;
  font-size: 15px;
  color: #fff;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  background: linear-gradient(180deg, #1a1d24 0%, #0a0e17 100%);
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,212,255,0.3), transparent);
}

footer .section-heading {
  margin-bottom: 45px;
}

footer .section-heading h4 {
  line-height: 45px;
  color: #fff;
  margin-left: 13%;
  margin-right: 13%;
  text-align: center;
}

footer #search {
  margin-bottom: 80px;
}

footer #search input::placeholder {
  color: #fff;
}

footer #search input {
  font-size: 15px;
  color: #fff;
  outline: none;
  height: 46px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  width: 100%;
}

footer #search button {
  height: 46px;
  border-radius: 23px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  width: 100%;
  transition: all .5s;
}

footer #search button:hover {
  background-color: #fff;
  color: #4b8ef1;
}

.footer-widget .logo img {
  max-width: 96px;
  margin-bottom: 30px;
}

.footer-widget h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer-widget p {
  margin-bottom: 15px;
}

.footer-widget p,
.footer-widget p a {
  color: #fff;
}

.footer-widget ul {
  display: inline;
  max-width: 40%;
  float: left;
  margin-right: 10%;
}

.footer-widget ul li {
  margin-bottom: 10px;
}

.footer-widget ul li:last-child {
  margin-bottom: 0px;
}

.footer-widget ul li a {
  font-size: 15px;
  color: #fff;
  transition: all .3s;;
}

.footer-widget a:hover {
  opacity: 0.75;
}

footer .copyright-text p {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0px;
  color: #fff;
}

footer p a {
  color: #fff;
  transition: all .5s;
}

footer p a:hover {
  opacity: 0.75;
  color: #fff;
}


/*
---------------------------------------------
PopUp
---------------------------------------------
*/

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.popupContainer {
  position: absolute;
  width: 330px;
  height: auto;
  left: 45%;
  top: 60px;
  background: #FFF;
}

.btn {
  padding: 10px 20px;
  background: #4b8ef1;
  color: #fff;
  transition: all .3s;
}

.btn_red {
  background: #4b8ef1;
  color: #FFF;
}

.btn:hover {
  background: #E4E4E2;
}

.btn_red:hover {
  color: #2a2a2a;
  background: #E4E4E2;
}

a.btn {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

a.btn_red {
  color: #FFF;
}

.one_half {
  width: 50%;
  display: block;
  float: left;
}

.one_half.last {
  width: 45%;
  margin-left: 5%;
}
/* Popup Styles*/

.popupHeader {
  font-size: 16px;
  text-transform: uppercase;
}

.popupHeader {
  background: #F4F4F2;
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #DDD;
  font-weight: bold;
}

.popupHeader .modal_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  background: #4b8ef1;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}

.popupBody {
  padding: 20px;
}

/* Modal Devis Form Styles */
.popupBody label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
}

.popupBody input,
.popupBody select,
.popupBody textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.popupBody input:focus,
.popupBody select:focus,
.popupBody textarea:focus {
  outline: none;
  border-color: #0055FF;
  box-shadow: 0 0 0 3px rgba(0, 85, 255, 0.1);
}

.popupBody textarea {
  resize: vertical;
  min-height: 80px;
}

.popupBody .btn_red {
  background: linear-gradient(135deg, #0055FF 0%, #3b82f6 100%);
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.popupBody .btn_red:hover {
  background: linear-gradient(135deg, #FF6B00 0%, #f59e0b 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
}

.user_login label {
  color: #afafaf;
  display: block;
  margin-bottom: 5px;
}

.user_login input[type="text"],
.user_login input[type="email"],
.user_login input[type="password"] {
  display: block;
  width: 90%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}

.user_login input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

.user_login input[type="checkbox"]+label {
  float: left;
}

.user_login .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

.forgot_password {
  display: block;
  margin: 20px 0 10px;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  color: #4b8ef1;
  transition: all .3s;
}
/* User Register Form */

.user_register {
  display: none;
}

.user_register label {
  color: #afafaf;
  display: block;
  margin-bottom: 5px;
}

.user_register input[type="text"],
.user_register input[type="email"],
.user_register input[type="password"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #DDD;
  color: #666;
}

.user_register input[type="checkbox"] {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
}

.user_register input[type="checkbox"]+label {
  float: left;
  color: #afafaf;
}

.user_register .checkbox {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}



/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/



@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
  
  .main-banner .left-content h2 {
    z-index: 2;
    position: relative;
    font-weight: 700;
    line-height: 70px;
    font-size: 50px;
    margin-bottom: 20px;
  }

  .main-banner .left-content p {
    margin-bottom: 45px;
  }
}

@media (max-width: 992px) {
  .header-area {
    background-color: #fff;
  }
  .main-banner:after {
    display: none;
  } 
  .main-banner .left-content h2 {
    color: #2a2a2a;
    margin-right: 0;
  }
  .main-banner .left-content p {
    color: #afafaf;
    margin-right: 0;
  }
  .main-banner .left-content .white-button a {
    background-color: #4b8ef1;
    color: #fff !important;
  }
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 226px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .box-item {
    text-align: center;
  }
  .about-us:after {
    display: none;
  }
  .about-us .gradient-button,
  .about-us span {
    text-align: center;
    display: block;
  }
  .about-us .right-image {
    margin-top: 30px;
  }
  .service-item .icon {
    margin: 0 auto 30px auto;
  }
  .about-us .section-heading {
    text-align: center;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .pricing-item-regular {
    margin-bottom: 30px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .the-clients .naccs .menu div {
    text-align: center;
  }
  footer .section-heading h4 {
    color: #2a2a2a;
  }
  footer #search {
    margin-bottom: 45px;
  }
  footer {
    padding-top: 0px;
    text-align: center;
  }
  .footer-widget ul {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .footer-widget h4 {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  footer #search input {
    border: 1px solid #eee;
    color: #afafaf;
    background-color: #fff;
    border-radius: 23px;
    margin-bottom: 15px;
    padding: 0px 30px;
  }
  footer #search button {
    background-color: #fff;
    color: #4b8ef1;
  }
  footer #search input::placeholder { 
    color: #2a2a2a;
  }
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .menu .thumb span.date {
    margin-bottom: -20px;
    display: block;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .menu .thumb span.category {
    display: none;
  }
  .about-us .right-image {
    margin-top: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .the-clients .nacc .thumb .down-content .right-content {
    margin-left: 0px;
    margin-top: 15px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .the-clients .nacc .thumb .down-content {
    text-align: center;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
}

/*
---------------------------------------------
FAQ Accordion
---------------------------------------------
*/

.faq-section {
  padding: 100px 0;
  background-image: url('../images/animation simulateur formule 1 VR.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.faq-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(30,31,38,0.92) 0%, rgba(38,41,51,0.88) 50%, rgba(0,85,255,0.15) 100%);
  z-index: 1;
}

.faq-section > .container {
  position: relative;
  z-index: 2;
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(30, 40, 60, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.05);
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(255,255,255,0.1);
}

.faq-item.active {
  border-color: rgba(0, 85, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
}

.faq-question span {
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  flex: 1;
  padding-right: 20px;
}

.faq-icon {
  width: 24px;
  height: 24px;
  stroke: #00d4ff;
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  stroke: #FF6B00;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  padding: 0 28px 24px 28px;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
}

/*
---------------------------------------------
Testimonials Section
---------------------------------------------
*/

.testimonials-section {
  padding: 100px 0;
  background-color: #1a1d24;
  position: relative;
}

.testimonials-eyebrow {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #00d4ff;
  margin-bottom: 20px;
}

.testimonials-grid {
  margin-top: 50px;
}

/* Testimonial Card */
.testimonial-card {
  position: relative;
  background: rgba(30, 40, 60, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,255,255,0.1);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.testimonial-card.featured {
  background: linear-gradient(135deg, rgba(0,85,255,0.15), rgba(30,40,60,0.6));
  border-color: rgba(0,85,255,0.3);
}

.testimonial-card.featured:hover {
  border-color: rgba(0,85,255,0.5);
  box-shadow: 0 20px 40px rgba(0,85,255,0.2);
}

/* Quote icon */
.testimonial-quote {
  margin-bottom: 20px;
}

.testimonial-quote svg {
  width: 40px;
  height: 40px;
  fill: rgba(0,212,255,0.3);
}

.testimonial-card.featured .testimonial-quote svg {
  fill: rgba(0,85,255,0.5);
}

/* Text */
.testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  font-style: italic;
  margin-bottom: 20px;
}

/* Rating */
.testimonial-rating {
  margin-bottom: 24px;
}

.testimonial-rating i {
  color: #f59e0b;
  font-size: 14px;
  margin-right: 2px;
}

/* Author */
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0055FF, #00d4ff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-avatar span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.author-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}

.author-info span {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

/* Tag */
.testimonial-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  color: rgba(255,255,255,0.6);
}

/* Trust indicators */
.testimonials-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 60px;
  padding: 40px 60px;
  background: linear-gradient(135deg, rgba(0,85,255,0.15) 0%, rgba(0,212,255,0.1) 50%, rgba(255,107,0,0.1) 100%);
  border: 1px solid rgba(0,212,255,0.3);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,85,255,0.2), inset 0 1px 0 rgba(255,255,255,0.1);
}

.trust-item {
  text-align: center;
  transition: transform 0.3s ease;
}

.trust-item:hover {
  transform: scale(1.05);
}

.trust-number {
  display: block;
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(135deg, #00d4ff, #0055FF, #FF6B00);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
  animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.trust-label {
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.trust-divider {
  width: 2px;
  height: 50px;
  background: linear-gradient(180deg, transparent, #00d4ff, transparent);
  border-radius: 2px;
}

@media (max-width: 767px) {
  .testimonials-trust {
    flex-direction: column;
    gap: 20px;
  }
  .trust-divider {
    width: 60px;
    height: 1px;
  }
}

/*
---------------------------------------------
Target Clients Section
---------------------------------------------
*/

.target-clients {
  padding: 100px 0;
  background-color: #262933;
}

.target-clients-grid {
  margin-top: 50px;
}

.target-card {
  background: rgba(30, 40, 60, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
  height: 100%;
}

.target-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0,212,255,0.3);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.target-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(0,85,255,0.2), rgba(0,212,255,0.1));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.target-card:hover .target-icon {
  background: linear-gradient(135deg, rgba(0,85,255,0.4), rgba(0,212,255,0.2));
  transform: scale(1.1);
}

.target-icon svg {
  width: 28px;
  height: 28px;
  stroke: #00d4ff;
  stroke-width: 1.5;
  fill: none;
}

.target-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.target-card > p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}

.target-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.target-list li {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  border-radius: 20px;
  color: #00d4ff;
  transition: all 0.3s ease;
}

.target-card:hover .target-list li {
  background: rgba(0,212,255,0.15);
  border-color: rgba(0,212,255,0.3);
}

/*
---------------------------------------------
Simulators Section
---------------------------------------------
*/

.simulators-section {
  padding: 100px 0;
  background-color: #1a1d24;
}

.simulators-grid {
  margin-top: 50px;
}

.simulator-card {
  position: relative;
  background: rgba(30, 40, 60, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 24px;
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.4s ease;
  min-height: 320px;
}

.simulator-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255,255,255,0.1);
  box-shadow: 0 25px 50px rgba(0,0,0,0.4);
}

.simulator-card.simulator-featured {
  background: linear-gradient(135deg, rgba(0,85,255,0.15), rgba(30,40,60,0.6));
  border-color: rgba(0,85,255,0.3);
}

.simulator-card.simulator-featured:hover {
  border-color: rgba(0,85,255,0.5);
  box-shadow: 0 25px 50px rgba(0,85,255,0.2);
}

.simulator-card.simulator-with-image {
  display: flex;
  flex-direction: row;
  padding: 0;
  height: 100%;
}

.simulator-image {
  width: 200px;
  min-width: 200px;
  overflow: hidden;
  border-radius: 24px 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simulator-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 15px;
}

.simulator-with-image .simulator-content {
  flex: 1;
}

@media (max-width: 991px) {
  .simulator-card.simulator-with-image {
    flex-direction: column;
  }
  .simulator-image {
    width: 100%;
    height: 180px;
    border-radius: 24px 24px 0 0;
  }
}

/* Badge */
.simulator-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 8px 16px;
  background: linear-gradient(135deg, #FF6B00, #f59e0b);
  border-radius: 20px;
  color: #fff;
  z-index: 2;
}

.simulator-badge.popular {
  background: linear-gradient(135deg, #0055FF, #00d4ff);
}

/* Content */
.simulator-content {
  display: flex;
  align-items: flex-start;
  padding: 32px;
  gap: 24px;
}

.simulator-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: linear-gradient(135deg, rgba(0,85,255,0.2), rgba(0,212,255,0.1));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.simulator-card:hover .simulator-icon {
  transform: scale(1.1);
  background: linear-gradient(135deg, rgba(0,85,255,0.3), rgba(0,212,255,0.2));
}

.simulator-icon svg {
  width: 32px;
  height: 32px;
  stroke: #00d4ff;
  stroke-width: 1.5;
  fill: none;
}

.simulator-info {
  flex: 1;
}

.simulator-info h3 {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.simulator-info > p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}

/* Price */
.simulator-price {
  font-size: 28px;
  font-weight: 700;
  color: #00d4ff;
  margin-bottom: 12px;
}

.simulator-price span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
}

/* Specs */
.simulator-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 24px;
}

.simulator-specs li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.8);
}

.simulator-specs li svg {
  width: 16px;
  height: 16px;
  stroke: #00d4ff;
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
}

/* CTA */
.simulator-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #00d4ff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.simulator-cta:hover {
  color: #FF6B00;
}

.simulator-cta svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  transition: transform 0.3s ease;
}
.simulator-cta:hover svg {
  transform: translateX(4px);
}

/* Bottom CTA Box */
.simulators-cta-box {
  margin-top: 40px;
  padding: 60px 40px;
  background: linear-gradient(135deg, rgba(0,20,40,0.85), rgba(0,40,80,0.8)), url('../images/animation VR kart.jpg') center/cover no-repeat;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.simulators-cta-box p {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

.simulators-main-cta {
  display: inline-block;
  padding: 16px 32px;
  background: linear-gradient(135deg, #0055FF, #00d4ff);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.simulators-main-cta:hover {
  background: linear-gradient(135deg, #FF6B00, #f59e0b);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255,107,0,0.3);
  color: #fff;
}

@media (max-width: 767px) {
  .simulator-content {
    flex-direction: column;
    text-align: center;
  }
  .simulator-icon {
    margin: 0 auto;
  }
  .simulator-specs {
    grid-template-columns: 1fr;
  }
  .simulator-specs li {
    justify-content: center;
  }
  .simulators-cta-box {
    padding: 30px 20px;
  }
  .simulators-cta-box p {
    font-size: 16px;
    text-align: center;
  }
}

/*
---------------------------------------------
Footer Minimal
---------------------------------------------
*/

.footer-minimal {
  background: #000;
  text-align: center;
  padding: 40px 20px;
}

.footer-minimal p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.footer-minimal a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-minimal a:hover {
  color: #00d4ff;
}

.footer-brand {
  margin-top: 10px;
  font-size: 10px;
  color: #333;
  letter-spacing: 0.02em;
}

.footer-brand strong {
  color: #444;
}

/*
---------------------------------------------
Flipcards
---------------------------------------------
*/

.flipcards-row {
  margin-top: 50px;
}

.flipcard {
  perspective: 1000px;
  height: 280px;
  margin-bottom: 30px;
}

.flipcard-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.flipcard:hover .flipcard-inner {
  transform: rotateY(180deg);
}

.flipcard-front,
.flipcard-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.flipcard-front {
  background: rgba(30, 40, 60, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.05);
}

.flipcard-back {
  background: linear-gradient(135deg, rgba(0,85,255,0.2), rgba(30,40,60,0.8));
  border: 1px solid rgba(0,85,255,0.3);
  transform: rotateY(180deg);
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.flipcard-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(0,85,255,0.2), rgba(0,212,255,0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.flipcard-icon svg {
  width: 32px;
  height: 32px;
  stroke: #00d4ff;
  stroke-width: 1.5;
  fill: none;
}

.flipcard-step {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #00d4ff;
  margin-bottom: 10px;
}

.flipcard-front h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.flipcard-back h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}

.flipcard-back p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

@media (max-width: 991px) {
  .flipcard {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .flipcard {
    height: auto;
    min-height: 200px;
  }
  .flipcard-inner {
    transform: none !important;
  }
  .flipcard-front {
    display: none;
  }
  .flipcard-back {
    position: relative;
    transform: none;
  }
}

/*
---------------------------------------------
Contact Page
---------------------------------------------
*/

.contact-hero {
  padding: 180px 0 80px;
  background: linear-gradient(135deg, rgba(10,12,18,0.85) 0%, rgba(26,29,36,0.9) 100%), 
              url('../images/animation VR kart.jpg') center/cover no-repeat fixed;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-hero-compact {
  padding: 120px 0 70px;
  padding-top: 120px;
}

.contact-hero-compact .container {
  padding-top: 80px;
}

.contact-hero-compact h1 {
  font-size: 44px;
  margin-bottom: 20px;
}

.contact-hero-compact p {
  margin-bottom: 32px;
  font-size: 18px;
  color: rgba(255,255,255,0.8);
}

/* Hero CTA Buttons */
.hero-cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
}

.cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #0055FF, #00d4ff);
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0,85,255,0.4);
}

.cta-phone:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 30px rgba(0,85,255,0.5);
  color: #fff;
}

.cta-phone svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  animation: phoneRing 2s ease-in-out infinite;
}

@keyframes phoneRing {
  0%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(-10deg); }
  20% { transform: rotate(10deg); }
  30% { transform: rotate(-10deg); }
  40% { transform: rotate(10deg); }
  50%, 100% { transform: rotate(0deg); }
}

.cta-separator {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}

.contact-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 70%, rgba(0,85,255,0.15) 0%, transparent 50%),
              radial-gradient(circle at 70% 30%, rgba(0,212,255,0.12) 0%, transparent 50%);
  animation: heroGlow 15s ease-in-out infinite;
}

@keyframes heroGlow {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-5%, 5%); }
}

.hero-badge {
  display: inline-block;
  padding: 10px 24px;
  background: linear-gradient(135deg, rgba(0,85,255,0.2), rgba(0,212,255,0.1));
  border: 1px solid rgba(0,212,255,0.3);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #00d4ff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  position: relative;
}

.contact-hero h1 {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
}

.contact-hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, #00d4ff, #0055FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-hero p {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0 auto 40px;
  position: relative;
  line-height: 1.7;
}

.hero-trust-badges {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.trust-badge-item:hover {
  background: rgba(0,212,255,0.1);
  border-color: rgba(0,212,255,0.3);
  transform: translateY(-2px);
}

.trust-badge-item svg {
  width: 20px;
  height: 20px;
  stroke: #00d4ff;
  stroke-width: 2;
  fill: none;
}

.trust-badge-item span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
}

.contact-section {
  padding: 80px 0 100px;
  background: linear-gradient(rgba(26, 29, 36, 0.9), rgba(26, 29, 36, 0.95)), url('../images/animation VR kart.jpg') center/cover no-repeat fixed;
}

/* Contact Info Box */
.contact-info-box {
  background: rgba(30, 40, 60, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 32px;
  height: fit-content;
}

.contact-info-box h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.contact-info-box h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.contact-info-box > p {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 40px;
  line-height: 1.7;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.contact-info-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(135deg, rgba(0,85,255,0.2), rgba(0,212,255,0.1));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-icon svg {
  width: 22px;
  height: 22px;
  stroke: #00d4ff;
  stroke-width: 1.5;
  fill: none;
}

.contact-info-content span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 4px;
}

.contact-info-content a,
.contact-info-content p {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin: 0;
  transition: color 0.3s ease;
}

.contact-info-content a:hover {
  color: #00d4ff;
}

.contact-info-header {
  margin-bottom: 32px;
}

.contact-info-header h2 {
  font-size: 26px;
  margin-bottom: 12px;
}

.contact-info-header p {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin: 0;
}

.contact-info-items {
  margin-bottom: 32px;
}

.contact-guarantee {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(0,85,255,0.15), rgba(0,212,255,0.08));
  border: 1px solid rgba(0,212,255,0.2);
  border-radius: 16px;
  margin-top: 20px;
}

.guarantee-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: linear-gradient(135deg, #0055FF, #00d4ff);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guarantee-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  stroke-width: 2;
  fill: none;
}

.guarantee-content strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.guarantee-content p {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin: 0;
}

/* Contact Form Box */
.contact-form-box {
  background: rgba(30, 40, 60, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 32px;
}

.contact-form-box .form-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.form-header-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background: linear-gradient(135deg, #0055FF, #00d4ff);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-header-icon svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
  stroke-width: 1.5;
  fill: none;
}

.contact-form-box .form-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.contact-form-box .form-header p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

/* Form Steps */
.form-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  position: relative;
}

.form-steps::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 60px;
  right: 60px;
  height: 2px;
  background: rgba(255,255,255,0.1);
}

.form-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.step-number {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  transition: all 0.3s ease;
}

.form-step.active .step-number {
  background: linear-gradient(135deg, #0055FF, #00d4ff);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0,85,255,0.4);
}

.step-label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-step.active .step-label {
  color: #00d4ff;
}

/* Form Sections */
.form-section {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.form-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.form-section-title svg {
  width: 20px;
  height: 20px;
  stroke: #00d4ff;
  stroke-width: 2;
  fill: none;
}

.form-section-title span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

/* Input with icon */
.input-icon-wrapper {
  position: relative;
}

.input-icon-wrapper svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  stroke: rgba(255,255,255,0.4);
  stroke-width: 1.5;
  fill: none;
  transition: stroke 0.3s ease;
}

.input-icon-wrapper input {
  padding-left: 48px !important;
}

.input-icon-wrapper input:focus + svg,
.input-icon-wrapper:focus-within svg {
  stroke: #00d4ff;
}

.contact-form-box h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.contact-form-box > p {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 30px;
}

.contact-form-box .form-group {
  margin-bottom: 20px;
}

.contact-form-box label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  margin-bottom: 8px;
}

.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box input[type="tel"],
.contact-form-box input[type="date"],
.contact-form-box select,
.contact-form-box textarea {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
}

.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder {
  color: rgba(255,255,255,0.4);
}

.contact-form-box input:focus,
.contact-form-box select:focus,
.contact-form-box textarea:focus {
  outline: none;
  border-color: #00d4ff;
  background: rgba(0,212,255,0.05);
}

.contact-form-box select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2300d4ff' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.contact-form-box select option {
  background: #1a1d24;
  color: #fff;
}

.contact-form-box textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form-box .form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-form-box .form-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #00d4ff;
}

.contact-form-box .form-check label {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin: 0;
  cursor: pointer;
}

.contact-form-box .form-check label a {
  color: #00d4ff;
  text-decoration: none;
}

.contact-form-box .form-check label a:hover {
  text-decoration: underline;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #0055FF, #00d4ff);
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.submit-btn:hover {
  background: linear-gradient(135deg, #FF6B00, #f59e0b);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255,107,0,0.3);
}

.submit-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  transition: transform 0.3s ease;
}

.submit-btn:hover svg {
  transform: translateX(4px);
}

/* Animated Submit Button */
.submit-btn-animated {
  width: 100%;
  justify-content: center;
  padding: 18px 32px;
  font-size: 17px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.submit-btn-animated::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 ease;
}

.submit-btn-animated:hover::before {
  left: 100%;
}

.submit-btn-animated:hover svg {
  transform: translate(4px, -4px);
}

/* Form Actions */
.form-actions {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.form-actions .submit-btn {
  width: 100%;
  justify-content: center;
  padding: 18px 32px;
  font-size: 17px;
}

.form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

.form-note svg {
  width: 16px;
  height: 16px;
  stroke: #00d4ff;
  stroke-width: 2;
  fill: none;
}

@media (max-width: 991px) {
  .contact-hero {
    padding: 180px 0 50px;
  }
  .contact-hero-compact {
    padding: 180px 0 50px;
  }
  .contact-hero h1,
  .contact-hero-compact h1 {
    font-size: 32px;
  }
  .contact-info-box {
    margin-bottom: 30px;
  }
  .form-steps {
    gap: 10px;
  }
  .step-label {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .contact-hero h1 {
    font-size: 28px;
  }
  .contact-hero p {
    font-size: 16px;
  }
  .contact-info-box,
  .contact-form-box {
    padding: 30px 20px;
  }
  .contact-form-box .form-header {
    flex-direction: column;
    text-align: center;
  }
  .form-header-icon {
    margin: 0 auto;
  }
  .form-steps::before {
    display: none;
  }
  .step-label {
    display: none;
  }
  .hero-trust-badges {
    gap: 15px;
  }
  .trust-badge-item {
    padding: 10px 16px;
    font-size: 12px;
  }
}

/*
---------------------------------------------
Theme Toggle (Day/Night Mode)
---------------------------------------------
*/

.theme-toggle {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.theme-toggle:hover {
  background: rgba(0,212,255,0.2);
  border-color: #00d4ff;
}

.theme-toggle svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  stroke-width: 2;
  fill: none;
  transition: all 0.3s ease;
}

.theme-toggle .icon-moon {
  display: none;
}

.theme-toggle .icon-sun {
  display: block;
}

/* Light Mode Styles */
body.light-mode {
  background-color: #f5f7fa;
}

body.light-mode .theme-toggle .icon-moon {
  display: block;
  stroke: #1a1d24;
}

body.light-mode .theme-toggle .icon-sun {
  display: none;
}

body.light-mode .theme-toggle {
  background: rgba(0,0,0,0.05);
  border-color: rgba(0,0,0,0.1);
}

body.light-mode .theme-toggle:hover {
  background: rgba(0,85,255,0.1);
  border-color: #0055FF;
}

body.light-mode .header-area,
body.light-mode .header-area.header-sticky {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

body.light-mode .header-area .logo,
body.light-mode .header-area .nav li a {
  color: #1a1d24;
}

body.light-mode .header-area .nav li a:hover,
body.light-mode .header-area .nav li a.active,
body.light-mode .header-area .main-nav .nav li a.active,
body.light-mode .header-area .main-nav .nav li:hover a {
  color: #0055FF !important;
}

body.light-mode .main-banner {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ed 100%);
}

body.light-mode .main-banner h2,
body.light-mode .main-banner h6 {
  color: #1a1d24;
}

body.light-mode .main-banner p {
  color: #555;
}

body.light-mode #services,
body.light-mode .services {
  background-color: #fff;
}

body.light-mode .section-heading h2,
body.light-mode .section-heading h6 {
  color: #1a1d24;
}

body.light-mode .section-heading p {
  color: #666;
}

body.light-mode .service-item,
body.light-mode .box-item,
body.light-mode .pricing-item-regular,
body.light-mode .target-card,
body.light-mode .simulator-card,
body.light-mode .testimonial-card,
body.light-mode .faq-item,
body.light-mode .flipcard-front,
body.light-mode .contact-info-box,
body.light-mode .contact-form-box {
  background: #fff;
  border-color: rgba(0,0,0,0.08);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

body.light-mode .service-item h4,
body.light-mode .box-item h4,
body.light-mode .pricing-item-regular h4,
body.light-mode .target-card h3,
body.light-mode .simulator-info h3,
body.light-mode .testimonial-card p,
body.light-mode .faq-question,
body.light-mode .flipcard-front h4,
body.light-mode .flipcard-back h4,
body.light-mode .contact-info-box h2,
body.light-mode .contact-form-box h2 {
  color: #1a1d24;
}

body.light-mode .service-item p,
body.light-mode .box-item p,
body.light-mode .target-card > p,
body.light-mode .simulator-info > p,
body.light-mode .faq-answer,
body.light-mode .flipcard-back p,
body.light-mode .contact-info-box > p,
body.light-mode .contact-form-box > p {
  color: #666;
}

body.light-mode .client-logos,
body.light-mode #about,
body.light-mode .about-us {
  background-color: #f5f7fa;
}

body.light-mode .process-section,
body.light-mode .target-clients {
  background-color: #fff;
}

body.light-mode .simulators-section,
body.light-mode .pricing-tables,
body.light-mode .testimonials-section {
  background-color: #f5f7fa;
}

body.light-mode .faq-section {
  background-color: #fff;
}

body.light-mode .contact-hero,
body.light-mode .contact-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ed 100%);
}

body.light-mode .contact-hero h1,
body.light-mode .contact-hero p {
  color: #1a1d24;
}

body.light-mode .contact-info-content a,
body.light-mode .contact-info-content p {
  color: #1a1d24;
}

body.light-mode .contact-form-box input,
body.light-mode .contact-form-box select,
body.light-mode .contact-form-box textarea {
  background: #f5f7fa;
  border-color: rgba(0,0,0,0.1);
  color: #1a1d24;
}

body.light-mode .contact-form-box input::placeholder,
body.light-mode .contact-form-box textarea::placeholder {
  color: #999;
}

body.light-mode .contact-form-box label {
  color: #333;
}

body.light-mode .footer-minimal {
  background: #1a1d24;
}

body.light-mode .flipcard-back {
  background: linear-gradient(135deg, rgba(0,85,255,0.1), #fff);
}

body.light-mode .simulators-cta-box {
  background: linear-gradient(135deg, rgba(0,20,40,0.85), rgba(0,40,80,0.8)), url('../images/animation VR kart.jpg') center/cover no-repeat;
}

body.light-mode .simulators-cta-box p {
  color: rgba(255,255,255,0.9);
}

body.light-mode .faq-question {
  color: #1a1d24;
}

body.light-mode .faq-question span {
  color: #1a1d24 !important;
}

body.light-mode .faq-question svg {
  stroke: #1a1d24;
}

body.light-mode .faq-answer {
  color: #555;
}

body.light-mode .faq-item {
  background: #fff;
  border-color: rgba(0,0,0,0.08);
}

body.light-mode .faq-item:hover {
  border-color: rgba(0,85,255,0.3);
}

body.light-mode .simulator-specs li {
  color: #333;
}

body.light-mode .simulator-specs li svg {
  stroke: #0055FF;
}

body.light-mode .simulator-price {
  color: #0055FF;
}

body.light-mode .simulator-price span {
  color: rgba(0,0,0,0.5);
}

/* Client logos section */
body.light-mode .section-clients-wrapper {
  background-color: #f5f7fa;
}

body.light-mode .section-clients-eyebrow {
  color: #0055FF;
}

body.light-mode .section-clients-title {
  color: #1a1d24;
}

body.light-mode .section-clients-subtitle {
  color: #666;
}

body.light-mode .stat-number {
  color: #1a1d24;
}

body.light-mode .stat-label {
  color: #666;
}

body.light-mode .client-card {
  background: #fff;
  border-color: rgba(0,0,0,0.08);
}

body.light-mode .client-card-title {
  color: #1a1d24;
}

body.light-mode .client-card-desc {
  color: #666;
}

body.light-mode .trust-badge-text {
  color: #1a1d24;
}

body.light-mode .trust-badge-subtext {
  color: #666;
}

/* Services section */
body.light-mode .service-item .icon svg {
  stroke: #0055FF;
}

/* Process / Flipcards */
body.light-mode .process-section {
  background-color: #f5f7fa;
}

body.light-mode .flipcard-step {
  color: #0055FF;
}

/* Target clients */
body.light-mode .target-clients {
  background-color: #fff;
}

body.light-mode .target-icon svg {
  stroke: #0055FF;
}

body.light-mode .target-list li {
  background: rgba(0,85,255,0.08);
  border-color: rgba(0,85,255,0.2);
  color: #0055FF;
}

/* Testimonials */
body.light-mode .testimonials-section {
  background-color: #f5f7fa;
}

body.light-mode .testimonial-text {
  color: #333;
}

body.light-mode .author-info h4 {
  color: #1a1d24;
}

body.light-mode .author-info span {
  color: #666;
}

body.light-mode .testimonial-tag {
  background: rgba(0,0,0,0.05);
  border-color: rgba(0,0,0,0.1);
  color: #666;
}

body.light-mode .testimonials-trust {
  background: rgba(0,0,0,0.03);
  border-color: rgba(0,0,0,0.08);
}

body.light-mode .trust-number {
  background: linear-gradient(135deg, #0055FF, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body.light-mode .trust-label {
  color: #666;
}

body.light-mode .trust-divider {
  background: rgba(0,0,0,0.1);
}

/* Contact info */
body.light-mode .contact-info-content span {
  color: #666;
}

body.light-mode .contact-info-icon {
  background: linear-gradient(135deg, rgba(0,85,255,0.15), rgba(0,212,255,0.08));
}

body.light-mode .cta-separator {
  color: #666;
}

body.light-mode .contact-info-box h3 {
  color: #1a1d24;
  border-bottom-color: rgba(0,0,0,0.1);
}

/*
---------------------------------------------
Sitemap Page
---------------------------------------------
*/

.sitemap-box {
  background: rgba(30, 40, 60, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 24px;
  padding: 40px;
}

.sitemap-section {
  margin-bottom: 40px;
}

.sitemap-section:last-child {
  margin-bottom: 0;
}

.sitemap-section h2 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sitemap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap-list li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.sitemap-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sitemap-list a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #00d4ff;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-bottom: 4px;
}

.sitemap-list a:hover {
  color: #FF6B00;
}

.sitemap-list a svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.sitemap-list span {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  padding-left: 28px;
}

/* Light mode */
body.light-mode .sitemap-box {
  background: #fff;
  border-color: rgba(0,0,0,0.08);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

body.light-mode .sitemap-section h2 {
  color: #1a1d24;
  border-color: rgba(0,0,0,0.1);
}

body.light-mode .sitemap-list li {
  border-color: rgba(0,0,0,0.05);
}

body.light-mode .sitemap-list span {
  color: #666;
}

/*
---------------------------------------------
Blog Page
---------------------------------------------
*/

.blog-section {
  padding: 80px 0 100px;
  background-color: #1a1d24;
}

/* Blog Card */
.blog-card {
  background: rgba(30, 40, 60, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0,212,255,0.3);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.blog-card.blog-featured {
  margin-bottom: 40px;
}

.blog-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.blog-featured .blog-image {
  height: 300px;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-category {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 14px;
  background: linear-gradient(135deg, #0055FF, #00d4ff);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-content {
  padding: 24px;
}

.blog-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}

.blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

.blog-meta svg {
  width: 14px;
  height: 14px;
  stroke: #00d4ff;
  stroke-width: 2;
  fill: none;
}

.blog-card h2,
.blog-card h3 {
  margin-bottom: 12px;
}

.blog-card h2 a,
.blog-card h3 a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.4;
}

.blog-card h3 a {
  font-size: 18px;
}

.blog-card h2 a:hover,
.blog-card h3 a:hover {
  color: #00d4ff;
}

.blog-card p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #00d4ff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-read-more:hover {
  color: #FF6B00;
}

.blog-read-more svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  transition: transform 0.3s ease;
}

.blog-read-more:hover svg {
  transform: translateX(4px);
}

/* Sidebar */
.blog-sidebar-widget {
  background: rgba(30, 40, 60, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
}

.blog-sidebar-widget h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Search */
.blog-search {
  display: flex;
  gap: 10px;
}

.blog-search input {
  flex: 1;
  padding: 12px 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
}

.blog-search input::placeholder {
  color: rgba(255,255,255,0.4);
}

.blog-search input:focus {
  outline: none;
  border-color: #00d4ff;
}

.blog-search button {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #0055FF, #00d4ff);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-search button:hover {
  background: linear-gradient(135deg, #FF6B00, #f59e0b);
}

.blog-search button svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 2;
  fill: none;
}

/* Categories */
.blog-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-categories li {
  margin-bottom: 12px;
}

.blog-categories li:last-child {
  margin-bottom: 0;
}

.blog-categories a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  padding: 10px 14px;
  background: rgba(255,255,255,0.03);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.blog-categories a:hover {
  background: rgba(0,212,255,0.1);
  color: #00d4ff;
}

.blog-categories span {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  background: rgba(0,212,255,0.15);
  border-radius: 20px;
  color: #00d4ff;
}

/* Popular Posts */
.blog-popular-posts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popular-post {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.popular-post:hover .popular-post-number {
  color: #00d4ff;
}

.popular-post-number {
  font-size: 24px;
  font-weight: 700;
  color: rgba(255,255,255,0.2);
  transition: color 0.3s ease;
}

.popular-post-content h5 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.4;
}

.popular-post-content span {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
}

/* Sidebar CTA */
.blog-sidebar-cta {
  background: linear-gradient(135deg, rgba(0,85,255,0.2), rgba(0,212,255,0.1));
  border: 1px solid rgba(0,85,255,0.3);
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
}

.blog-sidebar-cta h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.blog-sidebar-cta p {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}

.blog-sidebar-cta .cta-button {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, #0055FF, #00d4ff);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-sidebar-cta .cta-button:hover {
  background: linear-gradient(135deg, #FF6B00, #f59e0b);
  transform: translateY(-2px);
}

/* Light Mode */
body.light-mode .blog-section {
  background-color: #f5f7fa;
}

body.light-mode .blog-card {
  background: #fff;
  border-color: rgba(0,0,0,0.08);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

body.light-mode .blog-card h2 a,
body.light-mode .blog-card h3 a {
  color: #1a1d24;
}

body.light-mode .blog-card p {
  color: #666;
}

body.light-mode .blog-meta span {
  color: #888;
}

body.light-mode .blog-sidebar-widget {
  background: #fff;
  border-color: rgba(0,0,0,0.08);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

body.light-mode .blog-sidebar-widget h4 {
  color: #1a1d24;
  border-color: rgba(0,0,0,0.1);
}

body.light-mode .blog-search input {
  background: #f5f7fa;
  border-color: rgba(0,0,0,0.1);
  color: #1a1d24;
}

body.light-mode .blog-search input::placeholder {
  color: #999;
}

body.light-mode .blog-categories a {
  color: #333;
  background: rgba(0,0,0,0.03);
}

body.light-mode .popular-post-content h5 {
  color: #1a1d24;
}

body.light-mode .popular-post-content span {
  color: #888;
}

body.light-mode .popular-post-number {
  color: rgba(0,0,0,0.15);
}

body.light-mode .blog-sidebar-cta {
  background: linear-gradient(135deg, rgba(0,85,255,0.1), rgba(0,212,255,0.05));
}

body.light-mode .blog-sidebar-cta h4 {
  color: #1a1d24;
}

body.light-mode .blog-sidebar-cta p {
  color: #666;
}

/*
---------------------------------------------
Legal Page (Mentions légales)
---------------------------------------------
*/

.legal-section {
  padding: 80px 0 100px;
  background-color: #1a1d24;
}

.legal-content {
  background: rgba(30, 40, 60, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 24px;
  padding: 50px;
}

.legal-block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.legal-block:last-of-type {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
}

.legal-block h2 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.legal-block p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
  margin-bottom: 15px;
}

.legal-block ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.legal-block ul li {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
}

.legal-block ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  background: #00d4ff;
  border-radius: 50%;
}

.legal-block a {
  color: #00d4ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-block a:hover {
  color: #FF6B00;
}

.legal-update {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  font-style: italic;
  text-align: right;
  margin-top: 30px;
}

/* Light mode */
body.light-mode .legal-section {
  background-color: #f5f7fa;
}

body.light-mode .legal-content {
  background: #fff;
  border-color: rgba(0,0,0,0.08);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

body.light-mode .legal-block {
  border-color: rgba(0,0,0,0.1);
}

body.light-mode .legal-block h2 {
  color: #1a1d24;
}

body.light-mode .legal-block p,
body.light-mode .legal-block ul li {
  color: #444;
}

body.light-mode .legal-update {
  color: #888;
}