.service-request-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 370px;
  font-family: "URW Antiqua W01 Extra Narrow";
  background-color: transparent;
  color: #dbd8d8;
}
.service-request-container label {
  color: #8b0000;
}
.service-request-container input {
  box-sizing: border-box;
  border-radius: 30px;
  border-width: 1px;
  font-size: 18px;
  padding: 5px 15px;
  width: 370px;
  background-color: transparent;
  color: #dbd8d8;
}
.service-request-container .service-annotation {
  box-sizing: border-box;
  width: 370px;
  height: 100px;
  resize: none;
  font-size: 18px;
  border-radius: 10px;
  padding: 5px 15px;
  color: #dbd8d8;
  background: transparent;
}
.service-request-container p {
  font-size: 25px;
  margin: 20px 0;
}
.service-request-container select {
  width: 100%;
  height: 39px;
  font-size: 20px;
  border-radius: 30px;
  padding: 5px 15px;
  border-width: 1px;
  background: transparent;
  font-style: italic;
  color: #dbd8d8;
}
.service-request-container select option {
  background: #171717;
  color: #dbd8d8;
}
.service-request-container .name-div {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.service-request-container .name-div input {
  width: 175px;
}
.service-request-container img {
  margin-bottom: 30px;
}

.service-request-form {
  display: flex;
  justify-content: center;
  padding: 0 30px 0 5vw;
  width: 400px;
}

.fancy-service-text {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.fancy-service-text p {
  margin: 0;
  text-align: end;
  font-family: "Tinos", serif;
  font-weight: 600;
  line-height: 0.8;
  padding: 60px 0;
  color: #8b0000;
  background: linear-gradient(to bottom right, #8b0000, #ff2525);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  mask-image: linear-gradient(to bottom right, black 50%, transparent 50%);
  mask-size: 200% 200%;
  mask-position: 100% 100%;
  animation: reveal-text 2s forwards;
  font-size: calc(50px + 15 * (100vw - 1065px) / 360);
}
@media (max-width: 1000px) {
  .fancy-service-text p {
    display: none;
  }
}

@keyframes reveal-text {
  from {
    mask-position: 100% 100%;
  }
  to {
    mask-position: 0% 0%;
  }
}
.submit-button {
  width: 300px;
  margin-left: auto;
  margin-top: auto;
  padding: 20px;
  background-color: transparent;
  border-radius: 20px;
  border-width: 1px;
  font-size: 25px;
  cursor: pointer;
  color: #dbd8d8;
}

.submit-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.service-rs {
  display: flex;
  flex-direction: column;
  padding: 0 5vw 0 30px;
}
.service-rs p {
  color: #dbd8d8;
}

.bottom {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  width: 80%;
  margin: auto 0 0 auto;
}

.clarification-text {
  font-size: 25px;
}

.iti__selected-flag {
  border-radius: 30px;
}

.messages {
  align-self: end;
}

#promotion-container {
  width: 100%;
}

.hidden-field {
  display: none;
}

.dynamic-promo-img {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  object-fit: contain;
  margin-top: 1rem;
}

.fancy-service-text:has(.dynamic-promo-img) {
  padding: 0;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .service-request-form {
    padding: 0;
  }
  .fd-row {
    flex-direction: column;
  }
  .clarification-text {
    font-size: 16px;
    text-align: justify;
  }
  .bottom {
    flex-direction: column;
    margin: 0px;
    align-self: center;
    padding: 0 20px;
    width: 80%;
    display: block;
  }
}
@media (max-width: 450px) {
  .service-rs {
    padding: 0 20px 40px 20px;
  }
}

/*# sourceMappingURL=service_request.css.map */
