/* @font-face {
  font-family: DMSansRegular;
  src: url(../fonts/DMSans-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: DMSansMedium;
  src: url(../fonts/DMSans-Medium.ttf);
  font-weight: 600;
}

@font-face {
  font-family: DMSansSemiBold;
  src: url(../fonts/DMSans-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: DMSansBold;
  src: url(../fonts/DMSans-Bold.ttf);
  font-weight: bold;
} */



* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/* 
body {
  font-family: DMSansRegular, sans-serif !important;
  line-height: 1.5 !important;
  background: #ffffff !important;
  color: #05203d !important;
} */

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  /* font-family: DMSansBold, sans-serif; */
  font-weight: bold;
  line-height: 1.2;
}

.modal-open {
  overflow: hidden !important;
  padding-right: 0px !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: unset !important;
  color: #fff !important;
  background: #3A8AD6 !important;
  border-color: unset !important;
}

.AfterloginLogoutform .btn.active.focus,
.AfterloginLogoutform .btn.active:focus,
.AfterloginLogoutform .btn.focus,
.AfterloginLogoutform .btn:active.focus,
.AfterloginLogoutform .btn:active:focus,
.AfterloginLogoutform .btn:active:hover,
.AfterloginLogoutform .btn:focus {
  outline: unset !important;
  color: #000 !important;
  background: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important
}

a,
a:active,
a:focus,
a:hover {
  color: unset !important;
  text-decoration: none;
}

.about_area a,
.about_area a:active,
.about_area a:focus,
.about_area a:hover {
  color: #fff !important;
}

.header_wrappr {
  background: #051d37;
  background: linear-gradient(180deg, rgba(5, 29, 55, 1) 0%, rgba(14, 37, 64, 1) 100%);
}

.container_full {
  width: 100%;
  padding: 0px;
  /* padding: 0px 0px 0 30px; */
  margin: 0px auto;
}


@media (max-width: 767px) {
  .logoPadding>a {
    padding: 31px 0px 10px 0px !important;
  }
}

.header_row {
  /* padding: 15px 0px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 20%;
  position: relative;
  z-index: 99;
}

.main_menu {
  width: 60%;
}

.main_menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo img {
  /* max-width: 115px;
  height: 19px;
  width: 120px; */
  margin-top: -7px;
}

.main_menu ul li,
.main_menu ul li button {
  color: #ffffff;
}

/* 
.btn_black {
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 50px;
  color: #0c1726;
} */

.btn_black:hover {
  /* background-color: #f7f7f7; */
}

/* Toggle button */
.menu_toggle {
  display: none;
  font-size: 28px;
  color: #ffffff;
  cursor: pointer;
  z-index: 1002;
}

/* Default nav styles */
.main_menu {
  display: flex;
  justify-content: flex-end;
}

.main_menu ul {
  display: flex;
  gap: 0px;
  list-style: none;
  margin: 0px 10px 0px 0px;
  padding: 0;
}


.form_box {
  font-size: 16px;
  line-height: 19px;
  background-color: #fff;
  outline: none;
  border-radius: 100px;
  padding: 0;
  border: none;

  position: relative;
  margin: 10px 0px;
  max-width: 100%;
  margin: 0px auto;
}

.form_box form img {
  position: absolute;
  left: 26px;
  top: 26px;
  max-width: 23px;
  width: 100%;
  margin: 0px;
  z-index: 1;
}

.form_box form input[type="text"] {
  padding: 27px 0px 27px !important;
  padding-left: 55px !important;
  padding-right: 20px !important;
  font-size: 19px;
  line-height: 19px;
  background-color: #ffffff;
  border: 1px solid #00d28b;
  outline: none;
  border-radius: 100px;
  width: 100%;
}

.form_box form button {
  position: absolute;
  right: 7px;
  top: 7px;
  padding: 20px;
  /* font-family: DMSansSemiBold, sans-serif !important; */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  background-color: #3A8AD6;
  border: none;
  outline: none;
  border-radius: 100px;
  width: 100%;
  max-width: 150px;
  color: #ffffff;
  height: 61px;
  font-weight: 500;
  cursor: pointer;
}

.form_box form button:hover {
  background-color: #007b49 !important;
  color: #fff;
}

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

.btn_item a img {
  margin-right: 12px;
  max-width: 20px;
}

.btn_item {
  width: 19%;
  max-width: 320px;
}


.searchMapSection .slick-list {
  border-radius: 18px 18px 0 0;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;

  /* ✅ Key fix */
  -ms-touch-action: auto;
  touch-action: auto;
}

.searchPage .slick-slider {
  /* ✅ Key fix */
  -ms-touch-action: auto;
  touch-action: auto;
}


.btn_item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff !important;
  background: #051d37;
  border: 0px;
  /* font-family: DMSansSemiBold, sans-serif !important; */
  font-family: "Plus Jakarta Sans", sans-serif;
  outline: none;
  font-size: 15px;
  width: 100%;
  max-width: 320px;
  padding: 18px 24px;
  border-radius: 7px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.26s ease-in-out;
}

.btn_item a:hover {
  background-color: #193c78;
  color: #fff !important;
  text-decoration: none;
}

.title_city {
  text-align: center;
}

.title_city h3,
.title_city h2 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 30px;
}

.about_area {
  padding: 55px 0px 37px;
}

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

.box_item img {
  width: 100%;
  margin-bottom: 25px;
  width: 221px;
  height: 281px;
  border-radius: 10px;
}


.box_flogo img {
  width: 100%;
  margin-bottom: 14px;
  height: auto;
  margin-top: 12px;
  border-radius: 0px;
}

.feature_area img {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.box_item {
  padding: 18px;
  text-align: center;
  max-width: 350px;
}

.box_item p {
  font-size: 16px;
  font-weight: 400;
}

.box_item h5 {
  font-size: 20px;
  margin-bottom: 14px;
  color: #ffffff;
}

.city_area {
  padding-bottom: 110px;
}

.title_city {
  margin-bottom: 20px;
  text-align: left;
  padding-left: 6px;
}

.title_city h3 {
  text-align: left;
  font-size: 36px;
  margin-bottom: 8px;
}

.city_content .box_item {
  width: 19%;
  padding: 0px;
}

.city_item {
  position: relative;
}

.city_item .box_content {
  position: absolute;
  left: 20px;
  top: 20px;
}

.city_content img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.city_content h5 {
  text-align: left;
  color: #ffffff;
}

.city_content .box_img {
  border-radius: 20px;
}

.city_content .box_img img,
.city_content .box_img {
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.city_content .box_img:hover img {
  transform: scale(1.1);
}

.experience_area {
  background: #061d37;
  padding: 80px 0px;
}

.experience_content {
  width: 48%;
  color: #ffffff;
}

.experience_content h3 {
  font-size: 52px;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 36px;
  text-align: left;
}

.experience_content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.experince_icon {
  width: 8%;
}

.experince_icon img {
  max-width: 30px;
}

.experience_list {
  width: 92%;
  padding-left: 10px;
}

.experience_list h5 {
  font-size: 17px;
  margin-bottom: 14px;
  margin-top: 2px;
  /* font-family: DMSansSemiBold, sans-serif !important; */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}

.experience_list p {
  font-size: 15px;
}

.experience_img {
  text-align: center;
  width: 48%;
}

.experience_img {
  padding-left: 36px;
}

.experience_img img {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
}

.feature_area {
  background: #ffffff;
  padding: 63px 0px;
}

.feature_box .box_item h5 {
  color: #051d37;
}

.feature_box .box_item img {
  margin-bottom: 0px;
  max-width: 280px;
  margin: 0px auto;
}


.feature_box .box_item {
  width: 32%;
  background: #f6f8f9;
  max-width: 400px;
  border-radius: 10px;
  overflow: hidden;
  padding: 26px;
}

.feature_box .box_content {
  max-width: 330px;
  margin: 0px auto;
}

.feature_text p {
  max-width: 226px;
  margin: 0px auto;
}

.cta_area {
  padding: 89px 0px;
  background: #17af81;
  color: #ffffff;
}

.cta_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 600px;
  margin: 0px auto;
}

.cta_content h3 {
  font-size: 56px;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 26px;
}

.cta_content a {
  text-align: center;
  display: inline-block;
  /* padding: 14px 40px; */
  border-radius: 100px;
  color: #ffffff;
  background-color: #045a5b;
  transition: 0.3s ease-in-out;
}

.cta_content a:hover {
  background-color: #023c3c;
  color: #fff;
  text-decoration: none;
}

.footer_area {
  padding: 75px 0px 36px;
  background: #05203c;
  color: #ffffff;
  clear: both;
}

.footer_area ul {
  padding-left: 0px;
}

.footer_row {
  align-items: flex-start;
  justify-content: flex-start;
}

.footer_row ul li a {
  display: inline-block;
  margin-bottom: 8px;
  transition: 0.26s ease-in-out;
  text-decoration: none;
  color: #fff;
}

.footer_row ul li a:hover {
  color: #17af81;
}

.footer_row .box_item h5 {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer_row .box_item li a {
  font-size: 14px;
  line-height: 21px;
}

.footer_row .box_item {
  width: 22%;
  padding: 0px;
  border: 0px;
  text-align: left;
}

.footer_row .box_flogo {
  width: 38%;
}

.city_content {
  scroll-behavior: smooth;
}

.footer_copyright {
  text-align: center;
  padding-top: 50px;
}

.footer_copyright p {
  font-size: 14px;
  line-height: 21px;
}

.carousel_container {
  position: relative;
  overflow: hidden;
  padding: 0px 22px;
  margin-top: 26px;
}

.carousel_track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.carousel_track::-webkit-scrollbar {
  display: none;
}

.carousel_track .box_item {
  flex: 0 0 20%;
  background: transparent;
  padding: 7px;
  box-sizing: border-box;
  text-align: center;
}

.arrow {
  position: absolute;
  height: 46px;
  width: 46px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 15px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s;
}

.arrow img {
  width: 16px;
}

.arrow.left {
  left: 2px;
}

.arrow.right {
  right: 2px;
}

.arrow.hidden {
  display: none;
}


@media only screen and (max-width: 1024px) {
  .container_full {
    padding: 0px 20px;
  }


  .form_box form input[type="text"] {
    padding: 20px;
    padding-left: 44px;
    height: 75px;
  }

  .form_box form button {
    right: 6px;
    top: 7px;
    padding: 15px;
    z-index: 2;
  }


  .form_box form img {
    top: 25px;
    z-index: 2;
  }

  .title_city h3,
  .title_city h2 {
    font-size: 36px;
  }

  .footer_area {
    padding: 80px 0px 30px;
  }

  .cta_area,
  .experience_area,
  .feature_area {
    padding: 80px 0px 70px;
  }

  .about_area {
    padding: 50px 0px 60px;
  }

  .city_area {
    padding-bottom: 80px;
  }

  .feature_box .box_item,
  .about_content .box_item {
    padding: 20px 10px;
  }

  .feature_box .box_item {
    width: 33%;
  }

  .city_content h5 {
    font-size: 18px;
  }

  .footer_row .box_item h5 {
    font-size: 14px;
  }

  .cta_content {
    max-width: 480px;
  }

  .city_content img {
    border-radius: 15px;
    overflow: hidden;
  }

  .city_content .box_item {
    width: 19%;
  }

  .footer_row .box_flogo {
    width: 30%;
  }

  .footer_row .box_item {
    width: 24%;
  }

  .btn_item a {
    font-size: 14px;
    padding: 16px;
  }

  .btn_item a img {
    margin-right: 10px;
  }

  .box_item p br {
    display: none;
  }

  .experience_img {
    padding-left: 16px;
  }
}

@media only screen and (max-width: 767px) {


  .modal {
    top: auto !important;
    overscroll-behavior: contain;
    /* prevents scroll chaining */
    touch-action: none;
    overflow-y: hidden !important;
  }

  .header_row {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .container_full {
    padding: 0px 0px 0 5px;
  }


  .footer_area {
    padding: 45px 0px 80px;
  }

  .experience_img {
    padding: 0px;
  }

  .form_box form button {
    width: 90px;
  }

  .title_city h3,
  .title_city h2 {
    font-size: 34px;
  }

  .box_row {
    display: block;
  }

  .footer_row .box_flogo,
  .feature_box .box_item,
  .about_content .box_item {
    width: 100%;
    max-width: 390px;
    margin: 0px;
  }


  .about_content .box_item,
  .box_item {
    margin-bottom: 10px;
  }

  .footer_row .box_item,
  .footer_row .box_flogo {
    margin-bottom: 26px;
  }

  .city_content {
    display: flex;
  }

  .experience_area .box_row {
    display: flex;
    flex-direction: column-reverse;
  }

  .experience_content,
  .experience_img {
    width: 100%;
  }

  .experience_img {
    margin-bottom: 20px;
  }

  .footer_row .box_item {
    width: 100%;
  }
}

/* Enable horizontal scroll for mobile */
@media (max-width: 767px) {

  .logo img {
    margin-top: 3px;
  }

  .city_content {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 16px;
  }

  .city_item {
    flex: 0 0 70%;
    /* Show ~1.5 items per screen */
    scroll-snap-align: start;
    background: #f5f5f5;
    border-radius: 8px;
  }

  .box_img img {
    margin: 0px auto;
    display: block;
    width: 172px;
    height: 220px;
    border-radius: 10px;
  }

  .feature_area .box_img img {
    width: 280px;
    height: auto;
    margin: 0px auto;
  }

  .feature_area img {
    margin: 0px auto;
    display: block;
    border-radius: 8px 8px 0 0;
  }

  .box_content {
    padding: 3px 6px;
    text-align: center;
  }

  .box_content br {
    display: none;
  }

  /* Container for scroll */
  .btns_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Row setup */
  .btns_row {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }

  /* Each item */
  .btn_item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: auto;
  }

  /* Optional: hide scrollbar on WebKit */
  .btns_wrapper::-webkit-scrollbar {
    display: none;
  }


  .menu_toggle {
    display: block;
    padding: 0px 10px;
  }

  .main_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #051d37;
    background: linear-gradient(180deg, rgba(5, 29, 55, 1) 0%, rgba(14, 37, 64, 1) 100%);
    padding: 40px 20px;
    box-shadow: 0px 0 30px rgba(255, 255, 255, 0.1);
    transition: right 0.3s ease-in-out;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    z-index: 1000;
  }

  .main_menu ul {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .main_menu.active {
    right: 0;
    color: #222222;
  }

  .carousel_container {
    position: relative;
    overflow: hidden;
    padding: 0px;
  }

  .carousel_track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .carousel_track::-webkit-scrollbar {
    display: none;
  }

  .carousel_track .box_item {
    flex: 0 0 50%;
  }

  .arrow {
    display: none;
  }

  .city_item .box_content {
    left: 10px;
    top: 10px;
  }
}

/* header after login */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  /* Container for scroll */
  .btns_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Row setup */
  .btns_row {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }

  /* Each item */
  .btn_item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: auto;
  }

  /* Optional: hide scrollbar on WebKit */
  .btns_wrapper::-webkit-scrollbar {
    display: none;
  }

  .feature_box .box_item {
    min-height: 460px;
  }

  /* Styles for all tablets and iPads */
}

.root {
  background: #fff;
}

.container {
  margin: 0 auto;
  padding: 12px;
  max-width: 100%;
  /* Container varible*/
}

#mobileMenu .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 282px;
  max-width: 460px;
  border-radius: 0 0 2px 2px;
  border-width: 1px;
  top: 55px;
  left: auto;
  right: 0px;
}

.fixedHeader {
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  height: auto;
  /* overflow-y: auto; */
  max-height: 100vh;
}

.rentAllHeaderBorderLess {
  border: 0px;
  box-shadow: none;
}

.brand {
  line-height: inherit;
  vertical-align: middle;
  text-decoration: none;
  height: 81px;
  float: none;
  padding: 0px 19px;
  color: #484848;
  font-size: 24px;
  font-weight: normal;
}

.brand:hover,
.brand:focus {
  text-decoration: none;
}

.brandImg {
  display: table-cell;
  padding-left: 25px;
  padding-right: 12px;
  max-width: 115px;
}

.brandImg img {
  /* max-width: 115px; */
}

.brandImgToggle {
  padding-left: 12px;
  padding-right: 12px;
}

.navBarToggle {
  color: #484848;
  float: right;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 0px 19px 0px 0px;
  height: 81px;
  margin-right: 10px;

}

.rentAllHeaderAdmin {
  background: #fff;
  border-width: 0px 0px 1px 0px;
  border-color: #dce0e0;
  border-radius: 0px;
  min-height: 63px;
  line-height: 63px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 0px;
  z-index: 7;
}

.navBarToggle:hover,
.navBarToggle:focus,
.navBarToggle:hover:focus {
  background: none !important;
}


.brandAdmin {
  line-height: inherit;
  vertical-align: middle;
  text-decoration: none;
  height: 63px;
  float: none;
  padding: 0px 19px;
  color: #484848;
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .rentAllHeader {
    height: auto;
    line-height: 60px;
    min-height: 65px;
  }

  .brand {
    height: auto;
    float: left;
    padding-left: 10px;
    margin-bottom: 2px;
  }

}

/* @media (max-width: 1300px) {
  .brandImg{
    display: none;
  }
} */

@media (max-width: 1200px) {
  .fixedHeader {
    overflow-y: auto;

  }

  .breakPoint {
    display: none !important;
  }

  /* .brandImg{
    display: none;
  } */
}

.dropdown-menu {
  display: none !important;
}

.open>.dropdown-menu {
  display: block !important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 0px;
}

.modal {
  overflow: hidden !important;
}

.modal-content {
  border-radius: 24px;
  max-width: 550px;
  padding: 36px 24px;
  animation: _1-FsU .3s ease;
}

@media screen and (max-width: 767px) {
  .modal-content {
    border-radius: 0px;
    border-radius: 24px 24px 0 0;
    animation: slideUp 0.35s ease-out;
  }

  .modal-open {
    overflow: hidden !important;
    padding-right: 0px !important;
  }
}

/* ===========================================
   SEARCH POPUP CSS
   =========================================== */

/* === FULLSCREEN POPUP === */
.searchPopup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  /* Dynamic viewport height for iOS Safari keyboard */
  background: white;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  box-sizing: border-box;
  overflow-y: auto;
  /* Ensure popup is scrollable when keyboard is open */
  max-height: 100vh;
  max-height: 100dvh;
}

.searchPopupInput {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #b0b0b0;
  /* Ljusare border */
  background: #FFFFFF;
  border-radius: 12px;
  padding: 2px 12px;
  margin-bottom: 24px;
  width: 100%;
  box-sizing: border-box;
}

.searchPopupInput:focus-within {
  border: 2px solid #000;
}


.searchPopupInput input {
  border: none;
  background: transparent;
  flex-grow: 1;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  width: 100%;
}

.searchPopupInput input:focus {
  outline: none;
}

.searchPopup .geosuggestContainer {
  width: 100%;
  position: relative;
}

/* Position the suggestions wrapper outside the input container */
.searchPopup .geosuggest__suggests-wrapper {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  background: white !important;
  border: none !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.searchPopup .geosuggestInput {
  border: none !important;
  background: transparent !important;
  flex-grow: 1;
  font-size: 16px !important;
  font-family: inherit !important;
  outline: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.searchPopup .geosuggestInput:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Hide the default Geosuggest styling */
.searchPopup .geosuggest {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.searchPopup .geosuggest__input {
  border: none !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 48px;
  font-size: 16px !important;
  font-family: inherit !important;
}

.searchPopup .geosuggest__input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* === GOOGLE SUGGESTIONS STYLING === */
.searchPopup .geosuggest__suggests {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  background: white !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Ensure suggestions appear outside the input container */
.searchPopup .geosuggest__suggests-wrapper .geosuggest__suggests {
  position: fixed !important;
  top: 11% !important;
  left: 2% !important;
  right: 0 !important;
  width: 100% !important;
}


.searchPopup #clear-input {
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 4px;
  cursor: pointer;
}

.searchPopup #clear-input img {
  width: 18px;
  height: 18px;
  opacity: 0.6;
  display: block;
}


.searchPopup .geosuggest__suggests- {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  background: white !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Style the ul wrapper that Geosuggest creates */
.searchPopup .geosuggest__suggests ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  background: white !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
}

.searchPopup .geosuggest__suggests li {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 8px !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  background: white !important;
  border: none !important;
  margin: 0 !important;
  list-style: none !important;
}

.searchPopup .geosuggest__suggests li:hover {
  background: #f5f5f5 !important;
}

.searchPopup .geosuggest__suggests- li {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 8px !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  background: white !important;
  border: none !important;
  margin: 0 !important;
  list-style: none !important;
}

.searchPopup .geosuggest__suggests- li:hover {
  background: #f5f5f5 !important;
}

/* Style the ul li elements that Geosuggest creates */
.searchPopup .geosuggest__suggests ul li {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 8px !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  background: white !important;
  border: none !important;
  margin: 0 !important;
  list-style: none !important;
  position: relative !important;
}

.searchPopup .geosuggest__suggests ul li:hover {
  background: #f5f5f5 !important;
}

/* Add city icon before each li */
.searchPopup .geosuggest__suggests ul li::before {
  content: '' !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  flex-shrink: 0 !important;
  background: #f7f7f7 !important;
  background-image: url('https://img.icons8.com/forma-regular/72/17111d/marker.png') !important;
  background-size: 24px 24px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-right: 12px !important;
}

/* Add city icon styling */
.searchPopup .geosuggest__suggests li::before {
  content: '' !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  flex-shrink: 0 !important;
  background: #f7f7f7 !important;
  background-image: url('https://img.icons8.com/forma-regular/72/17111d/marker.png') !important;
  background-size: 24px 24px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.searchPopup .geosuggest__suggests- li::before {
  content: '' !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  flex-shrink: 0 !important;
  background: #f7f7f7 !important;
  background-image: url('https://img.icons8.com/forma-regular/72/17111d/marker.png') !important;
  background-size: 24px 24px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Add city icon styling for ul li elements */
.searchPopup .geosuggest__suggests ul li::before {
  content: '' !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  flex-shrink: 0 !important;
  background: #f7f7f7 !important;
  background-image: url('https://img.icons8.com/forma-regular/72/17111d/marker.png') !important;
  background-size: 24px 24px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Style the suggestion text */
.searchPopup .geosuggest__suggests li .geosuggest__item {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

.searchPopup .geosuggest__suggests- li .geosuggest__item {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

/* Style the suggestion text for ul li elements */
.searchPopup .geosuggest__suggests ul li .geosuggest__item {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

/* Also style any direct text content in ul li */
.searchPopup .geosuggest__suggests ul li {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
}

/* Style the text content inside li */
.searchPopup .geosuggest__suggests ul li span {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
  flex: 1 !important;
}

/* === DEFAULT SUGGESTIONS STYLING === */
.searchPopup .suggestion-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.searchPopup .suggestion-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.searchPopup .suggestion-list li:hover {
  background: #f5f5f5;
}

.searchPopup .suggestion-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.searchPopup .suggestion-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.searchPopup .suggestion-title {
  font-size: 16px;
  font-weight: 500;
  color: #111;
}

/* Style the matched text (bold parts) */
.searchPopup .geosuggest__suggests ul li span b {
  font-weight: 500 !important;
  color: #111 !important;
}

.searchPopup .backArrow {
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}

.searchPopup .clearInput {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 4px;
  cursor: pointer;
  flex-shrink: 0;
}

.searchPopup .clearInput img {
  width: 18px;
  height: 18px;
  opacity: 0.6;
  display: block;
}

/* Ensure full coverage */
body.popup-open {
  overflow: hidden;
}

/* === MOBILE KEYBOARD HANDLING FOR SEARCH POPUP === */
@media screen and (max-width: 767px) {
  .searchPopup {
    /* Adjust height when keyboard is open */
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    /* Ensure content is scrollable */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* When keyboard is open, reduce padding to maximize space */
  .searchPopup {
    padding: 16px 20px;
  }

  /* Ensure input stays visible when focused */
  .searchPopupInput {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    margin-bottom: 16px;
  }

  /* Make suggestions scrollable */
  .searchPopup .geosuggest__suggests-wrapper {
    max-height: 60vh;
    max-height: 60dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Ensure default suggestions are also scrollable */
  .searchPopup .suggestion-list {
    max-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* iOS Safari specific fixes */
@supports (-webkit-touch-callout: none) {
  .searchPopup {
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
  }
}


/* New popup google css */
/* PAC container like your geosuggest wrapper */
.pac-container {
  z-index: 9999 !important;
  border: none !important;
  box-shadow: none !important;
  background: white !important;
  width: 100% !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  left: 0px !important;
  top: 11% !important;
}

.pac-logo:after {
  background: none !important;
}

/* PAC item rows styled like your li */
.pac-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 8px !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  background: white !important;
  border: none !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
}

.pac-item:hover {
  background: #f5f5f5 !important;
}


/* Main suggestion text */
.pac-item .pac-item-query {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
}

/* Secondary text */
.pac-item span {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
}

/* Bold matches */
.pac-item b {
  font-weight: 500 !important;
  color: #111 !important;
}

.pac-icon {
  display: none !important;
}

.rebilly-framepay.rebilly-input {
  height: 57px !important;
}