/* =========== VAAS Css here ========== */
@font-face {
    font-family: 'Season Mix-TRIAL';
    src: url('./assets/fonts/SeasonMix-Regular.woff2') format('woff2'),
         url('./assets/fonts/SeasonMix-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 1200px) {
  .container {
    width: 1270px;
  }
}

html, body{
  overflow-x: hidden;
  overflow-y: auto;
}

:root{
  --head-font: 'Season Mix-TRIAL', serif;
  --body-font: "Manrope", sans-serif; 
  --primary-color: #C89453;
  --text-color: #0A2342;
  --bg2: #F3F4F5;
  --bg3: rgba(255, 236, 204, 0.33);
  --green-color: #0E4236;
}

body{
  font-family: var(--body-font) !important;
}

h1, h2, h3, h4{
  font-family: var(--head-font);
}

.head-sec h3{
  font-family: var(--head-font);
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 25px;
}

.head-sec h3 span{
  color: var(--primary-color);
  display: block;
}

.head-sec h5{
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 30px;
  color: #0F172A;
} 

.head-sec h6{
  color: var(--primary-color);
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin: 20px 0px;
}

p{
  font-size: 16px;
  font-family: var(--body-font);
  line-height: 22px;
  color: var(--text-color);
  font-weight: 400;
}

.margin-row1{
  margin-top: 25px;
}

.mobile-head-logo{
  display: none;
}

.desktop-head-logo {
    margin: 0px 18%;
    position: relative;
    right: 15px;
}

.book-btn a{
  background-color: var(--primary-color);
  font-size: 20px !important;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: var(--head-font);
  color: #fff;
  padding: 12px 17px !important;
  border-radius: 12px;
  transition: .5s ease-in-out !important;
  text-transform: capitalize !important;
}

.book-btn a:hover{
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

/* Hero video section css */
.slide-1 {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.slider-content {
    position: relative;
    z-index: 2;
}

.shop-slider .item::before{
    content: "";
    position: absolute; 
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%; 
    background-color: #000000a8;
    z-index: 2;
}
/* // Hero video section css */

.vaas-hero-sec::before{
  content: "";
  position: absolute;
  background-color: #000000a8;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-content{
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  z-index: 2;
  width: 100%;
}

.hero-content h1{
  font-size: 63.49px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.hero-content h1 span{
  color: #C89453;
}

.hero-content h6{
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #B8B8B8;
  margin: 35px 0px;
  font-family: var(--body-font);
}

.hero-btn-sec{
  display: flex;
  justify-content: center;
} 

.hero-btn-sec .vaas-btn1{
  margin-right: 20px;
}

.vaas-btn1 a{
  background-color: var(--primary-color);
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: var(--head-font);
  color: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  transition: .5s ease-in-out;
}

.vaas-btn1 a:hover{
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.vaas-outline-btn a{
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: var(--head-font);
  color: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  border: 1px solid #fff;
  transition: .5s ease-in-out;
}

.vaas-outline-btn a:hover{
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

.hero-txt-row2 {
  display: flex;
  justify-content: center;
  margin: 35px 0px;
}

.hero-txt-row2 p{
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  position: relative;
}

.hero-txt-row2 p:first-child{
  margin-right: 45px;
}

.hero-txt-row2 p:first-child::before{
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 40px;
  right: -23px;
  top: -9px;
}
/* // Hero section */


.home-sec2{
  background-image: url(../img/bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
}

.home-sec2 ul{
  display: flex;
  justify-content: space-between;
}

.home-sec2 ul li{
  text-align: center;
  list-style: none;
}

.home-sec2 ul li h4{
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.home-sec2 ul li p{
  color: #808374;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
/* // Home section 2 css*/


/* Home section 3 css */
.private-villa-sec {
  padding: 65px 0px 50px;
} 

.private-villa-heading {
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  font-size: clamp(1.75rem, 1.35rem + 1.6vw, 2.5rem);
}
 
.private-villa-heading .line {
  display: block;
  color: #16181c;
}
 
.private-villa-heading .line.accent {
  color: #bd9460;
}
 
.private-villa-subtitle {
  color: #c9a276;
  font-weight: 500;
  font-size: 0.95rem;
  margin: 14px 0 16px;
}
 
.private-villa-text {
  color: #5b5e66;
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 32rem;
  margin-bottom: 28px;
}

.feature-grid {
  margin-top: 4px;
}
 
.feature-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 18px 20px;
  height: 130px;
  margin-bottom: 20px;
  box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
}

.feature-card p{
  font-size: 14px;
}
 
.feature-card h3 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-top: 0;
  font-family: var(--body-font);
}
  
.image-card {
  border-radius: 22px;
}
.contact-btn p input{

    color: #fff;
    border: 1px solid #fff;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 20px;
    line-height: 100%;
background-color: var(--green-color) !important;
}
 
.image-card img {
  width: 100%;
  height: 700px;
  display: block;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}
 
/* ---------- Responsive tweaks ---------- */
 
@media (max-width: 991.98px) {
  .image-card img {
    aspect-ratio: 16 / 10;
  }
}
 
@media (max-width: 575.98px) {
  .private-villa-sec {
    padding: 40px 0;
  }
 
  .feature-card {
    padding: 16px 18px;
  }
 
  .image-card img {
    aspect-ratio: 4 / 3;
  }
} 
/* // home section 3 css */


/* home section 4 css */
.home-sec4{
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0px 90px;
}

.home-sec4 h3{
  color: var(--bg2);
}

.home-sec4 h5{
  color: var(--bg2);
}
 
.why-choose-col1{
  position: relative;
  margin-bottom: 30px;
}

.why-choose-col1 img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.why-choose-col1::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 63%);
  z-index: 1;
  border-radius: 15px;
}

.why-choose-col1 img{
  position: relative;
  z-index: 0;
  border-radius: 15px;
}

.why-choose-col1-txt {
  z-index: 1;
  position: absolute;
  bottom: 15px;
  padding: 0 20px;
}

.why-choose-col1-txt h4{
  font-family: var(--head-font);
  color: #fff;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
}

.why-choose-col1-txt p{
  color: #fff;
}

.title-bar{
  border: 2px solid var(--primary-color);
  width: 18%;
  border-radius: 40px;
  margin: 13px 0px;
}

.outline-btn2 a{
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  font-family: var(--body-font);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px;
  padding: 16px 25px;
}

.outline-btn2 a i{
  margin-left: 10px;
}

.outline-btn2 a:hover{
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

.btn-row{
  text-align: center;
  margin: 50px 0px 0px;
}
/* // home section 4 css */



/* home section 5 css */
.home-sec5{
  background-color: var(--bg3);
  padding: 50px 0px 70px;
}

.price-tbl{
  box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
  background-color: #fff;
  border-radius: 10px;
}

.price-tbl thead{
  background-image: url(../img/bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.price-tbl thead th{
  color: var(--bg2);
  font-size: 25px;
  font-family: var(--head-font); 
  font-weight: 600;
  padding: 20px !important;
  width: 25%;
}

.price-tbl tbody td{
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  font-family: var(--head-font);
  color: #000;
  padding: 20px !important;
}

.get-quote-btn a{
  background-color: #0E4236;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  transition: .5s ease-in-out;
}

.get-quote-btn a:hover{
  background-color: var(--primary-color);
}

.get-quote-btn a i{
  margin-left: 10px;
}

/* slider css */
.homesec5-slide{
  margin-top: 50px;
  position: relative;
}

.home-sec5-slide-txt{
  position: absolute;
  bottom: 6%;
  left: 11%;
}

.home-sec5-slide-txt h5{
  font-size: 37.98px;
  line-height: 100%;
  font-weight: 500;
  font-family: var(--head-font);
  color: #fff;
}

.homesec5-slide img{
  border-radius: 20px;
  height: 600px !important;
  object-fit: cover;
}

.homesec5-slide .carousel-control.right{
  border-radius: 20px;
}

.homesec5-slide .carousel-control.left{
  border-radius: 20px;
}
/* // Slider css */
/* // home section 5 css */


/* home section 6 css */
.home-sec6 .head-sec h3 span{
  display: unset;
}

.home-sec6-col5 img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 15px;
}

.home-sec6-col5-txt{
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  align-items: center;
}

.circle-img {
  width: 46px;
  height: 46px;
  background-color: var(--green-color);
  border-radius: 50%;
  margin-right: 20px;
}

.home-sec6-col5-txt h4{
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #fff;
}

.home-sec6-col5-txt p{
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.home-sec6-col5 {
  position: relative;
}

.home-sec6-col5::before{
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgb(0 0 0 / 55%), rgb(255 255 255 / 0%));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
}

.home-sec6 {
    background-color: var(--bg3);
    padding: 40px 0px 50px;
    margin-top: 10px;
}

.our-res .tab-title-box ul li a img{
  margin-right: 5px;
}

.our-res .tab-title-box ul li a img{
  margin-right: 5px;
}

.our-res .tab-title-box ul li:hover a img{
  filter: brightness(0) invert(1);
}

.our-res .tab-title-box ul li.active a img{
  filter: brightness(0) invert(1);
}

.tab-col1{
  margin-top: 50px;
}

.vaas-content-tab{ 
    border-radius: 12px;
    padding: 18px 20px;
    height: 130px;
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
}

.vaas-content-tab-icon{
  width: 40px;
  height: 40px;
  background-color: var(--green-color);
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
  
.vaas-content-tab h5{
  font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    font-family: var(--head-font);
    color: #000;
}

.vaas-content-tab p{
  margin-bottom: 0 !important;
    color: var(--primary-color) !important;
    font-size: 14px;
    line-height: 100%;
    font-family: var(--body-font);
}
/* // home section 6 css */


/* Home section 7 css */
.home-sec7{
  background-image: url(../img/bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px 140px;
}

.home-sec7 .head-sec h4{
  font-family: var(--head-font);
  font-weight: 600;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
} 

.home-sec7 .head-sec h4 span{
  color: var(--primary-color);
}

.home-sec7 .head-sec p{
  color: #fff;
}

.owl-carousel .owl-item img{
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 20px;
  
}

.ro-img{
  position: relative;
  overflow: hidden;
}

.ro-img img{
  width: 100%;
  display: block;
}

/* Bottom → Top Overlay */
.ro-img::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      to top,
      rgba(0,0,0,0.9),
      rgba(0,0,0,0)
  );
  z-index: 1;
  border-radius: 20px;
}

.ro-txt{
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}

.ro-txt p{
  color: #fff;
  margin-bottom: 10px;
  font-size: 23.16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 100%;
}

.slide-title-bar{
  width: 50px;
  height: 2px;
  background: var(--primary-color);
}

.center-row{
  display: flex;
  align-items: center;
}
/* // Home section 7 css */


/* Home section 8 css */
.home-sec8{
  background-color: var(--bg3);
  padding: 50px 0px;
}

.home-sec8 h3 span{
  display: unset;
}

.home-sec8 .head-sec h5{
  color: #6C7386;
}

.one-space-col1{
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
}

.one-space-col1 img{
  width: 100%;
  height: 175px;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
}

.one-space-col1-txt h4{
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  font-family: var(--head-font);
  color: var(--text-color);
}

.one-space-col1-txt p{
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--text-color);
}

.one-space-col1-txt {
  padding: 15px 20px 25px;
  background-color: #fff;
  border-radius: 15px;
}
/* // Home section 8 css */


/* Home section 9 css */
.home-sec9{
  margin: 50px 0px 0;
}

.home-sec9-col5 h3{
  font-size: 68.09px;
  color: var(--green-color);
  margin-bottom: 15px;
  margin-top: 0;
}

.home-sec9-col5 .head-sec p{
  margin-bottom: 20px;
}

.home-sec9-col5 img{
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.home-sec9-img-col img{
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.home-sec9 .col-lg-7 h5{
  text-align: end;
  font-family: 'Amsterdam', sans-serif;
  font-size: 34.5px;
  line-height: 100%;
  font-weight: 400;
  color: #000;
}

.home-sec9 .col-lg-7 h5 span{
  color: var(--primary-color);
}

.primary-btn2 a{
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  font-family: var(--body-font);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 10px;
  padding: 16px 25px;
  background-color: var(--green-color);
}

.primary-btn2 a:hover{
  border: 1px solid var(--green-color);
  color: var(--green-color);
  background-color: #fff;
}

.home-sec9 .btn-row{
  margin: 80px 0px;
}
/* // home section 9 css */


/* Home section 10 css */
.home-sec10{
  background-color: var(--bg2);
  padding: 35px 0px;
}

.home-sec10 .head-sec h3 span{
  display: unset; 
}

.see-project-col1 {
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
}

.see-project-col1 img{
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
}

.see-project-col1-txt{
  padding: 15px 20px;
}

.see-project-col1-txt h4{
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  font-family: var(--head-font);
  color: var(--text-color);
}

.see-project-col1-txt h6{
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--text-color);
}

.see-project-col1-txt h6 i {
  margin-right: 7px;
  color: var(--green-color);
}

.see-project-col1-btm-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.see-project-col1-btm-row p{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: var(--green-color);
}

.see-project-col1-btm-row i{
  color: var(--green-color);
}
/* // Home section 10 css */


/* Home section 11 css */
.home-sec11{
  background-image: url(../img/cta-bg-img.png);
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  position: relative;
  padding: 70px 0px 90px;
}

.home-sec11::before{
  content: "";
  position: absolute;
  background-color: #00000094;
  width: 100%;
  height: 100%;
  top: 0;
}

.home-sec11 .head-sec h3 span{
  display: unset;
}

.home-sec11 .head-sec h3{
  font-size: 66.45px;
  line-height: 100%;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
}

.home-sec11 .head-sec p{
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
}

.primary-btn3 a{
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
/* // Home section 11 css */


/* Footer section css */
.vaas-footer {
  background-color: var(--bg2); 
  padding: 50px 0 0; 
}

.vaas-footer a {
  color: var(--text-color);
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  font-family: var(--body-font);
}
 
.vaas-footer a:hover {
  color: #e08a3c;
}
 
/* Logo */
.vaas-footer .vaas-logo img{
  width: 80%;
  height: auto;
  margin-bottom: 12px;
}
  
.vaas-footer .vaas-tagline {
  line-height: 135%;
  font-size: 20px;
  color: var(--text-color);
  font-family: var(--body-font);
  font-weight: 400;
}
  
.vaas-footer .vaas-heading {  
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  color: var(--text-color);
  margin-bottom: 22px;
  font-family: var(--head-font);
}
 
/* Links list */
.vaas-footer .vaas-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.vaas-footer .vaas-links li {
  margin-bottom: 20px;
}
 
.vaas-footer .vaas-links li:last-child {
  margin-bottom: 0;
}
 
/* Contact info */
.vaas-footer .vaas-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.vaas-footer .vaas-contact-list li {
  margin-bottom: 25px;
  color: var(--text-color);
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  font-family: var(--body-font);
}
 
.vaas-footer .vaas-contact-list li:last-child {
  margin-bottom: 0;
}

.foot-row1{
  padding-top: 30px;
  padding-bottom: 120px;
}
 
/* Divider */
.vaas-footer .vaas-divider {
  border-top: 2px solid var(--text-color);
  margin-top: 0px;
}
 
/* Bottom bar */
.vaas-footer .vaas-bottom {
  padding: 22px 0;
  font-size: 0.85rem;
  color: #6f7a78;
}
 
.vaas-footer .vaas-bottom-links a {
  margin-left: 24px;
  font-size: 0.85rem;
}

.foot-policy-col{
  display: flex;
  justify-content: end;
}

.foot-policy-col a:first-child{
  margin-right: 20px;
}
 
.vaas-footer .vaas-bottom-links a:first-child {
  margin-left: 0;
}

.vaas-bottom p{
  color: var(--text-color);
  font-size: 18px;
  line-height: 100%;
  font-family: var(--body-font);
  margin-bottom: 0;
}
 
/* Responsive tweaks */
@media (max-width: 991.98px) {
  .vaas-footer .vaas-tagline {
    max-width: 100%;
  }
  .vaas-footer .vaas-col {
    margin-bottom: 40px;
  }
}
 
@media (max-width: 575.98px) {
  .vaas-footer {
    padding-top: 40px;
    text-align: center;
  }
  .vaas-footer .vaas-logo {
    justify-content: center;
    width: 100%;
  }
  .vaas-footer .vaas-tagline {
    margin: 0 auto;
  }
  .vaas-footer .vaas-bottom {
    text-align: center;
  }
  .vaas-footer .vaas-bottom .row > div {
    margin-bottom: 10px;
  }
  .vaas-footer .vaas-bottom-links {
    justify-content: center !important;
  }
  .vaas-footer .vaas-bottom-links a:first-child {
    margin-left: 24px;
  }
}
/* // Footer section css */
/* =========== Home page css end here ============ */



/* =========== Contact Us page css start here ========== */
.contact-hero-sec{
  background-color: var(--green-color) !important;
}
 
.contact-hero-sec .item::before{
  background-color: var(--green-color);
}

.contact-hero-sec .item{
  min-height: 950px;
}

.vaas-hero-sec .hero-content h6{
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #fff;
}

.contact-dtl1 p{
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #98B0A9;
}

.contact-form-sec {
  margin-top: 100px;
}

.contact-form-sec .form-group{
  text-align: left;
  margin-bottom: 50px;
}

.contact-form-sec .form-group label{
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  font-family: var(--head-font);
  color: #fff;
}

.contact-form-sec .form-group input{
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid #fff;
  box-shadow: unset;
  color: #fff;
  border-radius: 0;
}

.contact-submit-btn{
  margin-top: 40px;
}

.contact-submit-btn a{
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 25px;
  border-radius: 12px;
  font-size: 20px;
  line-height: 100%;
}

.contact-submit-btn a i{
  margin-left: 10px;
}

.contact-hero-sec .hero-content {
  top: 50%;
}

.cont-map-sec .container-fluid{
  padding: 0;
}

.cont-map-sec .row{
  display: flex;
  align-items: center;
}

.cont-map-sec-col4 {
  padding: 0px 60px;
}

.cont-map-sec-col4 h3{
  font-size: 50px;
  font-weight: 600;
  color: #000;
  line-height: 100%;
}

.cont-map-sec-col4 h3 span{
  color: var(--primary-color);
}

.cont-map-sec-col4 p{
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}
/* =========== // Contact Us page css end here ========== */


/* =========== About us page css start here ============= */
.about-pge-hero-txt h6{
  max-width: 600px;
  display: block;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 25px;
}

.abt-pera-col p{
  margin-bottom: 25px;
}

.abt-feature-card{
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 8px; 
  margin-bottom: 20px;
  box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
  text-align: center;
  border: .5px solid #B5B5B5;
}

.abt-feature-card h3{
  font-size: 20px;
  line-height: 100%;
  font-family: var(--head-font);
  color: #000;
  font-weight: 600;
  margin-top: 0;
}

.abt-feature-card p{
  font-size: 18px;
  line-height: 100%;
  font-family: var(--body-font);
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

.abt-pge-sec2 .image-card img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: unset;
}

.abt-pge-sec3 .image-card img{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: unset;
}

.quality-col1{
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
  border: .5px solid #B5B5B5;
}

.quality-col1 img{
  margin-right: 15px;
}

.quality-col1 h5{
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  font-family: var(--head-font);
  color: var(--green-color);
  margin-top: 0;
}

.quality-col1 p{
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

.quality-side-img img{
  height: 840px;
  object-fit: cover;
}
/* =========== // About us page css end here =========== */







/* Whatapp floating button css */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
/* Whatapp floating button css */


/* Delayed Modal Popup css */
.instructions {
      text-align: center;
      font-size: 20px;
      margin: 15vh;
      color: #555;
    }
 
    /* ── Overlay ── */
    .backgroundOverlay {
      position: fixed;
      top: 0; right: 0; bottom: 0; left: 0;
      height: 100%; width: 100%;
      margin: 0; padding: 0;
      background: #000;
      opacity: .6;
      z-index: 101;
      display: none;
    }
 
    /* ── Popup Window ── */
    .delayedPopupWindow {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      max-width: 820px;
      height: auto;
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 24px 64px rgba(0,0,0,0.28);
      z-index: 99999;
      background: #f7f8fa;
    }
 
    /* ── Inner Layout ── */
    .popup-inner {
      display: flex;
      min-height: 480px;
    }
 
    /* ── LEFT: Form Panel ── */
    .popup-left {
      flex: 1;
      padding: 40px 36px 36px;
      background: #f7f8fa;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
 
    /* Brand Logo */
    .brand-logo {
      display: flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 26px;
    }
    .brand-logo svg { width: 34px; height: 34px; }
    .brand-logo span {
      font-size: 0.95rem;
      font-weight: 600;
      color: #c89453;
    }
 
    /* Form Title */
    .popup-title {
      font-size: 1.75rem;
      font-weight: 700;
      color: #2b2b3b;
      letter-spacing: -0.4px;
      line-height: 1.2;
      margin: 0 0 28px 0;
    }
 
    /* Name Row */
    .name-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }
 
    /* Field Group */
    .field-group {
      display: flex;
      flex-direction: column;
      margin-bottom: 18px;
    }
    .field-group label {
      font-size: 0.78rem;
      font-weight: 500;
      color: #8b8fa8;
      margin-bottom: 4px;
      letter-spacing: 0.2px;
    }
    .field-group label .asterisk {
      color: #e05555;
      margin-left: 2px;
    }
    .field-group input[type="text"],
    .field-group input[type="email"],
    .field-group input[type="tel"] {
      border: none;
      border-bottom: 1.5px solid #d0d3e0;
      border-radius: 0;
      background: transparent;
      padding: 8px 0 6px;
      font-size: 0.9rem;
      font-weight: 600;
      color: #2b2b3b;
      font-family: 'Inter', sans-serif;
      outline: none;
      transition: border-color 0.2s;
      width: 100%;
      box-sizing: border-box;
    }
    .field-group input[type="text"]:focus,
    .field-group input[type="email"]:focus,
    .field-group input[type="tel"]:focus {
      border-bottom-color: #c89453;
    }
    .field-group input[type="text"]:hover,
    .field-group input[type="email"]:hover,
    .field-group input[type="tel"]:hover {
      border-bottom-color: #c89453;
    }
 
    /* Checkbox - Request a Callback */
    .callback-wrap {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 4px;
      margin-bottom: 6px;
    }
    .callback-wrap input[type="checkbox"] {
      width: 17px;
      height: 17px;
      accent-color: #c89453;
      cursor: pointer;
      flex-shrink: 0;
      margin: 0;
    }
    .callback-wrap label {
      font-size: 0.86rem;
      font-weight: 500;
      color: #555;
      cursor: pointer;
      margin: 0;
    }
 
    /* Submit Button */
    #mc-embedded-subscribe {
      margin-top: 26px;
      background: #c89453;
      color: #fff;
      border: none;
      border-radius: 30px;
      padding: 13px 44px;
      font-size: 0.93rem;
      font-weight: 600; 
      letter-spacing: 0.3px;
      cursor: pointer;
      display: inline-block;
      transition: background 0.2s, transform 0.15s;
    }
    #mc-embedded-subscribe:hover {
      background: #0E4236;
      transform: translateY(-1px);
      box-shadow: none !important;
    }
 
    /* ── RIGHT: Illustration Panel ── */
    .popup-right {
      width: 47%;
      flex-shrink: 0;
      background: #1e1b3a;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }
    .popup-right svg.illustration {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }
 
    /* ── Close Button ── */
    #btnClose {
      position: absolute;
      top: 14px;
      right: 16px;
      width: 30px;
      height: 30px;
      background: rgba(255,255,255,0.15);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      z-index: 10;
      transition: background 0.2s;
    }
    #btnClose:hover { background: rgba(255,255,255,0.3); }
    #btnClose svg { width: 12px; height: 12px; }
 
    /* ── Response messages ── */
    #mce-error-response { color: #c0392b; font-size: 0.82rem; margin-top: 6px; }
    #mce-success-response { color: #27ae60; font-size: 0.82rem; margin-top: 6px; }
 
    /* ── Responsive ── */
    @media (max-width: 600px) {
      .popup-right { display: none; }
      .popup-left { padding: 32px 24px 28px; }
      .name-row { grid-template-columns: 1fr; gap: 0; }
      .popup-title { font-size: 1.4rem; }
      .delayedPopupWindow { width: 94%; }
    }

.brand-logo.popup-logo img {
    width: 250px;
    height: auto;
    position: relative;
    left: -15px;
}

.mob-close-btn{
   display: none;
}

.mob-close-btn a#btnClose1 {
    top: 50px;
    background-color: #c89453;
}


#btnClose1 {
      position: absolute;
      top: 14px;
      right: 16px;
      width: 30px;
      height: 30px;
      background: rgba(255,255,255,0.15);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      z-index: 10;
      transition: background 0.2s;
    }
    #btnClose1:hover { background: rgba(255,255,255,0.3); }
    #btnClose1 svg { width: 12px; height: 12px; }

/* // Delayed Modal Popup css */

 
.cont-map-sec1 .row {
    display: flex;
    align-items: center;
}

.wpcf7-spinner{
	position: absolute !important;
}

.wpcf7 form .wpcf7-response-output{
	color: #fff;
    font-size: 14px;
}


/* Modal popup form Book Unit at Just ₹10 Lakh */
.backgroundOverlay{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index:9998;
}

.backgroundOverlay.active{
    display:block;
}

.modalPopupWindow{
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:820px;
    max-width:90%;
    background:#fff;
    z-index:9999;
    padding:0px; 
	border-radius: 18px;
}

.modalPopupWindow.active{
    display:block;
}

body.modal-open{
    overflow:hidden;
}

#modalClose{
    position:absolute;
    top: 19px;
    right: 25px;
    font-size:24px;
    text-decoration:none;
}

#modalPopup .popup-left{
	border-radius: 18px 0px 0px 18px;
}

#modalPopup .popup-right{
	border-radius: 0px 18px 18px 0px;
}

.mob-close-btn a.modalCloseMobile {
    top: 50px;
    position: absolute;
    right: 15px;
}

.mob-close-btn a.modalCloseMobile svg {
    width: 36px;
    background-color: #c89453;
    padding: 8px;
    border-radius: 30px;
}

.popup-right a#modalClose {
    background-color: antiquewhite;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 10px;
}
/* // Modal popup form Book Unit at Just ₹10 Lakh */


/* Download Brochure Modal popup */
.brochure-overlay{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.65);
    z-index:99990;
}

.brochure-overlay.active{
    display:block;
}

.brochure-modal{
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:95%;
    max-width:520px;
    background:#fff;
    border-radius:12px;
    z-index:99999;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.brochure-modal.active{
    display:block;
}

.brochure-modal-inner{
    padding:40px;
    position:relative;
}

.brochure-modal h2{
    text-align:center;
    margin-bottom:30px;
    font-size:30px;
}

.brochure-close{
    position:absolute;
    right:18px;
    top:18px;
    font-size:28px;
    text-decoration:none;
    color:#000;
    line-height:1;
}

.brochure-field{
    margin-bottom:18px;
}

.brochure-field input{
    width:100%;
    height:55px;
    border:1px solid #ddd;
    padding:0 18px;
    font-size:16px;
    border-radius:6px;
    outline:none;
    box-sizing:border-box;
}

.brochure-field input:focus{
    border-color:#000;
}

.brochure-submit{
    width:100%;
    height:56px;
    border:none;
    cursor:pointer;
    font-size:18px;
    border-radius:6px;
    background:var(--primary-color);
    color:#fff;
    transition:.3s;
}

.brochure-submit:hover{
    opacity:.9;
}

body.brochure-modal-open{
    overflow:hidden;
}

/* Responsive */

@media(max-width:767px){

    .brochure-modal{
        width:92%;
    }

    .brochure-modal-inner{
        padding:25px;
    }

    .brochure-modal h2{
        font-size:24px;
    }

}
/* // Download Brochure Modal popup */


/* Transparent Pricing get quote modal popup */
.quote-overlay{

display:none;

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(0,0,0,.7);

z-index:99990;

}

.quote-overlay.active{

display:block;

}

.quote-popup{

display:none;

position:fixed;

left:50%;

top:50%;

transform:translate(-50%,-50%);

width:95%;

max-width:550px;

background:#fff;

border-radius:12px;

z-index:99999;

box-shadow:0 20px 60px rgba(0,0,0,.25);

}

.quote-popup.active{

display:block;

}

.quote-popup-inner{

padding:35px;

position:relative;

}

.quote-close{

position:absolute;

right:18px;

top:12px;

font-size:30px;

text-decoration:none;

color:#000;

}

.quote-popup h2{

text-align:center;

margin-bottom:30px;

font-size:32px;

}

.quote-field{

margin-bottom:18px;

}

.quote-field label{

display:block;

margin-bottom:8px;

font-weight:600;

}

.quote-field input{

width:100%;

height:52px;

border:1px solid #ddd;

padding:0 15px;

border-radius:6px;

font-size:16px;

box-sizing:border-box;

}

.quote-field input[readonly]{

background:#f8f8f8;

}

.quoteSubmitBtn{

width:100%;

height:54px;

border:none;

background:#124b3c;

color:#fff;

font-size:18px;

border-radius:6px;

cursor:pointer;

transition:.3s;

}

.quoteSubmitBtn:hover{

background:#0d3a2f;

}

body.quotePopupOpen{

overflow:hidden;

}

@media(max-width:768px){

.quote-popup{

width:92%;

}

.quote-popup-inner{

padding:25px;

}

.quote-popup h2{

font-size:24px;

}

}
/* // Transparent Pricing get quote modal popup */

.social-link i {
    background-color: var(--primary-color);
    padding: 14px;
    border-radius: 9px;
    font-size: 20px;
    color: #fff;
}

ul.social-link {
    margin-top: 25px;
}




/* ================ Responsive css here =================== */
/* Mobile tab */
@media (max-width: 767px){
  	.desktop-head-logo{display: none;}
  	.mobile-head-logo{display: block;}
  	.desktop-head-logo {margin: 0 18%;}
  	#main-navigation-wrapper .navbar-nav{display: unset;}
  	.mob-close-btn{display: block;}
	.hero-content h1{font-size: 28px !important;}
	.hero-btn-sec{display: unset;}
	.hero-btn-sec .vaas-btn1{margin-bottom: 15px; margin-right: 0;}
	#minimal-bootstrap-carousel.home2carousel .carousel-inner .item {min-height: 580px !important;} 
	.home-sec2 ul{display: unset;}
	.head-sec h3{font-size: 35px;}
	.image-card img{height: auto;}
	.homesec5-slide img{height: 300px !important;}
	.home-sec6-col5-txt{display: unset;}
	.our-res .tab-title-box ul li{width: 43%;}
	ul.clearfix {margin-top: 20px;}
	.home-sec7 .center-row {display: unset;}
	.room-slider{top: 70px;}
	.home-sec9-col5 h3{font-size: 35px;}
	.home-sec9 .col-lg-7 h5{font-size: 20.5px; margin: 30px 0px;}
	.home-sec11 .head-sec h3{font-size: 35px;}
	.home-sec7 .head-sec h4{font-size: 35px;}
	.home-sec7{padding: 30px 0px 100px;}
	#main-navigation-wrapper.navbar-default.transBg-main-menu-header.stricky-fixed .nav > li > a {color: #000000;}
	.contact-hero-sec{padding: 80px 0px 40px;}
	.contact-form-sec {margin-top: 0;}
	.contact-submit-btn {margin-top: 35px;}  
	.cont-map-sec-col4{padding: 0px 20px;}
	.cont-map-sec-col4{padding: 0; margin-bottom: 40px;}
	.cont-map-sec-col4 h3{font-size: 35px;}
	.cont-map-sec1 .row {display: block;}
	.contact-form-sec .form-group{margin-bottom: 35px;}
	.contact-form-sec .col-lg-8.col-md-8.mx-auto {position: relative; top: 45px;}
	.contact-hero-sec .item {min-height: 1030px !important;}
	.price-tbl thead th{padding: 6px !important; font-size: 12px;}
	.price-tbl tbody td{font-size: 12px; padding: 6px !important;}
	.get-quote-btn a{padding: 6px 15px;}
	#main-navigation-wrapper .nav > li > a .glyphicon{display: none !important;}
	.our-res .tab-title-box ul li{width: 44% !important;}
	.our-res .tab-title-box ul li a img{display: none;}
	.get-quote-btn a i{display: none;}
	#modalClose{top: 45px; right: 5px;}
}
/* // Mobile tab */


/* Tablat tab */
@media (max-width: 991px) and (min-width: 768px) {
  .desktop-head-logo{display: none;}
  .mobile-head-logo{display: block;}
  #main-navigation-wrapper .navbar-nav{display: unset;}
}
/* // Tablat tab */


/* mini Leptop tab */
@media (max-width: 1024px) and (min-width: 992px) {
  .desktop-head-logo{display: none;}
  .mobile-head-logo{display: block;}
  #main-navigation-wrapper .navbar-nav{display: unset;}
}
/* // mini Leptop tab */