body header .bannerwrapper{
    height: calc(100% - 52px);
    overflow: hidden;
}

/* TAGLINES */
body .taglineoverlay{
  bottom: 190px;
  .taglines .tagline .taglineinner{
  & > .title{
    font-size: calc(var(--fs1) + 5px) !important;
    font-weight: 900;
    color: rgb(var(--color3));
    letter-spacing: 0.06en;
  }
  & .subtitle{
    font-size: var(--fs3) !important;
  }
}
}


/* QUICK LINKS */
body section.mod_circles_concertina.homequicklinks{
    z-index: 1;
}
body section.mod_circles_concertina.homequicklinks div.Concertina>ul>li .Item{
    padding: 0;
    & > .ItemBefore{
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    & > .ItemInner{
        & > .Title{
            font-weight: 900;
            font-size: 23px;
            letter-spacing: 0.03em;
        }
        & > .ItemContent::before{
            content: 'FIND OUT MORE';
        }
    }
}

/* WELCOME SECTION */
body section.mod_chunky_welcome.homewelcome{
    padding-top: 25px;
    position: relative;
    & > div.Welcome{
        & > div.WelcomeFlex{
        --welcome-max-width: 1000px;
        padding-right: 0;
        padding-left: min(var(--welcome-max-width) / 2.22, 45%);
        label{
            border-radius: 20px;
            background-color: rgb(var(--color7)) !important;
            color: white;
            border-radius: 23px;
            font-size: 14px;
            max-width: 220px;
            font-weight: 700;
            padding: 9px 10px;
            border: none !important;
        }
        & > .Title{
            font-size: var(--fs4) !important;
            text-transform: uppercase !important;
            letter-spacing: 0.03em !important;
            & > span{
                font-weight: 900;
                font-size: var(--fs1) !important;
                padding-left: 0 !important;
                text-transform: uppercase !important;
                letter-spacing: 0.03em;
            }
        }
        & > .ItemImage{
            left: 0;
            right: auto;
            & > .ItemBefore{
                border-radius: 50%;
            }
        }
    }
    &::before{
        content: '';
        position: absolute;
        width: 500px;
        height: 500px;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-image: var(--welcomewatermark);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 5% bottom;
        width: 100%;
        max-width: 1400px;
    }
    }
    &::before{
        content: '';
        position: absolute;
        width: 100%;
        max-width: 1400px;
        height: calc(100% + 205px);
        top: -205px;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgb(var(--color5));
    }
} 
body section.mod_chunky_welcome.homewelcome div.Welcome>div.WelcomeFlex input:checked+label{
    background-color: rgb(var(--color1)) !important;
}

/* TESTIMONIAL SLIDER */
body section.homeslider{
  --SliderGridGap: 20px;
  --SliderItemMinWidth: 290px;
  --cutoff-overlap: 220px;
  position: relative;
  background-color: rgb(var(--color4));
      padding: 150px 20px 100px 20px !important;
    margin-top: -160px !important;
    padding-right: 350px !important;
  & > h2.bloqTitle{
    text-align: center;
    margin: 0px 0 65px 0;
    color: white;
    span{
      display: block;
    }
  }
  & > div.Slider{
        margin-right: auto;
    max-width: 1000px;
    & > .nav{
      &.next{
        right: -320px;
        top: calc(50% - 60px);
      }
      &.last{
        left: auto;
        right: -320px;
        top: calc(50% + 10px);
      }
    }
    & > .SliderInner>ul>li .Item{
      & > .ItemInner{
        background-color: transparent;
        z-index: 1;
        & > .ItemContent .paracontent .cardBottomLinks{
          width: fit-content;
          border-top: none;
          padding: 0 0;
          position: static;
          label{
            display: inline-grid;
          place-items: center;
          padding: var(--button-padding);
          color: white;
          cursor: pointer;
          text-decoration: none;
          text-align: center;
          text-transform: var(--button-text-transform);
          border: 1px solid white;
          border-radius: var(--button-border-radius);
          font-family: var(--button-font-family);
          font-weight: var(--button-font-weight);
          line-height: 1.5em;
          z-index: 1;
          position: absolute;
          bottom: 40px;
          left: 50%;
          transform: translateX(-50%);
          transition: 0.4s;
          opacity: 0;
          font-size: 0;
          background-color: transparent;
          top: auto;
          width: fit-content;
          height: fit-content;
          &:hover{
              background-color: white;
              color: rgb(var(--color1));
          }
          &::before{
            content: 'READ MORE';
            font-size: var(--button-font-size);
            line-height: 1.5em;
          }
          }
        }
        & > .ItemIcon{
          display: none;
        }
        /* & > .ItemIcon{
          display: inline-grid;
          place-items: center;
          padding: var(--button-padding);
          color: white;
          cursor: pointer;
          text-decoration: none;
          text-align: center;
          text-transform: var(--button-text-transform);
          border: 1px solid white;
          border-radius: var(--button-border-radius);
          font-family: var(--button-font-family);
          font-weight: var(--button-font-weight);
          line-height: 1.5em;
          z-index: 1;
          position: absolute;
          bottom: 40px;
          left: 50%;
          transform: translateX(-50%);
          transition: 0.4s;
          opacity: 0;
          font-size: 0;
          background-color: transparent;
              top: auto;
    width: fit-content;
    height: fit-content;
          &:hover{
              background-color: white;
              color: rgb(var(--color1));
          }
          &::before{
            content: 'READ MORE';
            font-size: var(--button-font-size);
            line-height: 1.5em;
          }
        }*/
        & > .Title{
          font-weight: 900;
          color: white;
        }
        & > .ItemSubtitle{
          color: white;
          font-size: 15px;
        }
      }
      &:hover{
        & > .ItemBefore{
          top: 0;
          left: 0;
          right: 0;
          bottom: 0px;
        }
        /* .ItemInner > .ItemIcon{
          opacity: 1;
        } */
         & > .ItemInner .ItemContent .paracontent .cardBottomLinks label{
          opacity: 1;
         }
        &::after{
          background: rgba(0, 0, 0, 0.5);
        }
      }
      &::before{
      }
      &::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
        transition: 0.4s;
      }
    } 
  }
  &::before{
    content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        right: -50px;
        background-image: var(--bgleft);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right bottom;
        opacity: 0.15;
  }
}

.StaffBloq .biopopup{
      top: 50%;
    transform: translate(-50%, -50%);
  & > .popupInner{
  min-height: 400px;
  padding: 40px 40px 40px 185px !important;
  background-color: rgb(var(--color1));
  & > .popupHeader{
    & > h4{
      font-weight: 900;
      color: white;
    }
    & > label.popupClose{
      min-width: 50px;
      max-width: 50px;
      min-height: 50px;
      max-height: 50px;
      border-radius: 50%;
      background-color: rgb(var(--color2));
      top: -22px !important;
      right: -22px !important;
      &:hover{
        background-color: rgb(var(--color3));
      }
    }
  }
  & > .popupContent{
    color: white;
  }
  &::before{
    content: '';
    position: absolute;
    width: 240px;
    height: 320px;
    border-radius: 15px;
    top: 40px;
    left: -100px;
    background-image: var(--item-image);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
} 

/* STUDENT VALUES */
.StudentValuesBloq{
    z-index: 1;
}
.studentvalues input{
  display: none;
}
.studentvalues{
  display: flex;
  gap: 100px;
  max-width: 1290px;
  margin: 0 auto;
  min-height: 600px;
  padding: 50px 20px 0 20px;
   & > .valuesleft{
    flex: 1 1 40%;
    & > .titleleft{
      font-size: var(--fs1);
      color: rgb(var(--color2));
      font-weight: 900;
      line-height: 1em;
      & > span{
        font-size: var(--fs4);
        color: rgb(var(--color1));
        display: block;
        font-weight: 400;
      }
    }
    & > .buttonstyle{
      margin: 40px 0 0 0;
    }
  }
  & > .valuesright{
    flex: 1 1 60%;
    position: relative;
    & > .valuesimagemain{
      width: 100%;
      height: 100%;
      background-image: var(--studentvalues);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
    }
  }
}
.valueslabel{
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: rgb(var(--color2));
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 17%;
      top: 35%;
      &.button2{
        left: 32%;
        bottom: 20%;
        top: auto;
      }
      &.button3{
        left: 46%;
        top: 35%;
      }
      &.button4{
        left: 60%;
        top: 43%;
      }
      &.button5{
        left: 78%;
        top: 39%;
      }
      &.close{
        top: -15px;
        right: -15px;
        bottom: auto;
        left: auto;
        z-index: 1;
        &::after{
          content: '\f00d';
        }
      }
      &::after{
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: '\2b';
      }
      &:hover{
        background-color: rgb(var(--color3));
      }
    }
.valuecontainer {
    display: none;
}

.tabclass:checked + .valuecontainer {
    display: flex;
}

.tabclass {
    display: none;
}

.valuecontainer {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100vw - 50px);
        max-width: 950px;
    & > .valuecontainerinner{
      display: flex;
    height: 450px;
    padding: 60px 50px;
    box-sizing: border-box;
    z-index: 100;
    color: #ffffff;
    
    /* Flexbox for the two columns */
    justify-content: space-between;
    gap: 40px;
    width: calc(100vw - 50px);
        max-width: 750px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    & > .valueoverlay{
              position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
        height: 100vh;
        background-color: white;
        opacity: 0.8;
    }
      z-index: 1;
    & > .imageleft{
       width: 180px;
            height: 300px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            position: absolute;
            left: -100px;
            bottom: 100px;
            z-index: 1;
    }
    & > .imageright{
      z-index: 1;
      width: 180px;
            height: 300px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            position: absolute;
            right: -100px;
            bottom: 100px;
        
    }
    &::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      background-color: rgb(var(--color1));
      z-index: 1;
    }
}

/* The vertical divider line */
.valueleft {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-right: 40px;
}

.valueleft, .valueright {
    flex: 1;
}
body .valuecontainer .valuecontainerinner .buttonstyle{
  background-color: transparent;
  border: 1px solid white;
  color: white;
  &:hover{
    background-color: white;
    color: rgb(var(--color1));
  }
}

/* Typography */
.valuetitle {
    font-family: 'Arial Black', sans-serif; /* Replace with your bold font */
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.valuetext {
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}
body section.homeslider {
    & > div.Slider{

    }
}
@media only screen and (max-width: 1000px){
    body{
        --hp-bloq-span-font-size: var(--fs2) !important;
    }
    body section.mod_chunky_welcome.homewelcome{
    padding-top: 25px;
    position: relative;
    & > div.Welcome{
        & > div.WelcomeFlex{
            padding-left: 0;
            & > .ItemImage{
                display: none;
            }
        }}}

    .studentvalues{
        flex-direction: column;
        gap: 30px;
        align-items: center;
        & > .valuesright{
            width: 100%;
            max-width: 400px;
            & > .valuesimagemain{
                height: 0;
                padding-bottom: 100%;
            }
        }
    }

    body section.homeslider{
        padding-right: 20px !important;
        --SliderGridGap: 20px !important;
        --SliderItemMinWidth: 260px !important;
        --cutoff-overlap: 0px !important;
        & > h2.bloqTitle{
            margin: 0px 0 105px 0;
        }
        & > div.Slider{
            max-width: none !important;
            margin: 0 auto !important;
            & > .nav{
            &.next{
                right: calc(50% - 40px);
                transform: translateX(50%);
                top: -80px;
            }
            &.last{
                left: auto;
                right: calc(50% + 40px);
                transform: translateX(50%);
                top: -80px;
            }
            }
        }
    }
}