:root {
  --color-primary: #ffcd11;
  --color-secondary: #000000;
  --color-black: #000000;
  --color-white: #fff;
  --color-primary-rgb: 255, 205, 17;
  --color-secondary-rgb: 0, 0, 0;
}

.container-xxl {
  max-width: 1440px;
  padding: 0 32px;
}

.navbar-brand {
  color: var(--color-primary) !important;
}

.dropdown-user {
  left: auto !important;
  right: 0;
  width: 350px;
}

.btn {
  outline: none;
  border: none;
}

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

.btn-secondary {
  background-color: var(--color-secondary) !important;
}

.toggle-btn:hover {
  background-color: var(--color-primary);
}

.bi-geo-alt,
.bi-buildings,
.bi-tags-fill,
.bi-geo-alt-fill,
.bi-buildings-fill,
.bi-cash,
.bi-water,
.bi-share-fill,
.bi-heart-fill {
  color: var(--color-primary);
}

input {
  box-shadow: none !important;
  border: none;
}

input:focus {
  border: 1px solid var(--color-primary) !important;
}

.activities-btn {
  text-align: start;
  border: none;
  outline: none;
}

.nav-link {
  color: var(--color-white) !important;
}

.navbar {
  background-color: var(--color-secondary);
}

.hero-section {
  width: 100%;
  height: 600px;
  background: linear-gradient(
      TO bottom right,
      rgba(var(--color-secondary-rgb), 0.5),
      rgba(var(--color-secondary-rgb), 0.5)
    ),
    url(hero-img.jpeg);
  object-fit: cover;
  background-repeat: no-repeat;
  position: relative;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.hero-section .container-xxl {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-box {
  padding: 2rem;
  border-radius: 9px;
  background-color: #00000080;
}

.search-box h4 {
  color: #ffff;
}

form[role="search"] .btn {
  color: var(--color-secondary) !important;
}

input[type="search"]:focus {
  outline: none;
  box-shadow: none;
  border: var(--color-primary) 1px solid;
}
input[type="radio"] + label {
  color: var(--color-black) !important;
  border-color: #ffcd11 !important;
}

input[type="radio"]:checked + label {
  background-color: #ffcd11 !important;
  border-color: #ffcd11;
}

.btn-group {
  background-color: #fff;
}

.slider-item {
  width: 470px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid var(--color-primary);
}

.sidler-img {
  width: 100%;
  height: 180px;
  margin-bottom: 1rem;
}

.sidler-img img {
  width: 100%;
  height: 100%;
}

.splide__slide {
  margin-right: 1rem;
  cursor: pointer;
}

.splide__slide:last-child {
  margin-right: 0;
}

.list {
  display: flex;
  gap: 5rem;
}

.list-link {
  display: flex;
  gap: 1rem;
  text-decoration: none;
  font-size: 22px;
  max-width: 450px;
  color: var(--color-primary);
  padding: 1rem;
  transition: 0.3s all ease-in-out;
  border-radius: 9px;
}

.list-link:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Smooth shadow */
}

.list-link div {
  display: flex;
  gap: 1rem;
}

.list-link div span {
  color: var(--color-secondary);
}
.list-link i:last-child {
  color: var(--color-secondary);
  margin-left: auto;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.property-list .links a {
  display: flex;
  justify-content: space-between;
  color: var(--color-secondary);
  text-decoration: none;
  font-size: 16px;
  transition: all ease-in-out 0.3s;
}

.property-list .links a:hover {
  color: var(--color-primary);
}

.proprites-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

footer {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

.logo {
  font-size: 2rem;
  color: var(--color-secondary);
  font-weight: bold;
  margin-bottom: 2rem;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5rem;
}

.footer-nav-links {
  display: flex;
  gap: 1rem;
}

.footer-nav-links a {
  color: var(--color-secondary);
  text-decoration: none;
}

.footer-nav {
  display: grid;
  gap: 2rem;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.footer-social a {
  color: var(--color-secondary);
  font-size: 25px;
}

.user-icon {
  display: flex;
  align-items: center;
}

.user-img {
  border-radius: 50%;
  border: var(--color-primary) 2px solid;
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: inline-block;
}

.user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-select {
  position: relative;
  width: 150px;
 cursor: pointer;
  border: 10px;
}

.selected {
  background-color: #f0f0f0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.options-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: none;
  z-index: 10;
}

.option {
  padding: 10px;
  border: 10px;
  cursor: pointer;
  border-radius: 10px;
}

.option:hover {
  background-color: #f0f0f0;
}

.show {
  display: block;
}



@media only screen and (max-width: 991.98px) {
  .container-xxl {
    padding: 0 1rem;
    max-width: 100vw;
  }
  .dropdown-user {
    width: 100%;
  }
  .custom-select {
    width: 100%;
  }

  .form-group {
    flex-direction: column;
  }

  form[role="search"] {
    flex-direction: column;
    gap: 1rem;
  }

  .slider-item {
    width: 270px;
  }
  .list {
    flex-direction: column;
    gap: 0.5rem;
  }

  .list-link {
    padding: 0.5rem;
  }

  .proprites-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-nav {
    gap: 1rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .proprites-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
