header,
footer {
  display: none !important;
}
.pac-icon-query {
  font-size: 22px !important;
}
.pac-item {
  line-height: 60px !important;
  font-size: 22px !important;
}
.pac-icon-marker {
  font-size: 22px;
}
.pac-icon-marker {
  display: none;
}
.pac-item-query {
  font-size: 22px !important;
}
.pac-matched {
  font-size: 22px !important;
}
.modal-animation-in-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999999999999;
}
#country-code {
  width: 100%;
  height: 50px; /* Adjust the height as needed */
  font-size: 16px; /* Adjust font size as needed */
}

/* Styling the select2 container */
.select2-container {
  /*//width: 100% !important;*/
  height: 50px !important; /* Adjust the height as needed */
}

/* Styling the selection area */
.select2-selection {
  height: 50px !important; /* Adjust the height to match the dropdown height */
  font-size: 16px !important; /* Adjust font size as needed */
  display: flex;
  align-items: center;
}

/* Styling the rendered value inside the selection */
.select2-selection__rendered {
  height: 50px !important; /* Adjust the height as needed */
  font-size: 16px !important; /* Adjust font size as needed */
  display: inline-flex !important;
  align-items: center;
}

/* Styling the flag icon and the country code text */
.select2-selection__rendered img.flag-icon {
  margin-right: 8px;
  width: 24px; /* Adjust as needed */
  height: 18px; /* Adjust as needed */
}
.select2-selection {
  height: 60px !important; /* Adjust the height as needed */
}
/* Styling the arrow */
.select2-selection__arrow {
  height: 50px !important;
}
.modal-wrapper-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.container-full {
  width: 100vw;
}

.predict-btn {
  background: #213ae7;
  color: #fff;
  border-radius: 6px;
  padding: 10px 30px;
  border: 0;
  display: table;
  margin: 0px auto;
  text-transform: uppercase;
  width: 150px;
  height: 70px;
  font-size: 20px;
  font-weight: 650;
}

.price-predict {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  /* Center vertically */
  left: 50%;
  /* Center horizontally */
  transform: translate(-50%, -50%);
  /* Adjust for perfect centering */
  background-color: white;
  /* Optional, for better visibility */
  padding: 20px;
  border-radius: 10px;
  /* Optional, for aesthetics */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Optional, for depth */
}

.predict-title,
.predict-details {
  margin-bottom: 20px;
}

.predict-title span {
  font-size: 2rem;
  font-weight: 800;
}

.predict-details span {
  font-size: 1.5rem;
  font-weight: 600;
}

.predict-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* Space between buttons */
  width: 100%;
  /* Ensures proper alignment */
}

.predict-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #213ae7;
  /* Button color */
  color: white;
}

.predict-btn:hover {
  background-color: #0056b3;
  /* Hover effect */
}

#country-code {
  font-size: 16px;
  /* Adjust font size */
  height: 40px;
  /* Adjust height */
  padding: 5px;
  /* Add padding for better appearance */
  border: 1px solid #ccc;
  /* Optional: Customize the border */
  border-radius: 5px;
  /* Optional: Add rounded corners */
  appearance: none;
  /* Removes default styling for a more consistent look */
}

#order-form {
  max-width: 80vw;
}

.header-custom {
  position: absolute;
  top: 15px;
  left: 0;
}

/* .form-custom {
  margin-top: 80px;
} */

.container,
.col-right-in-container {
  position: relative;
}

.form-custom h1 {
  color: #000;
  font-size: 24px;
}

.form-custom label {
  margin-top: 25px;
  font-size: 1.75rem;
  display: inline-block;
  margin-bottom: 0.25rem;
  color: #6b6d73;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 992px) {
    .center-absolute{
        top: 50% !important;
    }
  .col-right-in-container {
    padding-left: calc(50vw - 550px);
  }
  .container {
    max-width: 1100px;
    width: 100%;
  }
  .container-full {
    display: flex;
    align-items: center;
  }
  .content-therme-custom {
    max-height: 100vh;
    overflow: hidden;
  }
  .image-custom-feat {
    max-height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .image-custom-feat img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100vh;
    min-height: 100vh;
    max-width: fit-content;
    /* min-width: 100vw; */
    width: auto;
    /* height: auto; */
  }
}

.form-custom .form-group select {
  border: 1px solid #6b6d73 !important;
  min-height: 42px;
}

@media screen and (max-width: 991px) {
  .image-custom-feat {
    max-height: 50vh;
    min-height: 50vh;
    overflow: hidden;
    position: relative;
  }
  .form-custom .form-group.col-md-4 {
    width: 33%;
    float: left;
    padding-right: 0;
  }
  .form-custom {
    margin-left: 0 !important;
  }
  .form-custom .form-group.col-md-8 {
    width: 66%;
    float: left;
  }
  .image-custom-feat img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 50vh;
    min-height: 50vh;
    max-width: fit-content;
    min-width: 100vw;
    width: auto;
    height: auto;
  }
  .form-custom {
    margin: 70px auto 40px;
    display: table;
  }
  .header-custom {
    position: absolute;
    top: 15px;
    left: 30px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .form-custom {
    margin: 70px 0 20px;
  }
}

.form-custom label {
  margin-top: 25px;
  font-size: 1.75rem;
  display: inline-block;
  margin-bottom: 0.25rem;
  color: #6b6d73;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.form-custom {
  max-width: 100% !important;
}

.form-custom input[type="text"] {
  width: 100%;
  /* height: 90px; */
  height: 60px !important;
  font-size: 30px;
  font-weight: 650;
}

.form-custom input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.form-custom input[type="radio"]:checked + label {
  background: #213ae7;
  color: #fff;
  border: 1px solid #213ae7;
}

.form-custom input {
  font-size: 1rem;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #6b6d73;
  color: #000;
  line-height: 1.5;
}

.form-custom input[type="submit"] {
  background: #213ae7;
  color: #fff;
  border-radius: 6px;
  padding: 10px 30px;
  border: 0;
  margin: 10px 0 0;
}

.form-custom input[type="submit"]:hover {
  opacity: 0.9;
}

.radio_custom label {
  margin-left: 0;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #6b6d73;
}

.radio_custom {
  display: flex;
  align-items: center;
  margin: 5px 0 0;
  float: left;
  margin-right: 20px;
  max-width: 90px;
}

.form-custom h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 15px;
  font-weight: normal;
}

.form-custom .form-group {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}

.form-custom label {
  width: 100%;
}

.form-custom .radio_custom label {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  height: 50px !important;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1100px) and (min-width: 992px) {
  .col-right-in-container {
    padding-left: calc(50vw - 500px);
  }
  .header-custom {
    left: 30px;
  }
}

@media screen and (max-width: 767px) and (min-width: 391px) {
  .form-custom {
    min-height: calc(70vh - 90px);
    margin-bottom: 20px;
  }
  .image-custom-feat,
  .image-custom-feat img {
    min-height: 30vh;
    max-height: 30vh;
  }
  .container-full {
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
}

.cta-show-form button {
  background: #213ae7;
  color: #fff;
  border-radius: 6px;
  padding: 10px 30px;
  border: 0;
  display: table;
  margin: 0px auto;
  text-transform: uppercase;
  width: 400px;
  height: 90px;
  font-size: 30px;
  font-weight: 650;
}
.select2-selection__arrow {
  height: 40px;
}
.form-custom label,
.form-custom form input[type="text"] {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  height: auto;
  margin-bottom: 20px;
}

.form_wrapper .button_s,
.cta-show-form button {
  font-size: 24px;
  width: auto;
  height: auto;
}

.form-custom {
  position: absolute;
  top: calc(50vh - 300px);
  padding: 30px;
  border-radius: 12px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  width: 100%;
  z-index: 2;
  background: #fff;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.2);
  max-width: 75vw !important;
}

.page-template-template-therme::after {
  background-image: url(https://blue.ro/wp-content/themes/blue-theme/assets/images/new_therme_image.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .container-full {
    flex-direction: column;
    display: flex;
  }
  .container-full .col-xs-12 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .header-custom {
    z-index: 10;
  }
  .form-custom {
    position: absolute;
    top: calc(50vh - 300px);
    padding: 30px;
    border-radius: 12px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    width: 100%;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.2);
    max-width: 75vw !important;
  }
  .form_wrapper .button_s,
  .cta-show-form button {
    font-size: 24px;
    width: auto;
    height: auto;
  }
  .form-custom .form-group {
    margin-bottom: 20px;
  }
  .page-template-template-therme::after {
    background-image: url(https://blue.ro/wp-content/themes/blue-theme/assets/images/new_therme_image.jpg);
    background-size: top cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
  }
  .form-custom label,
  .form-custom form input[type="text"] {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    height: auto;
  }
  .container-full .col-xs-12:nth-child(2):before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background: rgba(255, 255, 255, 0.15);
  }
  .container-full .col-xs-12:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .image-custom-feat {
    min-width: 0 !important;
    min-height: 100vh;
  }
  .image-custom-feat img {
    min-height: 100vh !important;
    max-height: 100vh !important;
  }
}

#cookiescript_badge,
.float-wp {
  display: none !important;
}
