@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  font-family: "Open Sans", serif !important;
}

.ui-widget {
  font-family: "Open Sans", serif !important;
}

:root {
  --primary-color: #3db8c5ff;
  --text-dark: #323232ff;
  --text-light: #767676ff;
  --text-white: #fff;
  --border-color: #dededeff;
  --border: #eeeeee;
  --gray: #f1f2f2ff;
  --border-light: #dddddd;
  --border-dark: #222222;
}

.container-fluid {
  padding: 0 40px !important;
}

a {
  color: var(--text-dark) !important;
  text-decoration: none !important;
}

/* .row {
  margin: 0 20px !important;
} */

.row .col {
  padding: 15px !important;
}

.btn-primary {
  background-color: var(--primary-color) !important;
  color: var(--text-white) !important;
  border: none !important;
  padding: 9px 15px 11px 14px !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  border-radius: 80px !important;
}

.btn-primary:hover {
  background-color: var(--primary-color) !important;
  border: none !important;
}

.btn-default {
  border-width: 1px;
  border-color: var(--border-color);
  border-style: solid;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1f;
  padding: 8px 14px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  background-color: var(--text-white);
  border-radius: 10px !important;
}

.btn-default:hover {
  background-color: var(--text-white) !important;
  border-color: var(--border-color) !important;
}

/* .dropdown-menu {
  min-width: 300px !important;
  padding: 25px 25px !important;
  margin: 19px 0 0 !important;
  background-color: #fff;
  border: none !important;
  border-radius: 30px !important;
  box-shadow: 0px 8px 17px #171a1f26, 0px 0px 2px #171a1f1F !important;
}

.dropdown-menu>li>a {
  padding: 10px 25px !important;
  font-size: 18px;
  font-weight: 400;
  color: #323232FF;
}

.dropdown-menu>li>a:hover {
  padding: 10px 25px !important;
  font-size: 18px;
  font-weight: 700;
  color: #323232FF;
  background-color: transparent !important;
}

.dropdown-menu .divider {
  margin: 15px 0 !important;
} */
#navbar {
  .profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .profile_pict {
    border-radius: 50%;
    background-color: #76ccd6ff;
    padding: 8px;
  }

  /*Navbar end*/
  .navbar {
    min-height: 80px;
    padding: 10px 0;
    margin: 0 !important;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent !important;
    font-weight: 700;
  }

  .navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
  }

  .navbar-header {
    height: 80px;
    display: flex;
    align-items: center;
  }

  .navbar-brand img {
    height: 66px;
  }

  /* Center the menu */
  .navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    height: 80px;
  }

  .navbar-center .navbar-nav {
    display: flex;
    align-items: center;
  }

  .navbar-center .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 80px;
  }

  /* Right-side content alignment */
  .navbar-right {
    display: flex;
    align-items: center;
    /* Vertically center right-side content */
    height: 80px;
    /* Match navbar height */
  }

  /* Dropdown menu alignment */
  .dropdown-menu {
    min-width: 250px !important;
    padding: 15px 0px !important;
    margin: 19px 0 0 !important;
    background-color: #fff;
    border: none !important;
    border-radius: 30px !important;
    box-shadow: 0px 8px 17px #171a1f26, 0px 0px 2px #171a1f1f !important;
  }

  .dropdown-menu > li > a {
    padding: 10px 25px !important;
    font-size: 14px;
    font-weight: 400;
    color: #323232ff;
  }

  .dropdown-menu > li > a:hover {
    padding: 10px 25px !important;
    font-size: 16px;
    font-weight: 600;
    color: #323232ff;
    background-color: transparent !important;
  }

  .dropdown-menu .divider {
    margin: 15px 0 !important;
  }

  .navmenu li a,
  .airhosthome {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #767676ff !important;
  }

  .navmenu li a:hover,
  .airhosthome:hover {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #323232ff !important;
  }

  .profilemenu {
    border-radius: 34px;
    border-width: 1px;
    border-color: #dededeff;
    border-style: solid;
    box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1f;
    padding: 8px 12px;
  }
}

/* Language Modal start */
#languagecurrency {
  .modal-dialog {
    width: 900px;
  }

  .modal-body {
    padding: 25px 30px !important;
  }

  .modal-header {
    border-bottom: 0 !important;
    padding: 25px 30px !important;
  }

  .left-close {
    float: left;
    border: none;
    background: none;

    span {
      padding-top: 0 !important;
    }

    img {
      width: 14px;
      height: 14px;
    }
  }

  .modal-content {
    border-radius: 32px;
  }

  .languagetabs {
    .modal-content {
      border-radius: 25px !important;
      box-shadow: 0px 8px 17px #171a1f26, 0px 0px 2px #171a1f1f !important;
    }

    .nav-tabs > li.active > a {
      color: #323232ff !important;
      font-weight: 600;
      border: none !important;
      border-bottom: 2px solid #323232ff !important;
      border-bottom-color: transparent;
    }

    a {
      color: #767676ff !important;
    }

    .nav-tabs {
      margin-bottom: 10px;
      border-bottom: 1px solid var(--border-color) !important;
    }

    .nav > li > a {
      padding: 8px 20px !important;
      font-size: 14px;
      font-weight: 600;
      color: var(--text-dark);
    }

    .nav-pills > li.active a {
      background-color: rgb(255, 255, 255) !important;
      color: var(--text-dark) !important;
      border-radius: 2500px !important;
      border: none !important;
    }

    .nav-tabs > li > :hover {
      border-color: transparent !important;
      background-color: #f7f7f7 !important;
      border-radius: 0;
    }

    .nav-tabs > li > a {
      border: none !important;
    }

    .nav-pills > li + li {
      margin-left: 23px !important;
    }

    .nav-tabs > li.active > a {
      color: #323232ff !important;
      font-weight: 600;
      border: none;
      border-bottom: none;
    }

    .translation {
      background-color: #f3f3f3;
      padding: 1rem 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 40px;
      margin: 4rem 0;
      width: max-content;
      border-radius: 5px;
    }

    .translation-text {
      h5 {
        font-size: 16px;
        font-weight: 500;
        color: var(--text-dark);
      }

      p {
        color: var(--text-light);
      }
    }

    .language-text {
      h5 {
        font-weight: 700;
        color: var(--text-dark);
        font-size: 16px;
        margin-bottom: 15px;
      }
    }

    .language-list > ul > li > {
      list-style: none !important;
    }

    .language-list a {
      text-decoration: none !important;
    }

    .language-list {
      ui {
        display: flex;
        align-items: center;
        gap: 20px;
      }
    }

    .language-name {
      display: flex;
      justify-content: start;
      gap: 70px;
      padding-left: 0px !important;

      li {
        list-style: none;
      }

      .name {
        font-weight: 600;
        color: var(--text-dark);
        text-align: start;
      }

      .region {
        font-weight: 500;
        color: var(--text-light);
        text-align: start;
      }
    }

    /*---------- Region start ---------*/
    .regionsection {
      margin: 50px 0;
    }

    .region-text {
      h5 {
        font-weight: 700;
        color: var(--text-dark);
        font-size: 16px;
        margin-bottom: 15px;
      }
    }

    .region-name {
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
      padding-left: 0px !important;
      row-gap: 20px;

      li {
        list-style: none;
        width: 167px;
      }

      .regionbtn {
        background: transparent;
        border: none;
        padding: 10px 15px;
        border: 1px solid transparent;
      }

      .regionbtn:hover {
        border-radius: 5px;
        background: #f7f7f7;
      }

      .regionbtn:active,
      .region:focus {
        background: transparent;
        border: 1px solid var(--border-dark);
        border-radius: 5px;
        padding: 10px 15px;
      }

      .name {
        font-weight: 600;
        color: var(--text-dark);
        text-align: start;
      }

      .region {
        font-weight: 500;
        color: var(--text-light);
        text-align: start;
      }

      /*---------- Region end ---------*/
    }

    /*---------- currency start ---------*/
    .currencysection {
      margin: 50px 0;
    }

    .currency-text {
      h5 {
        font-weight: 700;
        color: var(--text-dark);
        font-size: 16px;
        margin-bottom: 15px;
      }
    }

    .currency-name {
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
      padding-left: 0px !important;
      row-gap: 20px;

      li {
        list-style: none;
        width: 167px;
      }

      .currencybtn {
        background: transparent;
        border: none;
        padding: 10px 15px;
        border: 1px solid transparent;
      }

      .currencybtn:hover {
        border-radius: 5px;
        background: #f7f7f7;
      }

      .currencybtn:active,
      .currency:focus {
        background: transparent;
        border: 1px solid var(--border-dark);
        border-radius: 5px;
        padding: 10px 15px;
      }

      .name {
        font-weight: 600;
        color: var(--text-dark);
        text-align: start;
      }

      .currency {
        font-weight: 500;
        color: var(--text-light);
        text-align: start;
      }

      /*---------- currency end ---------*/
    }
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 24px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: transparent;
    /* Hide tick initially */
  }

  input:checked + .slider {
    background-color: var(--primary-color);
  }

  input:checked + .slider:before {
    transform: translateX(23px);
    content: "\f00c";
    /* Font Awesome check icon */
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 200;
    color: rgb(63, 63, 63);

    /* Show tick when ON */
  }
}

/* Language Modal end */

/* login signup Modal start */
#logmodal,
#sign-upmodal,
#otpmodal,
#signupconfirmation,
#createprofile,
#cp1,
#cp2,
#filterModal {
  .modal-dialog {
    width: 500px;
  }

  .modal-content {
    border-radius: 32px;
  }

  .modal-header {
    h5 {
      font-size: 18px;
      font-weight: 600;
      color: var(--text-dark);
    }
  }

  .modal-body {
    padding: 25px 30px !important;

    h6 {
      font-size: 15px;
      font-weight: 500;
      color: var(--text-dark);
      margin-bottom: 10px;
    }
  }
}

#logmodal {
  .emailbtn {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--text-dark);
    padding: 8px 12px;
    border-radius: 8px;
  }

  /* When the input inside is focused, change the border of .emailbtn */
  .email-input:focus {
    outline: none;
    /* Remove default focus outline */
  }

  .emailbtn:has(.email-input:focus) {
    border: 2px solid var(--border-dark);
  }

  .form-group {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color);
    padding: 8px 12px;
    border-radius: 8px;
  }

  .email-label {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-light);
  }

  .email-input {
    border: none;
    outline: none;
    font-size: 14px;
    width: 100%;
    background: transparent;
  }

  .loginbutton {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .loginbtn {
    background: transparent;
    padding: 13px 23px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
  }

  .btn-primary {
    border-radius: 8px !important;
  }

  .btn-primary:hover,
  .btn-primary:focus {
    outline: none;
    box-shadow: none;
  }

  .loginbtn:active,
  .loginbtn:focus {
    border: 1px solid var(--border-dark);
    outline: none;
  }

  .loginbtn:hover {
    background-color: #f7f7f7;
  }

  .border-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 5px 0;
  }

  .border-text::before,
  .border-text::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: var(--border-color);
  }

  .border-text span {
    padding: 0 15px;
    position: relative;
    background: white;
    /* Change this to match your page background */
    z-index: 1;
  }

  .fb,
  .google,
  .apple,
  .phone {
    display: flex;
    justify-content: stretch;

    span {
      font-size: 14px;
      font-weight: 600;
      color: var(--text-dark) !important;
    }
  }
}

#sign-upmodal {
  .legalname {
    h6 {
      font-size: 15px;
      color: var(--text-dark);
      font-weight: 600;
      margin-top: 0px;
    }

    p {
      font-size: 12px;
      font-weight: 500;
      color: var(--text-light);
      padding-top: 8px;
    }

    span {
      a {
        text-decoration: underline !important;
        font-weight: 700;
      }
    }
  }

  .form-group {
    margin-bottom: 0px;
  }

  .firstname,
  .lastname {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color);
    padding: 10px 12px;
  }

  .firstname {
    border-radius: 8px 8px 0 0;

    .password-input {
      border: none;
      outline: none;
      flex: 1;
      font-size: 14px;
    }
  }

  .lastname {
    border-radius: 0 0 8px 8px;
    border-top: none;

    .password-input {
      border: none;
      outline: none;
      flex: 1;
      font-size: 14px;
    }
  }

  /* When the input inside is focused, change the border of .emailbtn */
  .firstname:focus,
  .lastname:focus {
    outline: none;
    /* Remove default focus outline */
  }

  .firstname:has(.password-input:focus) {
    border: 2px solid var(--text-dark);
    border-radius: 8px;
  }

  .lastname:has(.password-input:focus) {
    border: 2px solid var(--text-dark);
    border-radius: 8px;
  }

  .dob {
    margin-top: 20px;

    h6 {
      font-size: 15px;
      color: var(--text-dark);
      font-weight: 600;
    }

    p {
      font-size: 14px;
      color: var(--text-dark);
      font-weight: 600;
    }

    .dobfilter {
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }

    .dropdown button {
      background: none !important;
      border: 1px solid #dededeff !important;
      color: #5f5f5f;
      padding: 8px 12px;
      border-radius: 5px;
      width: 100%;
      display: flex;
      justify-content: space-between;
    }

    .dropdown button:focus,
    .dropdown button:hover {
      outline: none;
      box-shadow: none;
    }

    .dropdown button::after {
      content: "\f078";
      /* Font Awesome chevron-down */
      font-family: "FontAwesome";
      border: none !important;
      margin-left: 8px;
    }

    .dropdown {
      width: 100%;
    }

    .dropdown-menu {
      max-height: 200px;
      /* Limit height */
      overflow-y: auto;
      /* Enable vertical scroll */
    }
  }

  .contactinfo {
    margin-top: 20px;

    .emailbtn {
      display: flex;
      flex-direction: column;
      border: 1px solid var(--border-color);
      padding: 8px 12px;
      border-radius: 8px;
    }

    p {
      margin-top: 3px;
      font-size: 13px;
      font-weight: 400;
      color: var(--text-light);
    }

    /* When the input inside is focused, change the border of .emailbtn */
    .email-input:focus {
      outline: none;
      /* Remove default focus outline */
    }

    .emailbtn:has(.email-input:focus) {
      border: 2px solid var(--text-dark);
    }

    .email-label {
      font-size: 12px;
      font-weight: 500;
      color: var(--text-light);
    }

    .email-input {
      border: none;
      outline: none;
      font-size: 14px;
      width: 100%;
      background: transparent;
    }
  }

  .password {
    margin: 20px 0;

    h6 {
      font-size: 15px;
      color: var(--text-dark);
      font-weight: 600;
    }

    p {
      font-size: 12px;
      font-weight: 400;
      padding-top: 10px;

      span {
        a {
          font-weight: 600;
          color: var(--text-dark) !important;
          text-decoration: none !important;
        }
      }

      a {
        text-decoration: underline !important;
        font-weight: 600;
        color: blue !important;
      }
    }

    .password-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 1px solid var(--border-color);
      padding: 8px 12px;
      border-radius: 8px;

      p {
        margin-bottom: 0px;
      }
    }

    .password-input {
      border: none;
      outline: none;
      flex: 1;
      font-size: 14px;
    }

    .password-container p {
      margin-bottom: 0;
      padding-top: 0;
      cursor: pointer;
      color: var(--text-light);
      font-size: 13px;
      text-decoration: underline !important;
    }
  }

  .signupbutton {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .btn-primary {
    border-radius: 8px !important;
  }

  .btn-primary:hover,
  .btn-primary:focus {
    outline: none;
    box-shadow: none;
  }

  .signupborder {
    margin: 25px -30px;
    border: 1px solid var(--border-light);
  }

  .marketingmessage {
    p {
      font-size: 12px;
      font-weight: 400;
      color: var(--text-dark);
    }

    label {
      font-size: 13px;
      font-weight: 400;
      margin-left: 5px;
      margin-top: 5px;
    }

    input[type="checkbox"] {
      margin: 4px 0 0;
      width: 20px;
      height: 20px;
    }

    .checkbox {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 20px;
    }
  }
}

/* login signup Modal end */
#filterModal {
  .modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    /* Adjust as needed */
    max-height: 80vh;
    /* Limit the modal height */
    background: white;
    border-radius: 32px;
    overflow: hidden;
    margin: 30px auto;
  }

  .modal-header,
  .footer {
    background: #fff;
    position: relative;
    flex-shrink: 0;
  }

  .modal-header {
    border-radius: 32px 32px 0 0;
  }

  .footer {
    border-radius: 0 0 32px 32px;
  }

  .modal-body {
    padding: 10px;
    overflow-y: auto;
    /* Enables scrolling */
    max-height: 57vh;
    /* Adjust height */
  }

  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-light);
    margin-top: 10px;
    padding: 20px 30px;
  }

  .modal-header .close {
    margin-top: 2px;
  }

  /* .modal-content {
    border-radius: 15px;
} */
  /* 
.modal-body {
    max-height: 400px;
    overflow-y: auto;
} */

  .filter-header button {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 5px;
    background-color: #fff;
  }

  .filter-header button.active {
    background-color: #000;
    color: #fff;
  }

  .footer {
    display: flex;
    justify-content: space-between;
    border-top: none;
    padding: 15px 30px 25px 30px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px -2px 16px 0px,
      rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
  }

  .btn-clear {
    background-color: transparent;
    border: none;
    color: #000;
    text-decoration: underline;
  }

  .btn-apply {
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
  }

  .amenities {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
  }

  .filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 2px solid transparent;
    background-color: white;
    transition: 0.3s;
  }

  .filter-btn.active {
    background-color: gray;
    border-color: black;
    color: white;
  }

  .filter-btn img {
    width: 20px;
    height: 20px;
    margin-right: 0px;
  }

  .amenities button,
  .booking-options button,
  .property-type button,
  .extra-amenities button,
  .extra-amenitie button {
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 10px 15px;
    margin: 5px 0;
    background-color: #fff;
  }

  .amenities button.active,
  .booking-options button.active,
  .property-type button.active,
  .extra-amenities button.active,
  .extra-amenitie button.active {
    background-color: #f7f7f7;
    color: var(--text-dark);
    border: 2px solid var(--text-dark);
    outline: 0;
    box-shadow: none;
  }

  .amenities-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .amenities,
  .extra-amenitie {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .extra-amenities {
    display: none;
    flex-direction: column;

    h5 {
      font-size: 16px;
      font-weight: 600;
    }

    .essentials {
      margin-bottom: 10px;
    }

    .Features,
    .location,
    .service {
      margin: 10px 0;
    }
  }

  .room-and-beds-div {
    .room-counter {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 25px;
    }

    .room-counter button {
      width: 30px;
      height: 30px;
      border: 1px solid var(--border-dark);
      background-color: #fff;
    }

    .room-counter span {
      font-weight: 500;
      font-size: 16px;
      color: var(--text-dark);
    }

    button {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      text-align: center;
      border: none;
      font-size: 18px;
      cursor: pointer;
      transition: opacity 0.3s;
    }

    button:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }

    span {
      width: 50px;
      text-align: center;
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
    }
  }

  .property-type-div,
  .access-type-div,
  .host-type-div {
    width: 100%;
    border: none;
    border-radius: 5px;
  }

  .property-header,
  .access-header,
  .host-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .property-header img,
  .access-header img,
  .host-header img {
    width: 16px;
    height: 16px;
  }

  .property-type,
  .access-type,
  .host-type {
    display: none;
    /* Hidden by default */
    margin-top: 10px;
    /* display: flex; */
    flex-wrap: wrap;
    gap: 10px;
  }

  .property-type button,
  .access-type button,
  .host-type button {
    padding: 8px 12px;
    border: 1px solid var(--border-color);
    border-radius: 50px;
    background-color: transparent;
    cursor: pointer;
  }

  .guest-parking,
  .bed-room,
  .bath-room,
  .adaptive-equipment {
    margin-bottom: 10px;

    h5 {
      font-size: 16px;
      font-weight: 600;
      color: var(--text-dark);
      margin-bottom: 20px;
    }
  }

  .checkboxdetails {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .hostdetails {
    /* display: flex;
    justify-content: start;
    gap: 100px;
    flex-wrap: wrap;
    text-align: left; */
    .hostm {
      margin-bottom: 25px;
    }
  }

  label {
    font-weight: 400;
  }

  .custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 26px;
  }

  .custom-checkbox input {
    display: none;
    /* Hide default checkbox */
  }

  .checkmark {
    width: 25px;
    height: 25px;
    border: 1px solid var(--border-color);
    /* Border only */
    display: inline-block;
    position: relative;
    margin-right: 10px;
    /* Space between checkbox and text */
    border-radius: 5px;
  }

  /* Checked state */
  .custom-checkbox input:checked + .checkmark {
    background-color: var(--border-dark);
    /* Black background */
    border-color: var(--border-dark);
    /* Black border */
    background-image: url("/assets/img/tick.svg");
    /* Use your tick image */
    background-size: 14px 14px;
    /* Adjust size */
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
  }

  .filter-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f8f8f8;
    cursor: pointer;
  }

  #toggleBtn {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
  }

  #toggleBtn img {
    width: 16px;
    height: 16px;
  }

  .btn:focus {
    border: 2px solid var(--text-dark);
    outline: 0 !important;
    box-shadow: none !important;
  }

  .standout-stays button {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px 15px;
    margin: 5px;
    background-color: #fff;
  }

  /* .standout-stays-div{
    button img{
      width: 32px !important;
    }
  } */

  .standout {
    margin-left: 10px;

    h5 {
      font-size: 18px;
      text-align: left;
      color: var(--text-dark);
      font-weight: 600;
    }

    p {
      font-size: 14px;
      text-align: left;
      color: var(--text-dark);
      font-weight: 500;
    }
  }

  .section-header {
    margin: 10px 0 10px 0;
    font-weight: 600;
    font-size: 16px;
  }

  .accordion-header {
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    cursor: pointer;
  }

  .accordion-content {
    padding: 15px;
    display: none;
  }

  .accordion-content label {
    display: block;
    margin-bottom: 10px;
  }

  .accordion {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .accordion.open .accordion-content {
    display: block;
  }

  .price-range {
    margin: 20px 0;
  }

  .price-range-output {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }

  #priceChart {
    display: block;
    box-sizing: border-box;
  }

  /* .slider-container {
    position: relative;
  } */

  input[type="range"] {
    width: 88%;
    position: absolute;
    pointer-events: none;
  }

  input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
  }

  .nav-tabs {
    /* border: none; */
    display: flex;
    border: 1px solid var(--border-light) !important;
    padding: 10px;
    border-radius: 15px;
  }

  .nav-tabs > li {
    flex: 1;
    text-align: center;
  }

  .nav-tabs > li > a {
    border-radius: 5px;
    border: 2px solid transparent;
    font-weight: 600;
    color: #333;
    text-align: center;
  }

  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    border: 2px solid var(--text-dark);
    background-color: #f7f7f7;
    font-weight: 600;
    border-radius: 8px;
  }

  .nav-tabs > li > :hover {
    border-color: transparent !important;
    background-color: #ececec8a !important;
    border-radius: 8px;
  }

  .nav-tabs > li > a:hover {
    border-color: #ccc;
    background-color: transparent;
  }

  .slider-container {
    width: 100%;
    max-width: 400px;
    /* Adjust width as needed */
    margin: 0 auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sliders {
    position: relative;
    width: 100%;
  }

  .sliders input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    /* Prevent interference */
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
  }

  .sliders input[type="range"]:first-child {
    z-index: 2;
  }

  .price-input-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    /* Space below sliders */
  }

  .price-input-container input {
    width: 80px;
    text-align: center;
    border-radius: 20px;
    padding: 10px 0;
    border: 1px solid var(--text-light);
  }

  /* Remove up/down arrows */
  .custom-input::-webkit-outer-spin-button,
  .custom-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .custom-input {
    appearance: textfield;
    /* Firefox */
    text-align: right;
    padding-right: 20px;
    /* Space for rupee symbol */
    position: relative;
  }

  /* Add rupee symbol inside the input */
  .custom-input::before {
    content: "₹";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #555;
  }

  .searchbarborder {
    border: 1px solid #eeeeee;
    margin: 25px 0;
  }

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

  .adult {
    h4 {
      font-size: 16px;
      font-weight: 700;
      color: var(--text-dark);
      margin-bottom: 0px;
    }

    h6 {
      font-size: 14px;
      color: var(--text-light);
      margin-top: 6px;
    }

    a {
      text-decoration: underline !important;
    }
  }

  .adultcount {
    display: flex !important;
    align-items: center;

    .btn {
      background-color: transparent !important;
      /* border: 1px solid var(--text-light) !important;
border-radius: 1000px; */
      padding: 0 4px !important;
    }

    .btn:focus {
      /* outline: thin dotted; */
      outline: 0 !important;
      outline-offset: 0 !important;
    }

    .btn:focus {
      box-shadow: none !important;
    }

    .minus,
    .plus {
      img {
        width: 28px;
        height: auto;
      }
    }
  }

  .minus,
  .plus {
    img {
      width: 28px;
      height: auto;
    }
  }

  #numInput::-webkit-outer-spin-button,
  #numInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  #numInput {
    -moz-appearance: textfield;
  }
}

/* Search Field Styling */
.ui-autocomplete {
  position: absolute;
  background: #fff;
  width: 400px !important;
  height: 400px;
  overflow-y: auto;
  border-radius: 30px;
  box-shadow: 0px 8px 17px rgba(23, 26, 31, 0.15),
    0px 0px 2px rgba(23, 26, 31, 0.12) !important;
  padding: 15px 25px !important;
  top: 170px !important;
  border-right: 10px solid white !important;
}

/* Custom Scrollbar */
.ui-autocomplete::-webkit-scrollbar {
  width: 8px;
}

/* .ui-autocomplete::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
} */

.ui-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(201, 201, 201);
}

/* .ui-autocomplete::-webkit-scrollbar-thumb:hover {
  background: #555;
} */

/* Menu Item Styling */
.ui-menu-item {
  padding: 10px 0;
}

/* Hover Effect */
/* Ensure dropdown is visible */
.ui-menu {
  z-index: 1000 !important;
}

/* Hover Effect - Gray Background */
.custom-item,
.ui-menu-item-wrapper {
  font-size: 14px !important;
  font-weight: 600;
}

.custom-item,
.ui-menu-item-wrapper:hover {
  background-color: #f0f0f0 !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 600;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 8px 1em 8px 0.4em !important;
}

.autocomplete-header {
  font-weight: 500;
  color: var(--text-dark);
  font-size: 14px;
  margin-top: 10px !important;
  padding: 0 !important;
}

/* Style the main text (Mumbai) */
.custom-item .place-name {
  font-size: 16px;
  /* Increase font size */
  font-weight: 700;
  color: #333;
}

/* Style the additional description */
.custom-item .place-desc {
  font-size: 14px;
  color: #666;
  margin-top: 3px;
  font-weight: 400;
  /* Ensures it appears on a new line */
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0px !important;
}

.nearby-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 0 5.6px !important;
}

.nearby-container {
  img {
    width: 48px;
    height: 48px;
    margin-right: 15px !important;
  }
}

.nearby-container:hover {
  padding: 8px 1em 8px 0.4em !important;
  border-radius: 30px;
}

.nearby-text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.nearby-text p {
  margin: 0;
  font-size: 12px;
  color: #666;
}

.nearby-title {
  font-size: 14px;
  color: var(--text-dark);
  font-weight: 700;
}

.nearby-desc {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: none !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 700;
}

.ui-state-active,
.ui-widget-content .ui-state-active:hover {
  border: none !important;
  background-color: #ebebeb !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 15px;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0px !important;
}

/* Image Styling */
.custom-item img {
  width: 48px;
  /* Fixed size */
  height: 48px;
  margin-right: 15px;
  /* Increased margin */
  border-radius: 10%;
  background: #ebebeb;
  /* Light background */
  padding: 10px;
  /* Extra space */
}

.autocomplete-header {
  font-weight: 500;
  padding: 8px;
  font-size: 14px;
}

.suggested-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
}

.suggested-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.suggested-text {
  display: block;
}

.suggested-name {
  font-weight: 700;
  color: var(--text-dark);
}

.suggested-desc {
  font-size: 13px;
  color: gray;
}

.filter-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
}

.filter-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.filter-name {
  font-weight: 700;
  color: var(--text-dark);
}

/* Selected City Display */
.selected-container {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 10px;
  background-color: #f9f9f9;
}

.selected-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.selected-text {
  display: flex;
  flex-direction: column;
}

.selected-name {
  font-weight: bold;
}

.selected-desc {
  font-size: 14px;
  color: gray;
}

.input-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
}

#tags {
  width: 100%;
  padding: 8px 30px 8px 10px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
}

.clear-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #777;
  display: none;
  padding: 2px 5px;
  border-radius: 3px;
}

.clear-btn:hover {
  background-color: #ddd;
}

/* Wrapper Styling */
.custom-item,
.ui-menu-item-wrapper {
  background-color: transparent !important;
  display: flex;
  width: 100%;
}

/* Input Field Container */
.input-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
}

/* Input Field */
#tags {
  width: 100%;
  padding: 0 !important;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #333;
}

/* Close Button */
.clear-btn {
  position: absolute;
  right: 30%;
  top: 0%;
  transform: translate(50%, -50%);
  cursor: pointer;
  font-size: 22px;
  color: var(--text-dark);
  display: none;
  padding: 5px;
  border-radius: 50%;
}

.clear-btn:hover {
  background-color: #ddd;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 30px;
  height: 30px;
}

#searchfield {
  max-width: 850px;
  margin: 0 auto;

  /* Default background (White) */
  .sectionfieldbg {
    background-color: white !important;
    transition: background-color 0.3s ease;
    border-radius: 10px;
  }

  /* Default tab styles */
  .wheresearch,
  .whensearch,
  .whosearch {
    background-color: transparent;
    padding: 10px 15px 10px 25px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-radius 0.3s ease;
    border-radius: 20px;
    /* Slightly rounded */
  }

  /* Active tab */
  .active-tab {
    background-color: white !important;
    /* White background */
    border-radius: 50px;
    /* Fully rounded */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  /* When a tab is active, change the whole search field background */
  .sectionfieldbg.active-bg {
    background-color: #ebebeb !important;
  }

  .input-container {
    position: relative;
    padding-right: 10px;
    /* Add space between scrollbar and input field */
  }

  input#tags {
    width: 100%;
    padding-right: 15px;
    /* Space to avoid scrollbar sticking to the edge */
  }

  .wherecontent {
    padding-right: 10px;
    /* Space between scrollbar and white background */
  }

  /* Optional: Custom scrollbar styling */
  .wherecontent::-webkit-scrollbar {
    width: 8px;
  }

  .wherecontent::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }

  .wherecontent::-webkit-scrollbar-track {
    background: transparent;
    margin: 5px;
    /* Creates spacing between scrollbar and edges */
  }

  .sectionfieldbg {
    background-color: var(--text-white);
    height: 64px;
    border-radius: 2000px;
    box-shadow: 0px 8px 17px #171a1f26, 0px 0px 2px #171a1f1f;
  }

  .collapse-container {
    width: 100%;
  }

  .wheresearch,
  .whensearch,
  .whosearch {
    height: 64px;
    background-color: transparent;
  }

  .whosearch {
    height: 64px;
  }

  .whensearch {
    .addwhen {
      h6 {
        font-size: 14px;
        margin: 0 0 5px 0;
        font-weight: 600;
        color: var(--text-dark);
      }

      p {
        font-size: 14px;
        font-weight: 500;
        color: var(--text-light);
      }

      .ellipsis {
        width: 200px;
        /* Adjust width as needed */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
      }
    }
  }

  .wheresearch:hover,
  .whensearch:hover,
  .whogroup:hover {
    background-color: var(--border);
    border-radius: 200px;
  }

  .staydate {
    display: flex;
    justify-content: space-between;

    .whensearch {
      position: relative;
      padding: 10px 15px;
      border-radius: 65px;
      min-width: 150px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .text-container {
      p {
        margin-bottom: 0 !important;
      }
    }

    /* Flexbox for content alignment */
    .content-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      /* Push text and close button apart */
      width: 100%;
    }

    /* Close button */
    .close-btn {
      background: none;
      border: none;
      font-size: 22px;
      cursor: pointer;
      opacity: 0;
      width: 30px;
      height: 30px;
      /* Hide by default */
      transition: opacity 0.3s ease-in-out;
    }

    .close-btn:hover {
      background: var(--border-color);
      border: none;
      font-size: 22px;
      cursor: pointer;
      opacity: 0;
      width: 30px;
      height: 30px;
      border-radius: 500px;
      /* Hide by default */
      transition: opacity 0.3s ease-in-out;
    }

    /* Show Close Button when Active */
    .whensearch.active-tab .close-btn {
      opacity: 1;
      display: block;
    }

    h5 {
      margin: 0;
      font-weight: 600;
      color: var(--text-dark);
    }

    p {
      font-size: 14px;
      font-weight: 500;
      color: var(--text-light);
    }
  }
}

.wherecontent {
  position: absolute;
  top: 70px;
  left: 0;
  width: 450px;
  height: max-content;
  background: white;
  z-index: 2000;
  border-radius: 30px;
  box-shadow: 0px 8px 17px #171a1f26, 0px 0px 2px #171a1f1f;
  padding: 15px 18px;
}

.whocontent {
  position: absolute;
  top: 70px;
  right: 0;
  width: 450px;
  height: 330px;
  background: white;
  z-index: 2000;
  border-radius: 30px;
  box-shadow: 0px 8px 17px #171a1f26, 0px 0px 2px #171a1f1f;
  padding: 15px 25px;

  input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    text-align: center;
    border: none;
    width: 40px;
  }

  /* Hide arrows for Chrome, Safari, Edge, and Opera */
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
}

.whencontent {
  position: absolute;
  top: 70px;
  /* Adjust based on button height */
  left: -111%;
  width: 850px;
  height: 400px;
  /* Set a width for the dropdown effect */
  background: white;
  z-index: 2000;
  border-radius: 25px;
  box-shadow: 0 3px 12px 0 rgb(0 0 0 / 0.15);

  /* Hide horizontal scrolling */
  padding: 15px 10px 15px 10px;
}

.scrollbar {
  overflow-y: scroll;
  /* Enable vertical scrolling */
  overflow-x: hidden;
  height: 350px;
  padding: 15px 45px;
}

::-webkit-scrollbar {
  width: 6px;
  border-radius: 500px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  margin-right: 10px !important;
  gap: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(201, 201, 201);
  border-radius: 10px;
  margin-right: 10px !important;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  gap: 10px;
}

/*Where ui start*/
label {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--text-dark);
}

.form-control {
  background-color: transparent !important;
  color: var(--text-light) !important;
  font-size: 14px !important;
  font-weight: 500;
  height: auto;
}

.collapse-container {
  position: relative;
  display: inline-block;
}

.wherecontent {
  h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 12px 0;
  }

  .regiongroup {
    display: flex;
    gap: 15px;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .region {
    img {
      width: 100px;
      height: auto;
      margin-bottom: 5px;
    }

    p {
      font-weight: 600;
      color: var(--text-dark);
      font-size: 14px;
    }
  }
}

/*Where ui end*/

/* When ui start */
.when-tabs {
  padding: 8px !important;
  background: var(--gray);
  width: max-content;
  border-radius: 500px;
  margin: 0 auto;
}

.calendardays {
  .noofdays {
    margin: 0 0 0 15px;
    gap: 10px;
    display: flex;

    button {
      border: 1px solid var(--border-light);
      border-radius: 50px;
      background-color: transparent !important;
      padding: 8px 14px;
    }

    button:hover {
      border: 1px solid var(--border-dark) !important;
    }

    button.active {
      border: 2px solid var(--border-dark) !important;
      background-color: var(--gray) !important;
    }

    h4 {
      font-size: 13px;
      font-weight: 500;
      margin-top: 0px;
      margin-bottom: 2px;
      color: var(--text-light);
    }
  }
}

#monthui {
  display: flex;
  justify-content: center;
  margin: 35px auto;
  flex-direction: column;
  align-items: center;

  h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 35px;
  }

  .monthselection {
    display: flex;
    gap: 15px;

    a {
      margin-top: 30px;
      font-size: 16px;
      font-weight: 700;
      color: var(--text-dark);
      border-bottom: 1px solid var(--text-dark);
      height: 24px;
    }

    p {
      margin-top: 30px;
      font-size: 16px;
      font-weight: 500;
      color: var(--text-dark);
    }
  }
}

/* Month slider start */
.rs-control .rs-range-color {
  background: rgb(35, 207, 225, 1);
  background: radial-gradient(
    ellipse at bottom,
    rgba(255, 255, 255) 6%,
    rgba(118, 204, 214, 1) 62.81%,
    rgba(97, 210, 223, 1) 69.58%,
    rgba(114, 186, 194, 1) 75.83%,
    rgba(97, 187, 197, 1) 80.52%,
    rgba(99, 216, 229, 1) 85.73%,
    rgba(128, 229, 240, 1) 93.54%,
    rgba(35, 207, 225, 1) 100%
  );

  stroke-width: 12px;
  stroke: rgb(0, 136, 151);
  box-shadow: drop-shadow(0px -1.243px 14.917px rgba(0, 0, 0, 0.64))
    drop-shadow(0px 2.486px 14.917px #76ccd6)
    drop-shadow(0px -2.486px 9.945px rgba(0, 0, 0, 0.12)) inset;
}

.rs-control .rs-bg-color {
  border-radius: 263.536px;
  background-color: #f7f7f7;
  box-shadow: 0 -5px 5px rgba(255, 255, 255, 0.4),
    inset 0 5px 3px rgb(255 255 255), inset 0 -5px 5px rgba(0, 0, 0, 0.2),
    0 11px 18px rgba(0, 0, 0, 0.18), 0 -20px 30px rgb(255 255 255 / 21%);
}

.rs-control .rs-path-color {
  background: linear-gradient(45 deg, #e8e8e8 11.22%, #f0f0f0 88.33%);
  box-shadow: 0px -4.972px 3.729px 0px #fff inset,
    0px -9.945px 9.945px 0px rgba(0, 0, 0, 0.22),
    0px 19.89px 39.779px 0px rgba(0, 0, 0, 0.16) inset,
    0px -4.972px 29.834px 0px rgba(0, 0, 0, 0.04) inset;
  -webkit-box-shadow: inset -6px 10px 56px -3px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: inset -6px 10px 56px -3px rgba(0, 0, 0, 0.21);
  box-shadow: inset -6px 10px 56px -3px rgba(0, 0, 0, 0.21);
}

.rs-border {
  border: none !important;
}

.rs-control .rs-handle {
  background: linear-gradient(
      180deg,
      #fff 4.55%,
      #fdfdfd 25.92%,
      #f1f1f1 49.55%,
      #e0e0e0 71.39%,
      #dedede 94.55%
    ),
    #fff !important;
  box-shadow: 1.243px -2.486px 1.243px 0px rgba(197, 197, 197, 0.16) inset,
    -1.243px -2.486px 1.243px 0px rgba(0, 0, 0, 0.06) inset,
    0px -2.486px 1.243px 0px rgba(207, 207, 207, 0.08) inset,
    -1.243px 2.486px 1.243px 0px #fff inset,
    1.243px 2.486px 1.243px 0px #fff inset, 0px 2.486px 1.243px 0px #fff inset;
  filter: drop-shadow(0px 2.486px 4.972px rgba(0, 0, 0, 0.18));
  border: 1px solid white;
}

.rs-control .rs-bg-color {
  background-color: white;
}

/* Custom center text styling */
.rs-tooltip {
  font-size: 24px !important;
  /* Increase the font size */
  font-weight: bold;
}

/* Month display styling */
.month-label {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.rs-tooltip-text {
  font-size: 64px !important;
  font-weight: 600;
  color: #222222;
}

.rs-full .rs-tooltip {
  top: 47%;
  left: 50%;
}

/* Month slider end */

.nav-tabs {
  border-bottom: none !important;
}

.nav > li > a {
  padding: 8px 20px !important;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
}

.nav-pills > li.active a {
  background-color: rgb(255, 255, 255) !important;
  color: var(--text-dark) !important;
  border-radius: 2500px !important;
  border: none !important;
}

.nav-tabs > li > :hover {
  border-color: transparent !important;
  background-color: #dddddd !important;
  border-radius: 500px;
}

.nav-pills > li + li {
  margin-left: 23px !important;
}

/* Flexible start */
.flexible {
  text-align: center;

  h5 {
    margin: 45px 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
  }
}

#stayduration {
  .stayduration {
    display: flex;
    justify-content: center;
  }

  .nav-pills > li.active a {
    border: 2px solid #222222 !important;
    background-color: #f7f7f7 !important;
  }

  .nav-pills > li a {
    border: 1px solid #dddddd !important;
    background-color: transparent !important;
    border-radius: 500px;
  }

  .nav-pills > li:focus {
    background-color: #f7f7f7 !important;
  }

  .nav-pills > li.active:hover {
    background-color: #f7f7f7 !important;
    border-radius: 500px;
  }

  .nav-pills > li:hover {
    background-color: transparent !important;
    border-radius: 500px;
  }

  .nav-pills > li:hover a,
  a {
    border: 1px solid #222222 !important;
    background-color: transparent !important;
    border-radius: 500px;
  }

  .staycarousel {
    /* Carousel ui start */

    .owl-carousel .item {
      position: relative;
    }

    /* Styling for navigation arrows */
    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: white !important;
      border: 1px solid #ccc !important;
      box-shadow: 0 1px 2px rgb(0 0 0 / 0.08), 0 4px 12px rgb(0 0 0 / 0.05);
      width: 32px !important;
      height: 32px !important;
      border-radius: 50% !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
      font-size: 28px !important;
      color: #333 !important;
      cursor: pointer;
      z-index: 10;
    }

    .disabled {
      background: none !important;
      border: none !important;
      box-shadow: none;
    }

    .owl-carousel .owl-prev:hover,
    .owl-carousel .owl-next:hover {
      box-shadow: 0 1px 2px rgba(78, 78, 78, 0.274),
        0 4px 12px rgba(155, 155, 155, 0.411);
    }

    /* Position arrows inside each item */
    .owl-carousel .owl-prev {
      left: -2%;

      /* Adjusted for better positioning */
    }

    .owl-carousel .owl-next {
      right: -2%;
      /* Adjusted for better positioning */
    }

    /* span .custom-prev {
      display: flex;
      justify-content: center;
      align-items: center;
      /* font-size: 31px; */
    /* margin-bottom: 5px; */
  }

  */

  /* Hide arrows completely when disabled */
  .hidden {
    display: none !important;
  }

  .owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
    background-color: transparent !important;
    border: none !important;
  }
}

#staydate {
  /******Calendar date start *******/
  .ui-datepicker {
    width: auto;
  }

  .ui-datepicker th {
    text-transform: capitalize;
    font-weight: normal;
  }

  .ui-datepicker td a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-decoration: none;
    color: black;
  }

  .ui-datepicker td.start-date a,
  .ui-datepicker td.end-date a {
    background: black !important;
    color: white !important;
    font-weight: bold;
  }

  .ui-datepicker td.today a {
    background: blue !important;
    color: white !important;
    font-weight: bold;
  }

  .ui-datepicker td.in-range a {
    background: rgb(212, 212, 212) !important;
    color: rgb(71, 71, 71) !important;
    border-radius: 0px !important;
  }

  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    background: none !important;
    border: none !important;
    font-size: 18px;
    font-weight: bold;
  }

  .ui-datepicker .ui-datepicker-prev:before {
    content: "◄";
    font-size: 20px;
  }

  .ui-datepicker .ui-datepicker-next:before {
    content: "►";
    font-size: 20px;
  }

  /******Calendar date end *******/
}

/* Carousel ui end */

h5 {
  margin-top: 45px;
}

.item {
  button {
    border: 1px solid var(--border-light);
    border-radius: 15px;
    height: 136px;
    width: 120px;
    background-color: transparent !important;
  }

  button:hover {
    border: 1px solid var(--border-dark) !important;
  }

  button.active {
    border: 2px solid var(--border-dark) !important;
    background-color: var(--gray) !important;
  }

  img {
    width: 28px;
    height: 28px;
    margin: 0 auto;
  }

  h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--text-dark);
  }

  p {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-light);
    margin-bottom: 0px;
  }
}

/* Flexible end*/
/* When ui end*/

/*who ui start*/
/* .whogroup {
  display: flex;
  align-items: center;
  gap: 25px;
} */

.whosearch {
  height: 64px;
  background-color: transparent;
  display: flex;
  gap: 16px;
  justify-content: space-between;

  */

  /* Default button: Only icon */
  .whosearch .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    /* Small width for icon only */
    height: 45px;
    /* Square button */
    font-size: 16px;
    border-radius: 60px;
    padding: 0px !important;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
  }

  /* When active, expand and show text */
  .whosearch.active-tab .btn-primary {
    width: auto;
    /* Expand width */
    padding: 8px 15px;
  }

  /* Hide text by default */
  .whosearch .btn-primary span {
    display: none;
  }

  /* Show text only when active */
  .whosearch.active-tab .btn-primary span {
    display: inline;
    margin-left: 5px;
  }

  .fa {
    margin-right: 0px !important;
  }
}

.fa {
  margin-right: 5px !important;
}

.addguest {
  h6 {
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight: 600;
    color: var(--text-dark);
  }

  p {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-light);
  }

  .ellipsis {
    width: 110px;
    /* Adjust width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}

/*who ui end*/

.searchbar {
  position: relative;
  background-color: white;
  box-shadow: 0px 8px 17px #171a1f26, 0px 0px 2px #171a1f1f;
  border-radius: 800px;
  transition: background-color 0.3s ease;
}

.nav-justified {
  margin-bottom: 20px !important;
}

/* Active Tab Styling */
/* .nav-pills>li.active a {
  background-color: #F1F2F2FF !important;
  color: var(--text-dark) !important;
  border-radius: 2500px !important;
} */

.form-control {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
  padding: 0px !important;
  font-size: 16px !important;
  font-weight: 600;
}

.adult {
  h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0px;
  }

  h6 {
    font-size: 14px;
    color: var(--text-light);
    margin-top: 6px;
  }

  a {
    text-decoration: underline !important;
  }
}

.guest-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.chevron i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.dropdown-content {
  display: none;
  border: 1px solid #ccc;
  padding: 10px;
  width: 200px;
  background: white;
  position: absolute;
}

.guest-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
}

/* .nav>li>a {
  padding: 10px 10px 10px 25px !important;
} */

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

.adultcount {
  display: flex !important;
  align-items: center;

  .btn {
    background-color: transparent !important;
    /* border: 1px solid var(--text-light) !important;
    border-radius: 1000px; */
    padding: 0 4px !important;
  }

  .btn:focus {
    /* outline: thin dotted; */
    outline: 0 !important;
    outline-offset: 0 !important;
  }

  .btn:focus {
    box-shadow: none !important;
  }

  .minus,
  .plus {
    img {
      width: 28px;
      height: auto;
    }
  }
}

.searchbarborder {
  border: 1px solid var(--border);
  margin: 10px 0;
}

#numInput::-webkit-outer-spin-button,
#numInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#numInput {
  -moz-appearance: textfield;
}

.addguest button {
  margin-left: 10px;
}

.addguest i {
  margin-right: 10px;
}

.addguesttab {
  padding: 20px 24px;
  width: 450px;
  margin: 0 0 0 auto;
  border-radius: 20px;
  background: #ffffffff;
  /* white */
  border-radius: 30px;
  box-shadow: 0px 8px 17px #171a1f26, 0px 0px 2px #171a1f1f;
}

/* search field end */

/* Features carousel start */
#featurecarousel {
  .featurecarouselborder {
    border: 0.05px solid var(--border);
    margin: 25px 0;
  }

  .filtersection {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
  }

  .featureitem {
    display: flex;
    flex-direction: column;
    align-items: center;

    img {
      width: 32px;
      height: 30px;
      margin-bottom: 8px;
    }

    p {
      font-size: 13px;
      color: var(--text-dark);
      font-weight: 500;
    }
  }

  .featureitem:hover {
    img {
      filter: grayscale(100%);
    }
  }

  .filterbtn {
    img {
      margin-right: 10px;
      width: 20px;
      height: 20px;
    }

    display: flex;
    align-items: center;
    gap: 5px;
    height: 53px;
  }

  .taxbtn {
    display: flex;
    justify-content: start;
  }

  .displaytax {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    p {
      margin: 0 !important;
      font-size: 14px;
      color: var(--text-dark);
    }

    .switch {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 30px;
    }

    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      transition: 0.4s;
      border-radius: 24px;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 5px;
      bottom: 5px;
      background-color: white;
      transition: 0.4s;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: transparent;
      /* Hide tick initially */
    }

    input:checked + .slider {
      background-color: var(--primary-color);
    }

    input:checked + .slider:before {
      transform: translateX(23px);
      content: "\f00c";
      /* Font Awesome check icon */
      font-family: "FontAwesome";
      font-size: 14px;
      font-weight: 200;
      color: rgb(63, 63, 63);

      /* Show tick when ON */
    }
  }

  /* Carousel ui start */

  .owl-carousel .item {
    position: relative;
  }

  /* Styling for navigation arrows */
  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 0.08), 0 4px 12px rgb(0 0 0 / 0.05);
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 28px !important;
    color: #333 !important;
    cursor: pointer;
    z-index: 10;
  }

  .hidden {
    display: none !important;
  }

  .owl-prev {
    left: -2%;
  }

  .owl-next {
    right: -2%;
  }

  .disabled {
    background: none !important;
    border: none !important;
    box-shadow: none;
  }

  .owl-prev {
    left: 0;
    /* Adjust to bring it inside */
  }

  .owl-next {
    right: 0;
    /* Keep the right arrow visible */
  }

  .owl-carousel .owl-prev:hover,
  .owl-carousel .owl-next:hover {
    box-shadow: 0 1px 2px rgba(78, 78, 78, 0.274),
      0 4px 12px rgba(155, 155, 155, 0.411);
  }

  /* Position arrows inside each item */
  .owl-carousel .owl-prev {
    left: -2%;

    /* Adjusted for better positioning */
  }

  .owl-carousel .owl-next {
    right: -2%;
    /* Adjusted for better positioning */
  }

  span .custom-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 31px; */
    margin-bottom: 5px;
  }

  /* Hide arrows completely when disabled */
  .hidden {
    display: none !important;
  }

  .owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default;
    background-color: transparent !important;
    border: none !important;
  }
}

.destinationgroup {
  text-align: center;
  position: relative;
  cursor: pointer;
}

.dest-sliderimg {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Features carousel end */

/* Country with city start */
#countrywithcity {
  margin-top: 50px;

  .col {
    padding: 15px !important;
  }

  .carousel {
    position: relative;
    max-width: 100%;
  }

  .carousel-inner {
    position: relative;
  }

  .country-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0%;
    margin: 10px;
    gap: 170px;

    .carousel-text {
      color: var(--text-dark);
      background-color: var(--text-white);
      border-radius: 35px;
      padding: 5px 10px;
    }
  }

  .carousel-inner img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
  }

  /* Style the arrows */
  .carousel-control {
    margin: 0 1rem;
    width: 35px;
    height: 35px;
    background-color: white !important;
    /* White background */
    border-radius: 50%;
    /* Fully rounded */
    opacity: 0;
    /* Hide arrows initially */
    transition: opactiy 0.1s ease-in-out;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Show arrows when hovering over the carousel */
  .carousel:hover .carousel-control {
    opacity: 1;
  }

  .carousel-control .glyphicon {
    color: black;
    /* Black arrow */
    font-size: 14px;
  }

  /* Style for indicators */
  .carousel-indicators {
    bottom: 10px;
  }

  .carousel-indicators li {
    width: 6px;
    /* Smaller dot size */
    height: 6px;
    margin: 0 4px;
    border-radius: 50%;
    background-color: rgb(218, 218, 218);
    /* Default gray color */
    border: none;
  }

  .carousel-indicators .active {
    background-color: white;
    /* Active dot in white */
  }

  .country-content {
    .countryname {
      font-size: 15px;
      font-weight: 600;
      color: var(--text-dark);
      padding-top: 10px;
      margin-bottom: 3px;
    }

    .countrywithstar {
      display: flex;
      justify-content: space-between;
      align-items: center;

      img {
        width: 15px;
        height: 15px;
        margin-right: 5px;
      }

      .star {
        display: flex;
        justify-content: space-between;
        align-items: center;

        p {
          margin-bottom: 0px;
          padding-top: 2.5px;
        }
      }

      span {
        color: var(--text-dark);
      }
    }

    .duration {
      font-size: 14px;
      line-height: 26px;
      font-weight: 400;
      color: var(--text-light);
      margin-bottom: 5px;
    }

    .price {
      font-size: 13px;
      font-weight: 600;
      color: var(--text-dark);
      padding-bottom: 30px;
    }
  }

  .carousel-container {
    position: relative;
  }

  .top-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    /* Ensures it stays above the carousel */
    margin: 10px 20px;
  }

  .guest-favourite {
    background-color: white;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
}

/*Carousel end*/

/* Country with city end */

#exploreworld {
  margin: 50px 0;

  .exploreworldcontent {
    h5 {
      font-weight: 700;
      font-size: 28px;
      letter-spacing: -0.6px;
      margin-bottom: 8px;
      color: var(--text-dark);
    }

    h6 {
      font-size: 19px;
      font-weight: 400;
      margin: 0 0 40px;
      color: var(--text-light);
    }
  }

  .featurelist {
    display: flex;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
  }

  .features {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 40px 20px;
    max-height: 100%;
    min-height: 230px;
    margin-bottom: 0;

    img {
      padding-top: 5px;
    }
  }

  .features:last-child {
    border-right: none;
  }

  .content {
    h5 {
      color: var(--text-dark);
      font-size: 15px;
      font-weight: 700;
    }

    p {
      color: var(--text-light);
      font-weight: 500;
      font-size: 14px;
      line-height: 1.45;
    }
  }

  .carousel-inner {
    display: flex !important;
    justify-content: space-between !important;
    gap: 20px;
    transition: 1s ease all;
  }

  .carousel-inner .item {
    display: none;
  }

  .carousel-inner .active {
    display: block;
  }

  .carousel-control {
    background: none;
    color: black;
  }

  .carousel-inner img {
    width: 100%;
    height: auto;
  }
}

/*Earn revenue start*/

.carouseltopborder,
.carouselbottomborder {
  border-top: 1px solid #e4e4e4;
  margin: 50px 0 0 0;
}

.carousel-control {
  background: none !important;
  /* Removes the black gradient background *./
  color: #333;
  /* Adjust arrow color if needed */
  opacity: 1;
  /* Ensures arrows are fully visible */
}

.carousel-control span {
  font-size: 30px;
  /* Adjust arrow size */
}

.carousel-inner > .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.carousel-caption {
  position: static;
  color: #333;
  padding: 20px;
}

.carousel-control {
  background: none;
}

/* .carousel-indicators li {
  background-color: #999;
}

.carousel-indicators .active {
  background-color: #333;
} */

.carousel-content {
  display: flex;
  align-items: center;
  margin: 40px 0 0 0;

  h2 {
    font-size: 20px;
    color: var(--text-dark);
    font-weight: 700;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 20px;
  }
}

.carousel-content .text-content {
  padding: 20px;
}

.caroimg {
  img {
    width: 100% !important;
    height: auto;
    border-radius: 5px;
    background-size: cover;
    background-position: center top;
  }
}

/*Earn revenue end */

footer {
  background-color: #f7f7f7;
  margin: 50px 0 0 0;
  padding: 40px 0;

  .dropdown {
    margin: 20px 0;
  }

  .footerdropdown {
    background-color: transparent !important;
    border: 1px solid #dbdbdb !important;
    padding: 15px;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
  }

  .menu {
    h5 {
      color: var(--text-dark);
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 20px;
    }
  }

  .menu-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding-inline-start: 0px !important;

    a {
      color: var(--text-light);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      text-decoration: none;
      padding-bottom: 10px;
      line-height: 30px;
    }
  }

  .nativeapp {
    h5 {
      color: var(--text-dark);
      font-size: 15px;
      padding-top: 40px;
      font-weight: 700;
    }

    .downloadbtn {
      display: flex;
      gap: 20px;
      align-items: center;

      img {
        width: auto;
        height: 45px;
      }
    }
  }

  .copyright {
    .crdetails {
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 8px;

      ul {
        display: flex;
        align-items: center;
        gap: 8px;
        list-style-type: disc;
        /* Default bullets */
        padding-left: 20px;
        margin-bottom: 0px;
      }

      ul li {
        display: list-item;
        font-size: 14px;
        padding-right: 24px;
        /* Reduce text and bullet size */
      }
    }
  }

  .footerborder {
    border-bottom: 1px solid #dbdbdb;
    margin: 40px 0;
  }

  .footeranchor {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;

    .language a {
      display: flex;
      justify-content: center;
      gap: 5px;
      align-items: center;
    }

    a img {
      width: 20px;
      height: auto;
    }

    .socialmedia {
      display: flex;
      gap: 10px;
      justify-content: end;
    }

    a {
      color: var(--text-dark);
    }

    a:hover {
      color: var(--primary-color);
    }

    display: flex;
    justify-content: end;
    gap: 20px;
  }
}

/* Custom styling */

.datepicker-container {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.ui-datepicker-inline {
  width: 50em !important;
}

.ui-widget-header {
  border: none !important;
  background: none !important;
  color: var(--text-dark) !important;
}

.ui-datepicker th {
  font-weight: 600 !important;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 0.3em 0.8em 0em !important;
}

.ui-datepicker .ui-datepicker-prev span {
  display: none !important;
}

.ui-datepicker .ui-datepicker-next span {
  display: none !important;
}

/* .ui-widget.ui-widget-content {
  border: none !important;
  background: none !important;
} */

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: none !important;
  background: none !important;
  width: 45px;
  height: 45px;
  font-size: 14px;
  font-weight: 700 !important;
  color: var(--text-dark);
}

.ui-state-default,
.ui-widget-content .ui-state-default:hover {
  border: 1px solid var(--text-dark) !important;
  border-radius: 5550px;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\2039" !important;
  font-size: 24px !important;
  margin-bottom: 10px !important;
}

.ui-datepicker .ui-datepicker-next:before {
  content: "›" !important;
  font-size: 24px !important;
  margin-bottom: px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
  right: 0px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 0px !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
  top: 0px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
  top: 0px !important;
}

/* .ui-datepicker .ui-datepicker-next:hover:before {
  content: "\203A";
  font-size: 24px !important;
} */

.ui-button:hover,
.ui-button:focus {
  background: none !important;
  border: none !important;
  font-weight: 600 !important;
  font-size: 24px !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  background: none !important;
  border: none !important;
  font-weight: 600 !important;
}

.ui-datepicker .ui-datepicker-prev {
  width: 0.5em !important;
  height: 0.5em !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  font-weight: 600 !important;
}

.ui-datepicker .ui-datepicker-prev:hover {
  background: none !important;
  border: none !important;
}

.ui-datepicker td a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.ui-datepicker td.in-range a {
  background-color: var(--border) !important;
  color: var(--text-dark) !important;
  border-radius: 500px;
}

/* Highlight Start & End Dates */
.ui-datepicker td.start-date a,
.ui-datepicker td.end-date a {
  background: black !important;
  color: white !important;
  border-radius: 50%;
}

.ui-datepicker td.start-date a,
.ui-datepicker td.end-date a {
  background: var(--text-dark) !important;
  color: white !important;
  border-radius: 100px;
  width: 45px;
  height: 45px;
}

.ui-widget-content {
  color: var(--text-light) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.ui-widget-content {
  border: none !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
  .ui-state-default {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.ui-datepicker td {
  padding: 10px 1px !important;
}

/* @media (min-width: 1400px) {
  .custom-xl-2 {
    width: 16.66% !important;
  }
} */

#welcome {
  .modal-dialog {
    width: 500px;
  }

  .modal-body {
    .welcome {
      text-align: center;

      .createprofile {
        display: flex;
        justify-content: stretch;
        align-items: center;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 35px;

        img {
          width: 20px;
          height: auto;
          margin-bottom: 15px;
        }

        p {
          font-weight: 700;
          font-size: 15px;
          color: var(--text-dark);
          margin-bottom: 0;
          margin-bottom: 15px;
        }
      }

      img {
        width: 65px;
        height: 75px;
      }

      h5 {
        font-weight: 700;
        font-size: 18px;
        color: var(--text-dark);
        margin: 30px 0;
      }

      p {
        color: var(--text-dark);
        font-weight: 500;
        font-size: 14px;
      }

      .welcomebutton {
        margin: 65px 0 0 0;

        .btn {
          width: 100%;
        }

        .btn-primary {
          border-radius: 8px !important;
        }

        .btn-primary:hover,
        .btn-primary:focus {
          outline: none;
          box-shadow: none;
        }
      }
    }
  }
}


.modal-body {
  .cp1 {
      text-align: center;

      .createprofile {
          display: flex;
          justify-content: stretch;
          align-items: center;
          border-bottom: 1px solid var(--border-color);
          margin-bottom: 28px;

          img {
              width: 20px;
              height: auto;
              margin-bottom: 15px;

          }

          p {
              font-weight: 700;
              font-size: 15px;
              color: var(--text-dark);
              margin-bottom: 0;
              margin-bottom: 15px;


          }
      }

      .cpcontent {
          h5 {
              font-weight: 700;
              font-size: 18px;
              color: var(--text-dark);
              margin: 12px 0;
          }

          h4,
          h6,
          p {
              color: var(--text-dark);
              font-weight: 500;
              margin: 15px 0 0 0;
              font-size: 14px;
          }

          .cp1border {
              border-bottom: 1px solid var(--border-color);
              width: 300px;
              margin: 20px auto;
          }

          .checkbox input[type=checkbox] {
              width: 18px;
              height: 18px;
              border: 1px solid var(--border-light);
          }

          .checkbox label {
              margin-top: 4px;
              padding-left: 10px !important;
              font-size: 13px;
              color: var(--text-light);
          }

          input[type="checkbox"]:checked {
              background-color: #007bff;
              /* Change to your desired color */
          }


          .legalname {
              margin-top: 20px;

              h6 {
                  font-size: 15px;
                  color: var(--text-dark);
                  font-weight: 600;
                  margin-top: 0px;
              }

              p {
                  font-size: 12px;
                  font-weight: 500;
                  color: var(--text-light);
                  padding-top: 8px;
              }

              span {
                  a {
                      text-decoration: underline !important;
                      font-weight: 700;
                  }
              }


          }

          .form-group {
              margin-bottom: 0px;
          }

          .countrycode,
          .phnno {
              display: flex;
              flex-direction: column;
              border: 1px solid var(--border-color);
              padding: 10px 12px;
          }

          .countrycode {
              border-radius: 8px 8px 0 0;



              .dropdown-wrapper {
                  position: relative;
                  display: inline-block;
                  width: 100%;

                  .countryid {
                      -webkit-appearance: none;
                      -moz-appearance: none;
                      appearance: none;
                      background: none;
                      padding-right: 20px;
                  }
              }

              .dropdown-wrapper select {
                  width: 100%;
                  padding-right: 30px;
              }

              .dropdown-icon {
                  position: absolute;
                  right: 10px;
                  top: 50%;
                  transform: translateY(-50%);
                  pointer-events: none;
                  /* Prevent click on icon */
                  color: var(--text-light);
              }

              label {
                  font-size: 14px !important;
                  color: var(--text-light) !important;
                  font-weight: 400 !important;
                  margin-bottom: 0px !important;
              }

              .countryid {
                  color: var(--text-dark) !important;
                  font-size: 15px !important;
              }

              .phn-input {
                  border: none;
                  outline: none;
                  flex: 1;
                  font-size: 14px;
                  margin-bottom: 0;
                  color: var(--text-dark) !important;
              }
          }

          .phnno {
              border-radius: 0 0 8px 8px;
              border-top: none;

              label {
                  font-size: 14px;
                  color: var(--text-light);
                  font-weight: 400;
              }

              .phn-input {
                  border: none;
                  outline: none;
                  flex: 1;
                  font-size: 15px !important;
                  color: var(--text-dark);
                  font-weight: 600;
              }
          }

          /* When the input inside is focused, change the border of .emailbtn */
          .countrycode:focus,
          .phnno:focus {
              outline: none;
              /* Remove default focus outline */
          }

          .countrycode:has(.phn-input:focus) {
              border: 2px solid var(--text-dark);
              border-radius: 8px;
          }

          .phnno:has(.phn-input:focus) {
              border: 2px solid var(--text-dark);
              border-radius: 8px;
          }
      }

      .cp1button {
          margin: 25px 0 0 0;

          .btn {
              width: 100%;
          }

          .btn-primary {
              border-radius: 8px !important;
          }

          .btn-primary:hover,
          .btn-primary:focus {
              outline: none;
              box-shadow: none;
          }
      }
  }

  .dolater {
      display: flex;
      justify-content: center;
      text-decoration: underline !important;
      font-size: 15px;
      font-weight: 700;
      color: var(--text-dark);
      padding: 15px 0 0 0;
  }
}

#otpmodal {


  .modal-title {
      text-align: center;
      font-size: 15px;
      font-weight: 700;
  }

  .modal-header {
      padding: 25px 30px;
  }

  .modal-dialog {
      width: 500px;
  }

  .modal-body {
      h5 {
          font-weight: 700;
          font-size: 18px;
          color: var(--text-dark);
          margin-top: 0;
      }

      h6 {
          font-size: 13px;
          color: var(--text-light);

          a {
              color: var(--text-dark);
              text-decoration: underline !important;
              font-weight: 600;
          }
      }
  }

  .left-close {
      float: left;
      border: none;
      background: none;

      span {
          padding-top: 0 !important;
      }

      img {
          width: 14px;
          height: 14px;
      }
  }

  .otp-input-container {
      display: flex;
      justify-content: start;
      gap: 10px;
      margin: 25px 0;

      .otp-input {
          width: 60px;
          height: 60px;
          border-radius: 8px;
          font-size: 20px;
          text-align: center;
          border: 1px solid var(--border-light);
      }
  }
}

#signupconfirm {
  .modal-dialog {
      width: 500px;
  }

  .modal-body {
      .signupconfirmation {
          img {
              width: 65px;
              height: 75px;
          }

          h4 {
              font-weight: 700;
              font-size: 16px;
              color: var(--text-dark);
              margin: 20px 0;
          }

          h5 {
              font-weight: 700;
              font-size: 16px;
              color: var(--text-dark);
              margin: 0 0 20px 0;
          }

          p {
              font-size: 15px;
              color: var(--text-dark);
              line-height: 160%;
          }

          a {
              color: var(--text-dark);
              text-decoration: underline !important;
              font-weight: 600;
              margin: 15px 0;
          }
      }

      .signupconfirmationbutton {
          display: flex;
          flex-direction: column;
          gap: 10px;
          margin: 15px 0;

          .btn-primary {
              border-radius: 8px !important;
          }

          .btn-primary:hover,
          .btn-primary:focus {
              outline: none;
              box-shadow: none;
          }
      }
  }
}

.marginright{
  margin-right: 10px;
}