.full-height {
  height: 100vh;
  background: url(../img/bg.webp) no-repeat center bottom;
  background-size: cover;
}

.fixed-top-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  /* Bootstrap default z-index for fixed top */
}

.fixed-bottom-custom {
  position: fixed;
  bottom: 0;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  /* Adjust to flex-end if you want the content to be at the bottom of the container */
}

.logotype {
  width: 270px;
}

.eaz {
  margin: 0px 2rem;
  top: 50%;
  position: absolute;
}

.iphone {
  max-width: 500px;
}

.algorightm p {
  font-family: 'Inter', sans-serif;
  font-size: 21px;
  color: #fff;
  line-height: 130%;
  font-weight: 400;
}

.algorightm {
  display: inline-block;
}

.border-outline-white {
  margin-left: 3px;
  display: inline-block;
  padding: 3px 4px;
  border: 2px solid #fff;
  border-radius: 11px;
}

/* Shadow container to have full width or specific width */
.shadow-container {
  justify-content: center;
  position: relative;
  width: 100%;
  /* Adjust to 1000px if needed */
  max-width: 1000px;
  /* Ensures it doesn't exceed 1000px */
  background: url('../img/shadow.png') no-repeat top center;
  background-size: cover;
}

/* Center the inner content */
.inner-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-section {
  position: absolute;
  left: 50%;
  width: 500px;
  top: 0px;
  margin-left: -250px;
  height: 100%;
}

.not-suitable-section {
  display: none; /* Initially hidden */
  cursor: pointer;
}

.progress-under {
  background: #D7CEEE;
  position: absolute;
  width: 435px;
  left: 33px;
  bottom: 0px;
  height: 15px;
  opacity: 0.4;
  z-index: 10;
}

.progress-layer {
  background: #CAB9F5;
  position: absolute;
  left: 33px;
  bottom: 0px;
  height: 15px;
  opacity: 1;
  z-index: 20;
  max-width: 435px;
}

.close, .close img, .close:hover{
  text-decoration: none;
  cursor: pointer;
}

.clock-section {
  text-align: left;
  margin-top: 41px;
  margin-left: 64px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: #290351;
  font-weight: 400;
}

.form-check {
  padding-left: 0px;
  margin-bottom: 10px;
}

.text-section {
  padding: 30px 60px 10px 60px;
  font-family: 'Inter', sans-serif;
  font-size: 21px;
  text-align: left;
  color: #290351;
}

/* custom radio */

.form-check input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.form-check input[type="radio"]+label {
  position: relative;
  padding: 3px 0 0 40px;
  cursor: pointer;
}

u {
  text-decoration: none;
  border-bottom: 1px solid;
}

.form-check input[type="radio"]+label:before {
  content: '';
  background: #ededed;
  border: 1px solid #cbcbcb;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.form-check input[type="radio"]+label:after {
  content: '';
  background: #E15A38;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 5px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.1s linear, opacity 0.1s linear;
}


.form-check input[type="radio"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

.form-check {
  margin-bottom: 15px;
}

.gradient-background {
  background: -webkit-linear-gradient(135deg, #FA4C20, #FF8668); /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(135deg, #FA4C20, #FF8668); /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(135deg, #FA4C20, #FF8668); /* For Opera 11.1 to 12.0 */
  background: linear-gradient(135deg, #FA4C20, #FF8668); /* Standard syntax */
}

.gradient-background-inverse {
  padding: 10px 33px !important;
  background: none;
  color: #FA4C20;
  border: 2px solid #FA4C20 !important;
}

.gradient-background:hover, .gradient-background:focus {
  /* cf2900 */
  background: -webkit-linear-gradient(135deg, #FA4C20, #cf2900); /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(135deg, #FA4C20, #cf2900); /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(135deg, #FA4C20, #cf2900); /* For Opera 11.1 to 12.0 */
  background: linear-gradient(135deg, #FA4C20, #cf2900); /* Standard syntax */
}

.gradient-background-inverse:hover, .gradient-background-inverse:focus {
  opacity: 1;
  background: none;
  color: #cf2900;
  border: 2px solid #cf2900 !important;
}


.btn-primary {
  padding: 12px 35px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 0px solid #fff;
}

.btn-primary:hover {
  opacity: 1;
  transition: 1s;
}

.not-suitable-a:hover {
  opacity:0.8;
  transition: 1s;
}

.arrowed li:before { 
  content:"✓";
  position: absolute;
  left: -20px;
  top: 0px;
}

.arrowed {
  padding-left: 20px;
  list-style-type: none;
}

.arrowed li {
  position: relative;
}

.not-suitable-a {
  text-decoration: none;
  border-bottom: 1px solid #290351;
  color: #290351;
  opacity: 0.5;
}

.listing {
  padding-left: 20px;
}

.listing li {
  margin-bottom: 15px;
  font-family: 'Inter', sans-serif;
    color: #290351;
    font-weight: 400;
}


@media(max-width: 767px) {
  .mobile-logo {
    max-width: 170px;
  }
  

  .progress-layer {
    background: #CAB9F5;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 15px;
    opacity:1;
    max-width: 100%;
  }

  .text-section {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    text-align: left;
    color: #290351;
}
  .full-height {
    background: #fff;
  }

  .text-on-mob {
    color: #FFC8C3;
    font-size: 16px;
    line-height: 23px;
}

.btn-primary {
  padding: 12px 35px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 0px solid #fff;
}

.fixed-bottom-custom {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: flex-start;
}

  .progress-under {
    background: #D7CEEE;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 15px;
    opacity: 0.4;
  }

  .content-section {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    margin-left: 0px;
    height: 100%;
  }
}

.alerts-section {
  padding: 0px 30px;
}


/* Modal background */
.modal {
  background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

.modal-footer {
  align-content: center;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  border-top: 0px;
}

.modal-content p {
  font-family: 'Inter', sans-serif;
  font-size: 21px;
  text-align: center;
  color: #290351;
}

#alerts p{
  font-family: 'Inter', sans-serif;
  color: red;
}

#alerts {
  padding: 0px 30px;
}

.modal-header {
  border-bottom: 0px;
}


.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1.75rem);
}

.modal-header {
  justify-content: end;
}