:root {
    --blue: #2F6FE0;
    --blue-dark: #215bd8;
    --text: #1f2937;
    --muted: #6b7280;
    --border: #e5e7eb;
    --light-bg: #f5f7fb;
    --white: #ffffff;
  }
  
  body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'sofiaProBold', sans-serif;
    background-color: #fff !important;
  }
  
  /* Font */
  @font-face {
    font-family: sofiaProBold;
    src: url(../fonts/sofiapro-light.otf);
  }
  
  .registration_row {
    min-height: 100vh;
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  #reg_picture {
    background: var(--light-bg);
    padding: 48px 32px;
    position: relative;
  }
  
  #imgate_header {
    color: #0b155a;
    font-size: 24px;
    font-weight: 700;
    margin-top: 28px;
  }
  
  #partners_headline {
    color: var(--muted);
  }
  /* #partners_headline {
    margin-top: 200px;
  } */

  .logo_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .registration_header_section {
    text-align: center;
    margin-bottom: 30px;
    }

  .registration_header_section h3 {
      margin-bottom: 0;
      font-weight: bold;
   }

    .registration_header_section h6 {
        color: var(--muted);
        font-size: 14px;
        margin-top: 5px;
    }

    .step_indicator {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .step_circle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
        margin: 0 5px;
    }

    .active_step {
        background-color: var(--blue);
        color: white;
    }

    .step_circle:not(.active_step) {
        background-color: #e5e7eb;
        color: #6b7280;
    }

    #partners_headline {
        color: var(--muted);
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .register_icons {
      margin-bottom: 0 !important;
    }
    
    .trust_logo {
        max-width: 60px;
        height: auto;
        filter: grayscale(100%) brightness(0.2);
        opacity: 0.8;
    }
  
  #footer {
    position: absolute;
    bottom: 16px;
    left: 32px;
    right: 32px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
  }
  #copyright {
    color: var(--muted);
  }
  #privacy {
    /* color: var(--muted); */
    font-weight: 700;
  }
  #privacy span{
    color: var(--muted);
  }
  
  #carousel_register{
    min-height: 225px!important;
    /* height: auto !important; */
    /* margin-top: 90px!important; */
    max-height: 250px;
    width: 94%!important;
    display: block;
    margin: auto;
    margin-bottom: 50px;
}
.carousel {
  background-color: rgba(0 0 0 / 0%) !important;
}

.carousel.carousel-slider .carousel-item::before {
    font-size: 56px;
    color: #c8d6f0;
    opacity: .6;
    position: absolute;
    top: 8px;
    left: 16px;
  }
.carousel.carousel-slider .carousel-item p {
    font-size: large !important;
    text-align: left;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text) !important;
}

.carousel.carousel-slider .carousel-item h5 {
  margin-top: 30px;
}
/* #togglePasswordEye,
#togglePasswordSlashEye {
    cursor: pointer;
    position: absolute;
    right: 45px;
    color: #909090;
    font-size: 20px;
    margin-top: 31px;
} */
#hear_about_us {
    width: 100% !important;
    height: 56px !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    padding: 0 16px !important;
    /* padding-left: 16px !important;
    padding-right: 0 !important; */
    font-size: 16px;
    margin-top: 5px !important;
    box-sizing: border-box;
    background: #fff;
    transition: all .2s ease;
}

#hear_about_us:focus {
    border-color: var(--blue) !important;
    box-shadow: 0 0 0 4px rgba(47, 111, 224, .2) !important;
    outline: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--muted);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236b7280'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px !important;
}

#password_container {
    position: relative;
}

/* input {
  background-color: #838383;
} */


#togglePasswordEye,
#togglePasswordSlashEye {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #909090;
    font-size: 20px;
}

.carousel.carousel-slider .carousel-item {
    padding: 24px;
    border-radius: 16px;
    /* max-height: 200px !important; */
    padding-left: 20px;
    padding-right: 20px;
}

  .review_name {
    font-weight: 700;
    color: var(--text);
  }
  .review_name::before {
    content: url('../img/avatar-placeholder.png');
    margin-right: 8px;
    vertical-align: middle;
  }
  .review_hotel {
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
  }
  #carousel_register .carousel-fixed-item {
    position: absolute;
    bottom: 12px;
    right: 12px;
  }
  #carousel-prev, #carousel-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    box-shadow: 0 6px 16px rgba(15,23,42,.08);
    cursor: pointer;
  }
  #carousel-prev:hover, #carousel-next:hover {
    background: #f3f6ff;
  }
  
.carousel-controls {
  margin-right: 12%;
  position: absolute;
  right: 20px;
  bottom: 0;
  display: flex;
  gap: 8px;
}

.carousel-controls button {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #374151;
  transition: all 0.2s ease;
}

.carousel-controls button:hover {
  background: #0b155a;
  color: #fff;
  border-color: #0b155a;
}

  .registration_card_div {
    width: 90%;
  }

  .registration_card {
    max-width: 600px;
    margin-top: 50px !important;
    margin: 0 auto;
    padding: 0 24px;
  }
  #registration_logo {
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: 5%;
    width: 10rem;
  }
  .hr-text {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #111827;
    position: relative;
  }
  .hr-text::after {
    content: attr(data-content);
    padding: 0 8px;
    color: var(--muted);
    background: #fff;
    position: relative;
    top: -12px;
  }

  #terms_and_policies {
    color: var(--muted);
  }
  
  #signup:hover {
    cursor: pointer;
  }

  .indicators {
    display: none;
  }

  .new_custom_input {
    width: 97% !important;
    height: 56px !important;
    border: 1px solid var(--border) !important;
    border-radius: 12px !important;
    padding-left: 16px !important;
    font-size: 16px;
    margin-top: 5px !important;
    box-sizing: border-box;
    background: #fff;
    transition: all .2s ease;
  }
  .new_custom_input::placeholder {
    color: #9ca3af;
  }
  .new_custom_input:focus {
    border-color: var(--blue) !important;
    box-shadow: 0 0 0 4px rgba(47,111,224,.2) !important;
    outline: none !important;
  }
  
  
  [type="checkbox"]:checked+span:not(.lever):before {
    border-right: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
  }
  
  .new_btn {
    width: 100%;
    height: 56px;
    border-radius: 12px !important;
    margin-top: 15px;
    background: var(--blue) !important;
    color: #fff !important;
    font-weight: 700;
    text-transform: none;
    box-shadow: 0 8px 18px rgba(47,111,224,.25);
  }
  .new_btn:hover {
    background: var(--blue-dark) !important;
  }

  @media (min-width: 1500px) and (min-height: 900px) {
    #carousel_register {
      margin-bottom: 20%;
    }
  }

  @media (max-width: 1500px) and (min-width: 1024px) {
    #carousel_register {
      margin-bottom: 20%;
    }
  }

  @media (max-width: 1024px) and (min-width: 740px) {
    #registration_logo {
      margin-bottom: 15%;
    }
    #carousel_register {
      margin-bottom: 20%;
    }
    .carousel.carousel-slider .carousel-item p {
      font-size: medium !important;
    }
  
    .carousel.carousel-slider .carousel-item h5 {
      font-size: medium;
    }
    .trust_logo {
      max-width: 40px;
    }
  }
  
  @media (max-width: 740px) {
    #reg_picture {
      display: none;
    }
    .registration_card {
      max-width: 400px;
      padding: 0 8px;
    }
    .new_custom_input {
      width: 97%;
    }
    #hear_about_us {
      width: 102%;
    }
  }
  