:root {
  --primary-color: #1976d2;
  --secondary-color: #e3f2fd;
}

#mobileBottomNav {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
  border-radius: 1rem 1rem 0 0;
  transition: transform 0.5s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

#mobileBottomNav.hidden {
  transform: translateY(100%);
}

#mobileBottomNav .material-icons {
  font-size: 2rem;
  color: var(--primary-color);
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > div:first-child {
  flex-grow: 1;
}

footer {
  margin-top: 0;
}

.btn {
  padding: 15px;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s ease;
}

.btn--action {
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background-color: var(--primary-color);
  color: #000;
  transition: all 0.5s ease 0s;
  box-shadow: 0 10px #0f4b85;
}

.btn--action span:before {
  color: var(--secondary-color);
  font-size: 32px;
  font-family: "Font Awesome 6 Free"; /* or "Font Awesome 5 Free" depending on version */
  font-weight: 900; /* solid style */
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 2.5rem;
  opacity: 0;
  transition: all 0.1s ease 0s;
}

.btn--action:active {
  box-shadow: 0 5px #0f4b85;
  transform: translateY(5px);
}

/* From Uiverse.io by Praashoo7 */
/* Design Inspired by one of Stefan Devai's Design on Dribble */

.main_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 30em; */
  height: 40em;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5em;
}

.antenna {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 2px solid black;
  background-color: #f27405;
  margin-bottom: -6em;
  margin-left: 0em;
  z-index: -1;
}
.antenna_shadow {
  position: absolute;
  background-color: transparent;
  width: 50px;
  height: 56px;
  margin-left: 1.68em;
  border-radius: 45%;
  transform: rotate(140deg);
  border: 4px solid transparent;
  box-shadow: inset 0px 16px #a85103, inset 0px 16px 1px 1px #a85103;
  -moz-box-shadow: inset 0px 16px #a85103, inset 0px 16px 1px 1px #a85103;
}
.antenna::after {
  content: "";
  position: absolute;
  margin-top: -9.4em;
  margin-left: 0.4em;
  transform: rotate(-25deg);
  width: 1em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f69e50;
}
.antenna::before {
  content: "";
  position: absolute;
  margin-top: 0.2em;
  margin-left: 1.25em;
  transform: rotate(-20deg);
  width: 1.5em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #f69e50;
}
.a1 {
  position: relative;
  top: -102%;
  left: -130%;
  width: 12em;
  height: 5.5em;
  border-radius: 50px;
  background-image: linear-gradient(
    #171717,
    #171717,
    #353535,
    #353535,
    #171717
  );
  transform: rotate(-29deg);
  clip-path: polygon(50% 0%, 49% 100%, 52% 100%);
}
.a1d {
  position: relative;
  top: -211%;
  left: -35%;
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  border: 2px solid black;
  background-color: #979797;
  z-index: 99;
}
.a2 {
  position: relative;
  top: -210%;
  left: -10%;
  width: 12em;
  height: 4em;
  border-radius: 50px;
  background-color: #171717;
  background-image: linear-gradient();
  margin-right: 5em;
  clip-path: polygon(
    47% 0,
    47% 0,
    34% 34%,
    54% 25%,
    32% 100%,
    29% 96%,
    49% 32%,
    30% 38%
  );
  transform: rotate(-8deg);
}
.a2d {
  position: relative;
  top: -294%;
  left: 94%;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  border: 2px solid black;
  background-color: #979797;
  z-index: 99;
}

.notfound_text {
  background-color: black;
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-size: 0.75em;
  color: white;
  letter-spacing: 0;
  border-radius: 5px;
  z-index: 10;
}
.tv {
  width: 17em;
  height: 9em;
  margin-top: 3em;
  border-radius: 15px;
  background-color: #d36604;
  display: flex;
  justify-content: center;
  border: 2px solid #1d0e01;
  box-shadow: inset 0.2em 0.2em #e69635;
}
.tv::after {
  content: "";
  position: absolute;
  width: 17em;
  height: 9em;
  border-radius: 15px;
  background: repeating-radial-gradient(#d36604 0 0.0001%, #00000070 0 0.0002%)
      50% 0/2500px 2500px,
    repeating-conic-gradient(#d36604 0 0.0001%, #00000070 0 0.0002%) 60% 60%/2500px
      2500px;
  background-blend-mode: difference;
  opacity: 0.09;
}
.curve_svg {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -0.25em;
  height: 12px;
  width: 12px;
}
.display_div {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 3.5px 3.5px 0px #e69635;
}
.screen_out {
  width: auto;
  height: auto;

  border-radius: 10px;
}
.screen_out1 {
  width: 11em;
  height: 7.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.screen {
  width: 13em;
  height: 7.85em;
  font-family: Montserrat;
  border: 2px solid #1d0e01;
  background: repeating-radial-gradient(#000 0 0.0001%, #ffffff 0 0.0002%) 50% 0/2500px
      2500px,
    repeating-conic-gradient(#000 0 0.0001%, #ffffff 0 0.0002%) 60% 60%/2500px
      2500px;
  background-blend-mode: difference;
  animation: b 0.2s infinite alternate;
  border-radius: 10px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #252525;
  letter-spacing: 0.15em;
  text-align: center;
}

.screenM {
  width: 13em;
  height: 7.85em;
  position: relative;
  font-family: Montserrat;
  background: linear-gradient(
    to right,
    #002fc6 0%,
    #002bb2 14.2857142857%,
    #3a3a3a 14.2857142857%,
    #303030 28.5714285714%,
    #ff0afe 28.5714285714%,
    #f500f4 42.8571428571%,
    #6c6c6c 42.8571428571%,
    #626262 57.1428571429%,
    #0affd9 57.1428571429%,
    #00f5ce 71.4285714286%,
    #3a3a3a 71.4285714286%,
    #303030 85.7142857143%,
    white 85.7142857143%,
    #fafafa 100%
  );
  border-radius: 10px;
  border: 2px solid black;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #252525;
  letter-spacing: 0.15em;
  text-align: center;
  overflow: hidden;
}
.screenM:before,
.screenM:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
}
.screenM:before {
  top: 0;
  height: 68.4782608696%;
  background: linear-gradient(
    to right,
    white 0%,
    #fafafa 14.2857142857%,
    #ffe60a 14.2857142857%,
    #f5dc00 28.5714285714%,
    #0affd9 28.5714285714%,
    #00f5ce 42.8571428571%,
    #10ea00 42.8571428571%,
    #0ed600 57.1428571429%,
    #ff0afe 57.1428571429%,
    #f500f4 71.4285714286%,
    #ed0014 71.4285714286%,
    #d90012 85.7142857143%,
    #002fc6 85.7142857143%,
    #002bb2 100%
  );
}
.screenM:after {
  bottom: 0;
  height: 21.7391304348%;
  background: linear-gradient(
    to right,
    #006c6b 0%,
    #005857 16.6666666667%,
    white 16.6666666667%,
    #fafafa 33.3333333333%,
    #001b75 33.3333333333%,
    #001761 50%,
    #6c6c6c 50%,
    #626262 66.6666666667%,
    #929292 66.6666666667%,
    #888888 83.3333333333%,
    #3a3a3a 83.3333333333%,
    #303030 100%
  );
}

@keyframes b {
  100% {
    background-position: 50% 0, 60% 50%;
  }
}

/* Another Error Screen to Use 

.screen {
  width: 13em;
  height: 7.85em;
  position: relative;
  background: linear-gradient(to right, #002fc6 0%, #002bb2 14.2857142857%, #3a3a3a 14.2857142857%, #303030 28.5714285714%, #ff0afe 28.5714285714%, #f500f4 42.8571428571%, #6c6c6c 42.8571428571%, #626262 57.1428571429%, #0affd9 57.1428571429%, #00f5ce 71.4285714286%, #3a3a3a 71.4285714286%, #303030 85.7142857143%, white 85.7142857143%, #fafafa 100%);
  border-radius: 10px;
  border: 2px solid black;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #252525;
  letter-spacing: 0.15em;
  text-align: center;
  overflow: hidden;
}
.screen:before, .screen:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
}
.screen:before {
  top: 0;
  height: 68.4782608696%;
  background: linear-gradient(to right, white 0%, #fafafa 14.2857142857%, #ffe60a 14.2857142857%, #f5dc00 28.5714285714%, #0affd9 28.5714285714%, #00f5ce 42.8571428571%, #10ea00 42.8571428571%, #0ed600 57.1428571429%, #ff0afe 57.1428571429%, #f500f4 71.4285714286%, #ed0014 71.4285714286%, #d90012 85.7142857143%, #002fc6 85.7142857143%, #002bb2 100%);
}
.screen:after {
  bottom: 0;
  height: 21.7391304348%;
  background: linear-gradient(to right, #006c6b 0%, #005857 16.6666666667%, white 16.6666666667%, #fafafa 33.3333333333%, #001b75 33.3333333333%, #001761 50%, #6c6c6c 50%, #626262 66.6666666667%, #929292 66.6666666667%, #888888 83.3333333333%, #3a3a3a 83.3333333333%,
#303030 100%);
}

  */

.lines {
  display: flex;
  column-gap: 0.1em;
  align-self: flex-end;
}
.line1,
.line3 {
  width: 2px;
  height: 0.5em;
  background-color: black;
  border-radius: 25px 25px 0px 0px;
  margin-top: 0.5em;
}
.line2 {
  flex-grow: 1;
  width: 2px;
  height: 1em;
  background-color: black;
  border-radius: 25px 25px 0px 0px;
}

.buttons_div {
  width: 4.25em;
  align-self: center;
  height: 8em;
  background-color: #e69635;
  border: 2px solid #1d0e01;
  padding: 0.6em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 0.75em;
  box-shadow: 3px 3px 0px #e69635;
}
.b1 {
  width: 1.65em;
  height: 1.65em;
  border-radius: 50%;
  background-color: #7f5934;
  border: 2px solid black;
  box-shadow: inset 2px 2px 1px #b49577, -2px 0px #513721,
    -2px 0px 0px 1px black;
}
.b1::before {
  content: "";
  position: absolute;
  margin-top: 1em;
  margin-left: 0.5em;
  transform: rotate(47deg);
  border-radius: 5px;
  width: 0.1em;
  height: 0.4em;
  background-color: #000000;
}
.b1::after {
  content: "";
  position: absolute;
  margin-top: 0.9em;
  margin-left: 0.8em;
  transform: rotate(47deg);
  border-radius: 5px;
  width: 0.1em;
  height: 0.55em;
  background-color: #000000;
}
.b1 div {
  content: "";
  position: absolute;
  margin-top: -0.1em;
  margin-left: 0.65em;
  transform: rotate(45deg);
  width: 0.15em;
  height: 1.5em;
  background-color: #000000;
}
.b2 {
  width: 1.65em;
  height: 1.65em;
  border-radius: 50%;
  background-color: #7f5934;
  border: 2px solid black;
  box-shadow: inset 2px 2px 1px #b49577, -2px 0px #513721,
    -2px 0px 0px 1px black;
}
.b2::before {
  content: "";
  position: absolute;
  margin-top: 1.05em;
  margin-left: 0.8em;
  transform: rotate(-45deg);
  border-radius: 5px;
  width: 0.15em;
  height: 0.4em;
  background-color: #000000;
}
.b2::after {
  content: "";
  position: absolute;
  margin-top: -0.1em;
  margin-left: 0.65em;
  transform: rotate(-45deg);
  width: 0.15em;
  height: 1.5em;
  background-color: #000000;
}
.speakers {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.speakers .g1 {
  display: flex;
  column-gap: 0.25em;
}
.speakers .g1 .g11,
.g12,
.g13 {
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  background-color: #7f5934;
  border: 2px solid black;
  box-shadow: inset 1.25px 1.25px 1px #b49577;
}
.speakers .g {
  width: auto;
  height: 2px;
  background-color: #171717;
}

.bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8.7em;
}
.base1 {
  height: 1em;
  width: 2em;
  border: 2px solid #171717;
  background-color: #4d4d4d;
  margin-top: -0.15em;
  z-index: -1;
}
.base2 {
  height: 1em;
  width: 2em;
  border: 2px solid #171717;
  background-color: #4d4d4d;
  margin-top: -0.15em;
  z-index: -1;
}
.base3 {
  position: absolute;
  height: 0.15em;
  width: 17.5em;
  background-color: #171717;
  margin-top: 0.8em;
}

.text_404 {
  position: absolute;
  display: flex;
  flex-direction: row;
  column-gap: 6em;
  z-index: -5;
  margin-bottom: 2em;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  font-family: Montserrat;
}
.text_4041 {
  transform: scaleY(24.5) scaleX(9);
}
.text_4042 {
  transform: scaleY(24.5) scaleX(9);
}
.text_4043 {
  transform: scaleY(24.5) scaleX(9);
}

@media only screen and (max-width: 495px) {
  .text_404 {
    column-gap: 6em;
  }
}
@media only screen and (max-width: 395px) {
  .text_404 {
    column-gap: 4em;
  }
  .text_4041 {
    transform: scaleY(25) scaleX(8);
  }
  .text_4042 {
    transform: scaleY(25) scaleX(8);
  }
  .text_4043 {
    transform: scaleY(25) scaleX(8);
  }
}

@media (max-width: 275px), (max-height: 520px) {
  .main {
    position: relative;
  }
}

@media only screen and (max-width: 1024px) {
  .screenM {
    display: none;
  }
  .screen {
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .screen {
    display: flex;
  }
  .screenM {
    display: none;
  }
}

.card {
  width: 320px;
  background-color: #2b4fa2;
  border-radius: 1rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
  color: white;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
}
.card-header {
  height: 2.5rem;
  background-color: #2b4fa2;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  gap: 0.5rem;
}
.circle {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
.circle.red {
  background-color: #ef4444;
}
.circle.yellow {
  background-color: #facc15;
}
.circle.green {
  background-color: #22c55e;
}
.card-content {
  padding: 1rem;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.card-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
.username {
  font-size: 1.125rem;
}
.message {
  margin-top: 1rem;
  font-size: 1rem;
  flex-grow: 1;
}
.date {
  align-self: flex-start;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1rem;
}

@layer components {
  .btn-primary {
    @apply bg-[--primary-color] text-white px-6 py-2 rounded-[20px] hover:bg-[--primary-color] transition-colors duration-300 font-semibold;
  }
  .input-primary {
    @apply w-full px-4 py-2 border-2 border-blue-300 rounded-[20px] focus:outline-none focus:border-blue-500 focus:ring-2 focus:ring-blue-200;
  }
  .label-primary {
    @apply block mb-2 font-semibold text-gray-700;
  }
  .form-card {
    @apply max-w-md mx-auto bg-white p-6 rounded-[20px] border-2 border-blue-300 shadow-md;
  }
  .section-form {
    @apply mt-10 p-5 mb-10 text-center;
  }
  .success-message {
    @apply text-green-600 font-semibold mb-4;
  }
  .error-message {
    @apply text-red-600 font-semibold mb-4;
  }
  .word-count {
    @apply text-sm text-gray-500 mt-1;
  }
  .connect-section {
    @apply max-w-5xl lg:mx-auto mx-5 mb-16 rounded-2xl bg-white px-8 py-12 flex flex-col md:flex-row items-center justify-between relative shadow-lg border border-blue-200;
  }
  .connect-title {
    @apply text-3xl md:text-4xl font-bold text-[--primary-color] mb-3;
  }
  .connect-desc {
    @apply text-lg text-gray-700 mb-4;
  }
  .connect-btn {
    @apply z-10 flex items-center bg-[--primary-color] text-white font-semibold rounded-xl px-8 py-4 shadow-md hover:bg-[--primary-color] transition-colors text-base flex-shrink-0;
  }
  /* Hero section utility classes */
  .hero-content {
    @apply mt-10;
  }
  .hero-header {
    @apply text-center;
  }
  .hero-tagline {
    @apply lg:text-lg text-sm bg-blue-200 w-fit font-medium mx-auto px-5 py-2 rounded-[30px];
  }
  .hero-title {
    @apply mt-5 lg:text-6xl text-4xl font-semibold;
  }
  .hero-title-highlight {
    @apply text-[--primary-color];
  }
  .hero-input-wrap {
    @apply relative lg:w-[500px] w-[330px] mx-auto;
  }
  .hero-input {
    @apply w-full pl-10 pr-4 py-2 border-2 border-blue-300 rounded-[20px] text-center focus:outline-none focus:border-blue-500 focus:ring-2 focus:ring-blue-200;
  }
  .hero-search-icon {
    /* Only Tailwind classes here, do NOT use @apply for Font Awesome classes */
    @apply text-blue-500 absolute left-4 top-1/2 -translate-y-1/2;
  }
  .hero-img-wrap {
    @apply lg:h-[500px] h-[300px];
  }
  .hero-img {
    @apply h-[100%] mx-auto;
    /* custom-hero-shadow should be used as a separate class in HTML, not with @apply */
  }
  /* Header utility classes */
  .header-main {
    @apply w-full flex flex-col bg-white z-50;
  }
  .top-bar-main {
    @apply bg-[--primary-color] p-3 text-center font-semibold shadow-lg;
  }
  .top-bar-title {
    @apply text-[--secondary-color] text-sm lg:text-lg;
  }
  .logo-main {
    @apply w-fit transition-all duration-300 ease-in-out shadow-md rounded-xl;
  }
  .logo-title {
    @apply text-sm font-bold btn btn--action;
  }
  .logo-title-highlight {
    @apply text-[--secondary-color] relative;
  }
  .btn-container-main {
    @apply font-bold relative;
  }
  .btn-write {
    @apply bg-[--secondary-color] px-4 pr-10 py-2 rounded-[20px] mr-[-40px] hover:bg-white hover:border-2 hover:border-[--primary-color] transition-all duration-300 ease-in-out shadow-md;
  }
  .btn-views {
    @apply bg-[--primary-color] px-4 py-2 text-white rounded-[20px] hover:bg-white hover:border-2 hover:border-[--primary-color] transition-all duration-300 ease-in-out hover:text-black shadow-md;
  }
  /* Footer utility classes */
  .footer-main {
    @apply bg-[--primary-color] text-[--secondary-color] text-center py-5 mt-auto shadow-2xl;
  }
  .footer-link {
    @apply underline hover:text-yellow-300 transition-colors;
  }
  /* Custom shadow utility (not with @apply) */
  .custom-hero-shadow {
    box-shadow: 0 10px 40px 0 rgba(25, 118, 210, 0.15);
  }
  .custom-listing-section {
    @apply py-12;
  }
  .custom-listing-header {
    @apply max-w-5xl mx-auto mb-10;
  }
  .custom-listing-title {
    @apply text-3xl md:text-4xl font-bold text-[--primary-color] mb-8 text-center;
  }
  .custom-listing-cards {
    @apply max-w-5xl p-0 flex flex-col lg:flex-row gap-8 mx-auto;
  }
  .custom-listing-card {
    @apply flex-1 mx-2 bg-white rounded-2xl shadow-xl overflow-hidden hover:scale-105 transition-transform duration-300 border-2 border-blue-200 flex flex-col;
  }
  .custom-listing-card-content {
    @apply p-5 flex flex-col gap-3 flex-1;
  }
  .custom-listing-location {
    @apply flex items-center gap-2 text-[--primary-color] font-bold text-lg;
  }
  .custom-listing-amenities {
    @apply flex items-center gap-6 mt-2 flex-nowrap min-w-0 overflow-x-auto hide-scrollbar;
  }
  .custom-listing-amenity {
    @apply flex items-center gap-2 text-gray-700 max-w-[110px] whitespace-nowrap overflow-hidden text-ellipsis;
  }
  .custom-listing-profile {
    @apply flex items-center gap-3 mt-4;
  }
  .custom-listing-profile-img {
    @apply w-10 h-10 rounded-full border-2 border-blue-200 object-cover;
  }
  .custom-listing-profile-info {
    @apply flex flex-col;
  }
  .custom-listing-profile-name {
    @apply font-semibold text-gray-800 text-base;
  }
  .custom-listing-profile-status {
    @apply text-xs text-[--primary-color] font-medium mt-1;
  }
  .btn-view-all-listings {
    @apply border-2 border-[--primary-color] text-[--primary-color] bg-white px-8 py-3 rounded-full text-lg font-semibold shadow-md transition-colors duration-300;
  }
  .btn-view-all-listings:hover {
    @apply bg-[--primary-color] text-white border-[--primary-color];
  }
  .whyus-section-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    width: 100vw;
    height: 100%;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
  }
  .whyus-section-bg svg {
    width: 100vw;
    height: 100%;
    min-height: 700px;
    opacity: 0.13;
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .whyus-inner {
    @apply max-w-5xl w-full mx-auto px-6 py-10 rounded-3xl shadow-2xl bg-white border border-blue-200;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 32px 0 rgba(25, 118, 210, 0.1),
      0 1.5px 8px 0 rgba(30, 58, 138, 0.08);
  }
  .whyus-section {
    @apply py-24 mb-20;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 99vw;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .whyus-section-title {
    @apply text-3xl md:text-4xl font-bold text-[--primary-color] mb-4 text-center relative;
    letter-spacing: 0.01em;
  }
  .whyus-section-title::after {
    content: "";
    display: block;
    margin: 0.75rem auto 0 auto;
    width: 4rem;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, #1976d2 0%, #64b5f6 100%);
    opacity: 0.85;
  }
  .whyus-section-desc {
    @apply text-lg text-gray-700 mb-8 text-center max-w-3xl mx-auto;
    line-height: 1.7;
  }
  .whyus-features {
    @apply w-full flex flex-col md:flex-row gap-8 mt-4 mb-2 justify-center items-stretch;
  }
  .whyus-feature-card {
    @apply flex-1 bg-white rounded-2xl shadow-xl border-2 border-blue-100 px-6 py-7 flex flex-col items-center text-center transition-transform duration-300 hover:scale-105 hover:shadow-2xl;
    min-width: 220px;
    max-width: 320px;
    margin: 0 auto;
  }
  .whyus-feature-icon {
    @apply text-[--primary-color] mb-4 text-4xl md:text-5xl;
    line-height: 1;
  }
  .whyus-feature-title {
    @apply text-xl font-semibold mb-2 text-gray-900;
    letter-spacing: 0.01em;
  }
  .whyus-feature-desc {
    @apply text-base text-gray-600;
    line-height: 1.6;
  }
  @media (max-width: 900px) {
    .whyus-features {
      flex-direction: column;
      gap: 2rem;
    }
    .whyus-feature-card {
      max-width: 100%;
      min-width: 0;
    }
  }
  @media (max-width: 600px) {
    .whyus-section {
      min-height: 165vh;
      @apply px-4 py-10;
    }
    .whyus-section-bg {
      min-height: 950px;
    }
    .whyus-section-bg svg {
      min-height: 950px;
    }
    .whyus-inner {
      min-height: 650px;
      @apply px-4 py-10 rounded-2xl;
    }
  }
  .auth-form-wrapper {
    @apply bg-white rounded-lg shadow-lg w-full max-w-md p-6 relative m-6;
  }
  .auth-form-heading {
    @apply text-2xl font-bold text-center mb-6 text-blue-600;
  }
  .auth-form {
    @apply space-y-4;
  }
  .auth-form-label {
    @apply block text-gray-700 font-semibold mb-1;
  }
  .auth-form-input {
    @apply w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-400;
  }
  .auth-form-select {
    @apply w-full px-4 py-2 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-blue-400;
  }
  .auth-form-error {
    @apply text-red-600 text-sm hidden;
  }
  .auth-form-btn {
    @apply w-full bg-blue-600 hover:bg-blue-700 text-white font-semibold py-2 px-4 rounded transition duration-200;
  }
  .auth-form-link {
    @apply text-blue-600 font-semibold cursor-pointer;
  }
  .auth-form-footer {
    @apply text-center text-sm mt-2;
  }
  .select-btn {
    @apply px-4 py-2 rounded-lg font-medium transition-colors duration-150 w-full md:w-auto;
    background-color: #f1f5f9;
    color: #334155;
    border: none;
    outline: none;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    min-width: 90px;
    box-shadow: none;
  }
  .select-btn.selected {
    background-color: var(--primary-color, #2563eb);
    color: #fff;
    box-shadow: 0 2px 8px 0 rgb(37 99 235 / 0.1);
  }
  .select-btn:not(.selected):hover {
    background-color: #e0e7ef;
    color: var(--primary-color, #2563eb);
  }
  .select-group {
    @apply flex gap-2 mb-2;
  }
  .option-group {
    @apply p-2 rounded-xl bg-gray-50 border border-gray-200 mb-2;
  }
  .highlight-btn {
    @apply px-3 py-1 rounded-lg border border-gray-300 bg-gray-100 text-gray-700 text-sm font-medium transition-colors duration-150 cursor-pointer shadow-sm;
    min-width: 0;
    margin-bottom: 0.25rem;
  }

  .highlight-btn.peer-checked {
    @apply shadow;
  }

  .highlight-btn:not(.peer-checked):hover {
    @apply border-[--primary-color] bg-[--primary-color] text-[--primary-color];
  }

  .option-btn {
    display: inline-block;
    padding: 0.5rem 1.1rem;
    margin: 0.15rem 0.2rem;
    border: 1.5px solid #d1d5db;
    border-radius: 9999px;
    background: #f9fafb;
    color: #222;
    font-weight: 500;
    font-size: 0.95em;
    transition: all 0.15s;
    cursor: pointer;
    outline: none;
    user-select: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.01);
  }

  .option-btn:hover,
  .option-btn:focus {
    border-color: var(--primary-color, #2563eb);
    background: #e0e7ff;
    color: var(--primary-color, #2563eb);
  }

  .peer:checked + .option-btn,
  .option-btn.selected {
    background: var(--primary-color, #2563eb);
    color: #fff;
    border-color: var(--primary-color, #2563eb);
    box-shadow: 0 2px 8px 0 rgba(37, 99, 235, 0.08);
  }

  .option-group {
    gap: 0.4rem 0.4rem !important;
  }
}

/* Listing Section Layered Styles */
.custom-listing-section {
  padding: 3rem 1rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.custom-listing-header {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
.custom-listing-title {
  font-size: 2rem;
  font-weight: bold;
  color: #2563eb;
  margin-bottom: 2rem;
  text-align: center;
}
.custom-listing-cards {
  max-width: 80rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .custom-listing-cards {
    flex-direction: row;
  }
}
.custom-listing-card {
  flex: 1 1 0%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 32px 0 rgba(30, 58, 138, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
  border: 2px solid #bfdbfe;
  display: flex;
  flex-direction: column;
}
.custom-listing-card:hover {
  transform: scale(1.05);
}
.custom-listing-card-content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1 1 0%;
}
.custom-listing-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #2563eb;
  font-weight: bold;
  font-size: 1.125rem;
}
.custom-listing-amenities {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 0.5rem;
  flex-wrap: nowrap;
  min-width: 0;
  overflow-x: auto;
}
.custom-listing-amenity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #374151;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-listing-profile {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.custom-listing-profile-img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 2px solid #bfdbfe;
  object-fit: cover;
}
.custom-listing-profile-info {
  display: flex;
  flex-direction: column;
}
.custom-listing-profile-name {
  font-weight: 600;
  color: #1f2937;
  font-size: 1rem;
}
.custom-listing-profile-status {
  font-size: 0.75rem;
  color: #2563eb;
  font-weight: 500;
  margin-top: 0.25rem;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Responsive grid for custom-listing-cards */
.custom-listing-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .custom-listing-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .custom-listing-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Hide number input spinners for all browsers */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* button */
.auth-form-password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.auth-form-password-wrapper input[type="password"],
.auth-form-password-wrapper input[type="text"] {
  width: 100%;
  padding-right: 2.5rem;
}
.show-password-btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 0.5rem;
  font-size: 1.2rem;
  color: #888;
  display: flex;
  align-items: center;
  height: 100%;
}
.show-password-btn:active {
  color: #333;
}

.text-primary {
  color: var(--primary-color) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.bg-primary:hover {
  background-color: #1251a3 !important;
}