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: 15px;
  font-weight: 300;

}
.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: 0 2px 5px rgba(0, 0, 0, 0.05);
}


header p {
  margin: 0;
  
}



.logo {
  width: 225px;
  height: auto;
}

.menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.mobile-menu {
  display: none;
}
.menu-item a {
  text-decoration: none;
  color: #201c44;
  font-weight: 400;
  font-size: 17px;
 
}

.cta-button {
  background-color: var(--blue);
  color: white;
  border: none;
  padding: 14px 47px;

  border-radius: 100px;
  font-size: 17px;
  font-weight: 500!important;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #1f3785;
  scale: 1.05;
}
.headcontainer {
            max-width: 1488px;
        flex-direction: row;
        display: flex
;
        justify-content: space-between;
}
  @media (min-width: 913px) and (max-width: 1050px) { 
    #head.head {
      padding: 15px 19px;
    }
    .menu {
      gap: 15px;
    }
    .logo {
      width: 186px;
    }
    .menu-item a{
      font-size: 15px;
    }
  }


@media (max-width: 912px) {
  .menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
}

@media (max-width: 912px) {
  #head.head {
    padding: 15px 28px;
    min-height: 11vh!important;
  }
  .menu {
    display: none;
  }
  .logo {
    width: 180px;
  }
  .mobile-menu-icon {
    display: block;
    background-color: #201c44;
    color: #f1f1f4;
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 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);
  }

  .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;
  }
 

}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 54px 0px;
  background-color: white;
  gap: 71px;
  flex-wrap: wrap;
}
@media (min-width: 769px) and (max-width: 850px) {
  .menu {
    display: none;
  }
  .mobile-menu-icon {
    display: block!important;
  }
  .mobile-menu-icon i {
    color: #f1f1f4!important;
  }
}
@media (min-width: 851px) and (max-width: 1056px) {
  .menu {
    display: flex;
    gap: 10px;
    font-size: 12px;
  }
  .mobile-menu-icon {
    display: none!important;
  
}
.cta-button {
  padding: 14px 47px;
}
}
@media (min-width: 1600px) {
  #hero.hero.container {
    max-width: 1400px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
   #hero.hero.container {
    max-width: 900px!important;
  }
}

@media (min-width: 1401px) and (max-width: 1445px) {
  .details-title h2 {
    padding-bottom: 7px!important;
    margin-top: 50px!important;
  }

}
@media (min-width: 1000px) and (max-width: 1400px) {
 
   .box{
    max-width: 1400px !important;
    margin: 0 4rem !important;
    gap: 49px !important;
    width: 90% !important;
  }
 .details-title h2{
    font-size: 40px !important;
    width:95% !important;
    margin-left: 20px!important;
    text-align: center !important;
    padding-bottom: 0px !important;
    margin-top: 74px!important;
  }
  .box2 {
    margin-top: 100px;
    margin-left: 28px !important;
    padding: 40px;
    background-color: #f7f7f9;
    border-radius: 45px;
    display: flex;
    gap: 30px;
    width: 97% !important;
  }
  .line{
    width: 60%;
  }
  .step h3{
    margin-left: 44px !important;
    letter-spacing: -0.02rem !important;
    word-spacing: -0.03rem !important;
  }
}

@media (min-width:450px) and (max-width: 1174px) {
  .step h3 {
    margin-left: -9px !important;
    letter-spacing: -0.02rem !important;
    word-spacing: -0.03rem !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 450px) {
  .step h3 {
    max-width:64% !important;
  }
}


.hero-content {
  flex: 1;
  max-width: 600px;
  margin-top: 30px;
}

.hero-title {       
  font-size: 45px;
  font-weight: 300;
  color: #000000;

  line-height: 1.4;
  margin-bottom: 20px;
}

.hero-title .highlight {
  color: #2137c4;
  font-weight: bold;
}

.hero-subtext {
  font-size: 19px;
  color: #000000;
    font-weight: 200;
  margin-bottom: 30px;
}

.hero-button {
  background-color: white;
  border: 2px solid #2137c4;
  color: #2137c4;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
}

.hero-button svg {
    font-weight: 400!important;

  margin-right: 5px;
}

.hero-button:hover {
  background-color: #4d70e3;
  border-color: #4d70e3;
  color: white;
}


.hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image {
  max-width: 100%;
  width: 90%;
  height: auto;
  border-radius: 0 0 50% 50% / 0 0 20% 20%;
}
.mobile-menu-icon {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #143cdc;
}
.mobile-hero-text { 
  display: none;
}
@media (max-width: 768px) {
  #head.head {
    padding: 15px 28px;
  }
  .menu {
    display: none;
  }
  .logo {
    width: 180px;
  }
  .mobile-menu-icon {
    display: block;
    background-color: #201c44;
    color: #f1f1f4;
    padding: 4px 10px;
    border-radius: 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);
  }

  .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;
  }
 

}
@media (min-width:768px) and (max-width: 911px) { 
  .hero-image {
    width: 63%!important;
  }
}
@media (max-width: 912px) {
  .hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    gap: 0px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-title {
    font-size: 1.9rem;
    margin-bottom: 0px;

  }
  .hero-title .highlight {
    font-size: 1.9rem;
  }
  .hero-subtext {
    display: none;
  }

  .hero-button {
    display: none;
  }

  .hero-image-wrapper {
    margin-top: 30px;
    width: 100%;
    justify-content: center;
  }

  .hero-image {
    max-width: 90%;
    width: 90%;
    border-radius: 0 0 30% 30% / 0 0 10% 10%;
    margin-bottom: 52px;
  }
  .mobile-hero-text {
    display: block;
  }
 .mobile-hero-text p {
    font-size: 1.2rem;
  font-weight: 200;
  margin-top: -50px!important;
  }
  .mobile-hero-button {
       background-color: white;
  border: 2px solid #143cdc;
  color: #143cdc;
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 400;
  border-radius: 30px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
  margin-top: 23px;
  }
}
@media (max-width: 1025px) {
  .info-section {
    margin-bottom: 6vh !important;
  }
}

.info-section {
  text-align: center;
  padding: 80px 20px;
  background-color: white;
  min-height: fit-content;
  margin-bottom: 10vh;
}

.info-title {
   font-size: 35px;
  font-weight: 300;
  color: #143cdc;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto 100px;
}

.highlight {
  color: #143cdc;
  font-weight: 800;
}

.bubbles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 49px;
  max-width: 1200px;
  margin: 0 auto;
   text-wrap: wrap;
}

.bubble {
       display: flex;
  align-items: center;      
  justify-content: center; 
  padding: 16px 24px;
  background-color: #f7f7f9;
  border-radius: 30px;
  
  font-size: 18px;
  font-weight: 500;
  color: #143cdc;
  width: 367px; 
  text-align: center;
    height: 80px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: padding 0.2s ease, box-shadow 0.2s ease;
  white-space: normal; 
  word-break: break-word;
  line-height: 1.4;
   border:1.5px solid #e7e7e7;
}

.bubble1 {
       display: flex;
  align-items: center;      
  justify-content: center; 
  padding: 16px 24px;
  background-color: #f7f7f9;
  border-radius: 30px;
  
  font-size: 18px;
  font-weight: 500;
  color: #143cdc;
  width: 367px; 
  text-align: center;
    height: 80px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: background-color 0.1s ease, transform 0.1s ease;
  white-space: normal; 
  word-break: break-word;
  line-height: 1.4;
   border:1.5px solid #e7e7e7;
}

.mobile-bubble {
  display: none;
}

@media (max-width: 350px) {
  .mobile-bubble {
    display: flex;
  align-items: center;      
  justify-content: center; 
  padding: 16px 24px;
  background-color: #f7f7f9;
  border-radius: 30px;
  
  font-size: 18px;
  font-weight: 500;
  color: #143cdc;
  width: 367px; 
  text-align: center;
    height: 80px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: background-color 0s ease, transform 0s ease;
  white-space: normal; 
  word-break: break-word;
  line-height: 1.2rem;
   border:1.5px solid #e7e7e7;
  }

  .bubble1 {
    display: none;
  }
  .bubble:hover {
  transform: scale(1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04)!important;
  }

.bubble1:hover {
  transform: scale(1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04)!important;
  
}

}

.bubble:hover {
  padding: 20px 28px; /* Αυξάνει το padding, όχι το μέγεθος του κειμένου */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bubble1:hover {
  padding: 20px 28px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* @media (min-width: 1024px) and (max-width: 1044px) { 
  .info-section {
    min-height: 53vh;
  }
} */
@media (max-width: 768px) {
  .info-title {
    font-size: 1.6rem;
    margin: 0 auto 60px;
  }
  .info-section {
    padding: 27px 20px;
  }
  .bubble {
    font-size: 1.1rem;
  }
  .bubble1,
  .bubble {
    display: flex;
  align-items: center;      
  justify-content: center; 
  padding: 16px 24px;
  background-color: #f7f7f9;
  border-radius: 30px;
  
  font-size: 18px;
  font-weight: 500;
  color: #143cdc;
  width: 367px; 
  text-align: center;
    height: 80px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: background-color 0s ease, transform 0s ease;
  white-space: normal; 
  word-break: break-word;
  line-height: 1.2rem;
   border:1.5px solid #e7e7e7;
}
  .bubble:hover {
  transform: scale(1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04)!important;
  }

.bubble1:hover {
  transform: scale(1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04)!important;
  
}
}


#details {
  
 min-height: fit-content;
 padding-bottom: 10vh;
  
}
  .box {
  padding: 90px 0px;
  border-radius: 20px;
  background-color: #f9f9fb;
  max-width: 1700px;
  margin: 0 13rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 130px;
  width: 78%;
    border:1.5px solid #e9e9e9;
  }


.details-title {
  flex: 1;
  min-width: 250px;
  display: block;
}
.mobile-details-title {
  display: none;
}
.details-title h2 {
  font-size: 41px;
  margin-top: 140px;
  margin-left: 80px;
   font-weight: 200;
  line-height: 1.5;
  color: #2137c4;
  text-align: left;
  width: 100%;
}

.details-title h2 span {   
  display: block;
  color: #2137c4;
  font-weight: 600;
}

.details-text {
  flex: 2;
  display: flex;
  flex-direction: column;
    gap: 32px;
  font-weight: 200;
}

.details-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-left: 150px;
}

.details-item-icon {
  background-color: #2137c4;
  color: white;
  font-size: 40px;
  width: 95px;
  height: 95px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; 
}
.details-item-icon1 {
  background-color: #2137c4;
  color: white;
  font-size: 44px;
  width: 95px;
  height: 95px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; 
}
.details-item .text h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #2137c4;
}

.details-item .text h4 {
  font-size: 17px;
  font-weight: 200;
  color: #333;
  line-height: 1.2;
  margin: 0;
  width: 76%;
}
.lowerwidth h4 {
  width: 76%!important;
}


@media (min-width: 1400px) and (max-width: 1600px){ 		
    .details-title h2{  
    font-size: 40px !important;
    width: 95% !important;
    margin-left: 20px!important;
    text-align: center !important;
    padding-bottom: 50px ;
    }
    .details-text{
    flex: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
    font-weight: 200 !important;
    }
    .box{
        max-width: 1600px !important;
        margin: 0 4rem !important;
        gap: 0px !important;
        width: 90% !important;
    }
  }
@media (max-width: 340px) { 
    .details-item {
      width: 130%;
      margin-left: -20px !important;
    }
}
@media (min-width: 319px) and (max-width: 339px) {    
    .details-item {
      width: 116%!important;
      margin-left: -20px !important;
    }
}
@media (min-width: 370px) and (max-width: 1024px) {       

.box {
  padding: 90px 70px;
  border-radius: 20px;
  background-color: #f9f9fb;
  max-width: 1450px!important;
  margin: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
  max-width: 1200px;
    border:1.5px solid #e9e9e9;
  }

  .doc-text  {
  color: #000000 !important;
  padding-right: 40px;
  line-height: inherit;
  text-align: center;
  margin-top: 30px;
  font-weight: 200;
  width: 100%;  
  box-sizing: border-box;  
  width: 100%!important;
  }
  .details-item{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-left: 74px;
  }
  .details-item .text h4{
    font-size: 16px;
    width: 105%;
    font-weight: 200;
    color: #333;
    line-height: 1.2;
    margin: 0px;
  }
  .lowerwidth h4 {
   width: 100%;
  }
 
.details-title h2 {
    font-size: 40px !important;
    margin-top: 0px!important;
    margin-left: 50px!important;
    font-weight: 200!important;
    line-height: 1.5!important;
    color: #2137c4!important;
    text-align: center!important;
    width: 89%!important;
  }
.details-item {
  margin-left: 0px!important;
  display: flex!important;
  width: 100%!important;
}
.details-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
    font-weight: 200 !important;
    
    flex:auto !important;
    
  }
  .box2{
    width:93% !important;
    margin-right: 25px;
  }
}
@media (min-width: 1025px) and (max-width: 1445px) {
  /* .details-title h2 {
    margin-top: 30px!important;
    padding-bottom: 20px!important;
  } */
  .box {
    min-height: fit-content!important;
    padding-bottom: 10vh!important;  
  }
}
@media (max-width: 768px) {
.box {
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
    background-color: white;
    border: none;
    margin: 0px!important;
    gap: 50px;
    width: 83%;
  }

  .details-title {
 
  display: none;
}
.mobile-details-title {
  display: block;

color: #2137c4;


}
.mobile-details-title h2 {
  display: block;
font-size: 28px;
color: #2137c4;
font-weight: 200;
text-align: center;

}
.lowerwidth h4 {
   width: 100%!important;
  }

  .details-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

 
  .details-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #f9f9fb;
    border-radius: 24px;
    padding: 30px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      border:1.8px solid #e3e3e3;
    margin-left: -8px; 
    width: 106%;
  }


.details-item-icon {
    margin-bottom: 10px;
        width: 70px;
        height: 70px;
        font-size: 35px;
  }
  .details-item-icon1 {
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    font-size: 35px;
  }

  .details-item .text h3 {
    font-size: 23px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 24px;
  }

 .details-item .text h4 {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
}
/* @media (min-width: 768px) and (max-width: 1024px) {     
  .details-item{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-left: 74px;
  }
  .details-item .text h4{
    font-size: 16px;
    width: 105%;
    font-weight: 200;
    color: #333;
    line-height: 1.2;
    margin: 0px;
  }
} */

#process {
  padding: 80px 105px;
  background-color: white;
  text-align: center;
}

.process-header h2 {
   font-size: 35px;
  font-weight: 500;
  color: #2137c4;
  margin-bottom: 10px;
}

.process-header h4 {
   font-size: 20px;
  color: #333;
  font-weight: 200;
  margin-top: 30px;
}

.process-header strong {
  color: 
#2137c4;
}

.process-header .highlight {
  color: 
#2137c4;
}

 
  .bold-colored-text {
    font-weight: bold;    
    color: #2137c4;
}
.box2 {
  margin-top: 100px;
  
  padding: 40px;
  background-color: #f7f7f9;
  border-radius: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
    border:1.8px solid #e3e3e3;
    width: 88%;
}
.process-box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1700px;
  width: 100%;
}
.step {
  flex: 1;
  min-width: 160px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.line {
  width: 77%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 30px;
  left: 38%;
  transform: translateX(50%);
  z-index: 0;
}


.icon {
  background-color: 
#2137c4;
  color: white;
  font-size: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  z-index: 1;
  font-weight: 400!important;
  margin-right: 38px!important;
}


.step:last-child .line {
  display: none;
}

.label {
  font-size: 14px;
  border: 1.5px solid #ccc;
  padding: 2px 10px;
  border-radius: 999px;
  margin: 10px 0;
  margin-right: 26px;
}

.step h3 {
  font-size: 19px;
  font-weight: 500;
  color:  #2137c4;
  margin: 0;
  margin-left: 53px;
  text-align: left;
  max-width: 180px;
  letter-spacing: -0.02em;
  word-spacing: -0.05em;
}

.stepOneTwo {
  font-size: 19px;
  font-weight: 500;
  color:  #2137c4;
  margin: 0;
  margin-left: 53px;
  text-align: left;
  max-width: 180px;
  letter-spacing: -0.02em;
  word-spacing: -0.05em;
}

.mobile-process-header{
 display: none;
}
@media (max-width: 1174px) {
.label {
  display: none;
}
}
@media (max-width: 768px) {
  .step {
    gap: 0px!important;
  }
  .step h3 {
    font-size: 16px!important;
  }
}
@media (min-width: 1401px) and (max-width: 1505px) {
  #process {
    padding:40px 60px ;
  }
  .process-header h2 {
    font-size: 29px;
  }
 
  .box2 {
     flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding: 60px 38px;
    margin-top: 40px;
     border:1.8px solid #e3e3e3;
     margin-bottom: 40px;
  }
}

  .box2{
    flex-direction: row;
        align-items: flex-start;
        gap: 60px;
        padding: 60px 38px;
        margin-top: 40px;
        border: 1.8px solid #e3e3e3;
        margin-bottom: 40px;
        width: 140%;
  }
  .line {
  width: 77%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 30px;
  left: 45%;
  transform: translateX(50%);
  z-index: 0;
  }

@media (max-width: 1506px) {
  #process {
    padding:40px 29px ;
  }
  .process-header h2 {
    font-size: 29px;
  }
 
  .box2 {
     flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding: 60px 38px;
    margin-top: 40px;
     border:1.8px solid #e3e3e3;
     margin-bottom: 40px;
     width: 140%;
  }

  .step {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    max-width: 100%;
    position: relative;
  }

  .icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
    flex-shrink: 0;
    margin-bottom: 0;
  }


  

 
.line {
    display: block;
    width: 2px;
    height: 90%;
    background-color:#2137c4;
    position: absolute;
    top: 58px;
    left: 24px; /* horizontally centered under the icon */
    z-index: 0;
  }

  .step:last-child .line {
    display: none;
  }
  .mobile-process-header{
 display: block;
font-size: 19px;
margin-top: 20px;

}
  .step h3{
    font-size: 21px;
    font-weight: 500;
    color: #2137c4;
    margin: 0;
    margin-left: 5px;
    text-align: left;
    max-width: 100%;
    letter-spacing: -0.02em;
    word-spacing: -0.05em;
    margin-top: 2px;

  }
 
    
}
@media (max-width: 340px) {
    .details-item {
      width: 130%;
      margin-left: -20px !important;
    }   
  }



  @media (min-width: 1175px) and (max-width: 1506px) {
  .step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }
  .box2 {
    display: flex;
    flex-direction: row; 
    justify-content: space-between; 
    gap: 30px; 
    width: 100%; 
  }

  .line {
    position: absolute;
    top: 50%; 
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000000;
    transition: width 0.3s ease;
    z-index: 0;
    width: 90%; 
    margin-left: 5%;
  }

  .step:last-child .line {
    display: none;
  }
}

  @media (min-width: 1175px) and (max-width: 1400px) {
    .line {
      left: 32% !important;
      top:27px !important;
      width:60% !important;
    }
    .step h3{
    font-size: 16px;
    font-weight: 500;
    color: #2137c4;
    text-align: left;
    max-width: 180px;
    letter-spacing: -0.02em;
    word-spacing: -0.05em;

  }
  }
  @media (min-width: 1260px) and (max-width: 1400px){
    .step h3{
    font-size: 16px;
    font-weight: 500;
    color: #2137c4;
    margin: 0;
    margin-left: 53px;
    text-align: left;
    max-width: 180px;
    letter-spacing: -0.02em;
    word-spacing: -0.05em;
    width: 65%;
    } 
  }

  @media (min-width: 1401px) and (max-width: 1506px){
    .line {
      left: 32% !important;
      top:25px !important;
      width:60% !important;
    }
    .step h3{
    font-size: 16px;
    font-weight: 500;
    color: #2137c4;
    margin: 0;
    margin-left: 53px;
    text-align: left;
    max-width: 180px;
    letter-spacing: -0.02em;
    word-spacing: -0.05em;
    width: 62%;

  }
  }

  @media (min-width: 1506px) and (max-width: 1560px) {
    .line {
      left: 33%;
      top:30px;
      width:72%
    }
  }
  @media (min-width: 1560px) and (max-width: 1650px) {
      .line {
      left: 33%;
      top:30px;
      width:72%
    }
  }
  @media (min-width: 1630px) and (max-width: 1821px) {
      .line {
      left: 38%;
      top:30px;
      width:77%
    }
  }
  @media (min-width: 1025px) and (max-width: 1445px) {
    .box {
      padding: 20px 70px;
      border-radius: 20px;
      background-color: #f9f9fb;
      max-width: 1450px!important;
      margin: 1rem;
      display: flex;
      flex-direction:column;
      justify-content: flex-start;
      gap: 30px;
      width: 100%;
      border: 1.5px solid #e9e9e9;
    }
  }


#faq {
  padding: 65px 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 h4 {
  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;
}
.faq-icon {
  font-size: 55px;
    color: #2137c4;
    margin-top: 100px;
}
/* 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 24px;
  margin: 10px 10px 20px 20px;
  width: 95%;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-question h4 {
  font-size: 18px;
  font-weight: 500;
  padding-left: 5px;
  margin-bottom: 2px;
}

/* Icon styling */
.faq-question i {
  font-size: 14px;
  background-color: #6675d7;
  color: white;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 27px!important;
  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;
  font-weight: 400;
  /* 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 h4 {
    background-color: transparent !important;
    box-shadow: none !important;
}
@media (max-width: 912px) { 
  .faq-question  {
    width: 93%;
    margin: 10px;
    text-align: left;
    font-size: 16px;
  }
}

.communication-btn {
  background-color: white;
  border: 2px solid #2137c4;
  color: #2137c4;
  padding: 14px 27px;
  font-size: 17px;
  font-weight: 400;
  border-radius: 100px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
 
}
.communication img {
  margin-top: 80px;
  margin-bottom: 20px;
}

.communication-btn:hover {
  background-color: #2137c4;
  border-color: #2137c4;
  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: 85vh;
}

.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; */
  justify-content: center!important;
}

.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%;
}
.input-form:focus {
   border-color: #6ba0fb; /* Light blue border */
  outline: none;
  box-shadow: 0 0 0 4px rgba(164, 194, 244, 0.35); 
}
.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: -79px;
}
.consent_checkbox a {
 all: unset;
}
.consent_checkbox:hover a {
 text-decoration: underline;
 cursor: pointer;;
}
@media (min-width: 1024px) and (max-width: 1044px) { 
  .form-section {
    min-height: 68vh;
  }
}
@media (min-width: 310px) and (max-width: 360px) { 
  .interest-form {
    min-width: 279px!important;
  }
}
@media (max-width: 912px) { 
  .form-image {
    display: none;
  }
  .form-container {
    padding: 10px;
    display: flex;
    justify-content: center;
    padding-left: 0px;
  }
  
.form-section {           
  min-height: 60vh;
}
  .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: 912px) { 
  footer {
        text-align: left !important;
    }

    footer .container {
        padding-left: 10px;
        padding-right: 33px; 
    }

    footer .row {
        text-align: left !important;
    }

    footer .col-12, footer .col-6 {
        text-align: left;
    }

    /* footer .d-flex {
        justify-content: flex-start; 
    } */

    footer a {
        text-align: left;
    }

    footer .social-media-icons {
        text-align: left;
    }
}
@media (min-width: 430px) and (max-width:767px) {
  .communication {
    justify-content: space-between!important;
    gap: 87px!important;
  }
  .offices {
    justify-content: space-between!important;
    gap: 30px!important;
  }
 }
@media (max-width: 912px) { 
  .social-icon {                  
            font-size: 1.5rem;
        }
  .social-icons-container {
            display: flex;
            justify-content: center; 
            align-items: center; 
            gap: 5px; 
            margin-top: 5px;
        }
        .doc-container {
          flex-direction: column!important;
        }

}
/* @media (min-width: 1024px) and (max-width: 1044px) {  
#doc {
  min-height: 47vh!important;
}
} */
@media (min-width: 1100px) and (max-width:1650px) { 
   #doc {
            margin-left: 100px;
        } 
        .doc-text {
          width: 75%!important;
        }
}
         #doc {
            display: flex;
            justify-content: right;
            min-height: fit-content;
            padding-bottom: 10vh!important;
        } 

@media (min-width: 911px) and (max-width: 913px) {
  .left-half {
    margin-top: 160px !important;
  }

  /* .right-half {
    margin-bottom: 100px !important;
  } */

  /* .doc-container {
    height: 70vh !important;
  } */
}

.container4 {
  max-width: 2000px;
}
    /* Αριστερή στήλη με την εικόνα */
        .left-half {
            width: 50%;
            display: flex;
            justify-content: center; /* Στοίχιση της εικόνας στο κέντρο του αριστερού μισού */
            align-items: center;
        }
.left-half img {       
            max-width: 100%!important; 
            height: auto; 
            width: 84% !important;

        }
.doc-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1657px;
  gap: 27px;
}
    /* Δεξιά στήλη με τα κείμενα */
        .right-half {
                width: 50%;
            display: flex;
            flex-direction: column;
            justify-content:center;
            align-items: flex-start;
        }

    /* Στυλ για το κείμενο h4 και h5 */
        .text, .text2 {
            text-align: left; /* Αριστερή στοίχιση */
            margin: 0;        /* Καταργεί τα περιθώρια */
            padding: 0;       /* Καταργεί το γέμισμα */
            width: 100%;      /* Εξασφαλίζει ότι τα κείμενα θα καταλαμβάνουν όλο το πλάτος */
        }

    /* Μπορείς να προσθέσεις περιθώριο κάτω από το h4 για απόσταση */
        .text {
            margin-bottom: 10px;
        }

    /* Προαιρετικά: Αν θέλεις η εικόνα να έχει κάποια απόσταση από το κείμενο */
        .left-half img {
            margin-bottom: 20px; /* Δίνει απόσταση από το κείμενο στη δεξιά στήλη */
        }

        .highlight {
            font-weight: bold; /* Αν θέλεις να ξεχωρίζεις το span */
        }


.left-half {
    width: 50%; /* Το αριστερό μισό για την εικόνα */
    /* margin-left: 100px; */
}

.left-half img {
    width: 100%; /* Κάνει την εικόνα να καταλαμβάνει όλο το πλάτος του μισού */
    height: auto; /* Διατηρεί τις αναλογίες της εικόνας */
}

/* .right-half {
    width: 50%; 
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
} */

.right-half .text {
    font-size: 40px; 
    color: #1c4ac9; 
    font-weight: 200;
}

.right-half .highlight {
    font-weight: 900; /* Κάνει τη φράση bold */
    color: #2d52b9; /* Σκούρο μπλε χρώμα */
}

.right-half .text2 {
    font-size: 18px; /* Μικρότερο μέγεθος κειμένου */
    color: #310e92; /* Σκούρο μπλε χρώμα */
    margin-top: 20px; /* Απόσταση από το κείμενο πάνω */
    text-align: justify;
    white-space: pre-wrap;
    line-height: 0.5;
}

.right-half .bold-text {
    font-weight: bold; /* Κάνει το κείμενο bold */
}

/* .line {
  display: inline-block;
  width: 100%;
  text-align: justify;
} */

.text-container {
  width: 100%; /* Διασφαλίζει ότι το κείμενο και το κουμπί θα καταλαμβάνουν όλο το πλάτος */
  text-align: left; /* Στοιχίζει τα περιεχόμενα αριστερά */
}
.oval-button {
  background-color: white;
  border: 2px solid #143cdc;
  color: #143cdc;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
}

.oval-button:hover {
  background-color: #4d70e3;
  border-color: #4d70e3;
  color: white;

}
.oval-button svg {
  padding-right: 5px;
}
.doc-text  {         
  color: #000000 !important;
  /* padding-right: 400px; */
  line-height: inherit;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 200;
  width: 64%;
  font-size: 20px;
}
.arrow {
  font-size: 20px; /* Μέγεθος του συμβόλου ">" */
}

@media (min-width: 430px) and (max-width: 431px) {
  .stepOneTwo {
    margin-top: 10px !important;

  }
}

/* @media (min-width:600px) and (max-width:780px) {
  footer .col-12, footer .col-6 {
        text-align: left !important;
  }

  footer .d-flex {
        justify-content: left !important; 
    }
} */
@media (min-width: 913px) and (max-width: 1024px) {
.right-half {
  width: 50%;
}
}
@media (min-width: 769px) and (max-width: 912px) {
.right-half {
  width: 80%;
}
}
@media (min-width: 668px) and (max-width: 767px) {
    .left-half img {
    width: 66%!important;
    }}
@media (min-width: 768px) and (max-width: 912px) {
    .left-half img {
    width: 100%!important;
    }
}
@media (max-width: 768px) {
    /* Αφαιρούμε τα περιθώρια και το padding από το body και το html */
    body, html {
        margin: 0;
        padding: 0;
        width: 100%; /* Εξασφαλίζει ότι το body καταλαμβάνει το πλήρες πλάτος */
        height: 100%; /* Εξασφαλίζει ότι το body καταλαμβάνει όλο το ύψος */
        overflow-x: hidden; /* Αποτρέπει οριζόντια κύλιση αν το περιεχόμενο ξεπερνά το πλάτος */
    }

    /* Κείμενο και περιεχόμενο στη δεξιά στήλη */
    .right-half .text {
        font-size: 30px; /* Μειώστε το μέγεθος για κινητά */
        line-height: 1.4;
        text-align: left; /* Στοίχιση του κειμένου αριστερά */
        width: 100%; /* Εξασφαλίζει ότι το κείμενο καταλαμβάνει όλο το πλάτος */
        margin: 0; /* Αφαιρούμε τα περιθώρια */
        padding: 0; /* Αφαιρούμε το padding */
        box-sizing: border-box; 
        overflow-wrap: break-word; 
        
    }

    /* Κουμπί - Στοίχιση και πλήρες πλάτος */
   .oval-button {
       width: 100%; 
        padding: 15px 27px; 
        font-size: 17px; 
        margin-top: 20px; 

    }

    .stepOneTwo {
    margin-top: 5px;
  }

    /* Ρύθμιση για την εικόνα στην αριστερή στήλη */
    .left-half img {
        width: 86%; 
        height: auto; /* Διατηρεί τις αναλογίες της εικόνας */
        margin-left: 0; /* Αφαιρούμε το περιθώριο από την αριστερή πλευρά */
       
    }

    /* Ρύθμιση διάταξης για κινητές συσκευές */
    #doc {
        flex-direction: column; 
        width: 100%; 
        padding: 40px; 
        margin: 0; 
       
    }

    .left-half,
    .right-half {
        width: 100%; /* Κάνει τις στήλες να καταλαμβάνουν όλο το πλάτος */
        margin: 0; /* Αφαιρούμε τα περιθώρια */
        padding: 0; /* Αφαιρούμε το padding */
    }

    /* Αφαίρεση απόστασης μεταξύ του κειμένου και της εικόνας */
    .right-half .text,
    .right-half .text2 {
        width: 100%; /* Εξασφαλίζει ότι το κείμενο καταλαμβάνει όλο το πλάτος */
    }
    .doc-text {
      padding-right: 0px;
      font-size: 18px;
      width:100%;
    }

    .process-header h4 {
      padding: 0px 50px;
    }

    .mobile-text { 
    display: block !important; 
    font-size: 35px; 
    color: #1c4ac9; 
    font-weight: 200;
  }
}

@media (width: 768px) {
  .mobile-text { 
    display: block !important; 
    font-size: 35px; 
    color: #1c4ac9; 
    font-weight: 200;
  }
  .right-half .text { 
    display: none !important; 
  }
}


