:root {
  --text: #1c1c1c;
  --muted: #6f6f6f;
}


/* Ορισμός βάσης στο σώμα */
html,
body,
p,
div,
.uc-lead {
  font-family: 'tt-commons-pro';
  font-weight: 400;
  /* Book */
}

/* Τίτλοι με DemiBold */
.uc-title,
h1,
h2,
h3,
.fw-semibold {
  font-weight: 600;
  /* DemiBold */
}


html,
body {
  height: 100%;
}

body {
  color: var(--text);
  background: #fbfbfb;
}

/* ——————————————————  GENERAL CONTAINER WIDTH —————————————————— */
.container {
  width: 100%;
  max-width: 100% !important;
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}


/* ——————————————————  HERO με background κάτω δεξιά —————————————————— */
.uc-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-image: url('../../assets/images/bg_img.jpg');
  /* δικό σου αρχείο */
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 100%;
  /* ύψος εικόνας ~70% του viewport */
}

/* ——————————————————  LOGO δεξιά (ή κέντρο σε tablet/mobile) —————————————————— */
.uc-logo {
  height: auto;
  width: auto;
}

/* ——————————————————  TYPOGRAPHY —————————————————— */


.uc-contact p {
  margin: 0 0 .75rem 0;
}

h1.uc-title {
  font-size: 3.125rem;
  line-height: 3.3rem;
}

.uc-lead {
  font-size: 1.875rem;
  line-height: 1.625rem;
  letter-spacing: 0;
  font-weight: 300;
  max-width: 400px;
}

.uc-muted-title {
  color: #606261;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}


.uc-info a,
.uc-info {
  color: #1E1E1E;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}


.text-container {
  margin-top: 10rem;
}



/* ——————————————————  RESPONSIVE —————————————————— */

@media (max-width: 1320px) {
  .uc-info {
    max-width: 290px !important;
  }
}

@media (max-width: 1100px) {
  .uc-info {
    max-width: 290px !important;
  }

  .uc-hero {
    background-size: 100% 100%;
  }

  .info.text-container {
    margin-top: 2rem;
  }

  .uc-info {
    max-width: 295px !important;
  }
}

@media (max-width: 1062px) {
  .uc-info {
    max-width: 295px !important;
  }
}

@media (max-width: 991px) {
  .uc-hero {
    background-size: 105% 69%;
  }
  /*.uc-hero {*/
  /*  background-size: 122% 69%;*/
  /*}*/

  .text-container {
    margin-top: 3rem;
  }
}

@media (max-width: 890px) {
  h1.uc-title {
    font-size: 2.8rem;
    line-height: 2.9rem;
  }
  .uc-lead {
    font-size: 1.7rem;
    line-height: 1.8rem;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 768px) {
  .uc-hero {
    background-size: 118% 69%;
  }
}


@media (max-width: 670px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .uc-hero {
    background-size: 115% 41%;
}
  /*.uc-hero .container {*/
  /*  background-color: #fbfbfb;*/
  /*}*/
  .uc-logo {
    height: auto;
    width: auto;
    max-width: 54%;
  }
  h1.uc-title {
    font-size: 2.4rem;
  }
  .uc-lead {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 1rem !important;
  }


}

@media (max-width: 480px) {
  .uc-logo {
    height: auto;
    width: auto;
    max-width: 68%;
  }

  /*h1.uc-title {*/
  /*  font-size: 2.9rem;*/
  /*  line-height: 2.9rem;*/
  /*}*/
}
@media (max-width: 480px) {
    .uc-logo {
        max-width: 54%;
    }
	    h1.uc-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
	    .info.text-container {
        margin-top: 1rem;
    }
	.uc-lead {
    font-size: 1.5rem;
    line-height: 1.6rem;
      margin-bottom: 1rem !important;
}
}

@media (max-width: 400px) {
  .text-container {
    margin-top: 2rem;
  }
  .uc-hero {
    min-height: 103vh;
  }
  h1.uc-title {
    font-size: 2.2rem;
  }
  .uc-lead {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.6rem;
  }
  .uc-muted-title {
    font-size: 0.85rem;
    line-height: 1rem;
  }
  .uc-info a, .uc-info {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 348px) {
  .uc-hero {
    min-height: 105vh;
  }
}



@media (max-width: 320px) {
  .text-container {
    margin-top: 1.5rem;
  }

  h1.uc-title {
    font-size: 1.8rem;
  }
  .uc-lead {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.7rem !important;
  }
  .uc-muted-title {
    font-size: 0.95rem;
    line-height: 1.1rem;
  }
  .uc-info a, .uc-info {
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  .uc-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    z-index: 100;
  }
  .uc-hero > *,
  .row > * {
    position: relative;
    z-index: 101 !important;
  }
}
