body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    background-color: #DFE3E9;
    height: 100vh;
}
/*Header*/
.header-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 0.73em;
    background-image: linear-gradient(to right, #fba860 0%, #f15c73 100%);
    margin-bottom: 40px;
}

.content-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 79.9vh;
}

.nav-link{
    color: #fff;
    text-decoration: none;
    margin-left: 1em;
}

.nav-link:hover{
    color: #ddd;
}

/*Home*/

.image-wrapper{
    text-align: center;
}

.logo{
    width: 100%;
    height: auto;
}

.slider-guide-text{
  font-size: 14px;
  color: #8190A6;
}

.slider-title{
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

.header-desc{
  font-weight: 400;
  font-size: 16px;
}

/*Button style*/

.leanpay-button {
    display: flex;
    width: 180px;
    height: 60px;
    background: linear-gradient(132.83deg, #6f6fb3 0%, #996aad 93.12%);
    border-radius: 9px;
    color: #fff;
    border: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  
  .leanpay-button:hover{
    background-position: 99% 0;
    background-image: linear-gradient(134deg, #6f6fb3, #996aad, #734a95, #734a95);
    background-size: 300% 100%;
    transition: background-position 300ms;
    cursor: pointer;
  }

.btn-disabled {
  cursor: not-allowed !important;
  background-position: 99% 0;
    background-image: linear-gradient(134deg, #222224, #281c2e, #3f2952, #53366b) !important;
    background-size: 300% 100%;
}

/*Calculator component*/

.logo-container{
    width: auto;
    text-align: center;
    margin: 0 0 2rem 0;
  }
  
  .center{
    text-align: center;
    margin: 0 0 2rem 0;;
  }
  
  .dropdown-menu-wrapper{
    width: 100%;
    margin-bottom: 2rem;
  }
  
  .dropdown-menu{
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
    border: 1px solid #e0dede;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  
  .sliderWrapper{
    position: relative;
    max-width: 840px;
    margin: 3% auto;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 50px;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #F3F6F8;
  }
  
  .slider-body{
    padding: 50px 50px;
    border-radius: 15px;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 350px;
    background-color: #F3F6F8;
  }

  .data-body{
    width: 360px;
    padding: 0 10px;
  }

  .loan-term-container{
    margin-bottom: 20px;
  }
  
  .input-loan-term-wrapper{
    display: block;
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .input-loan-term-container{
    width: 100%;
  }
  
  .input-loan-term{
    display: inline-block;
    flex: 1;
    text-align: center;
    margin-top: 20px;
  }
  
  .price-label {
    text-align: left;
    margin-right: 10px;
    font-weight: bold;
  }
  
  .text-input{
    float: right;
    width: 100%;
    height: 64px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding: 0.375rem 1.8rem;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #ced4da;
    color: #354052;
;
  }
  
  .text-input-month{
    -webkit-appearance:none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 64px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #ced4da;
    color:#354052;
    background-color: white;
  }

  .text-input-month:disabled{
    -webkit-appearance:none;
    width: 100%;
    height: 64px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #ced4da;
    color:#354052;
  }

  .text-input-month-disabled{
    color:#8190A6;
  }
  
  .symbol-holder{
    position: absolute;
    right: 117px;
    font-size: 20px;
    color:#354052;
    pointer-events: none;
    text-transform: capitalize;
    font-weight: bold;
  }

.range-slider-container {
  width: 100%;
  margin-top: 14px;
}

.range-slider-container {
  width: 100%;
  margin-top: 14px;
}

.rangeSlider {
  width: 100%;
  height: 8px;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background-color: #FF6A71;
  outline: none;
  opacity: 0.7;
  transition: opacity .2s;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FF6A71;
  border: 10px solid #ffffff;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

input[type='range']::-moz-range-thumb {
  width: 36px; 
  height: 36px;
  border-radius: 50%;
  background-color: #FF6A71;
  border: 10px solid #ffffff;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

input[type='range']::-ms-thumb {
  width: 36px; 
  height: 36px;
  border-radius: 50%;
  background-color: #FF6A71;
  border: 10px solid #ffffff;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
  
  .offer-btn-container{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .separator{
    width: 100%;
    border-bottom: 1px solid black;
    margin: 20px 0;
  }
  
  .offer-btn{
    width: 180px;
    height: auto;
    padding: 10px 0;
    border-radius: 9px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
  }
  
  .offer-btn:hover {
    background-position: 99% 0;
    background-image: linear-gradient(134deg, #6f6fb3, #996aad, #734a95, #734a95);
    background-size: 300% 100%;
    transition: background-position 300ms;
    cursor: pointer;
  }

.gdpr-button-container{
  display: flex;
  justify-content: center;
  width: 100%;
}

.contact-button{
  width: 178px;
  height: 48px;
  font-size: 14px;
  border-radius: 6px;
  border: none;
  padding: 14px, 32px, 14px, 32px;
  background-color: #FF6A71;
  color: #ffffff;
  cursor: pointer;
}

.contact-button:hover{
  background-color: #ffffff;
  color: #FF6A71;
}

.input-container {
  display: flex;
    position: relative;
    width: 100%; /* Adjust width as needed */
}

input[type="email"] {
    width: 100%;    
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #354052;
    background-color: #ffffff;
    outline: none; /* Remove default focus outline */
    position: relative;
    border-style: none;
    padding: 10px 0 0px 14px;
}

input[type="email"]::placeholder {
    color: #C8CED8;
}

.input-container::before {
    /* content: 'Vpíši svoj e-mail'; */
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 14px;
    color: #8190A6;
    z-index: 2;
    pointer-events: none; /* This ensures the label is not interactive */
}

.input-container::after {
    content: '';
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: calc(100% - 24px); /* Adjust width to match input padding */
    height: 2px;
    background-color: #DFE3E9; /* Change to the desired color */
    z-index: 1;
}

  .sucess-email-message {
    color: green;
  }

  .failed-email-message {
    color: red;
  }

  .limit-check-container{
    background-color: #F5F5F5;
    border-radius: 20px;
    padding-bottom: 15px;
  }

  .email-text-info{
    font-weight: 700;
    font-size: 14px;
  }

.card {
    max-width: 340px;
    padding: 15px;
    background-color: #DFE3E9;
    border-radius: 8px;
    text-align: center;
    margin: 25px 0;
}

.card h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 16px;
    font-weight: bold;
    text-align: left;
}

.features-list {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

.features-list li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
    text-align: left;
}

.check-icon img{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.cta-button {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e0e0e0;
}

  .contact-holder{
    width: 100%;
  }

  .gdpr-wrapper{
    margin: 25px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .gdpr-wrapper span details{
    display: inline-flex;
  }

  .gdpr-wrapper span details summary{
    color: #FF6A71;
    text-decoration: underline;
  }

  details summary {
      list-style: none; /* Remove the default triangle */
      cursor: pointer; /* Optional: Change the cursor to a pointer */
  }

  details summary::-webkit-details-marker {
      display: none; /* For WebKit browsers (Chrome, Safari, etc.) */
  }

  details summary::before {
      content: ''; /* Remove any default marker */
      display: none; /* Ensures that no additional marker is added */
  }
  
  .calculation-txt-info{
    color: #FF1807;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    margin-top: 5%;
    position: relative;
    text-align: left;
  }
  
  .calculation-results{
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    position: relative;
    margin-top: 30px;
  }
  
  .calculation-results::before{
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #F5F5F5;
    border-radius: 6px;
  }
  
  .calculation-result-items{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 10px;
    font-weight: bold;
  }

  .calculation-item{
    font-weight: 400;
  }
  
  .loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
  }
  
  .loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(45deg, #f15c73, #fba860);
    animation: loader-animation 1.5s ease-in-out infinite;
  }
  
  @keyframes loader-animation {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    50% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(0);
      opacity: 0;
    }
  }

  .footer-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    background-image: linear-gradient(to right, #f15c73 0%, #fba860 100%);
    color: #fff;
    bottom: 0;
    width: 100%;
    margin-top: 40px;
  }

  .footer-text{
    margin: 0;
    font-size: 0.8em;        
}
  
/* Tablet (width: 768px) */
@media (max-width: 768px) {
  .sliderWrapper {
    max-width: 100%;
    padding: 40px 30px;
    margin: 2% auto;
  }
}

/* Mobile (width: 320px) */
@media (max-width: 480px) {
  .sliderWrapper {
    max-width: 100%;
    padding: 30px 20px;
    margin: 1% auto;
  }

  .data-body{
    padding: 0;
    width: 100%;
  }

  .slider-body{
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #F3F6F8;
    width: 100%;
    min-width: 320px;
    padding: 0;
  }
}
