  /* -------------------------------------------
    Name:       Laxmi Fresh Living
    Version:    1.0
    Developer:  Sunil kumar
    ------------------------------------------- */
  /*--------------------------------------------*/
  
  /* ========common css start here======= */
  
  @import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&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: "Tenor Sans", 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: 15px 0;
    text-transform: uppercase;
  }
  
  /* ========common css end  here======= */
  /*======Header sec css start here====*/
  header.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #000;
  }
  
  header.header ul.navbar-nav li a {
    color: #fff !important;
    padding: 8px 17px !important;
    font-weight: 600;
    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: #000;
    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 !important;
    color: #fff;
    text-transform: uppercase;
  }
  
  
  header.header ul.navbar-nav li a:hover {
    color: #f7b509 !important;
  }
  
  header.header ul.navbar-nav .active a {
    color: #29759f !important;
  }
  
  .header {
    position: absolute; !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 22;
  }
  
  nav.navbar {
    padding: 5px 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;
      justify-content: space-around;
  }
  .banner-section {
      background-repeat: no-repeat !important;
      background-size: cover !important;
      position: relative;
  }
  .banner-text h1 {
      font-size: 40px;
      color: #fff;
      font-weight: 300;
      margin-bottom: 15px;
      text-transform: uppercase;
  }
  
  .banner-text p {
      font-weight: 300;
      color: #fff;
      font-size: 18px;
      margin: 0 0 15px 0;
  }



  .location_icon {
      width: 20px;
      height: 20px;
      filter: invert(1);
  }
  .thm-btn {
      background-color: #000;
      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: #1e2939;
      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: 5px;
  }
  .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: #251414;
  }
  .form-section .form-control:focus {
      outline: none;
      box-shadow: none;
  }
  .error {
      font-size: 12px;
      color: #ff0000 !important;
      font-weight: 400 !important;
      text-align: left !important;
      display: block;
  }
  /*======banner sec css start here====*/
  .about-image-wrapper img {
    width: 100%;
    border-radius: 20px;
    transition: 0.4s;
    height: 400px;
    object-fit: cover;
}
.badge-title {
    text-transform: uppercase;
}

.about-text {
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: justify;
}
.divider {
    width: 60px;
    height: 2px;
    background: black;
}

.highlight-box {
    background: linear-gradient(135deg, #000, #333);
    border-radius: 20px;
}

.mini-box {
    background: #dadada !important;
    border-radius: 15px;
    transition: 0.3s;
}

.mini-box:hover {
    background: #000;
    color: #000;
    transform: translateY(-5px);
}

.mini-box:hover p {
    color: #ddd;
}

.stats-strip {
    background: linear-gradient(135deg, #111, #444);
}

.spec-pill {
    padding: 10px 20px;
    background: #f1f1f1;
    border-radius: 50px;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 800;
}

.spec-pill:hover {
    background: #000;
    color: #fff;
}
.overview-list span:last-child {
    font-weight: 500;
}
section#highlights {
    background: #dddddd2b;
}
.mini-box h6 {
    font-size: 22px;
    margin-bottom: 10px;
}

.mini-box p {
    color: #000 !important;
    font-size: 16px;
}
.amenity-box {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.amenity-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.amenity-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.amenity-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 12px;
    background: #080808;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.amenity-list li i {
    font-size: 18px;
    color: #fff;
}

.amenity-list li:hover {
    background: #151010;
    color: #fff;
    transform: translateX(5px);
}

.amenity-list li:hover i {
    color: #fff;
}

.amenity-highlight {
    background: linear-gradient(135deg, #000, #444);
}
.amenity-highlight h3 {
    font-size: 32px;
    margin-bottom: 0 !important;
}

.amenity-highlight p {
    color: #fff !important;
    font-size: 16px;
}

.custom-tabs .nav-link {
    border: none;
    background: #f5f5f5;
    margin: 5px;
    padding: 10px 25px;
    border-radius: 50px;
    color: #000;
    transition: 0.3s;
    text-transform: uppercase;
}

.custom-tabs .nav-link.active {
    background: #000;
    color: #fff;
}
.custom-tabs .nav-link:hover{
      background: #000;
    color: #fff;

}
.plan-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}

.plan-card img {
    transition: 0.4s;
    height: 350px;
    object-fit: contain;
}

.plan-card:hover img {
    transform: scale(1.08);
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 71%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.plan-card:hover .overlay,
.master-card:hover .overlay {
    opacity: 1;
}

.master-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #ffff;
}

.payment-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.payment-item {
    display: flex;
    gap: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
}

.step {
    width: 35px;
    height: 35px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#floor {
    background: #dddddd78;
}
.plan-card button {
    text-transform: uppercase;
    padding: 10px 20px;
    background: #fff;
}
.plan-box {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #eee;
    transition: 0.3s;
}

.plan-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.price {
    font-size: 30px;
    font-weight: 600;
}

.highlight-plan {
    border: 2px solid #000;
    transform: scale(1.05);
}

.plan-features {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.plan-features li {
    padding: 6px 0;
    font-size: 14px;
    color: #555;
}

.investment-strip {
    background: linear-gradient(135deg, #000, #444);
}
.master-card img {
    transition: 0.4s;
    height: 350px;
    object-fit: contain;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.gallery-item img {
    transition: 0.4s;
    height: 250px;
    object-fit: cover;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.gallery-item .overlay span {
    background: #fff;
    padding: 5px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.map-box {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    min-height: 450px;
}


.landmark-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}

.landmark-block {
    background: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    border: 1px solid #eee;
    transition: 0.3s;
}

.landmark-block:hover {
    transform: translateX(5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.landmark-block .title {
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 0;
}


.landmark-block .title i {
    width: 35px;
    height: 35px;
    background: #000;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landmark-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.landmark-block li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 1px 0;
}

.landmark-block span {
    color: #666;
}
.location-sec{
  background: #dddddd2b;
}

.footer-cta-section {
    background: #000;
    padding: 50px 0;
}

.cta-title {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff;
}

.cta-sub {
    color: #fff;
    margin-bottom: 30px;
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    padding: 12px 25px;
    font-size: 16px;
}

.cta-trust {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #fff;
}

.mini-footer {
    background: #000;
    color: #fff;
    font-size: 15px;
    padding: 15px 0;
    border-top: 1px solid #dddddd1f;
}
.cta-buttons a.btn.btn-outline-dark {
    border: 1px solid #fff;
    color: #fff;
}
header.header.sticky .btn-call i {
    background: #fff;
    color: #000;
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: 0.3s;
}


.whatsapp-float:hover {
    transform: scale(1.1);
    color: #fff;
}
.whatsapp-float::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #25D366;
    animation: pulse 1.5s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.6; }
    70% { transform: scale(1.5); opacity: 0; }
    100% { transform: scale(1.5); opacity: 0; }
}
.call {
    width: 40px;
    position: fixed;
    bottom: 20px;
    left: 7px;
    z-index: 9999;
}
.whatsapp img, .call img {
    width: 100%;
}

/* lead modal ui css start here*/

.custom-modal {
    border-radius: 20px;
    border: none;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}

.custom-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
}

.custom-modal .form-control {
    border-radius: 30px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    transition: 0.3s;
    font-size: 16px !important;
}

.custom-modal .form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.custom-modal .btn {
    padding: 12px;
    font-size: 16px;
}

.modal-backdrop.show {
    backdrop-filter: blur(5px);
}
div#form-modal {
    z-index: 9999;
}
/* lead modal ui css end  here*/