@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family:inter;
}


h1{
    font-family:inter; 
    font-size: 2.5rem;
    color: #1F487E;
    font-weight: 600;
    line-height: 53px;
    margin-bottom: 1rem;
    letter-spacing: 4px
}
h2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.75rem;
  color: #333;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
h3{
   font-family:inter; 
}
p{
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: #444;
    margin-bottom: 1rem;
}

a{
    font-family:inter;
}
.justify-between {
    align-items: center;
    justify-content: space-between;
}
.navbar-nav>li>a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

ul.hidden-xs.nav.nav-pills.navbar-center > li.active > a{
    color: rgb(241, 111, 30);
    font-weight: 600;
    border: 2px solid rgb(241, 111, 30);
    border-radius: 85px;
}
nav.navbar.navbar-static{
    padding:0;
}

@media (max-width: 767px){
    .flex {
        flex-direction: column;
    }
        .items-center{
            align-items: start!important;
        }
    }

.send-btn{
    border-radius:60px !important;
    padding:14px 28px !important;
    font-weight:700 !important;
}
.orange-btn>a{
    color:#fff!important;
    background: #1F487E;
    border-radius: 60px;
    padding:14px 25px !important;
}
.orange-btn>a:hover{
    background:#1F487E !important;
    color:#fff!important;
}
.email-one{
    background:#fff !important;
    border-color:#fff !important;
    border-radius:0 !important;
}
.arrow{
    color:#1F487E !important;
    background:#fff !important;
    padding:14px 30px !important;
}
.scroll-up-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;    
  background-color: #1f487e;
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.scroll-up-btn,.scroll-up-btn:visited,.scroll-up-btn:hover,
.scroll-up-btn:active {
  color: white;
  text-decoration: none;
}

.scroll-up-btn:hover {
  background-color: #ff8f00;
  transform: translateY(-4px);
}

#message.form-control{
    background: transparent !important;
    border: 1px solid #1F487E !important;
}
@media(max-width:576px){
   .orange-btn>a{
    color:#000!important;
    background: none!important;
    border-radius: none !important;
    padding: 10px 15px !important;
    } 
    
    nav.navbar.navbar-static{
        padding-bottom: 7px !important;
        padding-top: 7px !important;
    }
    .image{
        margin-left:0 !important;
        width:200px !important;
    }
}
@media(max-width:768px){
    .no-padd{
        padding-left:0 !important;
        padding-right:0!important;
        padding: 30px 15px !important;
    }
}

.footer-text, .footer-text>a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.owl-carousel .owl-item img {
    height: 350px;       
    object-fit: cover;   
    width: 100%;
    border-radius: 6px;  
}
.owl-carousel .owl-item {
    padding: 0 10px; 
}

.bio-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #e0d9c6;
  padding: 20px 0;
  flex-wrap: wrap; /* για σπάσιμο σε μικρές οθόνες */
}

.bio-block img {
  width: 200px;
  height: auto;
  border-radius: 6px;
  flex-shrink: 0;
}

.bio-block .bio-text {
  flex: 1;
  min-width: 250px;
}

.bio-block h2 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #f16f1e;
  margin: 0 0 10px;
}

.bio-block p {
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 15px;
}

.bio-block p strong {
  font-weight: 600;
}

/* Responsive για κινητά */
@media (max-width: 768px) {
  .bio-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bio-block img {
    width: 100%;
    max-width: 300px;
  }

  .bio-block .bio-text {
    text-align: left;
    margin-top: 15px;
  }
}

