:root {
  /* VSK brand palette — lime green on black */
  --green: #8BC53F;        /* primary brand green (logo lime) */
  --green-bright: #A8DE3E; /* neon highlight */
  --green-deep: #5d8a26;   /* darker green for depth/borders */
  --bg: #0e0e0e;           /* page background (near-black) */
  --panel: #161a13;        /* green-tinted dark panel */
}

html {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

body#indexBody {
  background: var(--bg)!important;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
}
.galleria {
  height: 500px;
}

/* Content photos framed in brand green, echoing the VSK design */
.Art4image {
  border: 3px solid var(--green);
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  display: block;
}

* {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}

button {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

#ButtonSendMessage {
  font-family: "Montserrat", sans-serif;
  font-weight: 1000;
}

input {
  font-family: "Montserrat", sans-serif;
}
body#contactBody {
  background-color: #ffffff;
}

.container1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

#MenuIcon {
  z-index: 10;
  display: block;
  color: #ffffff;
  text-decoration: none;
  float: right;
  font-size: 30px;
  margin: 1%;
  margin-right: 20px;
}
#myLinks {
  display: none;
  z-index: 5;
  text-transform: uppercase;
  font-size: 0.8vw;
}

#ENGHUPage {
  background-color: var(--green);
}

nav {
  padding: 0;
  margin: 0;
  padding-top: 12px;
  width: 100%;
  max-width: 100vw;
  left: 0;
  right: 0;
  background-color: rgba(14,14,14,0.98) !important;
  backdrop-filter: blur(5px);
  position: fixed;
  z-index: 100;
  box-sizing: border-box;
}
nav ul {
  cursor: context-menu;
  width: 100%;
  transform: translateY(0);
  margin: 0;
  padding: 0;
  float: right;
}

nav li {
  display: inline-block;
  width: 88%;
  text-align: center;
  margin: 0;
  margin-left: 1%;
  margin-right: 1%;
  padding: 3%;
}
nav li a {
  width: 100%;
  float: none;
  padding-left: 3%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
}

.logo {
  width: 100px;
  height: 50px;
}

nav ul li.active {
  background-color: var(--green);
}

#ProjectNameMobile {
  z-index: 5;
  background-color: rgba(14,14,14)!important;
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  float: left;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  padding-left: 25px;
  font-weight: 800;
}

#ProjectName {
  display: none;
  float: left;
  color: #ffffff;
  padding-top: 0;
  margin-left: 3%;
  font-weight: 800;
}

#MenuIcon {
  position: fixed;
  right: 0;
  top: 5px;
  display: block;
}

h1,
h2 {
  font-size: clamp(22px, 5.5vw, 40px);
  color: #fff;
}
article {
  width: 100%;
}

#ButtonUser {
  background-color: transparent;
  color: var(--green);
  border-radius: 5px;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
}

#Art1Txt1 {
  width: 100%;
  max-width: 800px;
  color: #ffffff;
  text-align: center;
}

#Art1Txt2 {
  width: 100%;
  max-width: 800px;
  color: #ffffff;
  padding-top: 5%;
  margin-bottom: 5%;
  text-align: center;
  line-height: 1.6;
}
article {
  padding: 0;
  width: 100%;
}
#HomeArticle1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

#EEIArt1 {
  display: flex;
  margin-top: 60px;
  width: 50%;
}

#EEIPng {
  width: 90%;
}

#Art1Buttons {
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
  max-width: 300px;
  gap: 10px;
}

#Art1Conent {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ButtonFillOut {
  background-color: transparent;
  color: var(--green);
  text-align: center;
  text-decoration: none;
  border: 2px solid var(--green);
  border-radius: 10px;
  height: 35px;
  width: 30%;
  font-family: "Montserrat", sans-serif;
}

#ButtonContactUs {
  background-color: transparent;
  color: var(--green);
  text-align: center;
  text-decoration: none;
  /* width/height auto + padding so the border box always wraps the text
     (override the global button{width:40%!important} that clipped it) */
  width: auto !important;
  height: auto !important;
  padding: 12px 30px !important;
  font-size: 18px;
  white-space: nowrap;
  border: 2px solid var(--green);
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}

.InfoArt1 {
  display: inline-flex;
  text-align: center;
  width: 49%;
  margin: 0;
  justify-content: center;
  margin-top: 35px;
  color: #ffffff;
}

.InfoTxtArt1 {
  display: inline-flex;
  text-align: center;
  width: 49%;
  justify-content: center;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

/* Toggle switch */
.toggle {
  --width: 150px;
  --height: calc(var(--width) / 4);

  position: relative;
  display: inline-block;
  width: var(--width);
  height: var(--height);
  border-radius: var(--height);
  cursor: pointer;
}

.toggle input {
  display: none;
}

.toggle .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--height);
  border: 2px solid #969696;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}

.toggle .slider::before {
  content: "";
  position: absolute;
  top: 2.5px;
  left: 2px;
  width: calc(var(--height) * 0.6);
  height: calc(var(--height) * 0.6);
  border-radius: calc(var(--height) / 2);
  border: 3px solid #969696;
  background-color: #dbdbdb;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}

.toggle input:checked + .slider {
  border-color: #1D1D1D!;
}

.toggle input:checked + .slider::before {
  border-color: #1D1D1D!;
  background-color: #c6e5ff;
  transform: translateX(calc(var(--width) - var(--height)));
}

.toggle .labels {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  transition: all 0.4s ease-in-out;
}

.toggle .labels::after {
  content: attr(data-off);
  position: absolute;
  right: 5px;
  opacity: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
}

.toggle .labels::before {
  content: attr(data-on);
  position: absolute;
  left: 5px;
  opacity: 0;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease-in-out;
}

.toggle input:checked ~ .labels::after {
  opacity: 0;
}

.toggle input:checked ~ .labels::before {
  opacity: 1;
}

/*Coins*/

.coin-list {
  bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding-top: 5%;
}
.coin {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 10px;
  width: 35%;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  border: 1px solid var(--green);
  padding: 20px 20px;
  border-radius: 8px;
  background-color: var(--green);
}
.coin img {
  margin-right: 10px;
  height: 30px;
  width: auto;
}

.CoinPrice {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.coin h3 {
  color: #fff;
  margin: 0;
  padding: 0;
}

.coin p {
  margin: 0;
}

#OurSolution {
  width: 100%;
  padding: 40px 20px;
  background-image: #1d1d1d!important;
  background-color: #1d1d1d;
  margin-top: 24px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

#oursolution {
  max-width: 900px;
  margin: 20px auto;
}

#ButtonInterest {
  background-color: transparent;
  color: var(--green);
  text-align: center;
  text-decoration: none;
  width: 30%;
  margin-left: 35%;
  margin-right: 35%;
  margin-bottom: 20px;
  height: 35px;
  border: 4px solid var(--green);
  border-radius: 10px;
}
#ButtonInterest a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

#Product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

#Product h2 {
  color: #ffffff;
}

#ProductGif {
  margin-bottom: 100px;
  width: 100%;
}
#SaidAboutUs {
  padding: 100px 20px 60px;
  width: 100%;
  background-color: var(--bg);
  box-sizing: border-box;
}
#CaseStudies {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--panel);
  padding: 40px 20px;
  margin: 0;
  box-sizing: border-box;
  align-items: center;
}


#OurStory h2 {
  text-align: center;
}

/* Constrain wide section content */
#CaseStudies > div,
#OurStory > div {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#OurStory p {
  margin: 3%;
  line-height:150%;
  color: #fff;
}
#OurStory a {
  font-size: 22px;
}

#OurStory {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--panel);
  padding: 40px 20px;
  margin: 0;
  box-sizing: border-box;
  align-items: center;
}

#CaseStudies h2 {
  text-align: center;
}

#CaseStudies p {
  margin: 3%;
  line-height:150%;
  color: #fff;
}
#CaseStudies a {
  font-size: 22px;
}
#CS1 {
  display: flex;
  flex-direction: column;
}
#CS2 {
  display: flex;
  flex-direction: column;
}
#CS3 {
  display: flex;
  flex-direction: column;
}
#CS4 {
  display: flex;
  flex-direction: column;
}
#CS5 {
  display: flex;
  flex-direction: column;
}

/* ── Video Gallery ─────────────────────────────────── */
#VideoGallery {
  padding: 70px 20px 80px;
  width: 100%;
  background: var(--panel);
  box-sizing: border-box;
}
.video-gallery__subtitle {
  text-align: center;
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
  margin: -10px 0 36px;
  letter-spacing: 0.5px;
}
.video-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}
.video-card {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--green);
  box-shadow: 0 4px 20px rgba(139, 197, 63, 0.12);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.video-card:hover {
  box-shadow: 0 10px 36px rgba(139, 197, 63, 0.32);
  transform: translateY(-5px);
}
.video-card video {
  width: 100%;
  display: block;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

#Team {
  display: flex;
  flex-direction: column;
}
#TeamMembers {
  display: flex;
  flex-direction: column;
  margin: 5%;
}

.TeamMember {
  display: flex;
  flex-direction: column;
}

.TeamMember p {
  font-weight: 900;
}
#Team h2 {
  color: #ffffff;
  text-align: center;
}

#Team p {
  color: #ffffff;
  text-align: center;
  font-size: 40px;
}

/*Team Member float*/

.floatTeam {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 76%;
  background-color: #000000a8;
  padding: 12%;
}

.TeamMemberFloatTxt {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  background-color: #0d093b;
  border-radius: 10px;
  padding: 5%;
  justify-content: center;
  align-items: center;
}

.TeamMemberFloatTxt h2 {
  margin-top: 0;
}
.TeamMemberFloatp {
  margin: 0;
  font-size: 15px !important;
  width: 94%;
  text-align: center;
}

.TeamMemberFloatImg {
  border-radius: 30px;
  border: #0d093b 5px solid;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#floatTeamX {
  margin-top: 50px;
  margin-right: 5%;
  font-size: 50px;
  color: #ffffff;
  position: fixed;
  right: 0;
  top: 0;
}

/*Roadmap*/
#RoadMapTitle {
  text-align: center;
  color: #ffffff;
}

#RoadMap {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.RoadMapBlock h3 {
  text-align: center;
  font-size: 15px;
}

.RoadMapBlock h2 {
  text-align: center !important;
  font-size: 20px;
}

.RoadMapBlock p {
  margin-left: 10%;
}

.RoadMapBlockDiv {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.RoadmapDiamond {
  background-color: #1003a0;
  height: 45px;
  width: 45px;
  align-self: center;
  transform: rotate(45deg);
  float: right;
  border-radius: 20%;
  display: none;
}

.RoadMapBlock {
  background-color: var(--green);
  padding: 5%;
  width: 80%;
  border-radius: 10px;
}

/*Contact Form*/
#HomeForm .errorTxt {
  margin-top: 20px;
  font-weight: 900;
}
#HomeForm {
  background-color: #1d1d1d!important;
  width: 100%;
  padding: 40px 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

#Contact {
  text-align: center;
  color: #fff;
  margin-bottom: 10%;
}

#inName {
  width: 100%;
  height: 35px;
  color: var(--green);
  background-color: transparent;
  border-color: var(--green);
  font-size: 25px;
  text-align: center;
  border-radius: 10px;
}

#inMail {
  width: 100%;
  height: 35px;
  background-color: transparent;
  font-size: 25px;
  color: var(--green);
  border-color: var(--green);
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;

}

#inPhone {
  width: 100%;
  height: 35px;
  background-color: transparent;
  color: var(--green);
  border-color: var(--green);
  font-size: 25px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;

}

#inMessage {
  height: 250px;
  width: 100%;
  background-color: transparent;
  color: var(--green);
  border-color: var(--green);
  font-size: 25px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;

}

#ButtonSendMessage {
  background-color: transparent;
  color: var(--green);
  text-align: center;
  text-decoration: none;
  width: 30%;
  height: 35px;
  border: 2px solid var(--green);
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
}

/*Footer*/
#HSUP_Logo {
  width: auto;
  height: 100px;
}

footer {
  background-color: rgba(14,14,14)!important;
  width: 100%;
  left: 0;
}
#FooterList {
  display: flex;
  flex-direction: column;
  padding-top: 2%;
}
footer h2 {
  color: #ffffff;
  font-size: 16px;
  margin-left: 2%;
}

footer p {
  margin-left: 4%;
  font-size: 16px;
  color: #999999;
}

#FooterLent {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: solid #9999994f 1px;
}

#FooterSocial {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer .fab {
  color: #ffffff;
  text-decoration: none;
  font-size: 30px;
  margin: 2%;
}

/*-------------question page---------------------------*/

.progressnumber {
  color: #ffffff;
  margin-top: 100px;
  text-align: center;
}

#progressnumber1 {
  display: block;
}
#progressnumber2 {
  display: none;
}
#progressnumber3 {
  display: none;
}
#progressnumber4 {
  display: none;
}
#progressnumber5 {
  display: none;
}
#progressnumber6 {
  display: none;
}

.progressbar {
  width: 80%;
  display: flex;
  flex-direction: row;
  padding-right: 10%;
  padding-left: 10%;
  justify-content: center;
}

.progressbarpart {
  height: 5px;
  border: solid 1px var(--green);
  width: 16%;
}

.question {
  border-radius: 50px;
  margin-top: 100px;
  padding: 3%;

  width: 94%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  color: #ffffff;
  background-color: var(--green);
}

.question label {
  width: 100%;
}

.question h2 {
  color: #fff;
  font-size: 30px;
  width: 100%;
}

.questiondiv {
  display: flex;
  flex-direction: column-reverse;
}

div.error {
  color: #fb3a3a;
  text-align: center;
  font-weight: 800;
  padding: 0;
  width: 100%;
}

.intext {
  width: 100%;
  height: 35px;
  border: none;
  margin: 2%;
  color: var(--green);
  font-size: 25px;
  border-radius: 10px;
}
.labeltooltip {
  display: flex;
  flex-direction: column;
}
.inratio {
  border-radius: 50%;
  width: 40px;
  height: 20px;
  border: 2px solid #999;
  transition: 0.2s all linear;
  margin: 0;
  margin-right: 10px;
}

.incheckbox {
  margin: 15px;
}
.questionbuttons {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.ButtonQuestionButton {
  margin-top: 20px;
  background-color: #0d093b;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  width: 40%;
  height: 35px;
}

label {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: left;
  font-size: 20px;
  margin: 10px;
}

.indropdown {
  width: 100%;
  height: 35px;
  border: none;
  margin: 2%;
  background-color: #99999931;
  font-size: 25px;
  border-radius: 10px;
  color: #666666;
}

#question1 {
  display: block;
}

#question2 {
  display: none;
}

#question3 {
  display: none;
}

#question4 {
  display: none;
}

#question5 {
  display: none;
}

#question6 {
  display: none;
}

#coin-listQuestion {
  display: none;
}
#refreshdiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#Refresh {
  display: none;
  margin-top: 20px;
  background-color: var(--green);
  color: rgba(14,14,14)!important;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  font-size: 25px;
  width: 60%;
  height: 100px;
  margin-bottom: 100px;
}

#Recommendtxt {
  text-align: center;
  margin-top: 50px;
  display: none;
  color: #ffffff;
  font-size: 30px;
}
/*Wallets list css*/

#Wallets {
  margin: 3%;
  width: 94%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.walletplace {
  background-color: var(--green);
  margin: 1%;
  padding: 1%;
  width: 13%;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.walletlogoimg {
  display: none;
  margin: 1%;
  width: 90%;
}

#binance1 {
  display: block;
}

#bitmex2 {
  display: block;
}
#cexio3 {
  display: block;
}
#coinbase4 {
  display: block;
}
#cryptocom5 {
  display: block;
}

#walletplace1 {
  border: 8px solid #ffd700;
}

#walletplace2 {
  border: 8px solid #c0c0c0;
}

#walletplace3 {
  border: 8px solid #cd7f32;
}

#walletplace4 {
  border: 8px solid var(--green);
}

#walletplace5 {
  border: 8px solid var(--green);
}

@media only screen and (min-width: 600px) {
  
  /*Footer*/
  footer p {
    font-size: 19px;
  }
  footer h2 {
    font-size: 26px;
  }
  #FooterList {
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }

  #FooterSocial {
    padding-right: 0%;
  }
  section .heading {
    font-size: 72px !important;
  }
  /*Question page*/
  #coin-listQuestion {
    display: block;
  }

  .coin-list {
    padding-top: 5%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
  }

  .coin {
    width: 20%;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1000px) {
  #CaseStudies a {
    font-size: 30px;
    font-weight:bolder;
    text-decoration: underline;
  }
  #HomeArticle1 h3 {
    font-size: 32px!important;
  }

  h1,
  h2 {
    font-size: 72px;
  }


  #ProjectName {
    display: block;
  }

  #myLinks {
    display: block !important;
  }

  #MenuIcon {
    display: none;
  }
  nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: 0;
    padding-top: 0;
    padding-right: 0;
  }
  nav li {
    width: 18%;
    padding: 1%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }
  nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 65%;
    margin-right: 1%;
  }

  nav li a {
    display: block;
    font-size: 1.1vw;
  }

  #floatTeamX {
    top: 100px;
  }

  button {
    font-size: 27px;
    padding: 1% !important;
    width: 40% !important;
    height: auto !important;
  }

  #ButtonInterest {
    width: 20% !important;
  }

  p {
    font-size: 27px;
  }
  #HomeArticle1 {
    margin-top: 100px;
    flex-direction: row-reverse;
  }
  #Art1Conent {
    display: flex;
    flex-direction: column;
    margin-right: 7%;
  }

  #CicrLogoArt1 {
    display: flex;
    justify-content: center;
    width: 50%;
    margin-right: 5%;
  }

  #Art1Txt1 {
    display: inline-block;
  }

  .ButtonFillOut:hover {
    background-color: rgba(14,14,14)!important;
    color: #ffffff;
  }

  #ButtonContactUs:hover {
    background-color: var(--green)!important;
    color: #0e0e0e;
    box-shadow: 0 0 18px rgba(139, 197, 63, 0.5);
  }

  #ButtonInterest:hover {
    background-color: var(--green)!important;
    color: #0e0e0e;
    box-shadow: 0 0 18px rgba(139, 197, 63, 0.5);
  }

  #ButtonSendMessage {
    width: 20%;
  }

  #ButtonSendMessage:hover {
    background-color: var(--green)!important;
    color: #0e0e0e;
    box-shadow: 0 0 18px rgba(139, 197, 63, 0.5);
  }
  /*Coins*/

  .coin {
    margin: 15px;
    height: 100px;
  }
  .coin img {
    height: 75%;
  }

  .coin h3 {
    font-size: 25px;
  }

  #ProductGif {
    width: 40%;
  }

  .Art4image {
    width: 40%;
    height: 40%;
  }
  #CS1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px;
  }

  #CS2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 20px;
  }
  #CS3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px;
  }
  #CS4 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 20px;
  }
  #CS5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px;
  }

  #TeamMembers {
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    height: 100%;
  }

  .TeamMemberImg {
    border-radius: 50px;
    width: 15vw;
  }
  .TeamMember {
    display: flex;
    align-items: center;
  }

  #TeamMember1 {
    margin-left: 3%;
  }

  #TeamMember2 {
    margin-left: 3%;
  }

  #TeamMember3 {
    margin-left: 3%;
  }

  #TeamMember4 {
    margin-left: 3%;
  }

  #TeamMember5 {
    margin-left: 3%;
  }

  .TeamMemberFloatImg {
    width: 500px;
  }

  .TeamMemberFloatp {
    font-size: 25px !important;
  }

  /*Road Map*/
  .RoadMapBlock h3 {
    font-size: 30px;
  }

  .RoadMapBlock h2 {
    font-size: 45px;
  }

  .RoadMapBlock {
    width: 50%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 2%;
  }

  #RoadMapBlock1 {
    margin-right: auto;
  }

  #RoadMapBlock2 {
    margin-left: auto;
  }

  #RoadMapBlock3 {
    margin-right: auto;
  }

  #RoadMapBlock4 {
    margin-left: auto;
  }

  #RoadMapBlock5 {
    margin-right: auto;
  }

  /*Contact Us*/
  #inName {
    width: 60%;
  }
  #inMail {
    width: 60%;
  }

  #inPhone {
    width: 60%;
  }

  #inMessage {
    width: 60%;
    height: 400px;
  }

  /*Footer*/
  #FooterLent {
    flex-direction: row;
  }

  #FooterSocial {
    justify-content: right;
  }

  #FooterLent p {
    width: 100%;
  }

  /*------------------Question page---------------*/

  #progress {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 100px;
  }
  .progressnumber {
    margin: 0;
    margin-right: 50px;
  }

  .progressbar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .progressbarpart {
    height: 20%;
  }
  #questionsWallets {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .question {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5%;
    width: 40%;
    margin-left: 5%;
    margin-bottom: 100px;
  }
  /*Wallets*/

  #Wallets {
    flex-direction: column;
    justify-content: space-around;

    width: 30%;
    margin-top: 100px;
    margin-bottom: 100px;
    align-items: center;
  }

  .walletplace {
    height: 20%;
    width: 20%;
  }

  #Recommendtxt {
    font-size: 45px;
  }

  #Refresh {
    width: 30%;
  }

  abbr:hover::after {
    bottom: 100%;
    left: 100%;
    padding: 1em;
    width: 280px;
  }
}

section {
  position: relative;
  min-height: 10vh;
  width: 100%;
  background-color: #1d1d1d!important;
  overflow: hidden;
}

section h2 {
  color: #fff;
}
section h3 {
  color: #ffffff;
  text-align: center;
}
#HomeArticle1 h3 {
  font-size: 20px;
}

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

section .heading {
  display: inline-block;
  position: relative;
  color: #ebfeff;
  font-size: 40px;
  padding: 20px;
  width: 100%;
  text-align: center;
}

section .heading::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15%;
  background-color: var(--green)!important;
}

section .heading b {
  color: #ffffff;
  margin-left: -35px;
}
section .heading1 {
  display: inline-block;
  position: relative;
  color: rgb(255, 255, 255)!important;
  font-size: 40px;
  padding: 20px;
  width: 100%;
  text-align: center;
}

section .heading1::before {
  position: absolute;
  content: "";
  width: 8%;
  height: 7px;
  left: 54%;
  transform: translateX(0%);
  bottom: 15%;
  background-color: var(--green)!important;
}

section .heading1 b {
  color: #ffffff;
  margin-left: -35px;
}

.wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bejarat {
  width: 100%;
}

.wrapper .container {
  position: relative;
  width: calc(100% - 20px);
  max-width: 350px;
  color: #ffffff;
  background: var(--panel);
  border: 2px solid var(--green);
  margin: 40px 10px;
  padding: 30px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.wrapper .cointainer .profile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10%;
  width: 100%;
  display: block;
}

.wrapper .container .profile .imgBox {
  position: relative;
  height: 100px;
  width: 100px;
  margin: auto;
  border: 8px solid #070c0d;
  border-radius: 50%;
  overflow: hidden;
}

.wrapper .container .profile .imgBox i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: #0e0e0e;
  color: var(--green);
  font-size: 46px;
}

.wrapper .container .profile .imgBox img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  object-fit: cover;
  transition: 0.3s ease;
}

.wrapper .container .profile h2 {
  padding: 5px 0;
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
}

.wrapper .container .profile p {
  margin-top: 50px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
}
.wrapper .cointainer p {
  margin-top: 50px;
  color: #ffffff;
  padding: 0 8px;
  font-size: 15px;
  opacity: 0.8;
}

.wrapper .container .left {
  font: 30px;
  display: block;
  text-align: left;
  color: #fff;
}

.wrapper .container .right {
  font: 30px;
  display: block;
  text-align: right;
  color: #fff;
}

.wrapper .container .social {
  width: 100%;
}

.wrapper .container .social i {
  font-size: 1.2em;
  color: #ffffff;
  padding: 8px;
  background-color: rgb(255, 255, 255, 00.5%);
  border-radius: 4px;
  box-shadow: 0 4px 4px rgb(0, 0, 0, 00.5%);
}

.wrapper .container .social i:hover {
  color: var(--green);
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ here comes the color of the placeholder form*/
  color: rgba(139, 197, 63, 0.55);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(139, 197, 63, 0.55);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(139, 197, 63, 0.55);
}

html {
  scroll-behavior: smooth;
}

abbr {
  font-style: italic;
  position: relative;
}

abbr:hover::after {
  background: #add8e6;
  border-radius: 4px;
  bottom: 100%;
  content: attr(title);
  display: block;

  padding: 1em;
  position: absolute;
  width: 280px;
  z-index: 1;
}

.smallerText {
  font-size: 24px !important;
}

#CaseStudies a {
  text-decoration: none !important;
}

@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");

.frame {
  overflow: hidden;
  margin: 0;
  background-image: linear-gradient(130deg, #575c5c, #303433);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerslide {
  width: 100%;
  display: flex;
  padding: 0 20px;
}
.slide {
  height: 80vh;
  border: var(--green) solid 1px;
  border-radius: 15px;
  margin: 5px;
  cursor: pointer;
  color: #fff;
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.slide h3 {
  position: absolute;
  font-size: 28px;
  top: 30px;
  left: 30px;
  margin: 0;
  opacity: 0;
}
.slide.active {
  flex: 15;
}
.slide.active h3 {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.6s;
}

section#img01 {
  background-image: url("./../Images/versenyrajt_compressed.gif");
}

section.normal {
  background-color: #241a32;
  color: white;
  min-height: 300px;
  min-width: 350px;
}
section.primeiraimagem {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  box-shadow: inset 3px 3px 9px rgba(0, 0, 0, 0.466);

  height: 100vh;
}

.services-section{
  width: 100%;
  background-color: var(--bg);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  box-sizing: border-box;
}
.services-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.inner-width {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.service-box{
  max-width: 33.33%;
  padding: 10px;
  text-align: center;
  color: #ddd;
  cursor: pointer;
}

.service-icon{
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 3px solid var(--green);
  color:var(--green);
  transform: rotate(45deg);
  margin-bottom: 30px;
  margin-top: 16px;
  transition: 0.3s linear;
}
.service-icon i{
  line-height: 70px;
  transform: rotate(-45deg);
  font-size: 26px;
}
.service-box:hover .service-icon{
  background: var(--green);
  color: #ddd;
}
.service-title{
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.service-desc{
  font-size: 19px;
}

@media screen and (max-width:768px) {
  .service-box{
    max-width: 50%;
  }
  section#img01 {
    display: none;
  }
  #HomeArticle1{
    padding-top: 15%;
  }
  .iso{
    width: 35%!important;
  }
  /* Slideshow: shorter height + prevent inactive slides from being pixel-thin */
  .frame {
    height: auto;
    min-height: 60vw;
  }
  .slide {
    height: 55vw;
    min-width: 44px;
  }
  .slide h3 {
    font-size: 14px;
    top: 10px;
    left: 10px;
    right: 6px;
    white-space: normal;
  }
}

@media screen and (max-width:480px) {
  .service-box{
    max-width: 100%;
  }
}

/* ============================================================
   UI polish — VSK
   ============================================================ */

/* Brand logo and wordmark */
.vsk-wordmark {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: italic;
  color: var(--green);
  text-decoration: none;
  letter-spacing: 2px;
  transition: 0.3s ease;
}
.vsk-wordmark--nav {
  max-width: 95px;
  height: auto;
}
.vsk-wordmark--nav img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s ease;
}
.vsk-wordmark--nav:hover img {
  filter: brightness(1.15) drop-shadow(0 0 8px rgba(139, 197, 63, 0.5));
}
.vsk-wordmark--footer {
  display: block;
  width: max-content;
  margin: 30px auto 12px;
  font-size: 38px;
  line-height: 0.9;
  text-align: center;
}
/* Sub-label under the footer wordmark */
.vsk-wordmark--footer small {
  display: block;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #ffffff;
  transform: skewX(8deg);
}

/* Nav: subtle separation from content + smoother item hover */
nav {
  border-bottom: 1px solid rgba(139, 197, 63, 0.18);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}
nav li {
  border-radius: 8px;
  cursor: pointer;
}
nav li:not(.active):hover {
  background-color: rgba(139, 197, 63, 0.12);
}

/* Smooth interactions across interactive elements */
button,
a,
.service-box,
.Art4image,
input,
textarea,
.wrapper .container {
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

/* Floating "Call now" button — always reachable, key for a service shop */
#FloatCall {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--green);
  color: #0e0e0e;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 17px;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 50px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.45);
  animation: floatCallPulse 2.4s ease-in-out infinite;
}
#FloatCall i {
  font-size: 19px;
}
#FloatCall:hover {
  background-color: var(--green-bright);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(139, 197, 63, 0.55);
}
@keyframes floatCallPulse {
  0%,
  100% {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.45),
      0 0 0 0 rgba(139, 197, 63, 0.5);
  }
  50% {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.45),
      0 0 0 12px rgba(139, 197, 63, 0);
  }
}
/* On small screens collapse to a compact circular icon */
@media screen and (max-width: 600px) {
  #FloatCall span {
    display: none;
  }
  #FloatCall {
    padding: 0;
    width: 58px;
    height: 58px;
    justify-content: center;
    right: 16px;
    bottom: 16px;
  }
  #FloatCall i {
    font-size: 23px;
  }
}

/* Accessible focus states on the contact form */
#inName:focus,
#inMail:focus,
#inPhone:focus,
#inMessage:focus {
  outline: none;
  border-color: var(--green-bright);
  box-shadow: 0 0 0 3px rgba(139, 197, 63, 0.25);
}

/* Punchier hero stats */
.InfoArt1 {
  color: var(--green);
  font-weight: 900;
}

/* Subtle hover lift on cards and photos */
.service-box:hover {
  transform: translateY(-6px);
}
.Art4image:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 26px rgba(139, 197, 63, 0.3);
}
.wrapper .container:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(139, 197, 63, 0.25);
}

/* Keyboard focus visibility for nav items */
nav li a:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  #FloatCall {
    animation: none;
  }
  * {
    transition: none !important;
  }
}

/* Responsive map iframe */
#MapEmbed {
  height: clamp(260px, 50vw, 500px);
  display: block;
}

@media screen and (max-width: 680px) {
  .video-gallery__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media screen and (max-width: 480px) {
  .video-gallery__grid {
    gap: 10px;
    padding: 0;
  }
  #VideoGallery {
    padding: 40px 4% 50px;
  }
}
