.btn-info,
.btn-info:hover {
  background-color: rgb(255 114 67) !important;
  /* border-color: #005481 !important; */
}

.container-box {
  display: inline-block;
  padding: 0px;

  position: fixed;
  top: 71%;
  left: 0;
  z-index: 99;
}

body {
  list-style: none;
}

.visit {
  display: inline-block;
  padding: 0px;
  /* background: rgba(255, 255, 255, .8);
border: 1px solid #fff; */
  position: fixed;
  top: 45%;
  left: 0;
  z-index: 99;
}

.container-box .btn-lg {
  padding: 5px 14px;
}

.modal-content {
  background-color: rgb(255, 42, 42);
}

.modal-header {
  display: flex;
  flex-direction: row-reverse;
}

.button-flex {
  display: flex;
  flex-direction: column;
}

.rotated {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: top left;
}

.color-fill .modal-title {
  color: rgb(255 114 67) !important;
}

@media (max-width: 767px) {
  .container-box .btn-lg {
    padding: 1px 14px;
  }

  .visit {
    top: 31%;
  }
}

.project-table table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.4;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
}

.project-table > tr > span {
  /* color: #737373; */
  font-size: 18px;
}
/* #social {
  display: none;
} */

#social p,
.twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#social .twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#social .twitter:hover {
  color: #ff7d6d;
  text-decoration: none;
}

.twit {
  background: rgb(255 114 67) !important;
}

#social span {
  font-style: italic;
  display: block;
}

#social img {
  max-width: 100%;
}

/* Floating Social Media Bar Style Starts Here */

#social .fl-fl {
  background: rgb(255 114 67);
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -145px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#social .fl-tw {
  /* background: #23a1f4; */
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#social .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

#social .fl-fl:hover {
  right: -52px;
}

#social .fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
}

.width100 {
  width: 100%;
  font-size: 13px;
  padding: 4px 2px;
}

/*#social .float-fb {*/
/* top: 160px;*/
/*}*/

@media (min-width: 577px) {
  #social .float-fb {
    top: 160px;
  }

  #social .float-tw {
    top: 215px;
  }
}

@media (max-width: 576px) {
  #social .float-fb {
    top: none;
    bottom: 0px !important;
    left: 0px !important;
    width: 50% !important;
  }

  #social .float-tw {
    top: none;
    bottom: 0px !important;
    right: 0px !important;
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .fill {
    float: right;
  }
}

@media (max-width: 767px) {
  #form .col-sm-6 {
    text-align: center;
    padding: 3px;
  }
}

/* thankyou page  */

section#subscribe-section3 {
  padding: 92px;
}

#border-button {
  border: 2px white solid;
  border-radius: 20px;
}

.hide {
  display: none;
}

/* --------------------------------------- */
/* ===== HERO QUERY FORM ===== */
.hero-query-form {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
  z-index: 5;
  animation: formFade 0.8s ease;
}

.hero-query-form h4 {
  font-size: 22px;
  margin-bottom: 18px;
  color: #222;
  font-weight: 600;
}

.hero-query-form input,
.hero-query-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.hero-query-form textarea {
  height: 80px;
  resize: none;
}

.hero-query-form button {
  width: 100%;
  background: linear-gradient(135deg, #ff5a2c, #ff7b4a);
  border: none;
  padding: 14px;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.hero-query-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 90, 44, 0.4);
}

/* ANIMATION */
@keyframes formFade {
  from {
    opacity: 0;
    transform: translateY(-40%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

/* MOBILE VIEW */
@media (max-width: 768px) {
  .hero-query-form {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    margin-top: 25px;
  }
}

/* About css __________ */

/* ===== LUXURY OVERVIEW SECTION ===== */
.lux-overview {
  background: #ffffff;
  padding: 100px 0;
  overflow: hidden;
}

.lux-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 70px;
}

/* LEFT CONTENT */
.lux-content {
  flex: 1;
}

.lux-tag {
  font-size: 14px;
  letter-spacing: 2px;
  color: #c9a24d;
  display: inline-block;
  margin-bottom: 14px;
}

.lux-content h2 {
  font-family:
    Libre Caslon Display,
    serif;
  font-size: 46px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 24px;
}

.lux-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #000000;
  max-width: 520px;
  margin-bottom: 34px;
}

/* BUTTON */
.lux-btn {
  display: inline-block;
  padding: 14px 38px;
  background: rgb(255 114 67);
  color: #ffffff;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lux-btn:hover {
  background: rgb(157, 51, 16);
  transform: translateY(-2px);
  color: white;
}

/* IMAGE */
.fade-carousel {
  position: relative;
  width: 100%;
  max-width: 620px;
  height: 420px;
  border-radius: 28px;
  overflow: hidden;
}

.fade-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.fade-slide.active {
  opacity: 1;
  z-index: 1;
}

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

.fade-left {
  opacity: 1;
  transform: translateX(40px);
  transition: all 0.9s ease;
}

.fade-up.active,
.fade-left.active {
  opacity: 1;
  transform: translate(0);
}

/* MOBILE */
@media (max-width: 768px) {
  .lux-container {
    flex-direction: column;
    gap: 40px;
  }

  .lux-content h2 {
    font-size: 32px;
  }

  .lux-content p {
    max-width: 100%;
  }
}

/* amenities section css starts here */

.amenities {
  text-align: center;
  padding: 80px 40px;
}

.amenities h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.amenities p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
}

.amenities .carousel {
  overflow: hidden;
  width: 100%;
}

.amenities .track {
  display: flex;
  gap: 30px;
  animation: scroll 28s linear infinite;
}

.amenities .card {
  min-width: 320px;
  height: 380px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}

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

.amenities .card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
}

.amenities .card span {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #fff;
  z-index: 2;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.amenities .btn {
  margin-top: 50px;
  padding: 14px 36px;
  border-radius: 30px;
  border: none;
  background: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  cursor: pointer;
}

.amenities .btn:hover {
  background: #222;
}

/* floor plan section css starts here */

.floor-master {
  padding: 100px 40px;
  text-align: center;
  background: #4b382f;
}

.floor-master h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #fff;
  margin-bottom: 10px;
}

.floor-master p {
  font-family: "Inter", sans-serif;
  color: #ddd;
  margin-bottom: 50px;
}

.blur-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px;
}

.blur-card {
  position: relative;
  height: 260px;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
}

.blur-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(14px);
  transition: all 0.6s ease;
}

.blur-card::after {
  content: "Enquire to View";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
}

.blur-card span {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  background: #000;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-align: center;
  z-index: 2;
}

/* UNLOCK STATE */
.unlocked img {
  filter: blur(0);
}

.unlocked::after {
  display: none;
}

/* footer css  */

.luxury-contact {
  background: #000;
  color: #fff;
  padding: 80px 40px;
  font-family: "Inter", sans-serif;
}

.luxury-contact h2 {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.form-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.form-row input {
  padding: 14px 18px;
  border-radius: 8px;
  border: none;
  min-width: 220px;
}

.form-row button {
  padding: 14px 32px;
  border-radius: 40px;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

.form-row button:hover {
  background: #ddd;
}

.divider {
  border-top: 1px dashed #666;
  margin: 50px 0;
}

.info-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
}

.map-box iframe {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 10px;
}

.contact-box h3,
.links-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-box p {
  margin-bottom: 10px;
}

.links-box ul {
  list-style: none;
  padding: 0;
}

.links-box li {
  margin-bottom: 10px;
  border-bottom: 1px dashed #555;
  padding-bottom: 6px;
}

.links-box a {
  color: #fff;
  text-decoration: none;
}

.links-box a:hover {
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 900px) {
  .info-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    flex-direction: column;
    align-items: center;
  }

  .luxury-contact h2 {
    font-size: 24px;
  }
}

/* price table css starts here */

.pricing-section {
  background: #4a362c;
  padding: 90px 40px;
  text-align: center;
}

.pricing-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  color: #fff;
  margin-bottom: 12px;
}

.pricing-section .subtitle {
  font-family: "Inter", sans-serif;
  color: #e6e6e6;
  font-size: 16px;
  margin-bottom: 60px;
}

.pricing-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.price-card {
  background: #fff;
  width: 420px;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  transform: translateY(0);
  transition: all 0.4s ease;
}

.price-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
}

.card-title {
  background: #4a362c;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  padding: 14px;
  border-radius: 10px;
}

.card-body {
  padding: 35px 20px 25px;
}

.label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #666;
}

.price {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  color: #4a362c;
  margin: 10px 0 18px;
}

.price-card hr {
  border: none;
  border-top: 1px dashed #aaa;
  margin: 20px 0;
}

.size {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #555;
  margin-bottom: 28px;
}

.enquire-btn {
  display: inline-block;
  padding: 12px 34px;
  background: #4a362c;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  transition: background 0.3s ease;
}

.enquire-btn:hover {
  background: #2f211a;
}

/* 🎥 Fade-up Animation */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .pricing-section h2 {
    font-size: 32px;
  }
  .price-card {
    width: 100%;
  }
}

/* TCP haryana Rerra Details  */

/* Price List Table Styles  */

.dg-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
}

.dg-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1200px;
  background: #ffffff;
}

.dg-table th,
.dg-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  font-size: 14px;
}

.dg-table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

.apply-btn {
  background: linear-gradient(135deg, #ab7443, #f9f9f9);
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  animation: pulseShake 2s infinite;
  transition: all 0.3s ease;
}

/* Hover par animation stop */
.apply-btn:hover {
  animation-play-state: paused;
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .dg-table th,
  .dg-table td {
    font-size: 12px;
    padding: 8px;
  }
}

.dg-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 60px auto;
  padding: 0 100px; /* LEFT & RIGHT GAP */
  box-sizing: border-box;
}

.dg-table {
  width: 100%;
  min-width: 1200px; /* important for scroll */
  border-collapse: collapse;
  background: #ffffff;
}

@media (max-width: 768px) {
  .dg-table-wrapper {
    padding: 0 10px;
  }

  .dg-table {
    min-width: 1000px; /* mobile scroll enable */
  }
}
@keyframes pulseShake {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.05) rotate(1deg);
  }
  20% {
    transform: scale(1.05) rotate(-1deg);
  }
  30% {
    transform: scale(1.05) rotate(1deg);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.dg-table tbody tr:hover {
  background-color: #f9f9f9;
}
.project-view-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

.project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #eee;
  padding-bottom: 12px;
}

.project-header h2 {
  margin: 0;
  font-weight: 600;
}

.go-back {
  color: #1a73e8;
  text-decoration: none;
  font-size: 14px;
}

.project-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 40px;
  margin-top: 30px;
}

.info-row {
  display: flex;
  gap: 8px;
  font-size: 14px;
}

.label {
  min-width: 220px;
  color: #555;
}

.colon {
  color: #888;
}

.value {
  color: #222;
}

/* RERA / Legal Highlight */
.rera .label,
.rera .value {
  font-weight: 700;
  color: #000;
}

.project-description {
  margin: 30px 0;
  line-height: 1.7;
  color: #333;
}

.project-description strong {
  font-weight: 700;
}

.important-note {
  background: #f9f9f9;
  padding: 15px;
  border-left: 4px solid #ff9800;
  font-size: 14px;
  margin-bottom: 30px;
}

/* Mobile */
@media (max-width: 768px) {
  .project-info-grid {
    grid-template-columns: 1fr;
  }

  .label {
    min-width: auto;
    font-weight: 600;
  }
}

/* Default (Desktop) */
.value {
  white-space: nowrap; /* same line on desktop */
}

/* Mobile only */
@media (max-width: 768px) {
  .value {
    white-space: normal; /* allow line break */
    word-break: break-word;
  }
}
