/* -------------------------------------------
    Name:       Westerlies
    Version:    1.0
    Developer:  Sunil kumar
      ------------------------------------------- */
/*--------------------------------------------*/
/* ========common css start here======= */

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0;

}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
}

a {
  transition: 0.4s all ease-in-out;
  text-decoration: none;
}

body {
  font-family: "Lexend", sansf;
  overflow-x: hidden;
  background: #fff;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;

}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: inherit;
}

h1,h2 {
  font-weight: 800;
}

h3,h4 {
  font-weight: 700;
}

h5,h6 {
  font-weight: 600;
}

h1 {
  font-size: 48px;
  line-height: 56px;
}

h2 {
  font-size: 34px;
  line-height: 45px;
}

h3 {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

.padd-50 {
  padding: 30px 0;
}

.title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.title-sub {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
/* ========common css end  here======= */

/*======Header sec css start here====*/
header {
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
header.sticky {
    background: #123006;
}

header.header ul.navbar-nav li a {
    color: #1b1a1a !important;
    padding: 10px 15px !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}
.btn-call {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}

.btn-call i {
    width: 34px;
    height: 34px;
    background-color: #522810;
    border-radius: 50%;
    text-align: center;
    z-index: 99;
    line-height: 34px;
    margin-right: 10px;
    color: #fff;
}
.btn-call span.clltxt {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.btn-call span {
    font-weight: 600;
    color: #522810;
    text-transform: uppercase;
    font-size: 14px;
}

header.header ul.navbar-nav li a:hover {
    color: #522810 !important;
}

header.header ul.navbar-nav  .active a {
    color: #8f7357 !important;
}

.fixed-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99;
    background: #fff;
}
.navbar-brand {
    padding: 0;
}

/*======Header sec css end  here====*/

/*======banner sec start here=======*/
.banner-content {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: relative;
    z-index: 9;
}
.banner-section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.banner-section:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 9;
    background-image: linear-gradient(to right, #000000cc, #00000047, #00000000, #41515a00);
}
.banner-text h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.banner-text p {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.banner-text .typo
 {
    margin: 0;
    padding: 5px 20px;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-left: 20px;
    position: relative;
    color: #2f2f2f;
    max-width: fit-content;
    z-index: 1;
    margin-top: 15px;
    margin-bottom: 15px;
}
.banner-text .typo:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    background: #ffffff;
    right: calc(100% + 10px);
    top: 0;
    transform: skewX(-17deg);
}
.banner-text .typo:after {
    position: absolute;
    content: "";
    background: #ddd;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}
.banner-text .price-box {
    margin: 25px 0;
    align-items: center;
    position: relative;
    line-height: initial;
    width: max-content;
    padding: 15px 15px;
    background-image: linear-gradient(to right, #71563A, #756a40, rgba(62, 76, 49, 0));
}
.banner-text .rupee_symbol {
    transform: translateY(-50%);
    backface-visibility: visible !important;
    animation: flip 2s ease infinite;
}

.banner-text .rupee_symbol {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 88px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0) translateY(-50%);
    animation-timing-function: ease-out;
  }
  100% {
    transform: perspective(400px) rotateY(360deg) translateY(-50%);
    animation-timing-function: ease-in;
  }
}
.banner-text  .price_line {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
}
.banner-text  .amount {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-top: 8px;
}
.banner-text  .amount span {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}
.location_icon {
    width: 20px;
    height: 20px;
    filter: invert(1);
}
.thm-btn {
    background-color: #522810;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 25px;
    display: inline-block;
}
.thm-btn:hover {
    background: #331606;
    color: #fff;
}
.form-section {
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.form-section h2 {
  font-size: 26px;
  color: #000;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: capitalize;
  padding: 0 !important;
}
  .form-section .small {
      text-align: center;
      font-size: 16px;
  }
  
  .form-section .small span {
      font-size: 26px;
      color: #522810;
      font-weight: 500;
  }
.form-section .form-control {
  font-size: 14px;
  height: 40px;
  border-radius: 100px;
}

.icon-sec img {
  margin-bottom: 5px;
}
.banner-text p {
    color: #fff;
}

.banner-text ul li {
    color: #fff;
}
.icon-sec p {
    line-height: 15px;
    font-size: 14px;
    font-weight: 500;
}

.form-section h2 span {
    color: #4b4b4b;
}
.form-section .form-control:focus {
    outline: none;
    box-shadow: none;
}
.error {
    font-size: 12px;
    color: #ff0000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
    text-align: left !important;
    display: block;
}
.banner-logo {
    filter: brightness(0) invert(1);
}
/*======banner sec css start here====*/

.thm-btn-outline {
    border: 1px solid #522810;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
}

.thm-btn-outline:hover {
    background: #522810;
    color: #fff;
}
#overview p{
  font-size: 15px;
  text-align: justify;
}

#plan {
    background: #e3d4c569;
}
.price-list-section {background: #f6dbcdad;}


.unit-card {
background: linear-gradient(135deg, #ffffff, #faf7f0);
position: relative;
transition: all 0.3s ease;
}


.unit-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}


.unit-badge {display: inline-block;background: #331606;color: #fff;font-size: 12px;font-weight: 600;padding: 6px 14px;border-radius: 50px;margin-bottom: 15px;}


.unit-title {
font-size: 28px;
font-weight: 700;
margin-bottom: 10px;
}


.unit-area {
font-size: 16px;
color: #555;
margin-bottom: 20px;
}


.unit-price {
font-size: 20px;
font-weight: 600;
color: #000;
}


.btn-outline-gold {border: 2px solid #331606;color: #000;border-radius: 50px;padding: 10px 28px;font-weight: 600;text-transform: uppercase;font-size: 13px;}


.btn-outline-gold:hover {background: #331606;color: #fff;}

.amenity-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border: 1px solid #e1e1e1 !important;
}

.amenity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.amenity-card h6 {
  margin: 0;
  font-size: 15px;
  color: #522810;
  line-height: 20px;
}
.amenity-card img {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  filter: brightness(0%);
}

#floor-plans {
    background: #f6dbcdad;
}
.plan-card h5 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
}
.plan-card  p{
    font-weight: 500;
    font-size: 15px;
}

.plan-card  .list-unstyled li {
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.plan-card .list-unstyled {
    margin-bottom: 20px;
}
.gallery-box {
    height: 220px;
    overflow: hidden;
    width: 100%;
    border-radius: 0 30px 0 30px;
    border: #8f7357 solid 5px;
    margin-top: 10px;
    position: relative;
}
.gallery-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*======Location sec css start here=====*/
.map-text ul li {
    color: #403e3e;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.map-text ul li p {
    margin-bottom: 0;
    color: #000;
}

.map-text ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f061";
    color: #000;
}
.location-img img {
    width: 100%;
    border-radius: 5px;
}
#location {
        position: relative;
        background: #f9e7dd;
}
.location-img {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
}

/*======Location sec css end  here=====*/
.footer-modern {
   background: linear-gradient(135deg, #522810, #522810);
}

.footer-modern h6 {
   letter-spacing: 1px;
   text-transform: uppercase;
   color: #fff;
}

.trust-logo {
   /* filter: brightness(0) invert(1); */
   transition: all 0.3s ease;
   width: 100%;
}

.trust-logo:hover {
   transform: scale(1.05);
   opacity: 1;
}

.footer-divider {
   border-color: rgba(255,255,255,0.2);
   margin: 25px 0;
}
.footer-text {
    font-size: 15px;
}
.call {
    width: 40px;
    position: fixed;
    bottom: 10px;
    left: 7px;
}
.whatsapp img, .call img {
    width: 100%;
}
.whatsapp {
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 7px;
}
.awards-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.awards-box {
    border: 1px solid #cbcbcb;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    height: 250px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

/**/
.custom-modal .modal-dialog {
  max-width: 450px;
}

.register-modal-content {
  background: #fff;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  overflow: hidden;
  padding: 0;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #cfcfcf;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  opacity: 0.9;
  font-size: 14px;
  transition: background 0.3s ease;
}
.close-modal:hover {
  background-color: #d2d2d2;
  color: #fff;
  opacity: 1;
}

.modal-header {
  border-bottom: none;
  padding: 10px;
  display: block;
}
.modal-logo {
  width: 80px;
  margin-bottom: 10px;
}
.modal-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 0;
}
.modal-title .highlight {
  color: #522810;
}
.modal-subtitle {
  font-size: 14px;
  color: #000;
  margin: 0;
  font-weight: 700;
}

.form-control-custom {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 14px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fafafa;
  font-weight: 500;
}
.form-control-custom:focus {
  border-color: #142f53;
  box-shadow: 0 0 0 2px rgb(255 255 255 / 15%);
  background: #fff;
  outline: none;
}

.btn-register-submit {
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
  background: #522810;
}
.btn-register-submit:hover {
  color: #fff;
  background: #6d4f30;
}

.promise-footer {
  background: #fafafa;
  padding: 15px;
  border-top: 1px solid #f0f0f0;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  justify-content: space-around;
}
.promise-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.promise-icons li {
  text-align: center;
  flex: 1;
}
.promise-icons img {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
}
.promise-icons span {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 800;
  line-height: 20px;
}
.modal-header .logo-name {
    color: #000;
    font-size: 30px;
}
/**/
.plan-card img {
    height: 345px;
    object-fit: cover;
}