:root {
  --color-backgrond-color: #f8f3f3;
  --color-dark: #444444;
  --color-primary: #3c2e12; /* Deep earthy green */
  --color-primary-dark: #a4713e; /* Rich dark brown */
  --color-primary-gradient-start: #7f6a3f; /* Warm brown start */
  --color-primary-gradient-end: #955f26; /* Golden brown end */
  --hang-button-primary: #48321a; /* Button dark brown */
  /* Soft neutrals */
  --color-white: #dcdcdc; /* Soft light gray */
  --color-black: #0d0d0d; /* Almost black */
  --color-gray-light: rgba(220, 220, 220, 0.15); /* Transparent light gray */
  --color-gray-medium: #7f6a3f; /* Warm brown (matches gradient start) */
  --color-gray-dark: #48321a; /* Deep brown (matches button & border) */
  --color-gray-text: #48321a; /* Text brown */
  --color-gray-muted: #7f6a3f; /* Muted brown/accent */
  --color-gray-bg: #0d0d0d; /* Deep background */
  --color-border: #48321a; /* Border brown */
  /* Accent colors */
  --color-accent: #493b1e; /* Accent deep brown */
  --color-danger: #48321a; /* Danger/border brown */
}

/* chat bot css */
#chatbot-container {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 10000;
  font-family: Arial, sans-serif;
}
#chatbot-button {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
  background: white;
  padding: 0;
}
#chatbot-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  user-select: none;
}

#chatbot-button img,
.chatbot-header img {
  transition: opacity 0.5s ease, width 0.5s ease, height 0.5s ease,
    margin-left 0.5s ease;
  user-select: none;
  object-fit: cover;
}

#chatbot-window {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 32px;
  width: 410px;
  max-height: 580px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  flex-direction: column;
  animation: slideup 0.3s ease;
  font-size: 15px;
}
@keyframes slideup {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes chatIconBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.chatbot-header {
  background: var(--color-primary-dark);
  color: #fff;
  padding: 10px 10px 10px 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  position: relative;
  display: flex;
  /* justify-content: ; */
  align-items: center;
  overflow: hidden;
}
#closeChatbot {
  height: 50%;
  /* text-align: justify; */
}
.header-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 10px;
  /* animation: chatIconBounce 1s ease infinite; */
}
.chatbot-messages {
  padding: 12px;
  height: 340px;
  overflow-y: auto;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
}
.chatbot-input-area {
  padding: 12px;
  border-top: 1px solid #eee;
  background: #fff;
}
.chatbot-msg {
  margin-bottom: 12px;
  line-height: 1.5;
  max-width: 80%;
  white-space: pre-line;
}
.bot-msg {
  color: white;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 10px;
}

.message-text {
  background: var(--color-gray-muted);
  padding: 8px 14px;
  border-radius: 14px;
}

.bot-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  margin-top: 4px; /* to align with text baseline */
}
.user-msg {
  background: var(--color-primary-gradient-end);
  color: white;
  align-self: flex-end;
  padding: 8px 14px;
  border-radius: 14px;
}
.config-btn,
.budget-btn {
  display: inline-block;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 7px 12px;
  margin: 4px 4px 4px 0;
  cursor: pointer;
  font-size: 14px;
  /* background: var(--color-primary-gradient-end); */
  background: var(--color-primary-dark);

  transition: background 0.2s;
  /* opacity: 0.5; */
}
.config-btn:hover,
.budget-btn:hover {
  background: var(--hang-button-primary);
}
.close-chat {
  position: absolute;
  right: 8px;
  top: 8px;
  background: none;
  border: none;
  /* color: #fff; */
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

/* chat bot css end */

/* swiper css */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #444; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  max-height: 75vh;
  max-width: 100%;
}

.swiper {
  width: 100%;
  /* height: 300px; */
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 100%;
  width: 100%;
  /* max-height: 150px; */
}

.mySwiperGallery {
  height: 50%;
}

.mySwiper {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  max-height: 120px;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  /* max-height: 200px;
  max-width: ; */
}

.mySwiperGallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: fill;
  max-height: 200px;
}

/* swiper css */
/* modal css */

/* -------------------
   Modal Styles
------------------- */
.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.89);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.modal.show {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: var(--color-black);
  /* padding: 2rem; */
  border-radius: 3px;
  width: 80%;
  max-width: 700px;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  animation: modalPop 0.4s ease;
  cursor: default;
}

.modal-content::after,
.modal-content::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: conic-gradient(
    from var(--angle),
    rgba(164, 113, 62, 1) 0deg,
    rgba(255, 255, 255, 1) 65deg,
    rgba(164, 113, 62, 1) 360deg,
    transparent 210deg,
    transparent 360deg
  );
  z-index: -1;
  border-radius: 3px;
}

.modal-content::before {
  filter: blur(15px);
  opacity: 0.5;
  z-index: -2;
}

.modal-content::after {
  animation: glowing-border 3.5s linear infinite;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes glowing-border {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}
/* Two Column Modal Layout */
.modal-two-col {
  display: flex;
  flex-direction: row;
  gap: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 15px;
  /* background-color: red; */
}

.modal-contact {
  background-color: var(--color-primary-dark);
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
}

.modal-contact a {
  color: #fff;
  text-decoration: none;
}

.center-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  gap: 5px;
}

.tab-modal-button {
  margin-top: 45px;
}

/* Left Side */
.modal-left {
  /* flex: 0.6; */
  /* background: linear-gradient(135deg, var(--color-primary-dark), #b91c1c); */
  /* color: white; */
  width: 40%;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  text-align: left;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
}

.modal-left h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.modal-left p {
  line-height: 1.5;
  font-size: 0.95rem;
}

.promo-box {
  /* margin-top: 1.5rem; */
  background: rgba(130, 129, 129, 0.15);
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  text-align: center;
}
.promo-box > h3 {
  font-size: 18px;
  color: var(--color-primary-dark);
}

/* Right Side */
.modal-right {
  width: 60%;
  /* background: green; */
  color: var(--color-gray-dark);
  text-align: left;
  height: 100%;
  padding: 1.5rem;
}
.modal-right h4,
.developer-name {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;

  /* Gradient text */
  background: linear-gradient(
    90deg,
    rgba(164, 113, 62, 1) 0%,
    rgba(255, 255, 255, 1) 65%,
    rgba(164, 113, 62, 1) 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* For Firefox */
  background-clip: text;
  color: transparent;
  text-align: center;
}

.modal-right span {
  color: #b91c1c;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-size: 1.2rem;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  height: 100%;
  /* padding-right: 15px; */
  /* justify-content: center; */
}

.modal-form input {
  padding: 0.9rem;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  background: transparent; /* 👈 THIS REMOVES WHITE BACKGROUND */
}

.form-container input {
  background: #fff;
}

.modal-form input:focus {
  border-color: var(--color-primary-dark);
  box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.35); /* Better underline shadow */
}

.modal-input {
  color: #dcdcdc;
}

/* Close Button */
.close-modal,
.tab-modal1-close-modal,
.tab-modal2-close-modal,
.tab-modal3-close-modal,
.successmsg-close-modal {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 1.8rem;
  color: var(--color-primary-dark);
  border: none;
  background: transparent;
  cursor: pointer;
  transition: 0.2s;
}

.close-modal:hover,
.successmsg-close-modal:hover,
.tab-modal2-close-modal:hover,
.tab-modal3-close-modal:hover,
.tab-modal1-close-modal:hover {
  color: #b91c1c;
}

.thankyou-video {
  /* background-color: #fff; */
  display: flex;
  justify-content: center;
}
/* #thankVideo {
  width: 100px;
}
*/
#thankImage {
  width: 100px;
}
.success-content {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  color: var(--color-primary-dark);
}

.tab-btn-call {
  font-size: 16px;
}
/* ---------- whatsapp btn      ---------  */
.whatsapp-button {
  background-color: #25d366; /* WhatsApp green */
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 8px 40px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
  background-color: #1ebe57; /* slightly darker on hover */
}

.whatsapp-button i {
  font-size: 1.2em;
}

.we-promise {
  background: var(--color-black);
  padding: 20px 20px;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  color: var(--color-primary-dark);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brand-logo {
  width: 250px;
  height: 150px;
}

.brand-name {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: var(--color-primary-dark);
  letter-spacing: 0.5px;
}

.brand-location {
  font-size: 12px;
  color: #555;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.promise-heading {
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(164, 113, 62, 1) 0%,
    rgba(255, 255, 255, 1) 65%,
    rgba(164, 113, 62, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; /* important */
}

.promise-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* height: 100%; */
  justify-content: center;
  /* margin-top: 50px; */
  /* background-color: green; */
}

.promise-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;

  /* Keep original background */
  background-color: var(--color-black);

  /* Gradient text */
  background: linear-gradient(
    90deg,
    rgba(164, 113, 62, 1) 0%,
    rgba(255, 255, 255, 1) 65%,
    rgba(164, 113, 62, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* For Firefox */
  background-clip: text;
  color: transparent;
}

.promise-icon {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
}

.amenities-li-icon {
  width: 12px !important;
  height: 12px !important;
}

.plain-btn {
  color: white;
  border: none;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  background: linear-gradient(
    90deg,
    var(--color-primary-gradient-start),
    var(--color-primary-gradient-end)
  );
  background-size: 200% 100%; /* double width for animation */
  animation: gradientMove 3s ease infinite;
  box-shadow: 0 8px 20px rgba(72, 50, 26, 0.4);
  padding: 8px 40px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 35px;
}

.plain-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(144, 44, 51, 0.4);
}
@media (max-width: 768px) {
  .modal-left,
  .modal-right {
    width: 100%;
    height: 100%;
  }

  .modal-left {
    width: 100% !important;
    overflow: hidden !important;
    display: none;
  }
}
