/* -------------------------------------------
    Name:       Aradhyam
    Version:    1.0
    Developer:  Sunil kumar
      ------------------------------------------- */
/*--------------------------------------------*/
/* ========common css start here======= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,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: "Montserrat", sans-serif;
  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;
}

/* ========common css end  here======= */

/*========Header sec css start here=====*/
.header .nav-link,.header .btn-call {
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 14px;
}

.navbar-brand img {
  max-width: 180px;
  transition: transform 0.3s ease;
}

.fixed-header.scrolled .navbar-brand img {
  transform: scale(0.95);
}
.navbar-nav .nav-link {
  color: #202223;
  position: relative;
  padding: 10px 12px !important;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.navbar-nav .nav-link:hover {
  color: #836605;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #836605;
  transition: width 0.3s ease;
}
.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.btn-call {
  display: flex;
  align-items: center;
  background: #987604;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #9876048c;
}

.btn-call i {
  margin-right: 8px;
  font-size: 18px;
}

.clltxt {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}

.navbar-toggler {
  border: none;
}

.navbar-brand {
    padding: 0;
}

nav.navbar {
    padding: 0;
}
ul.navbar-nav {
    margin-right: 20px;
}
header {
    padding: 5px 0;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 222;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
}
/*========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;
        justify-content: space-between;
    }
    .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: 50px;
        color: #fff;
        font-weight: 700;
        line-height: 60px;
        text-transform: uppercase;
    }
    
    .banner-text p {
        font-weight: 400;
        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: #fff;
        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: 20px 90px;
        background-image: linear-gradient(to right, #987604, #987604b5, 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: 18px;
        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: 36px;
            color: #ffffff;
        font-weight: 700;
    }
    .location_icon {
        width: 20px;
        height: 20px;
        filter: invert(1);
    }
    .thm-btn {
        background-color: #987604;
        color: #fff;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 25px;
        border-radius: 25px;
        display: inline-block;
    }
    .thm-btn:hover {
        background: #7e6101;
        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: 22px;
      color: #333;
      line-height: 25px;
      margin: 10px 0 15px;
      padding: 0 !important;
      font-weight: 700;
      text-transform: uppercase;
    }
    .form-section .small {
        text-align: center;
        font-size: 16px;
    }
    .form-section .small span {
        font-size: 22px;
        color: #004186;
    }
    
    
    .form-section .form-control {
      font-size: 12px;
      height: 40px;
      border-radius: 100px;
      font-weight: 600;
    }
    
    .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: #987604;
    }
    .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;
    }
.form-check-label {
    font-weight: 600;
}
/*======banner sec css start here====*/

  /**/
  .about-info p {
  font-size: 13px;
  line-height: 25px;
  text-align: justify;
  font-weight: 600;
  }
  /**/

.highlights-section {background: #fff5d3;}
.highlight-card {
height: 100%;
background: #ffffff;
border-radius: 18px;
padding: 24px;
text-align: center;
box-shadow: 0 12px 30px rgba(0,0,0,0.06);
transition: all 0.3s ease;
}
.highlight-card:hover {
transform: translateY(-6px);
box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
.highlight-card .icon {font-size: 40px;margin-bottom: 0;}
.highlight-card h6 {font-weight: 700;margin-bottom: 10px;text-transform: uppercase;}
.highlight-card p {font-size: 12px;color: #000;font-weight: 600;}
.highlight-card-accent {
background: linear-gradient(135deg, #1d3cff, #4b6cff);
color: #fff;
}
.highlight-card-accent p {
color: #eaeaff;
}
.bg-success {
    background: #987604 !important;
    text-transform: uppercase;
}

.price-section-new {
  padding: 30px 0;
  /* background: #21323b; */
  color: #fff;
}

.price-section-new .section-header small {
  color: #2196f3;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.price-section-new .section-header h2 {
  font-size: 34px;
  margin-top: 10px;
  font-weight: 700;
  color: #000;
}

.price-card {
  background: #faf6f3;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 35px 30px;
  text-align: center;
  transition: 0.4s;
  position: relative;
  height: 100%;
  backdrop-filter: blur(10px);
}

.price-card:hover {
  transform: translateY(-10px);
  border-color: #987604;
  box-shadow: 0 10px 40px rgba(192, 141, 63, 0.2);
}

.featured {
  border: 1px solid #987604;
  background: #faf6f3;
}

.badge-top {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #ecad0f;
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
}

.typology {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
}

.price {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

.price span {
  font-size: 22px;
  margin-right: 5px;
}

.onwards {
  font-size: 13px;
  opacity: 1;
  margin-bottom: 25px;
  color: #000;
}

.size {
  font-size: 15px;
  margin-bottom: 30px;
  color: #000;
}

.price-btn {
  background: transparent;
  color: #000;
  border: 1px solid #020202;
  padding: 12px 35px;
  border-radius: 40px;
  transition: 0.4s;
  font-weight: 600;
}

.price-btn:hover {
  background: #987604;
  color: #fff;
  border-color: #987604;
}

.amenities-luxury {background: #fff5d3;}
.amenity-card {background: #fff;border-radius: 20px;padding: 24px 16px;text-align: center;height: 100%;box-shadow: 0 12px 30px rgba(0,0,0,0.06);transition: all 0.35s ease;border: 1px solid #987604;}
.amenity-card img {
width: 64px;
height: 64px;
margin-bottom: 12px;
}
.amenity-card h6 {font-weight: 700;font-size: 14px;text-transform: uppercase;}
.amenity-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}
.floor-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #d0d0d0;
}

.floor-card img {
  width: 100%;
  /* height: 180px; */
  object-fit: contain;
  transition: 0.6s ease;
}

.floor-overlay {
  /* position: absolute; */
  inset: 0;
  background: linear-gradient(180deg, #987604, rgb(152 118 4));
  display: flex;
  align-items: flex-end;
  padding: 15px 15px;
  color: #fff;
  justify-content: space-between;
}

.floor-overlay h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.floor-overlay span {
  font-size: 14px;
  opacity: 1;
  font-weight: 500;
}

.floor-card:hover img {
  /* transform: scale(1.1); */
}
section#gallery {
  background: #fff5d3;
}

.gallery-box img {
  border: 1px solid #d1d1d1;
  padding: 5px;
  border-radius: 15px;
  box-shadow: rgba(17, 17, 26, 0.1) 0 4px 16px, rgba(17, 17, 26, 0.05) 0 8px 32px;
  height: 250px !important;
  object-fit: cover;
  width: 100%;
}

/*======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-img {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
}

.title-sub {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

/*======Location sec css end  here=====*/
.about-content p {
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
}

#about_builder {
    background: #fff5d3;
}
footer{
            background: #111110;
    }
    footer a {
        color: #fff2f2;
    }
    .call {
        width: 40px;
        position: fixed;
        bottom: 10px;
        left: 7px;
        z-index: 9999;
    }
    .whatsapp img, .call img {
        width: 100%;
    }
  .whatsapp {
      width: 40px;
      position: fixed;
      bottom: 10px;
      right: 7px;
      z-index: 9999;
  }

  /*=========lead form sec css start here======*/
#form-modal .modal-dialog {

  max-width: 450px;
}

#form-modal .modal-header {
  text-align: center;
  background: #987604;
  color: #fff;
  padding: 1rem 1.5rem;
}

#form-modal .modal-header h5 {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.form-info form label {
  margin-bottom: 5px;
  color: #0c0c0c;
  font-weight: 500;
  font-size: 14px;
}

.form-info button {
  background: #987604;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inherit;
  color: #000;
  font-weight: 500;
  padding: 10px 10px;
  text-transform: uppercase;
  width: 100%;
  transition: 0.4s all ease-in-out;
  color: #fff;
}

#form-modal .modal-header .btn-close {
  opacity: 1;
  /* filter: brightness(0) invert(1); */
}

.form-info .form-group input.form-control {
  padding-left: 5px !important;
}

.form-info .form-group input.form-control {
  height: 40px;
  outline: none;
  color: #999;
  box-shadow: none;
  padding: 10px 15px;
  background: #f5f5f5;
  border-color: #eee;
  font-size: 14px;
  font-weight: 500;
}

div#form-modal .form-info {
  border-radius: 0;
  padding: 0 !important;
  background: none !important;
  box-shadow: none;
}

div#form-modal .form-info form {
  padding: 0;
}

#form-modal .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}

.form-info .form-group {
  position: relative;
}

.form-info .form-group {
  margin-bottom: 10px;
}

.error {
  border-color: #ff0000 !important;
}

.error {
  font-size: 12px;
  color: #ff0000 !important;
  font-weight: 400 !important;
  margin: 0 !important;
  text-align: left !important;
  display: block;
}

.modal-content {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.btn-close {
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  padding: 0.5rem;
}

#form-modal .form-check-label {
  font-size: 12px;
  font-weight: 500;
}

.project-info-modal {
  text-align: center;
}

.project-info-modal h2 {
  font-size: 26px;
  line-height: 30px;
}

.project-info-modal p {
  margin: 0;
}

.project-info-modal h4 {
  font-weight: 600;
  color: #987604;
}

/*=========lead form sec css end  here======*/