@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: "Avenir lt Std 55 Roman";
    src: url(Avenir_LT_Std_55_Roman.otf);
}
@font-face {
    font-family: "Avenir lt Std 95 Black";
    src: url(Avenir_LT_Std_95_Black.otf);
}
@font-face {
    font-family: "Avenir lt Std 85 Heavy";
    src: url(Avenir_LT_Std_85_Heavy.otf);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Header */
.site-header {
   background: transparent; /* or solid blue if you prefer */
   padding: 30px 50px;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 10;
   width: 100%;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}

.logo-left img,
.logo-right img {
  max-height: 80px;
  height: auto;
  width: auto;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 40px;
}

.main-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  transition: color 0.3s ease;
  font-family: "Montserrat";
}

.main-nav a:hover {
  color: #FFD700; /* or any hover color you prefer */
}

/* Hero section */
.hero-section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero-container{
    width:100%;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2); /* optional dark overlay */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding:300px 20px;
  box-sizing: border-box;
}

.hero-content {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-heading img {
  max-width: 80%;
  height: auto;
  margin-bottom: 60px;
}

.subtext {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "Inter";
  font-weight: 300;
}

.subtext strong {
  font-weight: 800; /* your brand color */
}

.enquire-btn {
  background-color: #007BFF;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s ease;
  margin-left: 20px;
}

.enquire-btn:hover {
  background-color: #0056b3;
}

/*About section */
.about-section {
  background-color: rgba(64, 58, 143, 0.1); /* light lavender background */
  padding: 40px 40px;
  width: 100%;
}

.about-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #707070;
  font-size: 18px;
  line-height: 1.6;
}

.about-container p {
  margin-bottom: 20px;
  font-family: "Avenir lt Std 55 Roman";
  font-size:16px;
}

/* Master Plan */
.masterplan-section {
    width: 100%;
  padding: 40px 0px;
  text-align: center;
  background-color: #fff;
}

.masterplan-section h2 {
  font-size: 32px;
  color: #d77957; /* Orange color */
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: "Avenir lt Std 95 Black";
}

.masterplan-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* Floor Plan */
.floor-plan-section {
  background-color: rgba(14, 120, 188, 0.14) !important;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.section-title {
  text-align: center;
  color: #d77957;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: "Avenir lt Std 95 Black";
}
.floor-plan-swiper{
    max-width:1200px;
}
.floor-plan-slide {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #cdcdcd;
}

@media (min-width: 768px) {
  .floor-plan-slide {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.left-panel, .right-panel {
  flex: 1;
  text-align: center;
  padding: 50px;
   border-radius: 12px;
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.right-panel{
background-color: #f4f4f4;
 border: 1px solid #cdcdcd;
}

.bhk-title {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 30px;
  font-family: "Avenir lt Std 95 Black";
}

.plan-image,
.layout-image {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 8px;
}

.carpet-label {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
  font-family: "Avenir lt Std 85 Heavy";
  margin-bottom: 10px;
}

.carpet-value {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Avenir lt Std 55 Roman";
}

.swiper-button-prev,
.swiper-button-next {
  color: #333 !important;
}




/* features section */
.features-section {
  background: url("Features.webp") no-repeat center center;
  background-size: cover;
  position: relative;
  color: #fff;
  height: 120vh;
}

.features-overlay {
  background: rgba(0, 0, 0, 0.3);
  padding: 80px 20px;
  width: 100%;
}

.features-overlay h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: "Avenir lt Std 95 Black";
}

.features-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px 10px;
  width: 18%;
  text-align: center;
  backdrop-filter: blur(5px);
}

.feature-card img {
  width: 60px;
  height: auto;
  margin-bottom: 5px;
}

.feature-card h3 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  font-family: "Avenir lt Std 85 Heavy";
}

.feature-card h3 span {
  color: #fbb034;
}

.feature-card p {
  font-size: 13px;
  line-height: 1.3em;
  color: #fff;
  font-family: "Avenir lt Std 55 Roman";
}

/* Amenities Section */
.amenities-section {
  padding: 40px 20px;
  text-align: center;
}

.amenities-section h2 {
  color: #d77957;
  font-family: "Avenir lt Std 95 Black";
  font-size: 28px;
  margin-bottom: 30px;
}

.amenities-section h3 {
  text-align: left;
  font-size: 20px;
  margin: 30px 0 15px;
  color: #333;
  font-family: "Avenir lt Std 85 Heavy";
}

.swiper {
  width: 100%;
}

.swiper-slide {
  width: auto;
}
.swiper-slide img {
  width:100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.amenity-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  font-size: 16px;
  text-align: center;
}

.disclaimer {
  font-size: 10px;
  color: #777;
  text-align: left;
  margin-top: 20px;
  font-family: "Avenir lt Std 55 Roman";
}


/* Conatct Section */
.contact-section {
  background-color: #0f78bc;
  padding: 80px 20px;
  color: #fff;
}

.contact-container {
  max-width: 1000px;
  margin: 0 auto;
}

.contact-container h2 {
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  font-family: "Avenir lt Std 95 Black";
}

/* .contact-form-wrapper {
 display: flex;
  flex-direction: column;
  gap: 20px; 
}*/
  /* form styles */
  .stars{
						display:none;
					}
form {
    width:100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
  .form-field-half {
    width: 47%;
    margin: 0px 10px;
}
  .form-field-full {
    width: 96%;
    margin: 0px 10px;
}
  label {
    display: inline-block;
}
  label {
   font-family: 'Avenir lt std 55 Roman', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}
   input {
    width: 100%;
}
 input, select, textarea {
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 5px !important;
   font-family: 'Avenir lt std 55 Roman', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    color: #086759;
    outline: none !important;
   line-height:1.4em;
   background-color:white !important;
}
 button, select {
    text-transform: none;
}
  select {
    word-wrap: normal;
}
 
  select {
    width: 100%;
}
  select {
    font-family: 'Avenir lt std 55 Roman', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    color: #086759;
}
    button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}
 
  .form-submit {
    width: 40%;
    margin: auto;
    margin-top: 25px;
    background: white;
    color: #000000;
   font-family: 'Avenir lt std 95 Black', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    padding: 10px;
    border: 0px;
    border-radius: 10px;
    text-align:center;
}
  [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
  [type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
  @media (max-width: 768px) {
    .form-field-half {
        width: 100%;
        margin: 0px 0px;
    }
    .form-field-full {
    width: 100%;
    margin: 0px 0px;
}
}

/* Footer */
.footer {
    width: 100%;
    max-width: 2200px;
    position: relative;
    margin: auto;
    padding: 60px 90px 30px;
    background: #000000;
}
.footer-flex {
    display: flex;
    flex-wrap: wrap;
}
.foo-f {
    width: 50%;
    font-family: "Avenir lt Std 55 Roman";
    font-size: 15px;
    color: white;
}

.foo-f p {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-size:12px;
}
.footer-desc{
    line-height:1.5em;
    font-size:12px;
    font-weight:300;
    margin-bottom:30px !important;
}
.footer-logo{
    max-width:60px;
}
.foo-con {
    padding-left: 25%;
}
.foo-f a {
    color: white;
}
.footer dl,.footer ol,.footer ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.footer ol,.footer ul {
    padding-left: 2rem;
    font-size:12px;
    line-height: 1.3em;
    font-weight:300;
}
.foo-f img {
    padding-right: 7px;
}
.footer img,.footer svg {
    vertical-align: middle;
}
.footer a {
    text-decoration: none !important;
}
.hide{
  display: none;
}


/* Mobile styles */

@media only screen and (max-width:767px){
/* Header */
.site-header {
    padding: 15px 20px;
}
.main-nav{
    display: none;
}
.logo-left img,
.logo-right img {
  max-height: 40px;
  height: auto;
  width: auto;
}

/* hero section*/
.hero-overlay {
  padding:70px 20px;
}
.hero-heading img {
  max-width: 70%;
  height: auto;
  margin-bottom: 30px;
}
.subtext {
  font-size: 14px;
  width: 85%;
}

/* about section */
.about-section {
  padding: 40px 20px;
}
.about-container p {
    margin-bottom:10px;
  font-size:14px;
}

/* Master Plan section */
.masterplan-section h2 {
  font-size: 22px;
}

/* Floor Plan */
.section-title {
  font-size: 22px;
}


/* features */
.features-overlay h2 {
  font-size: 22px;
}
.features-section {
  height: auto;
}
.features-overlay {
    padding: 40px 20px;
}
.features-cards {
    flex-direction: column;
}
.feature-card {
    width: 100%;
}
.feature-card p {
  font-size: 12px;
}
.feature-card img {
  width: 90px;
}

/* Amenities */
.amenities-section h2 {
  font-size: 22px;
}

/* contact */
.contact-container h2 {
  font-size: 22px;
}

/* footer */
    .footer {
        width: 100%;
        max-width: 2200px;
        position: relative;
        margin: auto;
        padding: 30px 20px;
        background: #000000;
    }
        .foo-f {
        width: 100%;
        font-size: 14px;
    }
    .foo-con {
        padding-left: 0px;
        order: -1 !important;
        text-align: center;
    }
    .foo-f p {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-size:12px;
    }
    .footer ol,.footer ul {
        padding-left: 2rem;
        font-size:14px;
        line-height: 1.3em;
        font-weight:300;
    }

}


