/* [project]/src/app/Home.module.css [app-client] (css) */
.Home-module__jKgjFW__card-container {
  width: 100% !important;
}

#Home-module__jKgjFW__homepage {
  flex-direction: column;
  display: flex;
}

.Home-module__jKgjFW__home-body-1 {
  background-color: red;
  background-image: url("https://nobeds.app/uploads/2449803_rentals_cc872484-6a8b-4d86-a3ce-1907e5f090fd.jpeg");
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.Home-module__jKgjFW__home-body-1-details {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  display: flex;
}

.Home-module__jKgjFW__home-body-1-details h3 {
  color: #fff;
  font-weight: 600;
  font-size: 30px !important;
}

.Home-module__jKgjFW__home-body-1-details p {
  color: #fff;
  font-size: 17px;
  font-weight: 350;
}

#Home-module__jKgjFW__h-b-1-button {
  color: #e3e3e3;
  background-color: #000;
  border: 0;
  border-radius: 20px;
  width: 10rem;
  margin-top: 20px;
  padding: 10px;
  top: 20px;
}

.Home-module__jKgjFW__home-body-1-card-1 {
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  display: grid;
}

.Home-module__jKgjFW__home-body-2 {
  flex-direction: column;
  padding: 20px;
  display: flex !important;
}

.Home-module__jKgjFW__see-more {
  color: #a29c9c;
  background: linear-gradient(90deg, #4a7c8c 0%, #236e42 50%, #b8ae5a 100%);
  border-radius: 10px;
  justify-content: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

#Home-module__jKgjFW__o-l {
  color: #fff;
  background-color: #6e3f3f;
  border: 0;
  border-radius: 20px;
  justify-content: center;
  width: 7rem;
  padding: 6px;
  font-weight: 300;
  display: flex;
}

.Home-module__jKgjFW__home-services {
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 30px;
  display: grid;
}

.Home-module__jKgjFW__home-service-icon {
  color: green;
  font-size: 30px;
}

.Home-module__jKgjFW__home-service .Home-module__jKgjFW__description h3 {
  font-size: 17px;
  font-weight: 500;
}

.Home-module__jKgjFW__home-service .Home-module__jKgjFW__description p {
  color: #8c8a8a;
  font-weight: 300;
}

.Home-module__jKgjFW__home-service .Home-module__jKgjFW__description {
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .Home-module__jKgjFW__home-body-1-card-1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 859px) {
  .Home-module__jKgjFW__home-body-1-card-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .Home-module__jKgjFW__home-body-1-card-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 700px) {
  .Home-module__jKgjFW__home-services {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* [project]/src/components/Categories/Categories.css [app-client] (css) */
.categories-container {
  text-align: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.categories-heading p {
  color: #545353;
}

.category-list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
  display: flex;
}

.category {
  text-align: center;
}

.category-image img {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: all .5s;
}

.category-label {
  color: #000;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.category:hover .category-image img {
  transform: scale(1.1);
}

.category:hover .category-label:after {
  content: "";
  background-color: #5f5c5c;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
}

.category:hover .category-label {
  color: #5f5c5c;
}

.categories-heading h1 {
  color: #5c5b5b;
  font-size: 40px;
  font-weight: 500;
}

/* [project]/src/components/Header/Header.css [app-client] (css) */
.header-container {
  top: 0;
  left: 0;
  right: 0;
}

.header-top-bar {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 2rem;
  display: flex;
}

.logo-link {
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  display: flex;
}

.logo-text {
  color: #ff385c;
  font-size: 1.5rem;
  font-weight: 700;
}

.desktop-nav {
  align-items: center;
  gap: 2rem;
  display: flex;
}

.search-container {
  position: relative;
}

.search-toggle {
  cursor: pointer;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2rem;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  transition: all .2s;
  display: flex;
}

.search-toggle:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.search-dropdown {
  z-index: 100;
  background: #fff;
  border-radius: 1rem;
  width: 300px;
  padding: 1rem;
  position: absolute;
  top: 120%;
  left: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}

.search-input {
  border: 1px solid #ddd;
  border-radius: .5rem;
  width: 100%;
  padding: .75rem;
}

.nav-links {
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

.host-link {
  color: #333;
  border-radius: 2rem;
  padding: .5rem 1rem;
  font-weight: 500;
  transition: all .2s;
}

.host-link:hover {
  background: #f7f7f7;
}

.language-toggle {
  cursor: pointer;
  color: #333;
  background: none;
  border: none;
  font-size: 1.25rem;
}

.user-menu-container {
  position: relative;
}

.user-menu-toggle {
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.user-dropdown {
  z-index: 100;
  background: #fff;
  border-radius: 1rem;
  width: 220px;
  padding: .5rem 0;
  position: absolute;
  top: 120%;
  right: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}

.dropdown-item {
  color: #333;
  align-items: center;
  gap: .75rem;
  padding: .75rem 1rem;
  text-decoration: none;
  transition: background .2s;
  display: flex;
}

.dropdown-item:hover {
  background: #f7f7f7;
}

.dropdown-icon {
  font-size: 1.1rem;
}

.logout {
  color: #ff385c;
}

.auth-buttons {
  gap: .75rem;
  display: flex;
}

.login-btn, .signup-btn {
  border-radius: 2rem;
  padding: .5rem 1rem;
  font-weight: 500;
  transition: all .2s;
}

.login-btn {
  color: #333;
}

.login-btn:hover {
  background: #f7f7f7;
}

.signup-btn {
  color: #fff;
  background: #ff385c;
}

.signup-btn:hover {
  background: #e61e4d;
}

.mobile-menu-toggle {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1.5rem;
  display: none;
}

.mobile-menu {
  z-index: 1001;
  background: #fff;
  transition: transform .3s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  transform: translateX(100%);
}

.mobile-menu.open {
  transform: translateX(0);
}

.mobile-menu-header {
  justify-content: flex-end;
  padding: 1.5rem;
  display: flex;
}

.close-menu {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1.5rem;
}

.mobile-menu-content {
  padding: 1rem 2rem;
}

.mobile-search {
  border: 1px solid #ddd;
  border-radius: 2rem;
  align-items: center;
  gap: .75rem;
  margin-bottom: 2rem;
  padding: .75rem 1rem;
  display: flex;
}

.mobile-search-input {
  border: none;
  outline: none;
  flex: 1;
}

.mobile-nav-links {
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
}

.mobile-nav-link {
  color: #333;
  font-size: 1.1rem;
  text-decoration: none;
}

.mobile-auth-section {
  margin-top: 2rem;
}

.mobile-user-info {
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.mobile-login-btn, .mobile-signup-btn, .mobile-logout-btn {
  text-align: center;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: .75rem;
  padding: 1rem;
  font-weight: 500;
  display: block;
}

.mobile-login-btn {
  color: #333;
  border: 1px solid #ddd;
}

.mobile-signup-btn {
  color: #fff;
  background: #ff385c;
}

.mobile-logout-btn {
  color: #ff385c;
  border: 1px solid #ddd;
}

@media (max-width: 1024px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }
}

@media (max-width: 768px) {
  .header-top-bar {
    padding: 1rem;
  }
}

/* [project]/src/components/Footer/Footer.css [app-client] (css) */
.footer {
  background-color: #f7f7f7;
  border: 1px solid #dfdada;
  padding: 40px;
  font-family: Arial, sans-serif;
}

.footer * {
  background-color: #f7f7f7;
}

.footer-sections {
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 13px;
  display: flex;
}

.footer-column {
  flex: 1;
  margin-right: 20px;
}

.footer-column h4 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.footer-column ul {
  padding: 0;
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li:hover {
  color: #00f;
}

.footer-column ul li a {
  color: #555;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  font-size: 13px;
  display: flex;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom ul {
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-bottom ul li {
  margin-right: 15px;
}

.footer-bottom ul li a {
  color: #555;
  text-decoration: none;
}

.footer-icons a {
  color: #555;
  margin-left: 15px;
}

.footer-icons a:hover {
  color: #000;
}

.fa {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .footer-sections {
    flex-direction: column;
  }

  .footer-column {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-bottom ul {
    flex-direction: column;
    margin-top: 10px;
  }

  .footer-bottom ul li {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-icons {
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 20px;
  }

  .footer-column h4 {
    font-size: 14px;
  }

  .footer-column ul li {
    margin-bottom: 6px;
  }

  .footer-bottom ul {
    margin-top: 15px;
  }

  .footer-icons a {
    margin-left: 10px;
  }
}

/* [project]/src/components/PersonalDatePicker/PersonalDatePicker.css [app-client] (css) */
.flexible-selection, .flexible {
  scroll-behavior: smooth;
}

/*# sourceMappingURL=src_b2d3773a._.css.map*/