@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Hind+Siliguri:wght@300;400;500;600;700&family=Playwrite+DE+Grund:wght@100..400&family=Sahitya:wght@400;700&display=swap');
* {
  font-family: "Hind Siliguri", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

    
html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body{
  background-color: #fff;
}
    
.navbar {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 100;
}
    
.navbar-brand img {
  max-height: 50px; 
}
    
@media(max-width: 1200px){
  .navbar-brand img {
    max-height: 40px; 
  }

  .navbar {
    text-align: center;
  }
}
  
.navbar-toggler{
    color: #000 !important;
    font-size: 1.2rem;
    font-weight: bold;
}
      
.navbar-nav {
    margin-left: auto;
}
    
.nav-link{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #0d2f2f;
}
    
.nav-link:hover{
    color: #216363;
}

/*---------------------Popup Form Code-------------------*/
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow: auto;
  }
  
  .popup-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 30px;
    border: 1px solid #0d2f2f;
    max-width: 450px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  }
  
  .close-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .popup-content h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #1b5252;
    font-size: 24px;
    text-align: center;
  }
  
  .popup-content .labelpara {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 10px;
  }
  
  .popup-content input {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  .popup-content .form-group {
    margin-bottom: 20px;
  }
  
  .input-group-prepend .input-group-text {
    background-color: #216363;
    border: 1px solid #216363;
    border-radius: 4px;
    padding: 8px;
    color: #fff;
  }
  
  .input-group-text i {
    font-size: 1.2rem; 
  }
  
  .submit-button {
    font-size: 1.2rem;
    display: block;
    width: 100%;
    padding: 8px 16px;
    background-color: #0d2f2f;
    color: #fff;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .submit-button:hover {
    background-color: #216363;
    color: #fff;
  }
  
  @media (max-width: 600px) {
    .popup-content {
      margin: 20px;
    }
  }
  
  @media (max-width: 450px) {
    .popup-content h2 {
      font-size: 1.2rem;
    }
  }

/*-----------------Home Page section---------------*/
.banner-section {
  display: flex;
  height: 100vh;
  width: 100%;
}

.left-content {
  flex: 1;
  max-width: 30%;
  padding: 40px;
  background-color: #f9f6f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-heading {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2c2c2c;
}

.banner-heading .highlight {
  color: #1b5252;
  font-family: 'Brush Script MT', cursive;
  font-size: 3rem;
  font-weight: 500;
}

.contact-form {
  margin-top: 20px;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .form-group label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}

.contact-form .form-control {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.contact-form .btn {
  width: 100%;
  background-color: #1b5252;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border: none;
  border-radius: 5px;
}

.right-content {
  flex: 1;
  width: 60%;
  height: 100vh;
  position: relative;
}

.building-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-strip {
  position: absolute;
  bottom: 20%;
  left: 0;
  background-color: #1b5252;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.offerhead{
  font-size: 22px;
  color: yellow;
}

.pricehead{
  font-size: 22px;
  color: yellow;
}

@media (max-width: 768px) {
  .banner-section {
    flex-direction: column;
    height: auto;
  }

  .right-content {
    order: -1;
    width: 100%;
    height: auto;
  }

  .building-image {
    height: 40vh;
  }

  .offer-strip {
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    padding: 8px;
  }

  .offerhead{
    font-size: 16px;
  }
  
  .pricehead{
    font-size: 16px;
  }

  .left-content {
    max-width: 100%;
    padding: 20px;
  }

  .banner-heading {
    font-size: 1.8rem;
    text-align: center;
  }

  .contact-form {
    margin-top: 15px;
    padding: 15px;
  }

  .contact-form .form-group label {
    font-size: 0.8rem;
  }

  .contact-form .btn {
    padding: 12px;
    font-size: 1rem;
  }
}


/*-----------------Why invest in Godrej Plots Section---------------*/
.services{
  padding: 40px 0;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

.section-title p {
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.subtitle {
  color: #216363;
}

.section-title h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #216363;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .icon-box {
  padding: 32px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}

.services .title a {
  color: #291f1a;
  transition: ease-in-out 0.3s;
}

.services .title {
  margin-left: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.services .description {
  font-size: 16px;
  margin-left: 50px;
  line-height: 24px;
  margin-bottom: 0;
}

.services .icon i {
  font-size: 40px;
  margin: 10px;
  margin-right: 10px;
  line-height: 1;
  transition: 0.5s;
  color: #216363;
}

.services .icon {
  position: absolute;
  left: 10px;
  top: calc(50% - 30px);
}

@media(max-width: 768px){
  .section-title h2 {
    font-size: 1.7rem;
  }

  .services{
    padding: 10px 0;
  }

}

/*--------------------Overview section------------------*/
#overview {
  display: flex;
  gap: 40px;
  padding: 10px 0;
  margin-top: 30px;
}

.overview-content {
  flex: 1;
}

.overview-header {
  display: flex;
  align-items: center;
  color: #166D5B;
  font-size: 30px;
  font-weight: bold;
}

.overview-header .icon {
  font-size: 24px;
  margin-right: 10px;
}

.overview-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  margin-top: 15px;
}

.overview-image {
  flex: 1;
  max-width: 500px;
}

.overview-image img {
  width: 100%;
  border-radius: 5px;
}

@media (max-width: 768px) {
  #overview {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    margin-top: 2px;
  }

  .overview-header span {
    text-align: center;
  }

  .overview-content p {
    font-size: 14px;
    text-align: left;
  }

  .overview-image {
    max-width: 100%;
  }
}

/*--------------Configuration section-------------*/
.price-section {
  text-align: center;
  padding: 50px 0;
  margin-top: 20px;
  background: linear-gradient(white 50%, #2d302b 50%);
}

.price-title {
  color: #216363;
  font-size: 32px;
  margin-bottom: 20px;
}

.price-card {
  background: #e8e4d9;
  border-radius: 15px;
  padding: 30px;
  width: 520px;
  margin: auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

hr {
  margin-bottom: 20px;
  border: 0.1px solid #727c7b;
}

.typology, .size {
  text-align: left;
  font-size: 22px;
  margin-bottom: 5px;
}

.typology span, .size span {
  font-weight: bold;
}

.know-more {
  background: #166D5B;
  color: white;
  font-size: 18px;
  padding: 8px 30px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .price-card {
    width: 90%;
    padding: 20px;
  }

  .price-title {
    font-size: 28px;
  }

  .price-section {
    padding: 20px 0;
    margin-top: 2px;
  }

  .typology, .size {
    font-size: 18px;
  }

  .know-more {
    font-size: 16px;
    padding: 8px 20px;
  }
}

/*------------------Amenities Section----------------*/
.amenities-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px; 
}

.image-container {
  flex: 1;
}

.image-container img {
  width: 100%;
  height: 500px;
  border-radius: 10px;
}

.content-container {
  flex: 1;
  padding-left: 30px;
}

.content-container h2 {
  font-size: 36px;
  font-weight: 400;
}

.content-container h2 span {
  font-family: 'Brush Script MT', cursive;
  color: #216363;
  font-size: 40px;
}

.content-container p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.amenities-list {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.amenities-list h4 {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  color: #0d2f2f;
}

.amenities-list h4::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #1b5252;
  margin-right: 10px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.amenities-columns {
  display: flex;
  justify-content: space-between;
}

.amenities-columns ul {
  list-style: none;
  padding: 0;
  width: 48%;
}

.amenities-columns ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.amenities-columns ul li::before {
  content: '\25B3';
  color: #216363;
  font-weight: bold;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .amenities-section {
    flex-direction: column;
    text-align: center;
    padding: 30px 15px;
  }

  .image-container, .content-container {
    flex: none;
    width: 100%;
    padding: 0;
  }

  .image-container img {
    height: auto;
    max-height: 300px;
  }

  .content-container h2 {
    font-size: 28px;
  }

  .content-container p {
    font-size: 14px;
  }

  .amenities-columns {
    flex-direction: column;
    align-items: center;
  }

  .amenities-columns ul {
    width: 100%;
    padding: 10px 0;
  }
}

/*--------------------Loctaion Advantage section-------------------*/
.locationsec {
  text-align: center;
  padding: 50px 0;
}

.locs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.loc-item {
  position: relative;
  background: #e6ffff;
  color: #000;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 20px;
  text-align: left;
  width: 320px;
  transition: background-color 0.3s ease;
}

.locheading {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 20px;
  color: #1b5252;
  padding: 20px;
}

.loc-item:hover {
  background-color: #1b5252;
  color: #fff; 
}

.loc-item h3 {
  font-size: 1.3em; 
  margin-bottom: 10px;
  margin-top: 10px;
}

.locicon {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 30px;
}

.loc-item .locicon {
  transition: transform 0.3s ease;
}

.loc-item:hover .locicon {
  transform: scale(1.2); 
}

.loc-item .locicon i {
  color: #1b5252; 
}

.loc-item:hover .locicon i {
  color: #cc9734; 
}

.loc-item ul {
  padding-left: 20px;
}

.loc-item ul li {
  font-size: 14px;
  margin-bottom: 10px;
  list-style-type: circle;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .locationsec {
    padding: 20px 0;
  }
  
  .locheading {
    font-size: 1.8rem;
  }

  .locs-list {
    display: block;
  }

  .loc-item .locicon {
    top: -15px; 
    left: 15px;
    font-size: 24px; 
    transform: translateX(-50%);
  }

  .loc-item {
    width: 90%;
    margin: 10px auto;
    margin-bottom: 25px;
  }

  .loc-item h3 {
    font-size: 1.1em; 
  }
  
  .loc-item ul li {
    font-size: 14px; 
  }
}

/*-------------------About The Developer----------------*/
.godrej-about-section {
  background: linear-gradient(to right, #216363, #2c3e50);
  padding: 60px 0;
  color: white;
  text-align: center;
}

.godrejabout-title {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stat-box {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: 600;
  transition: transform 0.3s ease-in-out;
}

.stat-box:hover {
  transform: scale(1.05);
}

.stat-number {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #ffdd57;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 18px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title {
    font-size: 28px;
  }

  .about-text {
    font-size: 16px;
  }

  .stat-box {
    font-size: 18px;
  }

  .stat-number {
    font-size: 26px;
  }
}

/*------------------Contact section--------------*/
.contact-section {
  padding: 40px;
  margin-top: 20px;
  background-image: url('images/cnt-bg.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.contact-container {
  position: relative;
  z-index: 1;
}

.contact-info {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #000;
}

.contact-info i {
  margin-right: 10px;
  font-size: 20px;
  color: #216363;
  border-radius: 50%;
  padding: 10px;
  border: 2px dotted #216363;
}

.form-section {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 8px;
  color: #000;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  border: 1px solid #ced4da;
  padding: 10px;
}

.input-group-prepend .input-group-text {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  color: #216363;
  padding: 10px;
  border-radius: 5px 0 0 5px;
}

.form-control {
  border-radius: 0 5px 5px 0;
}

.input-group .form-control {
  padding-left: 40px;
}

.input-group-text i {
  font-size: 16px;
}

.btn-contact {
  background-color: #216363;
  border-color: #216363;
  padding: 10px 25px;
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-contact:hover {
  background-color: #0d3636;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .contact-info {
    margin-bottom: 15px;
  }

  .contact-section {
    padding: 10px 0;
  }

}

/*-----------------Footer Section--------------------*/
footer {
  background-color: #122121; 
  color: #fff;
  padding: 20px;
  text-align: center;
}

.disclaimer {
  font-size: 14px;
  margin-bottom: 10px;
}

.privacy-policy-link {
  color: #8affff;
  text-decoration: none;
}

.privacy-policy-link:hover {
  color: #fff;
  text-decoration: underline;
}

.rera-number {
  font-size: 14px;
  margin-bottom: 10px;
}

@media(max-width: 768px){
    .disclaimerfooter{
        margin-bottom: 30px;
    }
}

/*-----------------------------------whatsapp, phone, and enquiry code-----------------------*/
#desktop-view {
  position: fixed;
  bottom: 20px; 
  right: 20px; 
  z-index: 9999; 
}

.icn {
  margin: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  animation: zoomIcons 0.6s ease-in-out infinite; 
}

@keyframes zoomIcons {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.2); 
  }
  100% {
      transform: scale(1);
  }
}

.icn:hover {
  animation-play-state: paused; 
}

@keyframes gradient {
  0%{
    background-position: 0 50%;
  }
  50%{
    background-position: 100% 50%;
  }
  100%{
    background-position: 0 50%;
  }
}

@media(max-width: 768px){
  .icn{
    width: 20px;
    height: 20px;
  }
}

@media(max-width: 991px){
  #desktop-view{
    display: none;
  }
}

/*-------------------------mobile section contact-----------------------*/
/* .mob-action {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1b5252;
  box-shadow: 0 1px 6px 2px rgb(0 0 0 / 40%);
  z-index: 1030;
}

.mob-action ul {
  display: flex;
  flex-direction: row;
  align-content: center;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  justify-content: space-around;
  align-items: center;
}

.mobile-view {
  display: none;
} 

@media (max-width: 991px) {
  .mobile-view {
    display: block;
  } 
} */

.mob-action {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1b5252;
  box-shadow: 0 1px 6px 2px rgb(0 0 0 / 40%);
  z-index: 1030;
  text-align: center; 
  padding: 10px 0;
}

.mob-action ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mobile-view {
  display: none;
} 

@media (max-width: 991px) {
  .mobile-view {
    display: block;
  } 
}


