@font-face {
  font-family: "Open Sans Condensed";
  src: url("/src/font/OpenSans-CondBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans Condensed";
}

.container {
  max-width: 1000px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.mt-60 {
  margin-top: 60px;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.blue-bg {
  background: linear-gradient(to right, #233259, #004373);
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headline {
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: "Open Sans Condensed";
  font-size: 42px;
}

.help {
  display: inline-block;
  padding: 8px 16px;
  margin-top: 20px;
  border: 1px solid #5a6f8b;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  font-family: "Open Sans Condensed";
  font-size: 18px;
}

.help:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.border-left {
  border-left: 2px solid #e7581a;
}

.headline2 {
  font-family: "Open Sans Condensed";
  font-weight: 700;
  font-size: 36px;
}

.black-18 {
  font-family: "Open Sans Condensed";
  font-weight: 700;
  font-size: 18px;
}

.black-16 {
  font-family: "Open Sans Condensed";
  font-weight: 700;
  font-size: 16px;
}

.input-box {
  background-color: white;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.input-header {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

.input-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 16px;
}

.input-wrapper {
  flex: 1;
  min-width: 200px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.form-input,
.iti input[type="tel"] {
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  font-size: 16px;
  border: 1px solid #a6a6a6;
  border-radius: 1px;
  box-sizing: border-box;
}

.iti {
  width: 100% !important;
  height: 100%;
  box-sizing: border-box;
}

.iti__country-list {
  max-width: 320px !important;
  left: 0 !important;
  z-index: 9999;
}

body,
html {
  position: relative;
  overflow-x: visible !important;
}

.input-wrapper .iti {
  position: relative;
  width: 100%;
}

.input-wrapper .iti__country-list {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 320px;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.input-box,
.input-form,
.form-row,
body,
html {
  position: relative;
  overflow-x: visible !important;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

.form-group-full {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

.form-group-full label {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 16px;
}

.input-wrapper.full-width {
  width: 100%;
}

.custom-select {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  font-size: 14px;
  font-family: "Open Sans Condensed", sans-serif;
  color: #a6a6a6;
  border: 1px solid #a6a6a6 !important;
  border-radius: 1px !important;
  background-color: #fff;
  box-sizing: border-box;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 5 5-5z' fill='%23A6A6A6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;

  outline: none;
}

.custom-select option {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  color: #a6a6a6;
}

.custom-select option[disabled] {
  color: #ccc;
}

.submit-button {
  margin-top: 30px;
  width: 100%;
  height: 50px;
  background-color: #004373;
  color: #ffffff;
  font-size: 24px;
  font-family: "Open Sans Condensed";
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #002f52;
}

.download-section {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
  justify-content: center;
  flex-wrap: wrap;
}

.file-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 48.9%;
  min-width: 300px;
  border: 1px solid #a6a6a6;
  border-radius: 1px;
  overflow: hidden;
}

.file-image {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.file-name {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.file-size {
  font-size: 14px;
  color: #a6a6a6;
  margin: 0;
}

.file-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  font-family: "Open Sans Condensed", sans-serif;
  align-items: start;
  text-align: start;
}

.download-btn {
  color: #004373;
  font-size: 18px;
  font-family: "Open Sans Condensed", sans-serif;
  text-decoration: none;
  cursor: pointer;
  margin-top: auto;
}

@media (max-width: 768px) {
  .file-box {
    flex-direction: row;
    width: 100%;
  }

  .file-image {
    width: 40%;
    height: auto;
  }

  .file-info {
    padding: 10px;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
  }

  .download-btn {
    margin-top: 12px;
  }
}
