/* Force hero section to stay stacked (column) up to 991.98px, including 768-992px */
@media (min-width: 768px) and (max-width: 991.98px) {
  #hero .row {
    flex-direction: column !important;
  }
  #hero .col-md-5,
  #hero .col-lg-7 {
    max-width: 100%;
    flex: 0 0 100%;
    display: block;
  }
  #hero .d-none.d-lg-block {
    display: none !important;
  }
  #hero .d-block.d-lg-none {
    display: block !important;
  }
  .hero h1 {
    text-align: center;
  }
  .hero p {
    text-align: center;
    width: 100% !important;
  }
  .button-hero {
    display: flex !important;
    justify-content: center !important;
  }
}
/* Keep hero stacked (column) up to 991.98px, only switch to row at 992px (lg) and above */
@media (max-width: 991.98px) {
  #hero .row {
    flex-direction: row !important;
  }
  #hero .col-md-5,
  #hero .col-lg-7 {
    max-width: 100%;
    flex: 0 0 100%;
    display: block;
  }
  #hero .d-none.d-lg-block {
    display: none !important;
  }
  #hero .d-block.d-lg-none {
    display: block !important;
  }
}
@media (min-width: 992px) {
  #hero .row {
    flex-direction: row !important;
  }
  #hero .col-md-5 {
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
    display: flex;
    margin-left: 45px;
  }
  #hero .col-lg-7 {
    max-width: 58.333333%;
    flex: 0 0 58.333333%;
    display: block;
  }
  #hero .d-none.d-lg-block {
    display: block !important;
  }
  #hero .d-block.d-lg-none {
    display: none !important;
  }
}

/* html, body {
  overflow-x: hidden;
} */

body {
  font-family: 'Geologica', sans-serif;
    --blue: #2137c4;

}
.container-fluid {
  justify-content: center;
  display: flex;
}
header.container {
  background-color: #1e1950;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 6px 10px;
  width: 100%;
  max-width: 100%;
}
header h2 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.container h2 {
  font-size: 33px;
  font-weight: 500;

}

.container h3 {
  font-size: 27px;
  font-weight: bold;

}
.fw-600 {
  font-weight: 600!important;
}


#head.head {
  position: sticky;
  top: 0;
  min-height: 10vh;
  background-color: white;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 60px;
  box-shadow: none !important;
  transition: box-shadow 180ms ease, backdrop-filter 180ms ease, background-color 180ms ease;
}

#head.head.scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}


header p {
  margin: 0;
  
}

.logo {
  width: 250px;
  height: auto;
}

.menu {
  display: flex;
  align-items: center;
  gap: 65px;
}
.mobile-menu {
  display: none;
}
.menu-item a {
  text-decoration: none;
  color: #201c44;
  font-weight: 400;
  font-size: 17px;
 
}

.cta-button {
  background-color: #0E3177;
  color: white;
  border: none;
  padding: 14px 47px;
  width: 230px;
  border-radius: 100px;
  font-size: 17px;
  font-weight: 500!important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #0E3177;
  scale: 1.05;
}
.headcontainer {
            max-width: 1488px;
        flex-direction: row;
        display: flex
;
        justify-content: space-between;
}


.hero h1 {
  color:#0E3177;
}

.hero p {
  color:#24252C;
}


.line-break {
    display: block; /* Αυτή η γραμμή θα σπάσει τη λέξη */
}

.feature-title {
  color: #0E3177;
} 

.feature-text {
  color: #24252C;
}

#benefits {
  min-height: 60vh;
}
.bordered-button6 {
  width:41%;
  padding: 16px 27px; 
  font-size: 18px; 
  border: 2px solid #0E3177; 
  background-color: transparent; 
  color: #0E3177; 
  cursor: pointer;
  font-weight: 400!important;
  border-radius: 50px; 
  transition: background-color 0.3s, color 0.3s; 
  margin-top: 30px;
  display: flex;
  text-align: left;
  padding-left: 25px;
  align-items: center;
  justify-content: left;
  text-decoration: none;
}

.bordered-button7 {
  width:49%;
  padding: 16px 10px;
  font-size: 18px; 
  border: 2px solid #0E3177; 
  background-color: transparent; 
  color: #0E3177; 
  cursor: pointer;
  font-weight: 400!important;
  border-radius: 50px; 
  transition: background-color 0.3s, color 0.3s; 
  margin-top: 30px;
  display: flex;
  text-align: left;
  padding-left: 24px;
  align-items: center;
  justify-content: left;
  text-decoration: none;
}

.bordered-button7:hover {
    background-color: #0E3177; 
    color: #fff; 
}

.bordered-button6:hover {
    background-color: #0E3177; 
    color: #fff; 
}

.bordered-button6 svg {
  margin-right: 8px;
}

.feature-box {
  min-height: 325px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 395px;
}

.feature-box i {
  display: block;
  text-align: left; 
}

.feature-box h5 {
  color: #0E3177;  
}

.feature-box p {
  font-weight: 200;
  line-height: 1.3;
}

.text-custom-color {
  color: #0E3177;  
}


.hero-image {
  width: 70%;
  height:auto;
  margin-right: 103px;
  margin-top: 30px;
}



.company-image {
  width: 30%;
  height:204px !important;
}

.laptop-image {
  width: 32%;
  height: 237px !important;
  /* padding-top: 10px; */
}

#diaxeirisi {
  height: 40vh;
  margin-top: 130px;
}

.laptop {
  width: 600px;
   margin-left: -180px;
}

.companies {
  margin-left: 275px;
  width: 600px;
}

@media (max-width: 1024px) {
    .line-break {
        display: inline; /* Για μικρότερες οθόνες, το σπάσιμο εξαφανίζεται */
    }
}


  @media (min-width: 1095px) and (max-width: 1195px) { 
     .menu {
      gap: 31px;
    }
  }



  @media (min-width: 913px) and (max-width: 1095px) { 
    #head.head {
      padding: 15px 19px;
    }
    .menu {
      gap: 15px;
    }
    .logo {
      width: 230px;
    }
    .menu-item a{
      font-size: 15px;
    }
  }


@media (max-width: 912px) {
  .menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
}

@media (max-width: 550px) {
  .logo {
    margin-left: -20px !important;
  }
}
@media (min-width: 400px) and (max-width: 530px) {
  .break-logic::before {
    content: "";
    display: block;
  }
}

@media (max-width: 912px) {
  #head.head {
    padding: 15px 28px;
    min-height: 11vh!important;
  }
  .hero-image img {
  margin: auto;
}
  .menu {
    display: none;
  }
  .logo {
    width: 210px;
  }
  .mobile-menu-icon {
    display: block;
    background-color: #201c44;
    color: #f1f1f4;
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 5px;
  }

  .mobile-menu-modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: scroll;
  }
  

  .modal-content {
    background-color: #fff;
    width: 80%;
    margin: 100px auto;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
  }

  
  
  .close-modal {
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    color: #000;
  }

  .modal-content .menu-item {
    margin: 15px 0;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hero h1 {
    text-align: center;
    font-size: 1.7rem !important;
  }

  .hero {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .hero p {
    text-align: left;
    width: 100%!important; 
  }

  .info-title h2 {
    font-size: 1.8rem !important;
  }

  .hero-image {
    margin-right: 20px !important;
    width: 80% !important;
  }

  .bordered-button {
    width: 70% !important;
  }

  .simple-mobile {
    display:block !important;
    font-size: 1.9rem !important;
  }
  
  .bordered-button4 {
    width:64% !important;
  }

  .col-md-4 {
    margin-top: 20px;
  }

  .mobile-payment {
    display:block !important;
  }

  .payment {
    display: none !important;
  }

  .row.align-items-center.mb-5 {
    display: grid !important;
  }

  .bordered-button5 {
    width:66%;
  }

  .mobile-card {
    display: block !important;
  }

  .card {
    display:none !important;
  }

  .img-fluid3{
    width: 120%;
    padding-right: 20px;
    margin-left: -50px;
    margin-bottom: 30px;
  }

  

  .bordered-button5 {
    width: 70% !important;  
  }
}

  /* .py-5 h2 {
    margin-left: -10px;
  }

  .details-text3 {
    margin-left: -10px;
  }

  .bordered-button5 {
    margin-left: -10px;
  } */
@media (max-width: 500px) {
  .img-fluid3 {
    margin-left: -75px !important;
  }
}

@media(max-width: 388px){
  .bordered-button {
    width: 74% !important;
    margin-top: 0px !important;
  }

  .bordered-button4 {
    width: 70% !important;
  }

  .bordered-button5 {
    width: 78% !important;
  }
}
@media(min-width: 389px) and (max-width: 399px) {
  .bordered-button4{
    width: 66% !important;
  } 

  .bordered-button5 {
    width: 75% !important;
  }
}

@media(max-width:400px) {
  .container h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 320px) {
  .bordered-button,
  .bordered-button2,
  .bordered-button3,
  .bordered-button4 {
    width: 88% !important;
  }

  .bordered-button5 {
    width: 93% !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .bordered-button {
    width: 77% !important;
  }
}



.img-fluid2 {
  display: block;
}

.img-fluid23 {
  max-width: 83%;
  height: auto;
  margin-left: 65px;
}

.card {
  display: block;
}

.mobile-card {
  display: none;
}
.mobile-payment {
  display:none;
}

.payment {
  display:block;
}

.simple-mobile {
  display: none;
}

.button-hero {
  text-align: left!important;
}
.hero-register-button {
      background-color: white;
    border: 2px solid #0E3177;
    color: #0E3177;
    padding: 14px 33px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-bottom: 20px;
}

.hero-register-button svg {
    font-weight: 400 !important;
    margin-right: 5px;
    margin-left: -10px;
}
.hero-register-button:hover {
    background-color: #0E3177; 
    color: #fff; 
}

@media (min-width: 280px) and (max-width: 360px) {
  .hero-register-button {
    font-size: 16px;
  }

}
/* .bordered-button {
    padding: 15px 10px; 
    font-size: 18px; 
    border: 2px solid #0E3177; 
    background-color: transparent; 
    color: #0E3177; 
    cursor: pointer;
    font-weight: 400!important;
    border-radius: 50px; 
    transition: background-color 0.3s, color 0.3s; 
    margin-top: 33px;
    display: flex;
    text-align: left;
    padding-left: 26px;
    align-items: center;
    justify-content: left;
    text-decoration: none;
}
 .bordered-button h6 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400!important;
 }
.bordered-button:hover {
    background-color: #0E3177; 
    color: #fff; 
} */


.bordered-button svg {
  margin-right: 8px;
}



.bordered-button2 {
  padding: 15px 27px; 
  font-size: 18px; 
  border: 2px solid #0E3177; 
  background-color: transparent; 
  color: #0E3177; 
  cursor: pointer;
  font-weight: 400!important;
  border-radius: 50px; 
  transition: background-color 0.3s, color 0.3s; 
  margin-top: 30px;
  display: flex;
  text-align: left;
  padding-left: 26px;
  align-items: center;
  justify-content: left;
  width: 52%;
  text-decoration: none;
}

 .bordered-button2 h6 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400!important;
 }
.bordered-button2:hover {
    background-color: #0E3177; 
    color: #fff; 
}

.bordered-button2 svg {
  margin-right: 15px;
}


.bordered-button3 {
  padding: 15px 27px; 
  font-size: 18px; 
  border: 2px solid #0E3177; 
  background-color: transparent; 
  color: #0E3177; 
  cursor: pointer;
  font-weight: 400!important;
  border-radius: 50px; 
  transition: background-color 0.3s, color 0.3s; 
  margin-top: 55px;
  display: flex;
  text-align: left;
  padding-left: 26px;
  align-items: center;
  justify-content: left;
  width: 52%;
  text-decoration: none;
}

 .bordered-button3 h6 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400!important;
 }
.bordered-button3:hover {
    background-color: #0E3177; 
    color: #fff; 
}

.bordered-button3 svg {
  margin-right: 15px;
}

.bordered-button4 {
  padding: 15px 27px; 
  font-size: 18px; 
  border: 2px solid #0E3177; 
  background-color: transparent; 
  color: #112ca8; 
  cursor: pointer;
  font-weight: 400!important;
  border-radius: 50px; 
  transition: background-color 0.3s, color 0.3s; 
  margin-top: 30px;
  display: flex;
  text-align: left;
  padding-left: 26px;
  align-items: center;
  justify-content: left;
  width: 52%;
  text-decoration: none;
}

 .bordered-button4 h6 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400!important;
 }
.bordered-button4:hover {
    background-color: #112ca8; 
    color: #fff; 
}

.bordered-button4 svg {
  margin-right: 15px;
}

.bordered-button5 {
  padding: 15px 27px; 
  font-size: 18px; 
  border: 2px solid #0E3177; 
  background-color: transparent; 
  color: #0E3177; 
  cursor: pointer;
  font-weight: 400!important;
  border-radius: 50px; 
  transition: background-color 0.3s, color 0.3s; 
  margin-top: 30px;
  display: flex;
  text-align: left;
  padding-left: 26px;
  align-items: center;
  justify-content: left;
  width: 47%;
  text-decoration: none;
}

 .bordered-button5 h6 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400!important;
 }
.bordered-button5:hover {
    background-color: #0E3177; 
    color: #fff; 
}

.bordered-button5 svg {
  margin-right: 15px;
}

#faq {
  padding: 60px 20px;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.faq-heading {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a3c;
  margin-bottom: 40px;
}

/* Main FAQ card */
.faq-item {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(45, 83, 243, 0.08); 
  margin-bottom: 20px;
  overflow: hidden;
  text-align: left;
}

/* Question row */
.faq-question {
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(45, 83, 243, 0.08);
  color: #1a1a3c;
  font-size: 17px;
  font-weight: 600;
  padding: 20px 25px;
  margin: 10px 10px 20px 20px;
  width: 95%;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-left: 10px !important;
}

/* Icon styling */
.faq-question i {
  font-size: 14px;
  background-color: #6675d7;
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 27px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.faq-question i {
  transition: transform 0.8s ease; /* ← controls rotation speed */
}
.faq-item.open .faq-question i {
    transform: rotate(180deg);

}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
  padding: 0 24px;
}


.faq-answer.closing {
  max-height: 0;
  opacity: 0;
  padding: 0 24px;
}
.faq-question i {
  transition: transform 0.4s ease;
}

.faq-question i.rotate {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    opacity: 1;
 
}

.faq-answer.open {
  max-height: fit-content!important;
  /* opacity: 1;
  padding: 16px 24px; */
}



/* Answer area */
.faq-answer {
  padding: 0 50px;
  font-size: 16px;
  color: #292929;
  line-height: 1.6;
  text-align: left;
  max-height: 0;
  text-align: left;
  overflow: hidden;
    max-height: 0; /* OK */
  opacity: 0;
  transition: max-height 1.4s ease, opacity 0.3s ease, padding 0.3s ease;
}

.faq-answer.open {
  max-height: 600px;
  opacity: 1;


}
.faq-answer,
.faq-answer.open {
    background-color: transparent !important;
    box-shadow: none;
}
.faq-item {
    background-color: transparent !important;
    box-shadow: none !important;
}
@media (max-width: 992px) { 
  .faq-question {
    width: 93% !important;
    margin: 10px;
    text-align: left;
    font-size: 16px;
    padding-left: 12px !important;
  }
}

.communication-btn {
  background-color: white;
  border: 2px solid #0E3177;
  color: #0E3177;
  padding: 14px 27px;
  font-size: 17px;
  font-weight: 400;
  border-radius: 100px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
 
}
.communication svg {
  font-size: 55px; /* or whatever size you want */
  color: #0E3177;
  margin-top: 60px;
  margin-bottom: 20px;
}

.communication-btn:hover {
  background-color: #6675d7;
  border-color: #6675d7;
  color: white;
   scale: 1.05;
}
.communication-btn a {
  all: unset;
}
.communication p {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}

.form-section {           
  background-color: #fff;
  padding: 60px 20px;
  min-height: 75vh;
}

.form-wrapper {
  max-width: 1270px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: #f8f8f9;
  padding: 40px;
}

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f8f8f9;
  border-radius: 20px;
  padding: 40px;
  gap: 30px;
}

.interest-form {
  flex: 1;
  min-width: 300px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 40px;
}

.interest-form h2 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
  color: #1a1a1a;
}
input[type="checkbox"] {
  accent-color: #5d6eea; /* ← sets the checkbox color when checked (modern browsers) */
}
.interest-form input[type="text"],
.interest-form input[type="tel"],
.interest-form input[type="text"],
.interest-form input[type="email"] {
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 25px;
  border: none;
  background-color: #ffffff;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: center;
  font-size: 14px;
  color: #292929;
 
}

.checkbox-container a {
  color: #2137c4;
  text-decoration: underline;
}

.interest-form button {
  background-color: #5d6eea;
  color: white;
  padding: 14px;
  font-size: 16px;
  width: 100%;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.interest-form button:hover {
  background-color: #2137c4;
  color: #ffff;
}
button, input, optgroup, select, textarea {
  margin-top: 3px;
}

.form-image {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-image img {
  width: 100%;
  max-width: 344px;
  height: auto;
  object-fit: contain;
  margin-bottom: -100px;
}
.consent_checkbox a {
 all: unset;
}
.consent_checkbox:hover a {
 text-decoration: underline;
 cursor: pointer;;
}
@media (min-width: 290px) and (max-width: 380px) { 
.interest-form input[type="text"],
.interest-form input[type="tel"],
.interest-form input[type="text"],
.interest-form input[type="email"] {
width: 80%;
}
.checkbox-container {
  width: 85%;
  margin-left: 30px;
}
.interest-form button {
  width: 80%;
   margin-left: 30px;
}
} 
@media (min-width: 1182px) and (max-width: 1400px) {  
  .form-wrapper {
    max-width: 1140px;
  }
}
@media (max-width: 992px) { 
  .form-image {
    display: none;
  }
  .form-container {
    padding: 10px;
    display: flex;
    justify-content: center;
    padding-left: 0px;
  }
  .communication svg {
    font-size: 51px;
  }
.form-section {           
  min-height: 70vh;
}
  .interest-form {
    min-width: 320px;
    padding-left: 10px;
  }
  .interest-form h2 {
  font-size: 27px;
  }
  .consent_checkbox p {
    font-size: 11px;
    margin-top: 2px;
  }
}
@media (max-width: 992px) { 
  footer {
        text-align: left !important;
    }

    footer .container {
        padding-left: 15px;
        padding-right: 15px; 
    }

    footer .row {
        text-align: left !important;
    }

    footer .col-12, footer .col-6 {
        text-align: left !important;
    }

    footer .d-flex {
        justify-content: space-between !important; 
    }

    footer a {
        text-align: left;
    }

    footer .social-media-icons {
        text-align: left;
    }
}
@media (max-width: 992px) { 
  .social-icon {                  
            font-size: 1.5rem;
        }
  .social-icons-container {
            display: flex;
            justify-content: center; 
            align-items: center; 
            gap: 5px; 
            margin-top: 5px;
        }
        .me-5.a {
      color: inherit; 
      text-decoration: none; 
    }

    .me-5.p a {
      color: inherit; 
      text-decoration: none;
    }

}
@media (min-width: 600px) and (max-width: 913px) {
.footer-adress {
  flex-direction: column;
}
}  


@media (min-width: 1182px) and (max-width: 1400px) { 
  #viva {
    max-width: 1300px!important;
  }
  #viva h2 {
    font-size: 32px;
  }
 
}

@media (max-width: 992px) {

    
    .button-hero {
        margin-top: 20px; 
        display: flex;
        justify-content: center;
    }

    
    .hero-button {
        width: auto; 
        margin: 0 auto; 
        margin-left: -55px;
    }

    
    .use-image img {
        max-width: 100%; 
        height: auto; 
    }
}

/* Για οθόνες μικρότερες από 750px */
@media (max-width: 768px) {

    /* Ρυθμίσεις για το κουμπί */
    .hero-button {
        width: auto !important; /* Το πλάτος είναι αυτόματο */
        margin: 0 auto !important; /* Κεντράρισμα του κουμπιού */
        padding: 18px 30px !important; /* Απόσταση γύρω από το κείμενο του κουμπιού */
        border-radius: 50px !important; /* Στρογγυλοί γωνίες */
        border: 2px solid #00b2f8 !important; /* Περίγραμμα με μπλε χρώμα */
        background-color: transparent !important; /* Διαφανές φόντο */
        color: #00b2f8 !important; /* Μπλε χρώμα για το κείμενο */
        cursor: pointer !important; /* Χέρι για την κίνηση του ποντικιού */
        font-weight: 400 !important; /* Κανονικό βάρος γραμματοσειράς */
        transition: background-color 0.3s, color 0.3s !important; /* Εφέ κατά το hover */
    }

    .hero-button h6 {
        font-size: 18px !important; /* Μέγεθος γραμματοσειράς */
        font-weight: 400 !important; /* Κανονικό βάρος */
        margin: 0 !important; /* Κατάργηση τυχόν περιθωρίων */
    }

    /* Ρυθμίσεις για την εικόνα */
    .use-image img {
        max-width: 100% !important; /* Η εικόνα καλύπτει όλο το διαθέσιμο πλάτος */
        height: auto !important; /* Διατηρεί την αναλογία της */
    }
}


/* Για μικρές οθόνες κάτω από 750px */
@media (max-width: 768px) {

    /* Ρυθμίσεις για το κουμπί */
    .hero-button {
        width: auto; /* Το πλάτος είναι αυτόματο */
        margin: 0 auto; /* Κεντράρισμα του κουμπιού */
        padding: 18px 30px; /* Απόσταση γύρω από το κείμενο του κουμπιού */
        border-radius: 50px; /* Στρογγυλοί γωνίες */
        border: 2px solid #00b2f8; /* Περίγραμμα με μπλε χρώμα */
        background-color: transparent; /* Διαφανές φόντο */
        color: #00b2f8; /* Μπλε χρώμα για το κείμενο */
        cursor: pointer; /* Χέρι για την κίνηση του ποντικιού */
        font-weight: 400; /* Κανονικό βάρος γραμματοσειράς */
        transition: background-color 0.3s, color 0.3s; /* Εφέ κατά το hover */
    }

    .hero-button h6 {
        font-size: 18px; /* Μέγεθος γραμματοσειράς */
        font-weight: 400; /* Κανονικό βάρος */
        margin: 0; /* Κατάργηση τυχόν περιθωρίων */
    }

    /* Ρυθμίσεις για την εικόνα */
    .use-image img {
        max-width: 100%; /* Η εικόνα καλύπτει όλο το διαθέσιμο πλάτος */
        height: auto; /* Διατηρεί την αναλογία της */
    }
}


@media (max-width: 768px) {

/* Στυλ για το κουμπί */
.hero-button {
    padding: 18px 30px; 
    border: 2px solid #00b2f8; 
    background-color: transparent; 
    color: #00b2f8; 
    cursor: pointer;
    font-weight: 400;
    border-radius: 50px; 
    transition: background-color 0.3s, color 0.3s; 
    margin-top: 40px;
    display: flex;
    text-align: left;
    padding-left: 26px;
    align-items: center;
    white-space: nowrap; /* Για να μην τυλίγεται το κείμενο */
    justify-content: left;
    margin-left: 0px !important;
}

/* Στυλ για το <h6> στο κουμπί */
.hero-button h6 {
    margin: 0; /* Αφαιρούμε τυχόν περιθώρια γύρω από το κείμενο */
    padding-left: 10px; /* Απόσταση από το εικονίδιο */
}

    .intro-image-mobile img {
        max-width: 100%;
    }
    .intro-image {
        display: none;
    }
    .h2 {
        margin-bottom: 20px;
        text-align: center;
        font-size: 28px;
    }
    #head.head {
        min-height: 14vh;
    }
    .intro-text h3 {
        font-size: 20px;
        padding: 20px;
        text-align: left;
        font-weight: 600;
        line-height: 1.8rem;
    }
    .intro-text li {
        display: none;
    }
    .intro-text {
        flex: 1 1 250px;
    }
    .intro-container {
        flex-direction: column;
    }

    .laptop {
      margin-left: 7px;
      width: 95%;
    }

    .details-text {
      width: 105% !important;
    }

    .laptop-image {
      display: none;
    }

    .company-image{
      display:none;
    }

    .col-md-6 {
      margin-left: 0 ;
    }

    .misthos {
      width: 100% !important;
    }

    .details-text2 {
      width: 100% !important;
    }

    .bordered-button6 {
      width: 74% !important;
    }
    
    .feature-box {
      width: 100%;
    }

    .details-text3 {
      width: 105% !important;
    }
 }

 @media (max-width: 992px){
  .laptop-image {
      display: none !important;
    }

    .company-image{
      display:none !important;
    }
 }

 @media (min-width: 768px) and (max-width: 992px) {
  .companies{
      width: 158% !important;
      margin-left: 25% !important;
    }

  .laptop {
    width: 82%;
    margin-left: 11%;
  }
 }

 @media (min-width: 400px) and (max-width: 991px) {

  .companies {
      margin-left: 7px;
      width: 190%;
    }
 }

 @media (max-width: 399px) {

  .companies {
      margin-left: 7px;
      width: 95% !important;
    }
 }



 #info {
    min-height: 65vh;

 }
.info-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.info-title h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 100px!important;
}
.info-text {
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 60%;
}
.info-text h3 {
    font-size: 32px;
    font-weight: 500!important;
    margin-bottom: 35px;
    width: 87%;
}
.info-text h6 {
    font-size: 18px;
    font-weight: 300;
       margin-bottom: 35px;
       line-height: 1.6!important;
       width: 70%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .info-text h3 {
    font-size: 30px;
    font-weight: 500!important;
    
 }
}
@media (min-width: 290px) and (max-width: 991px) {
  #info {
    padding: 0px 20px;
    min-height: 100vh;
  }
.info-container {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    flex-direction: column!important;
    text-align: center;
}
.info-text h3 {
    font-size: 28px;
    font-weight: 500!important;
    
 }
.info-title h2 {
    
    font-weight: 300!important;
    margin-bottom: 40px!important;
}
.info-text {
  text-align: left;
  width: 100%;
}
.hero-register-button2{
  padding: 19px 25px !important;
}
 }
#assets {
  min-height: 50vh;
  margin-bottom: 50px;
}
 .assets-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
  padding: 25px;
 }
 .assets-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  align-items: left!important;
  background-color: #ffff;
  /* height: 34vh; */
  max-width: 393px;
  padding: 25px 30px;
  border: 2px solid #f1f2fb;
  border-radius: 7px;
  min-height: 200px !important;
  height: auto;

 }
 .assets-box  h3 {
  font-size: 21px;
  font-weight: 600;
  color: #0E3177;
  margin-bottom: 5px;
  top: 10px;
    width: 70%;
 }
 .assets-box h6 {
  font-size: 17px;
  font-weight: 200!important;
  margin-bottom: 10px;

 }
 .assets-icons {
  width: 52px;
  /* color: #0E3177; */
 }

 @media (min-width: 1200px) and (max-width: 1399px) {
.assets-box {
  max-width: 325px;
}
.assets-box h3 {

  width: 100%;
}
 }
 @media (min-width: 992px) and (max-width: 1199px) {
.assets-box h6 {
  font-size: 17px;
}
.assets-box h3 {
  font-size: 19px;
  width: 100%;
}
.assets-icons {
    width: 47px;
}
.assets-box {
  max-width: 290px;
}
 }
  @media (min-width: 250px) and (max-width: 1500px) {
 #assets {
  min-height: fit-content;
  margin-bottom: 50px;
}
  }
 @media (min-width: 250px) and (max-width: 991px) {
 
.assets-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 40px;
 }
  }
@media (min-width: 1500px) {
  .hero .container,
  .hero .container-xxl {
    max-width: 1450px !important;
  }
  .info .container,
  .info .container-xxl {
    max-width: 1340px !important;
  }
}



:root{
  --range-gap: 14px;      
  --top-split: 60%;       
  --bottom-split: 40%;    
}

#range .range-row,
#diaxeirisi .range-row{
  display: grid;
  align-items: center;
  justify-items: stretch;
  column-gap: var(--range-gap);
  margin: 0 auto 72px auto;
  max-width: 1200px;
}


#range .range-row.range-row--top{
  grid-template-columns: var(--top-split) calc(100% - var(--top-split));
}
#range .range-row.range-row--top .range-card{ justify-self: end; }   
#range .range-row.range-row--top .range-media{ justify-self: start; }

#diaxeirisi .range-row.range-row--bottom{
  grid-template-columns: var(--bottom-split) calc(100% - var(--bottom-split));
}
#diaxeirisi .range-row.range-row--bottom .range-media{ justify-self: end; } /* εικόνα κοντά στη μέση */
#diaxeirisi .range-row.range-row--bottom .range-card{ justify-self: start; }/* box λίγο αριστερότερα της μέσης */

#range .range-card,
#diaxeirisi .range-card{
  width: 100%;
  max-width: 560px;
  background: #ffffff;                     /* για να «κρατάει» η σκιά */
  border-radius: 14px;
  padding: 28px 28px;
  box-shadow: 0 10px 25px rgba(45, 83, 243, 0.08); /* ίδια αισθητική με FAQ */
  position: relative;
  z-index: 1;                              /* πάνω από οτιδήποτε “περάσει” */
}

/* Εικόνες */
#range .range-media,
#diaxeirisi .range-media{ width: 100%; }
#range .range-media img,
#diaxeirisi .range-media img{
  display: block;
  max-width: 100%;
  height: auto;
}
.desk-image {
  width: 90%;
margin: auto;
}
/* Προσαρμογή offsets σε πολύ μεγάλες/μεσαίες οθόνες */
@media (min-width: 1400px){
  :root{ --top-split: 62%; --bottom-split: 38%; }
}
@media (max-width: 1200px) and (min-width: 993px){
  :root{ --top-split: 58%; --bottom-split: 42%; }
}

/* ≤992px: κρύψε εικόνες, boxes full width */
@media (max-width: 992px){
  #range .range-row,
  #diaxeirisi .range-row{
    grid-template-columns: 1fr;
    row-gap: 0;
    column-gap: 0;
    margin-bottom: 48px;
  }
  #range .range-media,
  #diaxeirisi .range-media{ display: none !important; }  /* ζητήθηκε */
  #range .range-card,
  #diaxeirisi .range-card{
    max-width: none;
    justify-self: stretch;
  }
}

@media(min-width: 992px) and (max-width: 1200px) {
  .img-fluid {
    margin-left: 150px !important;
  }
.desk-image {
  width: 100%;
margin: 70px auto;
}
  #range .range-row.range-row--top .range-card{
    margin-right: -125px !important;
  }
}

/* @media (max-width: 992px) {
 
  #workcard .row.align-items-center {
    display: flex !important;
    flex-direction: column !important;   
    flex-wrap: nowrap !important;
    gap: 24px !important;
  }

  
  #workcard .col-lg-6 {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  #workcard .col-lg-6.order-1 { order: 1 !important; }
  #workcard .col-lg-6.order-2 { order: 2 !important; }

  
  #workcard img.img-fluid {
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0 !important; 
  }

  
  #workcard .text-center { text-align: center !important; }
} */

/* @media(min-width: 992px) and (max-width: 1200px) {
  .img-fluid2 {
    margin-left: -40px !important;
  }
} */

/* WORKCARD RESPONSIVE FIX */

/* Desktop (≥993px): κείμενα αριστερά, εικόνα δεξιά */
@media (min-width: 991px) {
  /* Εξασφαλίζουμε οριζόντια διάταξη */
  #workcard .row.align-items-center {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
  /* Σε περίπτωση που κάποιο άλλο CSS αλλάζει orders, τα «καρφώνουμε» */
  #workcard .col-lg-6.order-lg-1 { order: 1 !important; }
  #workcard .col-lg-6.order-lg-2 { order: 2 !important; }

  /* Ακύρωση του global margin-left:-100px που υπάρχει σε img.img-fluid στο inline CSS */
  #workcard img.img-fluid {
    margin-left: -90px !important;
    max-width: 105% !important;
    height: auto !important;
  }
}


@media (max-width: 991px) {
  #workcard .row.align-items-center {
    display: flex !important;
    flex-direction: column !important;  
    flex-wrap: nowrap !important;
    gap: 24px !important;
  }
  #workcard .col-lg-6 {
    width: 100% !important;
    max-width: 100% !important;
  }
  #workcard .col-lg-6.order-1 { order: 1 !important; }  
  #workcard .col-lg-6.order-2 { order: 2 !important; }  
  #workcard img.img-fluid {
    /* margin-right: 30px !important;           */
    max-width: 95% !important;
    height: auto !important;
  }
}

@media (max-width: 992px) {

  
  #range .range-row,
  #diaxeirisi .range-row {
    display: block !important;
    max-width: none !important;
    margin: 0 auto 32px auto !important;
  }

  /* Κρύψε τις εικόνες όπως ζητήθηκε */
  #range .range-media,
  #diaxeirisi .range-media {
    display: none !important;
  }

  
  #range .range-card,
  #diaxeirisi .range-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 24px !important;   /* κράτα “αναπνοή” μέσα στο box */
    margin: 0 auto !important;
  }
  #range .range-card .details-text,
  #diaxeirisi .range-card .details-text,
  #range .range-card p,
  #diaxeirisi .range-card p,
  #range .range-card h1,
  #range .range-card h2,
  #diaxeirisi .range-card h1,
  #diaxeirisi .range-card h2 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}


#profit {
  min-height: 100vh;
  
}

.profits-container {
  width: 100%!important;
  margin: auto!important;
}

.profits-title {
  text-align: center;
  margin-bottom: 70px;


}
.profits-title h2 {
  font-size: 39px;
  font-weight: 600;
}
.profits-title h6 {
  font-size: 19px;
  font-weight: 300;
  color: #0E3177;
}
.one-company {
  border: 1px solid #f1f3ff;
   box-shadow: 0 .125rem .25rem rgba(0,0,0,.005) !important; 
  display: flex;
  flex-direction: row;
  justify-content: center;
   margin-bottom: 55px;
   border-radius:7px;
   min-height: 35vh;
}
.one-company-container {
   display: flex;
  flex-direction: row;
  justify-content: center;
  
}
.one-company-container img {
  display: flex;
  justify-content: center;
  margin-top: 85px;
  margin-bottom: 48px;
  margin-left: -90px;
}
.one-company h3 {
    font-size: 29px;
    font-weight: 500;
    color: #0E3177;
    margin-bottom: 25px;
}
.one-company p {
    font-size: 20px;
    font-weight: 300;
}
.one-company-container {
      max-width: 866px;
}
.many-companies-container {
   display: flex;
  flex-direction: row;
  justify-content: center;
      max-width: 1050px;
  
}
.many-companies-container img {
   display: flex;
  margin-top: 30px;
  justify-content: center;
  margin-left: 40px;

  
}
.many-companies {
  border: 1px solid #f1f3ff;
   box-shadow: 0 .125rem .25rem rgba(0,0,0,.005) !important; 
  display: flex;
  flex-direction: row;
  justify-content: center;
   margin-bottom: 30px;
   border-radius:7px;
   min-height: 28vh;
}
.one-company-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  width: 89%;
 
}
.many-companies-text {
 display: flex;
  flex-direction: column;
  text-align: right;
  justify-content: center;
  width: 77%;
  
}
.many-companies-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.many-companies h4 {
    font-size: 29px;
    font-weight: 500;
    color: #0E3177;
    margin-bottom: 25px;
}
.many-companies p {
    font-size: 20px;
    font-weight: 300;
}
@media(min-width: 400px) and (max-width: 1200px) {
   .one-company-container {
    min-height: fit-content;
    margin-top: 25px;
   }
.many-companies-container {
  min-height: fit-content;
    margin-top: 25px;
}
}
@media(min-width: 290px) and (max-width: 912px) {
  .many-companies {
    border: NONE;
    box-shadow:none!important; 
  }
  .one-company {
    border: NONE;
    box-shadow:none!important; 
  }
  .one-company-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .one-company-container img {
    margin: auto;
    margin-bottom: 32px; /* More space for mobile too */
    width: 95% !important;
    margin-left: 0px;
  }
  .many-companies-container {
    display: flex;
    flex-direction: column-reverse!important;
    justify-content: center;
    align-items: center;
  }
  .many-companies-container img {
    margin: auto;
    margin-bottom: 40px;
}

.profits-title {
  width: 79%;
  margin: auto;
  margin-bottom: 40px;
}
.profits-title  h2 {
  font-size: 31px;
  margin-top: 50px !important;
}
.many-companies-text {
 display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  width: 80%;
}
}


@media (min-width: 913px) and (max-width: 991px) {
  #timing .row {
    flex-direction: column !important;
  }

  #timing .col-12 {
    max-width: 100% !important;
  }
}

@media (min-width: 290px) and (max-width: 380px) {
  .interest-form input[type="text"],
  .interest-form input[type="tel"],
  .interest-form input[type="email"] {
    width: 80% !important;
    margin-left: 30px !important;
    margin-right: 0 !important;
    text-align: left !important;
  }
  .checkbox-container {
    width: 85% !important;
    margin-left: 30px !important;
  }
  .interest-form button {
    width: 80% !important;
    margin-left: 30px !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 290px) and (max-width: 500px) {

  .img-fluid23{
    margin-left: 16px !important;
    margin-bottom: 30px !important;
    max-width: 88% !important;
  }
}
@media (min-width: 501px) and (max-width: 992px) {
   .img-fluid23 {
  max-width: 70%; 
  margin-left: 95px !important;
  }
}
@media (min-width: 767px) and (max-width: 912px) {
  .desk-image {
    width: 75% !important;
    margin-left: 60px !important;
  }
  .hero-image{
    width: 65% !important;
    margin-right: 85px !important;
  }
}
.hero-register-button2 {
      background-color: white;
    border: 2px solid #0E3177;
    color: #0E3177;
    padding: 17px 32px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-bottom: 20px;
}

.hero-register-button2 svg {
    font-weight: 400 !important;
    margin-right: 5px;
    margin-left: -10px;
}
.hero-register-button2:hover {
    background-color: #0E3177; 
    color: #fff; 
}

/* @media (min-height: 600px) and (max-height: 800px) {
  .assets-box {
    height: 28vh !important;
  }
} */

/* @media (min-height: 1050px) and (max-height: 1400px) {
  .assets-box {
    height: 24vh !important;
  }
} */

@media (min-width: 992px) and (max-width: 1199px) {
  .one-company-container img {
    margin-left: -90px !important;
  }
}

@media (min-width: 913px) and (max-width:991px) {
  .one-company-container img {
    margin-left: -20px !important;
    width: 100% !important;
    margin-top: 115px !important;
  }
}

@media (max-width: 912px) {
  .one-company,
  .many-companies {
    position: relative;
    border: none !important;
    background: #ffff;
    min-height: 32vh;
    margin-bottom: 90px;
    max-width: 700px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }

  .one-company::before,
  .many-companies::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: -30px;      /* Μεγαλύτερο offset πάνω */
    bottom: -30px;   /* Μεγαλύτερο offset κάτω */
    border: 1px solid #f1f1f1;
    border-radius: 7px;
    pointer-events: none;
    z-index: 1;
  }
}

/* @media (max-width: 600px) {
  .hero h1 {
    max-width: 99vw;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    white-space: normal;
    word-break: break-word;
  }
} */

@media  (max-width: 768px) {
  .assets-box {
    padding: 25px 32px !important;
    /* height: 29vh !important; */
    width: 88% !important; 
  }
  .assets-box:nth-child(2) h3,
  .assets-box:nth-child(3) h3 {
    margin-top: -5px !important;
    margin-bottom: 7px !important;
  }
  .assets-icons {
    width: 42px !important;
    margin-bottom: 10px !important;
  }
  .assets-box h6 {
    font-size: 17px !important;
  }
  .profits-title h2 {
    font-size: 28px !important;
  }
  .one-company p, .many-companies p, .profits-title h6, .assets-box h3, .info-text h6, .hero h3 {
    font-size: 19px !important;
    width: 100%;
  }
  .many-companies h4, .container h2, .one-company h3 {
    font-size: 28px !important;
    width: 110%;
  }
  .details-text2, .details-text3 {
    font-size: 1.2rem !important;
  }
  .one-company-text {
    width: 80% !important;
  }
  .profits-title h6 {
    margin-bottom: 70px;
  }

}

@media (max-width: 412px) {
  .many-companies h4, .container h2, .one-company h3 {
    font-size: 25px !important;
    width: 104%;
  }
}

@media (max-width:500px) {
  .assets-icons {
    width: 32px !important;
    margin-top: -20px !important;
  }
  .assets-box h3 {
    margin-top: -10px;
  }
  .assets-box:nth-child(2) h3,
.assets-box:nth-child(3) h3 {
  margin-top: 23px;
  width: 100%;
}
}

.assets-box:nth-child(2) h3,
.assets-box:nth-child(3) h3 {
  margin-top: 5px;
}

/* .assets-box h6:nth-child(1),
.assets-box h6:nth-child(2) {
  margin-top: -20px !important;
} */

.info-container {
  display: flex;
  align-items: center;
  gap: 2px; /* Μικρότερο κενό ανάμεσα στην εικόνα και το περιεχόμενο */
}

.info-container > div:first-child {
  flex-shrink: 2;
}

.info-text {
  margin-bottom: 60px;;
}

@keyframes zoomSlideInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.animate-zoom-slide {
  animation: zoomSlideInLeft 1.1s cubic-bezier(.42,.01,.56,1.02) both;
}
 @media (min-width: 351px) and (max-width: 1200px) {
.cta-button {
  width: 200px;
  padding: 15px 27px;
}
 }
@media(max-width: 350px) {
  .cta-button {
    width: 180px !important;
  }
  /* .assets-box {
    height: 25vh !important;
  } */
  .assets-icons {
    margin-bottom: 0 !important;
  }
  .assets-box:nth-child(2) h3,
.assets-box:nth-child(3) h3 {
  margin-top: -5px !important;
}
  .assets-box:nth-child(3) h3 {
    margin-bottom: 0px !important;
  }
  .assets-box:nth-child(2) h3 {
    margin-bottom: 5px !important;
    width: 100% !important;
  }
  .assets-box:nth-child(1) h6,
  .assets-box:nth-child(2) h6 {
    width: 111% !important;
  }
}

@media (max-width: 992px) {
  .info-text {
    margin-left: 0px !important;
    margin-top: -45px !important;
  }
  .hero h3 {
    width: 100% !important;  
    line-height: 1.5;
  }
  .hero-register-button {
    padding: 16px 35px !important;
  }
}

@media (min-width: 992px) {
  .assets-container .assets-box:first-child {
    margin-left: -14px !important;
  }
  .assets-container .assets-box:last-child {
    margin-right: -14px !important;
  }
}

/* *,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden !important;
  width: 100vw;
  max-width: 100vw;
} */

/* .assets-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.assets-box h3, .assets-box h6 {
  width: 100%;
  word-break: break-word;
}

.assets-icons {
  width: 52px;
  margin-bottom: 10px;
}


@media (max-width: 991px) {
  .assets-container {
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
  }
  .assets-box {
    max-width: 98vw;
    min-height: 220px;
    padding: 6vw 3vw;
  }
}

@media (max-width: 600px) {
  .assets-box {
    min-height: 180px;
    padding: 8vw 2vw;
    border-radius: 1.2rem;
  }
  .assets-icons {
    width: 44px;
  }
} */
