.mybreadcrumb {
  display: none;
}

.intro-titles {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 900px;
}

.content-section {
  padding: 50px 0;
  position: relative;
}

.content-section h1 p {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
}

.button {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}


.header-button {
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #161E57;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  margin: 21px auto;
  display: inline-block;
  z-index: 1;
}

.header-button:hover {
  background-color: #fff;
  color: #161E57;
  text-decoration: none;

}


.complete-titles h1 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  padding-top: 100px;
}

.complete-titles {
  background-size: cover;
  background-position: center;
  /* height: 800px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.solution-tool {
  max-width: 80%;
  transition: transform 0.3s ease;
  display: block;
  margin: 0 auto;
  height: 500px;
}

.solution-tool:hover {
  transform: scale(1.1);
}

.left-text,
.right-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

.left-text {
  left: 15%;
}

.right-text {
  right: 15%;
}

.container-fluid-complete {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 70px;
}

.reason {
  flex: 1 1 350px;
  margin: 15px;
  max-width: 450px;
  color: #fff;
  text-align: left;
}

.reason h3 {
  margin-bottom: 25px;
  text-align: left;
  font-size: 24px;
}

.reason p {
  text-align: justify;
  margin: 0;
  font-weight: 300;
}

.reason h3,
.reason p {
  position: relative;
  transition: text-shadow 0.3s ease;
}

.reason img {
  margin-right: 15px;
  align-self: flex-start;
  max-width: 70px;
  transition: transform 0.3s ease;
}

.discover {
  background-color: #161E57;
  position: relative;
  z-index: 0;
}

.discover h1 {
  font-size: 38px;
  color: #fff;
  padding-top: 100px;
}

.container-fluid-discover {
  overflow-x: auto;
  /* white-space: nowrap; */
  position: relative;
  top: 140px;
  text-align: center;
}

.benefit {
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: #161E57;
  text-align: center;
  margin: 15px;
  padding: 20px;
  flex: 0 0 auto;
  width: 350px;
  height: 250px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.benefit:hover {
  background-color: #fff;
  color: #161E57;
  box-shadow: 0 10px 50px rgba(50, 50, 235, 0.829);
}

.title {
  transition: opacity 0.5s ease-in-out;
  font-weight: 500;
  font-size: 22px;
}

.description {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  font-weight: 500;
  font-size: 16px;
}

.benefit:hover .title {
  opacity: 0;
}

.benefit:hover .description {
  opacity: 1;
  transform: translateY(0);
}

.toggle-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: transform 0.5s ease-in-out;
}

.benefit:hover .toggle-icon {
  transform: rotate(45deg);
}

.white-section {
  background-color: #EFEFF2;
  padding: 50px 0;
  height: 400px;
}

.white-section h1 {
  font-size: 38px;
  color: #161E57;
}

.container-fluid-white {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.leverage .right-background {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px !important;
}

.leverage .title-leverage {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.leverage .description-leverage {
  font-size: 18px;
  text-align: justify;
  color: #fff;
  margin-top: 25px;
}

.leverage .prod-image-1 {
  position: relative;
  top: -150px;
}

.tabs-title h1 {
  color: #fff;
  font-size: 30px;
}

.hover-text {
  opacity: 0;
  visibility: hidden;
  height: 20px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin: 30px;
}

.tabs-container:hover .hover-text {
  opacity: 1;
  visibility: visible;
}

.tabs {
  margin: 0 auto;
  max-width: 1200px;
}

.tab-list {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style-type: none;
  margin: 0;
  border-radius: 5px 5px 0 0;
}

.tab-item {
  padding: 15px 40px;
  text-align: center;
  transition: background-color 0.3s ease;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  background-color: #B7BBCD;
  flex: 1;
}

.tab-item.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.tab-item:not(:last-child) {
  border-right: 1px solid #B7BBCD;
}

.tab-content {
  margin-top: -1px;
  min-height: 400px;
}

.tab-pane {
  display: none;
  /* padding: 20px; */
  box-sizing: border-box;
  overflow: hidden;
}

.tab-pane.active {
  display: block;
}

.tab-background {
  padding: 20px;
  border-radius: 0 0 5px 5px;
  /* background-size: cover; */
  /* background-position: center; */
  background-color: #fff;
  height: 650px;
}

.tab-title {
  font-size: 28px;
  margin-bottom: 10px;
  color: #161E57;
}

.tab-description {
  font-size: 15px;
  /* margin-bottom: 25px; */
  color: #000;
  padding: 10px 25px 10px 0px;
  text-align: justify;
}

.tab-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.tab-images img {
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
  margin: 5px;
}

.tab-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

.tab-icon img {
  max-width: 100%;
  height: auto;
}


.contact-us {
  padding: 60px 0px;
}

.contact-us a {
  display: inline-block;
  background-color: #3980EC;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}


.contact-us a:hover {
  background-color: #fff;
  color: #161E57;
  box-shadow: 0 0 45px rgba(50, 50, 235, 0.9);
}


.iframe-container-desktop {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}

.iframe-container-desktop iframe {
  width: 320px;
  height: 180px;
}


.show-how {
  background-color: #161E57;
  padding-top: 60px;
  padding-bottom: 50px;
}

.show-how h1,
.show-how p {
  color: #fff;
}

.show-how h1 {
  font-size: 38px;
}


.show-how p {
  font-size: 16px;
  text-align: justify;
}

.container-boxes {
  overflow-x: auto;
  /* Ενεργοποιεί το οριζόντιο scroll */
}

.show-how .row {
  display: flex;
  /* Εξασφαλίζει ότι όλα τα κουτιά θα είναι δίπλα-δίπλα */
  flex-wrap: nowrap;
  /* Αποτρέπει την αλλαγή γραμμής */
}

.show-how .col-12 {
  flex: 0 0 auto;
  /* margin-right: 10px; */
  /* max-width: 65%; */
}


.box {
  position: relative;
  width: 250px;
  height: 400px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform 0.5s ease;
  border-radius: 15px;
  margin: auto;
}


.box-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  padding: 60px 20px;
  background-color: #477fd3b6;
  transition: height 0.5s ease, transform 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.box-title,
.box-description {
  color: white;
}

.box-title {
  font-weight: bolder;
  font-size: 20px;
}

.box-description {
  font-weight: 400;
  font-size: 16px;
}


.box:hover .box-shadow {
  height: 100%;
  transform: translateY(-100%);
}

.hover-icon {
  display: none;
}

.box:hover .hover-icon {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.graphics {
  background-color: #E7E8EE;
}

.graphics h1 {
  font-size: 38px;
  color: #161E57;
  text-align: center;
  padding: 40px 0px;
}

.graphic-box {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 10px #ddddddb8;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
}

.hover-image-box h3.chart-title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hover-image-box {
  position: relative;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  height: 400px;
}

.hover-image-box img {
  max-width: 75%;
  height: auto;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease;
}

.hover-image-box .base-image {
  opacity: 1;
}

.hover-image-box .hover-image {
  opacity: 0;
}

.hover-image-box:hover .base-image {
  opacity: 0;
}

.hover-image-box:hover .hover-image {
  opacity: 1;
}


.single-chart {
  width: 250px;
  margin: auto;
}

.circle-bg {
  fill: none;
  stroke: #d9d7d7;
  stroke-width: 4;
}

.circle {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  stroke: #FF0000;
}

.circle.run-animation {
  transition: stroke-dasharray 1s ease-out;
}

.percentage {
  fill: #888;
  font-family: sans-serif;
  font-size: 0.4em;
  text-anchor: middle;
}


@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }

  100% {
    stroke-dasharray: 100 100;
  }
}

.chart-title-container {
  margin-bottom: 10px;
}

.chart-title {
  color: #161E57;
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bolder;
}

.circle-text {
  fill: #161E57;
  /* font-size: 18px; */
  text-anchor: middle;
}

.circle-text.circle-kw,
.circle-text.circle-percentage {
  font-size: 5px;
  font-weight: bold;
}

.circle-text.circle-info {
  font-size: 2px;
}


.graphic-box img {
  max-width: 75%;
  height: auto;
  margin: auto;
}

.containerbar {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.bar {
  width: 350px;
  height: 50px;
  background-color: #d9d7d7;
  position: relative;
  margin: 0 10px;
  border-radius: 30px;
  overflow: hidden;
}

.small-bar {
  width: 330px;
}

.fill {
  width: 15%;
  height: 100%;
  background-color: #3980EC;
  transition: width 0.5s ease;
  border-radius: 20px;
}

.small-bar .fill {
  background-color: #EC9239;
}

.label {
  font-size: 20px;
  margin-left: 25px;
}

.value {
  margin-left: 10px;
  font-size: 20px;
}


.content-feet {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  margin: 0;
}

.image-container {
  position: relative;
  overflow: hidden;
  /* width: 70%;  */
  height: auto;
}

.image-container img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease-in-out;
}

.image-container:hover img:first-child {
  opacity: 0;
}

.image-container:hover img:last-child {
  opacity: 1;
}

.image-container img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}


.text-to-left {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px;
}

.text1 {
  color: #161E57;
  transition: color 0.5s ease;
  margin-bottom: 10px;
  font-size: 15px;
}

.text2 {
  color: gray;
  transition: color 0.5s ease;
  font-size: 18px;
  font-weight: bolder;
}


.content-feet:hover .text1 {
  color: gray;
}

.content-feet:hover .text2 {
  color: #161E57;
}

.footer-text {
  font-size: 16px;
  font-weight: 700;
  color: #161E57;
}

.only-desk {
  height: 180px;
}

.new-usx .product-form {
  background-color: #F9F9F9;
}

.new-usx .product-form .light-blue {
  color: #00b9ff;
}

.new-usx .product-form .prod-title p {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 600;
}

.new-usx .product-form .wpcf7-list-item label {
  text-align: justify;
  font-size: 18px;
}

.new-usx .product-form .wpcf7-list-item label a {
  color: #151c73;
}

#section_contact_form h2 {
  font-size: 4.0vh;
}

.contact-form-input {
  height: 70px;
  border-radius: 10px;
}

.new-usx #section_contact_form textarea,
.new-usx #section_contact_form input,
.new-usx #section_contact_form select {
  font-size: 18px;
}

.new-usx-submit-button {
  border-radius: 8px;
  padding: 20px;
  font-size: 2.5vh;
  font-weight: bold;
  border: 0px !important;
}

.new-usx-submit-button:enabled {
  border: 2px solid;
  border-color: #FF1818;
  background-color: #FF1818;
  border-radius: 8px;
  padding: 20px;
  font-size: 2.5vh;
  color: #fff;
}

.c-county .contact-form-input {
  font-size: 18px;
}


@media screen and (max-width: 1575px) {
  .show-how .col-12 {
    flex: 0 0 auto;
    margin-right: 10px;
    max-width: 18%;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1574px) {
  .show-how .col-12 {
    max-width: 20% !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 899px) {
  .show-how .col-12 {
    max-width: 35% !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1349px) {
  .show-how .col-12 {
    max-width: 30% !important;
  }
}

@media screen and (max-width: 650px) {
  .show-how .col-12 {
    max-width: 60% !important;
  }
}

@media screen and (min-width: 200px) and (max-width: 500px) {
  .show-how .col-12 {
    max-width: 75% !important;
  }
}


@media screen and (max-width: 1279px) {
  .tab-item {
    padding: 0px;
    text-align: center;
    transition: background-color 0.3s ease;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    background-color: #B7BBCD;
    flex: 1 1 auto;
    min-width: 0;
  }

  .tab-background {
    height: auto;
  }

  .tab-description {
    font-size: 14px;
    color: #000;
    padding: 1px;
    text-align: justify;
  }

  .tab-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #161E57;
  }

  .tab-list {
    justify-content: space-between;
  }

  .tab-icon {
    margin: auto;
  }

  .tab-icon img {
    max-width: 60%;
    height: auto;
  }

  .leverage .left-background {
    padding: 50px 30px 50px 30px;
  }

}

@media screen and (max-width: 1023px) {

  .bar-graphic {
    max-width: 100%;
  }

}



@media screen and (min-width: 992px) {

  .iframe-container-desktop {
    /* top: 750px; */
    /* left: 0; */
    /* right: 0; */
    margin-left: auto;
    margin-right: auto;
    /* position: absolute; */
    width: 651px;
    margin-top: 0px !important;
  }

  .leverage .prod-image-1 {
    top: 0px;
  }

}


@media screen and (min-width: 768px) {

  .iframe-container-desktop iframe {
    width: 651px;
    height: 366px;
  }
}


@media screen and (max-width: 768px) {
  .intro-titles {
    height: 350px;
  }

  .content-section h1 p {
    font-size: 18px;
  }

  .complete-titles h1 {
    font-size: 22px;
  }

  .complete-titles.mobile .left-text,
  .complete-titles.mobile .right-text {
    position: static;
    transform: none;
    opacity: 1;
    font-size: 14px;
  }

  .complete-titles.mobile .solution-tool {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .complete-titles.mobile .text-container {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 20px auto;
  }

  .complete-titles.mobile .left-text {
    text-align: left;
    flex: 1;
  }

  .complete-titles.mobile .right-text {
    text-align: right;
    flex: 1;
  }

  .reason {
    margin-bottom: 20px !important;
    margin: 0px;
  }

  .discover h1 {
    font-size: 25px;
    color: #fff;
    padding-top: 40px;
  }

  .discover .container-fluid-discover {
    top: 0px;
  }

  .title {
    font-size: 20px;
  }

  .white-section h1 {
    font-size: 24px;
  }

  .white-section {
    height: auto;
  }

  .leverage .prod-image-1 {
    top: 30px;
  }

  .leverage .title-leverage {
    font-size: 22px;
  }

  .leverage .description-leverage {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .tabs-title h1 {
    font-size: 24px;
  }

  .hover-text {
    margin: 20px;
  }

  .contact-us {
    padding: 35px 0px;
    max-width: 80%;
    margin: auto;
  }

  .show-how h1 {
    font-size: 22px;
  }

  .show-how {
    padding-top: 40px;
  }

  .show-how p {
    text-align: justify !important;
  }

  .show-how .col-12 {
    max-width: 40%;
  }

  .graphic-box {
    height: 430px;
  }

  .single-chart {
    /* width: 100%; */
    margin: auto;
  }

  .graphics h1 {
    font-size: 26px;
  }

  .graphic-box {
    align-items: initial;
  }

  .graphic-box img {
    max-width: 95%;
  }

  .chart-title {
    font-size: 22px;
    text-align: center;
  }

  .chart-title h3 {
    text-align: center;
  }

  .white-section .only-desk {
    display: none;
    height: 0px !important;
  }

  .new-usx .product-form #section_contact_form {
    padding: 50px 40px;
    border: 2px solid #ececec;
    border-radius: 10px;
    background-color: #fff;
  }

}

@media screen and (max-width: 1200px) {

  .new-usx .product-form .prod-title p,
  .new-usx .product-form .m--title {
    font-size: 25px !important;
  }
}


@media screen and (max-width: 550px) {
  .iframe-container-mobile iframe {
    width: 300px;
    height: 200px;
  }
}


@media screen and (min-width: 550px) {
  .iframe-container-desktop iframe {
    width: 549px;
    height: 280px;
  }

  .iframe-container-desktop {
    margin-left: auto;
    margin-right: auto;
    width: 549px;
  }
}



@media screen and (max-width: 376px) {

  .leverage .title-leverage {
    font-size: 35px;
  }

  .leverage .description-leverage {
    font-size: 18px;
  }
}