/*
Theme Name: Gifts To Impress Temporary
Author: Comceptum
Author URI: https://comceptum.nl
Description: Tijdelijke pagina voor Gifts To Impress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: giftstoimpress
*/

body {
  font-family: "mic-32-new-web", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  height: 100vh; /* Full viewport height */
  overflow: hidden; /* Prevent body overflow */
  display: flex;
  flex-direction: column;
}

@font-face {
  font-family: "MoneerBold";
  src: url("https://giftstoimpress.nl/wp-content/themes/gifts-to-impress/fonts/MoneerBold/MoneerBold.eot"); /* IE9 Compat Modes */
  src: url("https://giftstoimpress.nl/wp-content/themes/gifts-to-impress/fonts/MoneerBold/MoneerBold.eot?#iefix")
      format("embedded-opentype"),
    url("https://giftstoimpress.nl/wp-content/themes/gifts-to-impress/fonts/MoneerBold/MoneerBold.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("https://giftstoimpress.nl/wp-content/themes/gifts-to-impress/fonts/MoneerBold/MoneerBold.woff")
      format("woff"),
    /* Modern Browsers */
      url("https://giftstoimpress.nl/wp-content/themes/gifts-to-impress/fonts/MoneerBold/MoneerBold.ttf")
      format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

.container-fluid {
  max-height: 100vh; /* Full viewport height */
  overflow: hidden; /* Prevent container overflow */
  display: flex;
  flex-direction: column;
}

.gti-container {
  position: relative;
  width: 100%;
  height: 100%;

  @media screen and (max-width: 991px) {
    overflow-y: scroll !important;
  }

  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gti-image {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100%; /* 1:1 Aspect Ratio */
  overflow: hidden;
  margin: 0 auto; /* Center the image */
  min-height: 300px;
}

.gti-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gti-info {
  background-color: #bae4f5;
  color: #272262;
  position: relative;
  max-height: 100vh; /* Full viewport height */
  flex: 1;
  p {
    font-size: 30px;
    line-height: 36px;
  }
}

.gti-contact-info {
  h2 {
    line-height: 1.6rem;
  }
}

@media screen and (min-width: 992px) {
  .gti-scrollable-container {
    overflow: scroll;
    height: 100%;
    overflow-x: hidden;
  }
}

.logo {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .logo img {
    position: relative;
    width: 50% !important;
  }
}

@media screen and (max-width: 1250px) {
  .logo img {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 1250px) {
  .logo img {
    position: absolute;
    top: 5rem;
    left: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .gti-contact-info,
  .gti-info-text {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center vertically */
    align-items: flex-start;
    height: 100%; /* Ensure it takes full height of parent */
    width: 100%; /* Ensure it takes full width of parent */
    padding: 1rem 2rem;
    overflow: hidden;
  }

  .gti-info-text {
    text-align: left;
    font-weight: 700;
  }

  .gti-content {
    position: absolute;
    bottom: 2rem;
    left: 0.5rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 1250px) {
  .gti-contact-info,
  .gti-info-text {
    padding: 0rem;
  }
}

.gti-content {
  padding: 2rem;
  overflow: hidden;
}

.logo {
  padding: 3rem;
}

.gti-plank img {
  padding-right: 5rem;
  padding-left: 5rem;

  @media screen and (max-width: 1664px) {
    width: 100%;
  }

  @media screen and (max-width: 991px) {
    height: 50%;
    width: auto;
  }
}

.gti-grafeer {
  background-color: #f1ede3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

.gti-grafeer--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  width: 100%;
}

.gti-grafeer--text {
  font-size: 4vw;
  color: #f15630;
  font-weight: 700;
  transform: rotate(-4deg); /* Slightly diagonal */
  line-height: 3.9vw;

  @media screen and (max-width: 991px) {
    font-size: 10vw;
    line-height: 7.9vw;
  }
}

.gti-grafeer--subtext {
  color: #f15630;
  font-weight: 700;
  transform: rotate(-4deg); /* Slightly diagonal */
  width: 25rem;

  @media screen and (max-width: 991px) {
    font-size: 5vw;
  }
}

@media screen and (max-width: 992px) {
  .gti-glass-img-container {
    display: none;
  }
}

.gti-gravure {
  background-color: #f194bf;
  color: #272262;

  @media screen and (min-width: 991px) {
    .gti-gravure-content {
      margin-top: 8rem;
    }
  }

  @media screen and (min-width: 1664px) {
    h2,
    p {
      position: absolute;
      left: 1.5rem;
    }

    h2 {
      margin-top: 50%;
      width: 50%;
      text-align: left;
      font-size: 2rem;
    }

    p {
      margin-top: 77%;
      width: 50%;
      text-align: left;
      line-height: 1.2rem;
    }

    .gti-gravure-content {
      margin-top: 0rem;
    }
  }

  @media screen and (max-width: 991px) {
    .gti-gravure-content {
      margin-top: 10rem;
      margin-bottom: 10rem;
      width: 100%;

      h2 {
        font-size: 55px;
      }

      p {
        font-size: 25px;
      }
    }
  }

  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;

  img {
    position: absolute;
    left: 1.5rem;
  }
}

.gti-btn {
  background-color: #f194bf !important;
  color: #272262 !important;
  border: 1px solid #f194bf !important;
}

.gti-logo-grouped {
  background-color: #bae4f5;
  width: 100%;
  height: 100%;
}

.gti-contact-form {
  background-color: #272262;
  width: 100%;
  padding-bottom: 100%; /* 1:1 Aspect Ratio */
  height: 100%;
  padding-top: 5rem !important;

  .form-group {
    margin-top: 8px;
  }

  .form-control {
    background-color: #f1ede3;
    color: #272262;
    border-radius: 0 !important;

    &:active {
      background-color: #f1ede3;
      color: #272262;
    }

    &::-webkit-input-placeholder {
      color: #272262;
    }
  }
}

.gti-grid {
  width: 100%;
  height: 100%;
}

.gti-contact-info,
.gti-gravure,
.gti-grafeer {
  font-family: "MoneerBold", sans-serif;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
  max-width: 100%;
  margin-bottom: 8px !important;
  padding: 4px;
  resize: none;
  background-color: #f1ede3;
  color: #272262;
  border-radius: 0 !important;

  &:active {
    background-color: #f1ede3;
    color: #272262;
  }

  &::-webkit-input-placeholder {
    color: #272262;
  }
}
.wpcf7-form-control-wrap select {
  min-width: 100%;
}

.wpcf7-submit {
  background-color: #f194bf !important;
  color: #272262 !important;
  border: 1px solid #f194bf !important;
}

.wpcf7-response-output {
  padding: 20px;
  background-color: #f1fff7;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #fff;
}
