body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    height:100%;
    overflow:hidden;
  }
  
  .Bg-Home {
    background-image: url("../Images/Background.png");
    background-size: 100% 100%;
    min-height: 100vh;
    padding: 0px;
  }
  
  @media (max-width: 767px) {
    .To_My {
      font-size: 13px !important;
    }
    .send-chat-name {
      font-size: 13px;
      width: 100px !important;
    }
    .ChatIcon {
      height: 20px !important;
      width: 20px !important;
    }
  }
  
  @media (max-width: 600px) {
    .Bg-Home {
      min-height: 94vh;
    }
  }
  
  .login-container {
    width: 360px;
  }
  
  @media (max-width: 600px) {
    .login-container {
      padding: 15px;
    }
  }
  
  .Welcome {
    color: #f1531b;
    font-size: 21px;
    font-weight: 600;
  }
  
  .Number {
    display: block;
    font-size: 14px;
    text-align: left;
    margin-bottom: 8px;
    color: #333333;
  }
  
  /* input type Arrow remove */
  .no-arrow::-webkit-outer-spin-button,
  .no-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  /* .no-arrow {
    -moz-appearance: textfield;
  } */
  
  .input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 2px 12px;
    background-color: rgb(247, 246, 246);
    margin-bottom: 20px;
  }
  
  .input-wrapper input::placeholder {
    font-size: 16px;
  }
  
  .input-wrapper input {
    background: transparent;
    border: none;
    outline: none;
    flex: 1;
    padding: 8px;
    font-size: 17px;
  }
  
  .icon {
    margin-right: 8px;
    font-size: 18px;
    color: #333333;
  }
  
  .otp-btn {
    background: #ff5722 !important;
    border: none;
    color: #fff !important;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
   
  }
  
  .login-btn {
    background-color: #f1531b !important;
    color: #ffffff !important;
    border: none;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 16px;
    transition: all 0.3s ease;
  }
  
  .login-btn:hover {
    /* background-color: #e64a19; Darker orange */
    border-radius: 15px;
    /* transform: translateY(-2px); */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  }
  
  .signup-text {
    font-size: 14px;
    color: #333333;
  }
  
  .signup-text a {
    color: #f1531b;
    text-decoration: none;
    font-weight: 600;
  }
  
  .website-link {
    color: #f1531b;
    font-weight: 600;
    cursor: pointer;
  }
  
  .highlight {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
  }
  
  .Website {
    color: #333333;
    font-size: 14px;
  }
  
  .ChatIcon {
    height: 33px;
    width: 33px;
  }
  
  .To_My {
    font-weight: 600;
    color: #333333;
  }
  
  .Whatsapp {
    color: #009345;
  }
  
  .buy {
    font-size: 24px;
    font-weight: 600;
  }
  
  .Want {
    color: #676767;
    font-size: 17px;
    font-weight: 600;
  }
  
  .property-search-container {
    max-width: 800px;
    width: 100%;
    padding: 2rem 2rem 0px 2rem;
  }
  
  .search-wrapper {
    position: relative;
    background-color: #f5e9ed;
    border-radius: 20px;
    padding: 13px 4.5rem 10px 13px;
    /* Added right padding to prevent overlap */
    margin-bottom: 1rem;
    border: 1px solid #eae0e3;
  }
  
  .search-input {
    scrollbar-width: none;
    border: none;
    outline: none;
    width: 100%;
    font-size: 1rem;
    color: #2d3748;
    background: transparent;
    padding: 0;
    resize: none;
    /* min-height: 100px; */
    line-height: 1.5;
  }
  
  .search-input::placeholder {
    color: #726167;
    font-weight: 600;
    font-size: 15px;
  }
  
  .search-input:focus {
    box-shadow: none;
  }
  
  .send-btn {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    cursor: pointer;
  }
  
  @media (max-width: 768px) {
    .send-btn {
      top: 70%;
      width: 35px;
      height: 35px;
    }
  
    .Bulding {
      height: 60px;
      width: 60px;
    }
  
    .main-heading {
      font-size: 1.5rem;
    }
  
    .search-wrapper {
      padding: 13px 4rem 10px 13px;
      /* Adjusted right padding for mobile */
    }
  
    .Main_image {
      height: 40px !important;
    }
  
    .Profile {
      height: 38px;
    }
  
    .fa-whatsapp:before {
      width: 14px;
      display: flex;
      justify-content: center;
    }
  }
  
  .madurai {
    background: linear-gradient(to right, #e91e63, #ff5722);
    -webkit-text-fill-color: transparent;
    display: inline-block;
    -webkit-background-clip: text;
  }
  
  .fade-top {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 2;
    pointer-events: none;
    /* So it doesn't block scroll */
  }
  
  .Contactbtn {
    border-radius: 25px;
    width: 100%;
    height: 40px;
    color: #fff !important;
    border: 1px solid #ccc !important;
    background-color: #f1531b;
  }
  .Contactbtn:hover {
    background-color: #ff732e !important; /* lighter/brighter shade */
    border: 1px solid #ff732e !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* adds highlight effect */
    color: #fff !important;
  }
  
  .Book {
    /* background-color: #f1531b !important;
    color: #ffffff !important; */
    border-radius: 25px;
    width: 100%;
    height: 40px;
  }
  
  /* dark mode light mode */
  body.dark {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  }
  
  .theme-toggle {
    position: relative;
    width: 80px;
    height: 37px;
    background: #9f8b91;
    border-radius: 25px;
    cursor: pointer;
  
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
  }
  
  .theme-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
  }
  
  .toggle-btn {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  
  .theme-toggle.active .toggle-btn {
    transform: translateX(40px);
    background: #2c3e50;
  }
  
  .toggle-btn .img-fluid {
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
    position: absolute;
  }
  
  .toggle-btn .img-fluid:first-child {
    opacity: 1;
    transform: rotate(0deg);
  }
  
  .toggle-btn .img-fluid:last-child {
    opacity: 0;
    transform: rotate(180deg);
  }
  
  .theme-toggle.active .toggle-btn .img-fluid:first-child {
    opacity: 0;
    transform: rotate(180deg);
  }
  
  .theme-toggle.active .toggle-btn .img-fluid:last-child {
    opacity: 1;
    transform: rotate(0deg);
  }
  
  /* Demo content */
  .demo-content {
    position: absolute;
    top: 50px;
    text-align: center;
    color: #333;
    transition: color 0.3s ease;
  }
  
  body.dark .demo-content {
    color: #ecf0f1;
  }
  
  .Ques {
    font-size: 20px;
    font-weight: 600;
  }
  
  .download-icon {
    cursor: pointer;
    bottom: 5px;
    right: 13px;
    width: 32px;
    /* Adjust size if needed */
    height: auto;
  }
  
  .ProjectVideos {
    font-weight: 600;
  }
  
  .ProjectLike {
    background-color: #ffe5dc;
    border-radius: 25px;
  }
  
  .BookContent {
    font-style: italic;
    color: #333333;
    font-weight: 500;
    font-size: 13px;
  }
  
  .active-button {
    color: #ffffff !important;
    background-color: #f1531b !important;
    /* Use !important to ensure the style overrides other styles */
  }
  
  /* for mobile view in header */
  .search-wrapper {
    margin: 0rem 2rem 0rem 2rem;
  }
  
  .select-wrapper {
    position: relative;
    display: inline-block;
  }
  
  .select-dropdown {
    position: absolute;
    top: 100%;
    width: 150px;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 100;
  }
  
  .select-wrapper.active .select-dropdown {
    display: block;
  }
  
  .select-option {
    padding: 10px;
    cursor: pointer;
  }
  
  .select-option:hover {
    background-color: #f1f1f1;
  }
  
  /* Show name on mobile */
  .select-trigger div {
    display: none;
  }
  
  @media (max-width: 767px) {
    .select-trigger div {
      display: block;
    }
  }
  
  /* For desktop, show the name directly */
  @media (min-width: 768px) {
    .select-trigger div {
      display: block;
    }
  }
  
  @media (max-width: 768px) {
    .search-wrapper {
      margin: unset;
    }
  
    .chat {
      max-width: 832px;
      width: 100%;
      padding: 10px;
    }
  }
  .More_Image {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    padding: 0.5rem;
    border: 1px solid #d6d5d5;
    cursor: pointer;
  }
  .Chat_Image {
    height: 169px;
    width: 100%;
  }
  
  .user-message {
    text-align: right;
    margin: 10px 0;
    padding: 8px 12px;
    background-color: #f1531b;
    color: white;
    border-radius: 18px 18px 0 18px;
    max-width: 80%;
    margin-left: auto;
    width:fit-content;
  }
  
  .bot-message {
    text-align: left;
    margin: 10px 0;
    padding: 8px 12px;
    background-color: #f5f5f5;
    color: #333;
    border-radius: 18px 18px 18px 0;
    max-width: 80%;
  }
  
  .user-text,
  .bot-text {
    margin: 0;
    word-wrap: break-word;
  }
  
  /* Add these styles to your existing style.css */
  .user-message {
    background-color: #f1531b;
    color: white;
    padding: 10px 15px;
    border-radius: 18px 18px 0 18px;
    margin: 10px 0;
    max-width: 80%;
    margin-left: auto;
  }
  
  .bot-message {
    background-color: #f5f5f5;
    color: #333;
    padding: 10px 15px;
    border-radius: 18px 18px 18px 0;
    margin: 10px 0;
    max-width: 80%;
  }
  
  .user-text,
  .bot-text {
    margin: 0;
    word-wrap: break-word;
  }
  
/* Make sure the content area can scroll */
.content {
  max-height: 60vh;
  overflow-y: auto;
  padding: 15px;

  /* For Firefox */
  scrollbar-width: thin;
  scrollbar-color: #f1531b #f1f1f1; /* thumb color, track color */
  scroll-behavior: smooth;
}

/* For Chrome, Edge, and Safari */
.content::-webkit-scrollbar {
  width: 8px;
}

.content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.content::-webkit-scrollbar-thumb {
  background-color: #f1531b;
  border-radius: 10px;
  border: none;
  box-shadow: none;
  filter: none;
}

/* Force the exact same color on hover */
.content::-webkit-scrollbar-thumb:hover {
  background-color: #f1531b;
  border: none;
  box-shadow: none;
  filter: brightness(1); /* prevents Chrome from darkening */
}



  
  /* Only adding these new styles at the bottom */
  .user-message {
    background-color: #f1531b;
    color: white;
    padding: 10px 15px;
    border-radius: 18px 18px 0 18px;
    margin: 10px 0;
    max-width: 80%;
    margin-left: auto;
  }
  
  .bot-message {
    background-color: #f5f5f5;
    color: #333;
    padding: 10px 15px;
    border-radius: 18px 18px 18px 0;
    margin: 10px 0;
    max-width: 80%;
  }
  
  .user-text,
  .bot-text {
    margin: 0;
    word-wrap: break-word;
  }
  
  
  /* Mobile adjustments for chat */
  @media (max-width: 768px) {
    .user-message,
    .bot-message {
      max-width: 90%;
    }
  
    .property-search-container .content {
      max-height: 40vh;
    }
  }
  
  .iti--separate-dial-code .iti__selected-flag{
    background-color: unset !important;
  }
  .iti__selected-flag{
   padding:unset !important;
  }
  .privacy-check{
    width:18px;
    height:18px;
    border: 1px solid #ff5722;
  }
  .privacy-check:checked{
    background-color:#ff5722 !important;
    border-color: #ff5722 !important;
    box-shadow:none !important;
  }

 .project-section h4{
    color:#f1531b !important;
}
.status-projects-container h3{
color:#f1531b !important;
}
.bottom-bar{
   position:fixed;
   bottom:0;
   right:0;
}
.text-primary{
color: #f1531b !important;
}
