@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.btn-primary {
  color: #fff;
  background-color: #b01116;
  border-color: #b01116;
}

a {
  transition: 0.5s;
}

.titleOne {
  font-family: "Poppins", sans-serif;
  color: #000;
  text-align: center;
  display: block;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
}

.titleTwo {
  font-family: "Lato", sans-serif;
  display: block;
  background: #fff;
  padding: 0 15px;
  font-size: 24px;
  text-align: center;
}
.titleTwo::after {
  width: 50px;
  height: 5px;
  background: #b01116;
}

/* Style 7
   ----------------------------- */
.seven h6 {
  width: 300px;
  font-family: "Lato", sans-serif;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 22px;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 5px;
  align-items: center;
}

.seven h6:after, .seven h6:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #b01116;
  border-top: 1px solid #b01116;
  height: 5px;
  background-color: #fff;
}

.seven2 h6 {
  width: 300px;
  font-family: "Lato", sans-serif;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 22px;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 5px;
  align-items: center;
}

.seven2 h6:after, .seven2 h6:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 5px;
  background-color: #b01116;
}

.navbar-brand h1 {
  font-size: 28px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #b01116;
}
.navbar-brand p {
  font-size: 14px;
  text-align: right;
  padding: 0;
  margin: 0;
}
.navbar-brand span {
  font-size: 12px;
  line-height: 0.7;
  display: block;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar-toggler .close-icon {
  display: none;
  font-size: 24px;
  line-height: 1;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  display: none;
}

.navbar-toggler:not(.collapsed) .close-icon {
  display: inline;
}

.downloadBT {
  display: table;
  margin: 20px auto 0 auto;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0px 15px;
  border: none;
  border-radius: 5px;
  background: #b01116;
  color: #fff;
  transition: 1.5s linear;
  text-decoration: none;
  background: linear-gradient(to right, #b01116, #66090c, #c5262b, #5a0c0f, #ee787c);
  background-size: 600%;
  animation: anime 8s linear infinite;
}
.downloadBT .fa-file-pdf {
  font-size: 32px;
  border-right: solid 1px rgba(255, 255, 255, 0.3098039216);
  padding: 10px 10px 10px 0;
  float: left;
  margin-right: 10px;
}
.downloadBT .fa-download {
  font-size: 32px;
  border-right: solid 1px rgba(255, 255, 255, 0.3098039216);
  padding: 10px 10px 10px 0;
  float: left;
  margin-right: 10px;
}

@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.connectivity {
  margin: 20px 0 0 0;
  padding: 0;
}
.connectivity li {
  list-style-type: none;
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
}

.owl-dots {
  display: none;
}

.mob-dis {
  display: none !important;
}

.headerWrap {
  padding: 0;
  margin: 0;
  position: fixed;
  height: 50px;
  top: 0;
  z-index: 999;
  width: 100%;
}
.headerWrap .navbar-collapse {
  justify-content: flex-end;
}
.headerWrap .navbar-collapse .nav-link {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 15px;
}
.headerWrap .navbar-collapse .nav-link:hover {
  color: #b01116;
}
.headerWrap .navbar-collapse .active {
  color: #b01116 !important;
}

.bannerWrap {
  margin-top: 70px;
}

.bannerLowerWrap {
  padding: 40px 0;
}
.bannerLowerWrap .iconWrapOne {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerLowerWrap .iconWrapOne .imageWrap {
  width: 80px;
  height: 80px;
  padding: 15px;
  background: #fff;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-right: 15px;
}
.bannerLowerWrap .iconWrapOne .imageWrap img {
  text-align: center;
  display: block;
  margin: 5px auto 0 auto;
}
.bannerLowerWrap .iconWrapOne h6 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.intarestWrap {
  background: #b01116;
  padding: 40px 0 20px 0;
}
.intarestWrap h3 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.intarestWrap h6 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 30px;
  color: #fff;
}
.intarestWrap input {
  background: none;
  border: solid 1px #fff !important;
}
.intarestWrap .submiBT {
  display: block;
  background: #fff;
  border-radius: 5px;
  color: #000;
  text-align: center;
  padding: 6px 0;
  width: 100%;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 600;
  border: solid 1px #fff;
}
.intarestWrap .submiBT:hover {
  background: #b01116;
  color: #fff;
}

.overviewwrap {
  padding: 40px 0;
}
.overviewwrap img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.overviewwrap p {
  font-size: 17px;
  line-height: 24px;
  color: #000;
  padding: 10px 0 20px 0;
  margin: 0;
  text-align: left;
}
.overviewwrap .twoPart {
  justify-content: center;
  align-items: center;
}
.overviewwrap .downloadBT {
  margin: 0;
}

.aminitiesWrap {
  padding: 40px 0;
  background: #f7ccce;
}
.aminitiesWrap .iconWrapTwo {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.aminitiesWrap .iconWrapTwo .imageWrap {
  width: 100px;
  height: 100px;
  padding: 15px;
  background: #fff;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-right: 15px;
}
.aminitiesWrap .iconWrapTwo .imageWrap img {
  text-align: center;
  display: block;
  margin: 9px auto 0 auto;
}
.aminitiesWrap .iconWrapTwo h5 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.masterPlanWrap {
  padding: 40px 0;
}
.masterPlanWrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.floorPlanWrap {
  padding: 40px 0;
}
.floorPlanWrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 25px;
}

.priceWrap {
  padding: 40px 0;
  background: #f7ccce;
}
.priceWrap .blockOne {
  border-radius: 10px;
  background: #fff;
  padding: 35px 0;
}
.priceWrap .blockOne h3 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  display: block;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.priceWrap .blockOne h6 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #000;
  display: block;
  text-align: center;
}
.priceWrap .blockTwo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.priceWrap .blockTwo img {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  filter: blur(2px);
}

.walkthroughWrap {
  padding: 40px 0;
}
.walkthroughWrap .ratio {
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

.downloadWrap {
  padding: 40px 0;
}

.devloperWrap {
  padding: 40px 0;
}
.devloperWrap .devlop-logo {
  margin: 0 auto;
  display: block;
  text-align: center;
}
.devloperWrap p {
  font-size: 17px;
  line-height: 24px;
  color: #000;
  padding: 10px 0 20px 0;
  margin: 0;
  text-align: center;
}

.addressWrap {
  padding: 40px 0;
  background: #b01116;
}
.addressWrap h6 {
  color: #fff;
}
.addressWrap h2 {
  color: #fff;
}
.addressWrap h4 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
  color: #fff;
}

.mulayamWrap {
  padding: 40px 0 0 0;
}
.mulayamWrap .mulamLogo {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.mulayamWrap p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 10px 0 20px 0;
  margin: 0;
  text-align: center;
}

.footerWrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
.footerWrap .whatsapp {
  width: 60px;
  height: 60px;
  background: #42db87;
  color: #fff;
  font-size: 32px;
  line-height: 60px;
  border-radius: 100px;
  margin: 0 0 15px 0;
  text-align: center;
  color: #fff;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.footerWrap .whatsapp:hover {
  background: #b01116;
}
.footerWrap .callapp {
  width: 60px;
  height: 60px;
  margin: 0x;
  background: #000;
  color: #fff;
  font-size: 22px;
  line-height: 60px;
  border-radius: 100px;
  text-align: center;
  display: block;
}
.footerWrap .callapp:hover {
  background: #b01116;
}
.footerWrap .inqureNow {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: none;
}
.footerWrap .inqureNow:hover {
  color: #b01116;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.site-visit-icon {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.modalWrapOne {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modalWrapOne .blockOne {
  width: 33%;
}
.modalWrapOne .blockOne i {
  font-size: 32px;
  text-align: center;
  display: block;
}
.modalWrapOne .blockOne p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 989px) {
  .desk-dis {
    display: none !important;
  }
  .mob-dis {
    display: block !important;
  }
  .bannerLowerWrap .iconWrapOne .imageWrap {
    font-size: 15px;
    width: 65px;
    height: 65px;
    margin-right: 10px;
  }
  .bannerLowerWrap .iconWrapOne {
    margin-bottom: 25px;
  }
  .bannerLowerWrap .iconWrapOne .imageWrap img {
    margin: 0px auto 0 auto;
    max-width: 35px;
  }
  .bannerLowerWrap .iconWrapOne h6 {
    font-size: 14px;
    line-height: 16px;
  }
  .intarestWrap input {
    margin-bottom: 20px;
  }
  .intarestWrap h6 {
    font-size: 14px;
    margin-top: 13px;
  }
  .intarestWrap h3 {
    margin-bottom: 15px;
  }
  .seven h6 {
    width: 250px;
    font-size: 18px;
  }
  .titleOne {
    font-size: 28px;
    line-height: 32px;
  }
  .overviewwrap p {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
  }
  .overviewwrap .downloadBT {
    margin: 0 auto;
  }
  .aminitiesWrap .iconWrapTwo .imageWrap {
    width: 70px;
    height: 66px;
    margin-right: 10px;
  }
  .aminitiesWrap .iconWrapTwo .imageWrap img {
    margin: -2px auto 0 auto;
    max-width: 40px;
  }
  .aminitiesWrap .iconWrapTwo h5 {
    font-size: 15px;
  }
  .priceWrap {
    padding: 15px 0;
  }
  .addressWrap h6 {
    width: 250px;
    font-size: 18px;
  }
  .addressWrap h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .addressWrap h4 {
    font-size: 16px;
  }
  .headerWrap .navbar-collapse .nav-link {
    padding: 0;
    margin: 10px 0;
  }
  .walkthroughWrap {
    padding: 20px 0;
  }
}/*# sourceMappingURL=style.css.map */


/* ============ CHATBOT WIDGET (added) ============ */
:root {
  --chat-primary: #4f46e5;
  --chat-primary-dark: #4338ca;
  --chat-bg: #ffffff;
  --chat-user-bubble: #4f46e5;
  --chat-user-text: #ffffff;
  --chat-bot-bubble: #f1f5f9;
  --chat-bot-text: #1e293b;
  --chat-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  --chat-border-radius: 18px;
  --transition-speed: 0.3s;
}

/* Launcher button — now flows INSIDE .footerWrap, above WhatsApp */
.chat-launcher {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #b01116;
  border: none;
  cursor: pointer;
  box-shadow: 2px 3px 12px rgba(0,0,0,0.5) ;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px 0; /* same spacing pattern as your .whatsapp icon */
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  //animation: pulse-glow 2.5s ease-in-out infinite;
}

.chat-launcher:hover {
  transform: scale(1.08);
  box-shadow: 2px 3px 12px rgba(0,0,0,0.5) ;
  background:  #b01116;
}

.chat-launcher:active {
  transform: scale(0.94);
  transition: transform 0.1s ease;
}

/*@keyframes pulse-glow {*/
/*  0%, 100% {*/
/*    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4);*/
/*  }*/
/*  50% {*/
/*    box-shadow: 0 8px 32px rgba(79, 70, 229, 0.7);*/
/*  }*/
/*}*/
.chat-launcher svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.chat-launcher .icon-chat {
  opacity: 1;
  transform: scale(1);
}

.chat-launcher .icon-close {
  position: absolute;
  opacity: 0;
  transform: scale(0.6);
}

.chat-launcher.open .icon-chat {
  opacity: 0;
  transform: scale(0.6);
}

.chat-launcher.open .icon-close {
  opacity: 1;
  transform: scale(1);
}

.chat-launcher .unread-dot {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 13px;
  height: 13px;
  background: #ef4444;
  border-radius: 50%;
  border: 2.5px solid #ffffff;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.chat-launcher .unread-dot.show {
  opacity: 1;
  transform: scale(1);
}

/* Chat window — stays fixed to viewport, repositioned to sit ABOVE the whole icon stack */
.chat-window {
    font-family: "Poppins", sans-serif;
  position: fixed;
  bottom: 240px; /* footer(20) + launcher(75) + whatsapp(75) + call(60) + 10 gap ≈ 240 */
  right: 20px; /* aligned with .footerWrap's right:20px */
  width: 400px;
  max-width: calc(100vw - 40px);
  height: 530px;
  max-height: calc(100vh - 260px);
  background: var(--chat-bg);
  border-radius: var(--chat-border-radius);
  box-shadow: var(--chat-shadow);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(25px) scale(0.9);
  transform-origin: bottom right;
  transition: opacity var(--transition-speed) ease, transform var(--transition-speed) cubic-bezier(0.34, 1.56, 0.64, 1), visibility var(--transition-speed) ease;
}

.chat-window.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.chat-header {
  background: #b01116;
  color: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.chat-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.chat-avatar svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chat-header-info h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.chat-header-info span {
  font-size: 12px;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 5px;
}

.status-dot {
  width: 7px;
  height: 7px;
  background: #4ade80;
  border-radius: 50%;
  display: inline-block;
  animation: status-blink 2s ease-in-out infinite;
}

@keyframes status-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.chat-header-actions {
  display: flex;
  gap: 4px;
}

.chat-header-actions button {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  font-size: 16px;
}

.chat-header-actions button:hover {
  background: rgba(255, 255, 255, 0.28);
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fafafa;
  scroll-behavior: smooth;
}

.chat-messages::-webkit-scrollbar {
  width: 5px;
}

.chat-messages::-webkit-scrollbar-track {
  background: transparent;
}

.chat-messages::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.message {
  max-width: 90%;
  padding: 11px 15px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  animation: message-in 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

@keyframes message-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.message.bot {
  align-self: flex-start;
  background: #efefef;;
  color: var(--chat-bot-text);
  border-bottom-left-radius: 5px;
}

.message.user {
  align-self: flex-end;
  background: #b01116;
  color: var(--chat-user-text);
  border-bottom-right-radius: 5px;
}

.message .time {
  font-size: 10px;
  opacity: 0.55;
  margin-top: 4px;
  text-align: right;
}

.message.user .time {
  opacity: 0.7;
}

.typing-indicator {
  align-self: flex-start;
  background: var(--chat-bot-bubble);
  border-radius: 16px;
  border-bottom-left-radius: 5px;
  padding: 13px 17px;
  display: none;
  gap: 5px;
  animation: message-in 0.3s ease;
}

.typing-indicator.active {
  display: flex;
}

.typing-indicator span {
  width: 8px;
  height: 8px;
  background: #94a3b8;
  border-radius: 50%;
  animation: bounce-dot 1.2s infinite ease-in-out;
}

.typing-indicator span:nth-child(1) {
  animation-delay: 0s;
}

.typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce-dot {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
}
.quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 4px 0 8px;
  align-self: flex-start;
  animation: message-in 0.4s ease;
}

.quick-reply-btn {
  background: #b01116;
  border: 1.5px solid #e2e8f0;
  color:  #ffffff;
  padding: 8px 14px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.quick-reply-btn:hover {
  background:#b01116;
  color: #fff;
  border-color:#b01116;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(79, 70, 229, 0.25);
}

.chat-input-area {
  padding: 10px 14px;
  border-top: 1px solid #e8ecf1;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  flex-shrink: 0;
}

.chat-input-area input {
  flex: 1;
  border: 1.5px solid #e2e8f0;
  border-radius: 25px;
  padding: 11px 16px;
  font-size: 14px;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  background: #f8fafc;
  color: #1e293b;
}

.chat-input-area input:focus {
  border-color: #b01116;
  /*box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);*/
  background: #fff;
}

.chat-input-area input::-moz-placeholder {
  color: #94a3b8;
}

.chat-input-area input::placeholder {
  color: #94a3b8;
}

.send-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--chat-primary);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.send-btn:hover {
  background: var(--chat-primary-dark);
  transform: scale(1.05);
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.4);
}

.send-btn:active {
  transform: scale(0.9);
}

.send-btn svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 480px) {
  .chat-window {
    right: 6px;
    bottom: 210px;
    width: calc(100vw - 20px);
    height: 500px;
    max-height: calc(100vh - 230px);
    border-radius: 16px;
  }
}
/* ====== NEW: user-details form inside chat ====== */
.chat-user-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 6px 0 10px;
  align-self: flex-start;
  width: 100%;
  animation: message-in 0.4s ease;
}

.chat-form-input {
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 14px;
  outline: none;
  background: #f8fafc;
  color: #1e293b;
  transition: border 0.2s, box-shadow 0.2s;
}

.chat-form-input:focus {
  border-color: #b01116;
  /*box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);*/
  background: #fff;
}

.chat-form-submit {
  background: #b01116;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  transition: background 0.2s;
}

.chat-form-submit:hover {
  background: #b01116;
}/*# sourceMappingURL=style.css.map */