/* https: //umb-4553t5.s3.eu-west-1.amazonaws.com/xxx/media/social.webp */


/* Bebas */
@font-face {
  font-family: 'Magical';
  src: url('https://umb-4553t5.s3.eu-west-1.amazonaws.com/8737/fonts/MagicalBrush.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



:root {
  --max-w: 1600px;
  --magical: 'Magical',cursive;
  --green: #16643D;
  --blue-bg: #B4E0F9;
  --blue-lgt:#C5EAFF;
  --blue-txt:#427591;
  --grey: #6F6F6F;
  --yellow: #F5BB00;
  --blue-btn: #427591;
}


body {
  font-family: var(--magical);
  font-weight: 400;
  font-size: 18px;
  color: var(--blue-txt);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  background-color: var(--blue-bg);
  color: var(--blue-txt);
}

.text-warning{color: #F5BB00!important;}
.text-success{color: var(--green) !important;}
.text-primary {color: var(--blue-txt) !important;}
.bg-success{background-color: var(--green) !important;}

section{
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}

.page-wrapper{
  max-width: 1800px;
    width: 100%;
    margin: 0 auto;
}

.form-section{
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

.main-section {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

.terms-section {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}



.logo {
  display: block;
  width: clamp(230px, 45vw, 365px);
}

.site-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.8rem;
  background-color: var(--green);
}
.hero-header{
  background-color: var(--blue-lgt);
}
.hero-title{
  font-size: 56px;
  letter-spacing: 1.12px;
}


.main-title {
  font-size: 27px;
  letter-spacing: 0.66px;
}

.md-title{
  font-size: 27px;
}
.sub-title {
  font-size: 20px;
}

.notes{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}
.short-terms{
  font-size: 11px;
  opacity: 0.6;
  line-height: 17px;
}

.form-text{
  color: var(--grey);
  font-size: 17px;
  font-style: normal;


}



.btn.btn-warning {
  height: 54px;
  border-radius: 5px;
  background: var(--yellow);
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.2s ease;
  letter-spacing: -0.88px;
  color: #fff;
  letter-spacing: 0.68px;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning:focus-visible,
.btn.btn-warning:first-child:active,
:not(.btn-check)+.btn.btn-warning:active {
  background: var(--yellow);
  filter: brightness(1.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}

.btn.btn-primary {
  height: 45px;
  border-radius: 5px;
  background: var(--blue-btn);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.2s ease;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:focus-visible,
.btn.btn-primary:first-child:active,
:not(.btn-check)+.btn.btn-primary:active {
  background: #8CC6E6;
  filter: brightness(1.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}




.form-control,.form-select 
{
  border-radius: 8px;
  color: var(--grey);
  background-color: #fff;
  border: none;
  border-radius: 8px;
  height: 41.5px;
  font-size: 17px;
}
.upload-label {
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 20px;
  background-color: #fff;
  border-radius: 8px;
}

 /* FORM */
  

    .form-floating>.form-control,
    .form-floating>.form-control-plaintext,
    .form-floating>.form-select {
      height: 40px !important;
      padding-bottom: 5px !important;
    }
  
    .form-floating>.form-control,
    .form-floating>.form-control-plaintext,
    .form-floating>.form-select {
      line-height: 1.25;
    }
  
    .form-floating>.form-select {
      /* padding-top: 12px !important; */
      padding-top: 6px !important;

    }
    .form-floating>.form-control-plaintext:focus,
    .form-floating>.form-control-plaintext:not(:placeholder-shown),
    .form-floating>.form-control:focus,
    .form-floating>.form-control:not(:placeholder-shown) {
      padding-top: 1.1rem;
    }
  
    .form-floating>label {
      top: -8px;
    }
  
    .form-check-input {
      border-radius: 5px !important;
      border: none;
      width: 22px;
      height: 22px;
      background: #FFF;
      box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.22);
    }
  
    .form-check .form-check-input {
      margin-left: -32px;
      margin-top: 10px;
    }
  
    .form-check-label {
      padding-top: 3px !important;
      padding-left: 3px;
    }
  

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: inherit;
}

.age-card .form-select{
  color: var(--blue-txt);
  text-align: center;
  text-align-last: center;
  -webkit-text-align-last: center;
}

/* ============================================================
   ROOT FIX
   ============================================================ */
html {
  overflow-x: clip;
  /* clip αντί hidden — δεν δημιουργεί scroll context */
}

body {
  overflow-x: clip;
}
/* ============================================================
   FOOTER SECTION
   ============================================================ */
/* .gg-decorative-outer {
  width: 100%;
} */

.greenGiant-bg {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  margin-top: 0;
  font-size: 0;
  line-height: 0;
  z-index: -1;
}

.gg-hills {
  display: block;
  width: 100%;
  height: auto;
}

.gg-giant {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 118%;
  width: auto;
  z-index: 2;
}

@media (min-width: 768px) {

.main-title {
    font-size: 33px;
    letter-spacing: 0.66px;
  }
  .greenGiant-bg {
    margin-top: -3vw;
  }

  .gg-giant {
    height: 100%;

  }
}

@media (min-width: 992px) {
  .greenGiant-bg {
    margin-top: -18vw;
  }

}

@media (min-width: 1400px) {
  .greenGiant-bg {
    margin-top: -410px;
  }

}

.modal-content{
  background-color: var(--blue-bg);
}