* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
header {
  width: 100%;
  /* height: 110px; */
  background-color: rgba(19, 37, 75, 0.9);
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  /* align-items: center; */
  position: fixed;
  box-shadow: 3px 5px 7px #80808021;
  z-index: 100;
}
.logo1 {
  padding: 10px 0px;
}
.logo1 img {
  height: 80px;
  margin: 0 40px;
}
.logo2 img {
  height: 100px;
  margin: 0 40px;
}
header .menu {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  align-content: center;
}
header .menu .section1 {
  margin-bottom: 20px;
  text-align: right;
}
header .section1 button {
  margin: 0 10px;
  font-size: 12px;
  padding: 5px 7px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  background-color: #c5c1c1;
  font-weight: 400;
  transition: 0.2s linear;
}
header .section1 .brochure {
  margin: 0;
  background-color: #fde36f;
}
header .section1 button:hover {
  box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.374);
}
header .section2 a {
  margin: 0 10px;
  font-size: 13px;
  font-weight: 500;
  color: #e6e2e2;
  text-decoration: none;
  transition: 0.2s linear;
}
header .section2 a:hover {
  color: #f7cf20;
}
header .section2 a.active {
  color: #f7cf20 !important;
}
header .section2 a:focus {
  color: #f7cf20 !important;
}
header .section2 a.selected {
  color: #f7cf20 !important;
}
.header.scrolled {
  background-color: rgba(19, 37, 75, 0.9);
  transition: 300ms linear;
  height: 90px;
}
.header.scrolled .logo2 img {
  height: 90px;
  transition: 250ms linear;
}
.header2 {
  display: none;
}

.design {
  width: 270px !important;
  height: 22px !important;
  display: block;
  margin: 0 auto !important;
  text-align: center;
}
.banner img {
  height: 100vh;
  width: 100%;
}
.banner_form {
  opacity: 0;
  position: absolute;
  top: 100px;
  right: 0;
  background-color: rgba(19, 37, 75, 0.8);
  width: 23%;
  height: 86.5vh;
  transition: 0.8s linear;
  transition-delay: 2s;
}
.banner_form.visible {
  opacity: 1;
}
.banner_form h2 {
  text-align: center;
  margin-top: 40px;
  font-family: "EB Garamond", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}
.banner_form form {
  padding: 10px 30px;
}
.banner_form form label {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #fff;
  margin-top: 20px;
}
.banner_form form input,
.banner_form form select {
  font-family: "Quicksand", sans-serif;
  border-radius: 4px;
  border: 1px solid #d0d0d0d4;
  padding: 5px 10px;
  font-size: 14px;
  width: 98%;
  height: 40px;
  color: #7778a1;
}
.banner_form form button {
  font-family: "Montserrat", sans-serif;
  margin-top: 25px;
  padding: 7px 14px;
  font-size: 15px;
  font-weight: 500;
  color: #646464;
  border-radius: 5px;
  border: none;
  background-color: #ffe364;
  transition: 0.3s ease-in;
}
.banner_form form button:hover {
  background-color: #e1c33f;
}
.banner .bg_image_mob {
  display: none;
}
.info_panel {
  display: none;
}
.banner-bhk {
  position: absolute;
  bottom: 10px;
  left: 60px;
  line-height: 0.7;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}
.banner-price {
  position: absolute;
  bottom: 10px;
  left: 500px;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}
.banner-phone {
  position: absolute;
  bottom: 10px;
  right: 420px;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}
.banner-rera {
  position: absolute;
  bottom: 20px;
  right: 10px;
  font-size: 1rem;
  color: #ffe364;
}
.about {
  background-image: url("../img/bg_pattern.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  scroll-margin-top: 90px;
}
.about .container {
  max-width: 87%;
  padding: 0px 0 40px 0;
  display: flex;
  flex-direction: column;
}
.about .section_head {
  padding-top: 0px;
}
.section_head {
  padding-top: 40px;
  font-family: "EB Garamond", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #185776;
  text-align: center;
}
.about .container p {
  text-align: justify;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  color: #dddada;
  font-weight: 400;
}
.about button {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 7px 14px;
  color: #424242;
  border-radius: 5px;
  border: none;
  background-color: #ffe364;
  box-shadow: 3px 5px 8px #8080806f;
  transition: 0.3s ease-in;
}
.about button:hover {
  background-color: #e1c33f;
}
.about .col-md-5,
.about .col-md-7 {
  margin-top: 30px;
  padding-left: 30px;
}
.about .col-6 {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  align-items: center;
  vertical-align: middle;
}
.about .col-6 img {
  width: 70px;
  height: 70px;
  padding: 13px;
  border: 2px dotted #eb9823;
  border-radius: 50%;
  margin-right: 15px;
}
.about h3,
.about h4 {
  color: #185776;
  font-family: "Montserrat", sans-serif;
}
.about h3 {
  font-size: 25px;
  font-weight: 600;
}
.about h4 {
  font-size: 19px;
}

/* Glassmorphism About Section - Dark Theme */
.about-glassy {
  background: url("../img/4740.webp");
}
.about-glassy .about-glass {
  margin-top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  padding: 30px;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.06)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.about-glassy .about-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.about-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    120% 80% at 10% 0%,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 60%
  );
}
.about-image {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.02);
  transition: transform 300ms ease;
}
.about-image-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}
.about-image-wrapper:hover .about-image {
  transform: scale(1.06);
}
.about-image-wrapper:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: 0 0 0 2px rgba(255, 227, 100, 0.6),
    0 0 20px rgba(255, 227, 100, 0.35) inset;
}
.about-glassy .about-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-subtext {
  margin-top: 15px;
  text-align: left;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  color: #e6edf3;
  font-weight: 500;
}
.about-glassy .section_head {
  color: #ffffff;
}
.about-highlights {
  margin: 0;
}
.about-highlights li {
  list-style: none;
  margin: 8px 0;
  font-family: "Montserrat", sans-serif;
  color: #e9f0f5;
  font-weight: 600;
}
.about-highlights i {
  color: #f1c94a;
  margin-right: 8px;
}
.about-cta {
  align-self: flex-start;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 10px 18px;
  color: #1b1b1b;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(135deg, #ffe364, #f1c94a);
  box-shadow: 0 6px 16px rgba(241, 201, 74, 0.4);
  transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
}
.about-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 10px 22px rgba(241, 201, 74, 0.6),
    0 0 0 3px rgba(255, 227, 100, 0.4) inset;
}

/* About stats grid (dark, compact) */
.about-stats {
  margin-bottom: 30px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.about-stats .stat {
  display: flex;
  align-items: center;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.04)
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 10px 12px;
}
.about-stats .stat img {
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 50%;
  border: 2px dotted #eb9823;
  margin-right: 12px;
}
.about-stats .stat h3,
.about-stats .stat h4 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #e6edf3;
}
.about-stats .stat h3 {
  font-size: 18px;
  font-weight: 700;
}
.about-stats .stat h4 {
  font-size: 13px;
  font-weight: 500;
  color: #c3ccd4;
}
/* .form2 .container {
  min-width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 80px 0;
}
.form2 input,
.form2 select {
  font-family: "Quicksand", sans-serif;
  border-radius: 6px;
  border: none;
  border-bottom: 2px solid #6f6f6f;
  padding: 5px 10px;
  font-size: 14px;
  width: 250px;
  height: 40px;
  color: #7778a1;
  margin: 0 5px 0 5px;
}
.form2 input:focus,
.form2 select:focus {
  outline: none;
}
.form2 button {
  height: 40px;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 6px;
  border: none;
  background-color: #ffe364;
  color: #646464;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: 0.2s linear;
}
.form2 button:hover {
  background-color: #e1c33f;
} */

/* Attractive white card form styling */
.form2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background: transparent;
}

.form2 .container {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(19, 37, 75, 0.1);
  padding: 0px 28px 48px 28px;
  width: 100%;
}

.form2 .contact-form {
  display: flex;
  /* flex-direction: column; */
  gap: 18px;
  flex-wrap: wrap;
}

.form2 .contact-form label {
  font-weight: 600;
  color: #13254b;
  margin-bottom: 6px;
  font-size: 1rem;
}

.form2 .contact-form input,
.form2 .contact-form select {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 1rem;
  background: #f8f9fa;
  color: #222;
  transition: border 0.2s, box-shadow 0.2s;
  outline: none;
  width: 49%;
}

.form2 .contact-form input:focus,
.form2 .contact-form select:focus {
  border: 1.5px solid #f7cf20;
  box-shadow: 0 2px 8px #ffe36433;
  background: #fff;
}

.form2 .contact-form button {
  background: linear-gradient(90deg, #13254b 70%, #13254b 100%);
  color: #ffe364;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 12px 40px;
  font-size: 1.08rem;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(255, 227, 100, 0.15);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  margin: auto;
}

.form2 .contact-form button:hover {
  background: linear-gradient(90deg, #13254b 70%, #ffe364 100%);
  color: #fff;
}

@media (max-width: 600px) {
  .form2 .container {
    padding: 0px 20px 50px 20px;
  }
  .form2 {
    padding: 18px 20px;
  }
  .form2 .contact-form input,
  .form2 .contact-form select {
    width: 100%;
  }
}

.amenities {
  scroll-margin-top: 90px;
  width: 87%;
  margin: auto;
}

.amenities .owl-nav {
  display: none !important;
}
.amenities-container {
  margin-top: 60px;
  margin-bottom: 70px;
  text-align: center;
}
.amenities .item img {
  width: 120px;
  padding: 10px;
  border: 2px dotted #eb9823;
  border-radius: 50%;
  margin: auto;
  text-align: center;
}
.amenities .item h4 {
  color: #185776;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-top: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.amenities-subtext {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.plans {
  background: url("../img/142276.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* padding-bottom: 60px; */
  scroll-margin-top: 90px;
}
.plans-glassy {
  background: linear-gradient(180deg, #0d1b24 0%, #0a141b 100%);
}
.plans #masterplan .masterplan {
  width: 100%;
  margin: 30px 0;
}
.masterplan-container {
  max-width: 68%;
  padding: 10px 0 30px 0;
  border-radius: 16px;
}
.plans-container {
  max-width: 87%;
  padding: 10px 0 30px 0;
  border-radius: 16px;
  /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255,255,255,0.06));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2); */
}
.plans-h2 {
  color: white !important;
}
.plan-zoom {
  transition: transform 300ms ease, box-shadow 300ms ease;
  border-radius: 12px;
}
.plan-zoom:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.plans-grid {
  margin-top: 10px;
}
.plans-cards .plan-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.plans-cards .glass-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.55) 40%,
    rgba(0, 0, 0, 0.75) 100%
  );
}
.plans #floorplan {
  scroll-margin-top: 90px;
}
.plans .col-md-4 {
  margin-left: auto;
  margin-right: auto;
}
.plans .col-md-4 .wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  border-radius: 12px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.plans .col-md-4 img {
  width: 100%;
  display: block;
  height: auto;
}
.plans .col-md-4 .caption {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000092;
  transition: 0.3s linear;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plans .col-md-4:hover .caption {
  bottom: 0;
}
.plans h3,
.plans h4 {
  font-family: "Montserrat", sans-serif;
}
.plans h3 {
  margin-top: 70px;
  font-weight: 600;
  font-size: 25px;
  color: white;
}
.plans h4 {
  font-weight: 500;
  color: #e6e6e6;
  font-size: 20px;
  margin-top: 5px;
}
.plans p {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.plans button {
  height: 40px;
  padding: 7px 12px;
  border-radius: 6px;
  margin-top: 10px;
  border: none;
  background-color: #e8cb3b;
  color: #414141;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: 0.2s linear;
  margin-top: 30px;
}
.plans button:hover {
  background-color: #e1c33f;
}
.master-plan-img-mob {
  display: none;
}

#gallery {
  scroll-margin-top: 90px;
}
.gallery .container {
  min-width: 85%;
  margin-top: 20px;
}
.gallery .col-md-3 {
  padding: 15px !important;
}
.gallery img {
  border-radius: 4px;
  transition: 0.2s ease-in;
}
.gallery .container .col-md-3 {
  overflow: hidden;
  position: relative;
}
.gallery .container img {
  transition: 0.2s linear;
  display: block;
  width: 100%;
  height: 100%;
}
.gallery .container a:hover img {
  transform: scale(1.1);
}
.gallery .container img:hover {
  box-shadow: 4px 6px 10px #808080a3;
}

/* ...existing code... */
.gallery-glassy {
  background: #13254b;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 0 80px 0;
}

.gallery-glassy .section_head,
.gallery-glassy .design {
  color: #fff;
}

.gallery-glassy .row > div {
  transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-glassy .row > div:hover {
  transform: scale(1.06);
  z-index: 2;
  box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.12),
    0 2px 8px 0 rgba(0, 0, 0, 0.18);
}

.container-fluid .row .aos-animate .fancybox img {
  border-radius: 16px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.35);
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.08);
  transition: box-shadow 0.3s, border 0.3s;
}

.gallery-glassy .row > div:hover img {
  box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.18),
    0 2px 8px 0 rgba(0, 0, 0, 0.28);
  border: 2px solid #ffe364;
}
/* ...existing code... */

/* near by code... */

.nearby-glassy {
  background: url("../img/142276.jpg");
  backdrop-filter: blur(8px);
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.nearby-div {
  width: 87%;
  margin: auto;
}

.nearby-cards {
  margin-top: 32px;
}

.nearby-card {
  background: #13254b;
  border-radius: 18px;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.18);
  padding: 28px 22px 22px 22px;
  color: #fff;
  transition: transform 0.25s, box-shadow 0.25s;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.nearby-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px 0 rgba(255, 227, 100, 0.13),
    0 2px 8px 0 rgba(0, 0, 0, 0.22);
}

.nearby-icon {
  font-size: 2.2rem;
  color: #ffe364;
  margin-bottom: 14px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.nearby-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffe364;
  letter-spacing: 0.5px;
}

.nearby-card ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.nearby-card ul li {
  font-size: 1rem;
  margin-bottom: 7px;
  line-height: 1.5;
  position: relative;
  padding-left: 10px;
}

@media (max-width: 991px) {
  .nearby-card {
    min-height: 0;
    margin-bottom: 18px;
  }
  .nearby-glassy {
    padding: 32px 0 24px 0;
  }
}

@media (max-width: 575px) {
  .nearby-card {
    padding: 16px 8px 14px 12px;
    border-radius: 10px;
  }
  .nearby-glassy {
    padding: 18px 0 12px 0;
  }
}
.nearby {
  scroll-margin-top: 90px;
}
.nearby .tab {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 30px;
}
.nearby .tab button {
  background-color: inherit;
  width: 20%;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.2s linear;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: #185776;
  font-weight: 500;
  border-bottom: 3px solid #d8d8d8;
}
.nearby .tab button:hover {
  border-bottom: 4px solid #e8cb3b;
}
.nearby .tab button.active {
  border-bottom: 4px solid #e8cb3b;
}
.nearby .tabcontent {
  display: none;
  padding: 20px 15px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  height: 180px;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nearby p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}
.nearby p::before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  margin-right: 7px;
  color: #fdd24f;
}
/* Near by existing code... */

.form3 .container {
  min-width: 85%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 30px 20px 30px 20px;
  border: 2px dotted #fdd24f;
}
.form3 input,
.form3 select {
  font-family: "Quicksand", sans-serif;
  border-radius: 6px;
  border: 1px solid #bcbcbc;
  /* border-bottom: 2px solid #6f6f6f; */
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  width: 250px;
  height: 40px;
  color: #515162;
  margin: 0 5px 0 5px;
}
.form3 input:focus,
.form3 select:focus {
  outline: none;
}
.form3 button {
  height: 40px;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 6px;
  border: none;
  background-color: #ffe364;
  color: #646464;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: 0.2s linear;
}
.form3 button:hover {
  background-color: #e1c33f;
}

.modal {
  text-align: center;
}
.modal-content {
  max-width: 82%;
  margin: auto;
  border-radius: 18px;
}
.modal .close {
  font-size: 16px !important;
  position: absolute !important;
  right: 20px;
  top: 20px;
}
.modal .close {
  font-size: 16px !important;
  position: absolute !important;
  right: 35px;
  top: 30px;
  border: none !important;
  padding: 0 !important;
  box-shadow: 0 !important;
  outline: none;
}
.modal .modal-body {
  padding: 20px 10px;
}
.modal h2 {
  font-family: "EB Garamond", serif;
  font-size: 27px;
  font-weight: 400;
  color: #295389;
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
.modal input {
  padding: 7px 15px;
  margin: 10px 0;
  border-radius: 6px;
  border: 1px solid #29538975;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #636363;
}
.modal ::placeholder {
  color: #445b2c;
}
.modal form button {
  margin: 10px;
  padding: 7px 15px;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  background-color: #ffe364;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  color: #636363;
  transition: 0.2s linear;
  margin-bottom: 50px;
}
.modal form button:hover {
  background-color: #cbb13c;
}
.thank .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30%;
}
.thank .text h3 {
  font-family: "EB Garamond", serif;
  background-color: #0000002d;
  width: 40%;
  margin: auto;
  font-size: 48px;
  padding: 7px;
  border-radius: 8px;
  box-shadow: 5px 8px 12px #80808037;
  color: white;
  letter-spacing: 1px;
  text-shadow: 2px 0 #fcbd46, -2px 0 #fcbd46, 0 2px #fcbd46, 0 -2px #fcbd46,
    1px 1px #fcbd46, -1px -1px #fcbd46, 1px -1px #fcbd46, -1px 1px #fcbd46;
}
.thank .text h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-top: 20px;
  text-shadow: 1px 0 #fcbd46, -1px 0 #fcbd46, 0 1px #fcbd46, 0 -1px #fcbd46,
    0px 0px #fcbd46, 0px 0px #fcbd46, 0px 0px #fcbd46, 0px 0px #fcbd46;
  letter-spacing: 1px;
  color: #646464;
}
footer {
  background-color: #13254b;
  height: 330px;
  padding: 50px 50px;
}
footer .footer_break {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
footer .footer_break .logo img {
  height: 140px;
}
footer .logo .links {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
footer a {
  text-decoration: none;
}
footer .logo .links a {
  color: #fff;
  font-size: 18px;
}
footer h4 {
  font-family: "EB Garamond", serif;
  font-size: 25px;
  font-weight: 700;
  color: #ffe364;
  margin-bottom: 20px;
}
footer li {
  list-style: none;
  line-height: 30px;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fdd24f;
}
footer li a {
  color: #e3e3e3;
}
footer li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  margin-right: 5px;
}
footer .reach {
  width: 20%;
}
footer .reach i {
  color: #fdd24f;
  margin-right: 7px;
  font-size: 18px;
}
footer .reach a {
  color: #e3e3e3;
  font-size: 22px;
  font-weight: 600;
}
footer .copyright {
  color: #e3e3e3;
  font-size: 16px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  margin-top: 40px;
}

/* ...existing code... */

/* Visit Section Glassy Background */
.visit-section.glassy-box {
  background: #13254b;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.28);
  /* padding: 56px 0 48px 0; */
  /* margin: 48px 0; */
  position: relative;
  overflow: hidden;
}

.visit-section .visit-map iframe {
  width: 100%;
  height: 550px;
  border: none;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.28);
}

.visit-section .visit-form {
  color: #fff;
  padding: 0px 90px 0px 50px;
}

.visit-section .form-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #ffe364;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.visit-section .form-group {
  margin-bottom: 18px;
  position: relative;
}

.visit-section label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #ffe364;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.visit-section input,
.visit-section select {
  width: 100%;
  padding: 12px 16px 12px 40px;
  border-radius: 10px;
  border: 1.5px solid #ffe364;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1rem;
  outline: none;
  transition: border 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.visit-section input:focus,
.visit-section select:focus {
  border-color: #ffda37;
  background: rgba(255, 255, 255, 0.13);
}
.form-option-text {
  color: #fff !important;
}
.visit-section .form-group i {
  position: absolute;
  left: 12px;
  top: 46px;
  color: #ffe364;
  font-size: 1.1rem;
  pointer-events: none;
}

.visit-section .visit-btn {
  width: 100%;
  padding: 14px 0;
  background: linear-gradient(90deg, #ffe364 0%, #ffda37 100%);
  color: #18181c;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 12px 0 rgba(255, 227, 100, 0.18);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  margin-top: 8px;
  letter-spacing: 1px;
}

.visit-section .visit-btn:hover,
.visit-section .visit-btn:focus {
  background: linear-gradient(90deg, #ffda37 0%, #ffe364 100%);
  color: #000;
  box-shadow: 0 4px 24px 0 rgba(255, 227, 100, 0.28);
}

/* Responsive */
@media (max-width: 991px) {
  .visit-section .row {
    flex-direction: column;
  }
  .visit-map,
  .visit-form {
    margin-bottom: 24px;
  }
}

@media (max-width: 575px) {
  .visit-section.glassy-box {
    padding: 18px 8px;
  }
  .visit-section .visit-map iframe {
    height: 220px;
    border-radius: 8px;
  }
  .visit-section .form-title {
    font-size: 1.3rem;
  }
}

.plan-card .glass-caption {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 37, 75, 0.85);
  color: #fff;
  padding: 20px 10px;
  border-radius: 0 0 16px 16px;
}
.plan-card:hover .glass-caption,
.plan-card:focus-within .glass-caption {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .plans-cards .plan-card .caption.glass-caption,
  .plans-cards .plan-card .glass-caption {
    position: static !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    background: linear-gradient(90deg, #13254b 80%, #203e7f 100%) !important;
    color: #fff !important;
    border-radius: 0 0 16px 16px !important;
    margin: 0 !important;
    padding: 18px 12px 16px 16px !important;
    box-shadow: 0 2px 8px rgba(19, 37, 75, 0.1) !important;
    font-size: 1rem !important;
    display: block !important;
    width: 100% !important;
    z-index: 1;
    text-align: center;
  }
  .banner-bhk {
    display: none;
  }
  .banner-price {
    display: none;
  }
  .banner-phone {
    display: none;
  }
  .banner-rera {
    display: none;
  }
  .plans-cards .plan-card .glass-caption h3 {
    font-size: 1.15rem !important;
    margin-bottom: 6px !important;
    color: #ffe364 !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    margin-top: 5px;
  }
  .plans-cards .plan-card .glass-caption h4 {
    font-size: 0.98rem !important;
    margin-bottom: 12px !important;
    color: #fff !important;
    font-weight: 400 !important;
  }
  .plans-cards .plan-card .glass-caption button {
    background: #ffe364 !important;
    color: #13254b !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 8px 18px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(255, 227, 100, 0.15) !important;
    transition: background 0.2s, color 0.2s !important;
    margin: 0;
  }
  .plans-cards .plan-card .glass-caption button:active {
    background: #ffd700 !important;
    color: #13254b !important;
  }
}
