html {
  scroll-behavior: smooth;
}

.navbar-new {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  background: #0472f0;
  align-items: center;
  justify-content: center;
}

.navbar-new .logo-toi {
  max-width: 400px;
}

.form-section {
  margin: 50px 0 !important;
}

.form-section .advantages-title {
  font-size: 1.8rem;
}

.form-section,
.form-section .form-wrapper,
.form-section .form-wrapper .input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.form-section .form-wrapper {
  width: 100%;
  gap: 15px;
  /* padding: 50px 30px; */
  box-sizing: border-box;
  /* background: #de1a1a; */
}

.form-section .form-wrapper .form-title {
  font-size: 34px;
  margin-bottom: 15px;
  margin-top: 0;
  color: white;
  text-align: center;
}

.form-section .form-wrapper .input-wrapper {
  width: 100%;
  max-width: 500px;
  gap: 3px !important;
}

.form-section .form-wrapper .input-wrapper small {
  color: #4b5563;
  text-align: left !important;
  width: 100%;
}

.form-section .form-wrapper .input-wrapper input {
  width: 100%;
  height: 50px;
  padding: 11px 15px;
  border: 0;
  font-size: 16px;
  box-sizing: border-box;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-section .form-wrapper .input-wrapper input[type='tel'] {
  width: 100%;
  padding-left: 100px !important;
}

.form-section .form-wrapper .submit_btn {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  height: 50px;
  padding: 11px 16px;
  display: flex;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #2563eb;
  color: white;
  border-radius: 0.5rem;
}

.form_message.error.inactive,
.form_message.success.inactive {
  display: none;
}

.form_message.error.active,
.form_message.success.active {
  display: block !important;
}

.form_message {
  width: 100%;
  min-height: 50px;
  align-content: center;
  box-sizing: border-box;
  padding: 11px 15px !important;
  font-size: 16px !important;
  max-width: 500px;
  border-radius: 0.5rem;
}

.form_message.error {
  background-color: #ff7f7f;
  border: 2px dashed #ce0909;
  color: #fff;
}

.form_message.success {
  background-color: #d4ffe0;
  border: 2px dashed #1f6b34;
  color: #000;
}

.iti {
  width: 100%;
}

.iti__selected-flag {
  padding: 11px 15px;
  border-radius: 0.5rem 0 0 0.5rem;
}

/* .iti__country-name,
.iti__selected-flag,
.iti__dial-code {
    font-size: 16px;
} */

.iti__flag-container {
  padding: unset !important;
}

.iti-mobile .iti__country-list {
  box-sizing: border-box;
  max-width: 90%;
}

@media (max-width: 480px) {
  .form_message,
  .iti__selected-dial-code,
  .form-section .form-wrapper .input-wrapper input {
    font-size: 14px;
  }
}

.nadpis span {
  font-size: 11px;
  font-weight: 600;
}

.nadpis {
  text-align: left;
  opacity: 90%;
  color: grey;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  line-height: 15px;
  position: relative;
  padding-right: 12%;
  padding-left: 12%;
  padding-bottom: 4px;
  padding-top: 6px;
}

.news-card {
  max-width: 17rem;
  margin: 1rem auto;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  text-decoration: none;
}

.news-card a {
  text-decoration: none;
}

.news-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.news-image {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}

.news-content {
  padding: 1rem;
  text-decoration: none;
}

.news-title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  transition: color 0.2s ease;
  text-decoration: none;
}

.news-text {
  color: #4b5563;
  line-height: 1.2;
  font-size: 1rem;
  text-decoration: none;
}

@media (max-width: 640px) {
  .news-card {
    margin: 1rem;
  }
}

/* Container for the message */
#availability-message {
  padding: 15px;
  border: 1px solid #f44336;
  /* Red background */
  color: black;
  /* White text */
  text-align: center;
  /* Centered text */
  border-radius: 5px;
  /* Rounded corners */
  font-family: Arial, sans-serif;
  /* Font style */
  font-size: 18px;
  /* Font size */
  margin: 20px auto;
  /* Center the div with margin */
  width: 80%;
  /* Width of the div */
  max-width: 500px;
  /* Maximum width */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
}

.advantages-container {
  padding: 1.5rem;
  background: #f8fafc;
  border-radius: 0.5rem;
  margin: 1rem 0;
}

.advantages-title {
  color: #1e3a8a;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}

.advantage-item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.advantage-item:hover {
  transform: translateY(-2px);
}

.advantage-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  background: #2563eb;
  color: white;
  border-radius: 9999px;
  font-weight: bold;
}

.advantage-content {
  flex: 1;
}

.advantage-heading {
  color: #1e40af;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.advantage-text {
  color: #4b5563;
  line-height: 1.4;
}

.advertorial-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.advertorial-heading {
  margin-top: -36px;
  padding-top: -35px;
  margin-bottom: -25px;
  background-color: white;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.advertorial-heading h3 {
  margin-bottom: 0;
  font-size: 12px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #00000049;
  line-height: 61px;
  font-weight: 300;
  background-color: white;
}
