* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  :root {
    --brown: #b18e4e;
    --green: #60a734;
    --blue: #02aab0;
  }
  
  body {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
    transition: all 0.3s;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Italiana", sans-serif;
  }
  .rupee {
    font-family: sans-serif;
  }
  .h-auto {
    min-height: unset !important;
    height: auto;
  }
  
  h2 {
    font-size: 46px;
  }
  h3 {
    font-size: 34px;
  }
  a {
    text-decoration: none;
  }
  ul.list-styled {
    list-style: none;
    padding-left: 0;
  }
  img.object-cover {
    object-fit: cover;
  }
  .bg_green {
    background-color: var(--green);
  }
  .bg_brown {
    background-color: var(--brown);
  }
  .bg_blue {
    background-color: var(--blue);
  }
  .text_green {
    color: var(--green);
  }
  .text_brown {
    color: var(--brown);
  }
  .text_blue {
    color: var(--blue);
  }
  
  main {
    background: #f7f1e6;
  }
  
  header {
    position: absolute;
    top: 0;
    z-index: 9;
    background: linear-gradient(180deg, #00000075, transparent);
    backdrop-filter: blur(0px);
  }
  header nav .navbar-brand img {
    height: 72px;
  }
  header nav.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 12px 20px;
  }
  
  .lone_btn,
  .theme_btn {
    margin: 0px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 1.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 50px;
    display: inline-block;
    background-image: linear-gradient(
      to right,
      #bf953f,
      #fcf6ba,
      #b38728,
      #fbf5b7,
      #aa771c
    );
    color: #5f5209;
    font-size: 15px;
  }
  .lone_btn:hover,
  .theme_btn:hover {
    background-position: right center;
    color: #000;
    text-decoration: none;
  }
  
  .banner_wrapper {
    height: 100vh;
    background: #000 url("images/gallery/Nambiar-Gallery-9.webp") no-repeat center/
      cover;
    /* padding-bottom: 100px; */
    /*    animation: kenburns-bg-zoom 15s ease-in-out forwards;*/
  }
  @keyframes kenburns-bg-zoom {
    0% {
      background-size: 110%;
      background-position: center;
    }
    100% {
      background-size: 150%; /* Zoom in more */
      background-position: 48% 48%; /* Optional slight pan */
    }
  }
  .banner_wrapper .overlay {
    background: rgb(0 0 0 / 64%);
  }
  .banner-heading-txt{
    padding-bottom: 240px;
  }
  .banner_wrapper h1 {
    line-height: 1.2em;
    font-size: 55px;
    font-weight: 500;
    text-align: center;
  }
  .banner_wrapper p {
    line-height: 1.6;
    text-align: center;
    font-size: 22px;
    color: #fff;
  }
  .banner_wrapper .blurred {
    background: #ffffff1f;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    font-size: 15px;
  }
  .banner_wrapper .location {
    border-left: 1px solid #ffffff75;
    margin-left: 15px;
    padding-left: 15px;
  }
  .banner_wrapper .location i {
    color: #dbc478;
  }
  /*
  .theme_btn { animation: grd_move 5s linear infinite; text-transform: none; }
  @keyframes grd_move {
      0%, 100% { background-position: left center;}
      50% { background-position: right center;}
  }
  */


  /* Banner form */

  .banner-form-sec{
    /* backdrop-filter: blur(3px); */
    background: rgba(255, 255, 255);
    padding: 15px;
    border-radius: 100px;
    /* margin-bottom:45px; */
  }

  .banner-form-sec h5{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }

  .banner-form-sec form label{
      display: none;
  }

  .banner-form-sec form input{
    padding: 10px;
    border-radius: 50px;
  }


  /* end banner form */

  .theme_btn:hover {
    scale: 1.08;
  }
  .line_btn {
    background: #fff0;
    border: 1px solid #fff;
    color: #fff;
    backdrop-filter: blur(2px);
  }
  .line_btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    scale: 1;
    border-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
  }
  .b_features {
    position: absolute;
    bottom: 30px;
    width: 100%;
  }
  .b_features_box {
    /* color: #fff;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
    text-align: start;
    margin: 10px 0px; */
    /* display: inline-block; */
  }
   .count {
    width: 50%;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
    text-align: start;
    margin: 5px 0px;
    display: inline-block;
  }
  /* .b_features_box:hover {
    background: rgb(177 142 78 / 75%);
  } */
  
  .notice {
    padding: 50px;
    border-radius: 30px;
    color: #fff;
    background-image: linear-gradient(
      to right,
      #60a734 0%,
      #b84f8e 51%,
      #02aab0 100%
    );
    line-height: 1.5;
  }
  .notice .theme_btn {
    background: #fff;
    color: #000;
  }
  .notice .theme_btn:hover {
    color: var(--brown);
  }
  
  .section {
    padding: 80px 0px;
    min-height: 500px;
  }
  .sec_title {
    font-size: 20px;
    color: var(--brown);
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
  }
  .grd_text {
    background: linear-gradient(to right, #60a734, #b84f8e);
    background: -webkit-linear-gradient(0deg, #60a734, #b84f8e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


  /*----------------- overview --------------*/

  .leaf img{
    width: 80px;
  }

.overview h1{
    font-size: 75px;
    font-weight: 500;
    color: #032e45;
}

.overview h3{
    font-size: 50px;
    font-weight: 500;
}
  
  .overview img {
    border-radius: 25px;
  }
  .overview img.img02 {
    height: 300px;
    margin-top: 30px;
  }
  .overview_list li:hover i {
    background: #ad4f85;
    outline: 1px solid #ad4f85;
    color: #fff;
  }

  /* -----------End about--------------------- */

/* --------------------------------------- */
  /* ---------------Serenity & Sophistication------------------- */
  /* --------------------------------------- */
  
  .highlights,
  .offer {
    background: url("images/highlights/Nambiar-Highlights-bg.webp") no-repeat center /
      cover;
    background-attachment: fixed;
    min-height: 200px;
  }
  /* .highlights .overlay {
    background: #4f4432;
    opacity: 1;
  } */

  .highlights h2{
    font-size: 50px;
    font-weight: 500;
  }
  .highlights .col-lg-10 .row {
    row-gap: 20px;
  }

  .highlights-sub{
    font-size: 30px;
    text-align: center;
  }

  .highlights-sub-sec{
    border-right: 1px solid #fff;
  }
  .highlights .h_box {
    /* width: 80%; */
    margin: auto;
  }

  .highlights .h_box img{
    /* border-radius: 20px; */
    width: 30%;
    /* height: 50px; */
    object-fit: cover;
    margin-bottom: 15px;

  }
  /* .highlights .h_box i {
    background: #fff;
    border-radius: 50%;
    --size: 90px;
    width: var(--size);
    height: var(--size);
    margin: auto;
    margin-bottom: 20px;
    color: #6d5e44;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  } */

  .highlights .h_box h4{
    font-weight: 600;
    font-size: 20px;
  }

  .highlights .h_box p {
    font-size: 17px;
    margin-top: 5px;
  }


/* --------------------------------------- */
  /* ---------------End Serenity & Sophistication------------------- */
  /* --------------------------------------- */



/* ---------------------------------- */
/*---------- pricing table ---------------- */
/* ---------------------------------- */

.pricing-container {
  /* display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap; */
  /* perspective: 1000px; */
}

.pricing-card {
  /* width: 48%; */
  padding: 20px;
  border-radius: 24px;
  /* background-image: url(../images/adarsh-tropica-phase-2-icon.webp); */
    background: #fff url(../images/Leag-Icon.webp);
    background-size: 30%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

/* .pricing-card:hover {
  transform: translateY(-10px);
  border: 1px solid rgba(103, 255, 204, 0.3);
  box-shadow: 0 0 20px rgba(103, 132, 255, 0.1),
    0 0 40px rgba(103, 255, 192, 0.1);
} */

.inner-glow {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(103, 255, 136, 0.15) 0%,
    transparent 70%
  );
  pointer-events: none;
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.plan-name {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #fff, #6784ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price {
  font-size: 28px;
  font-weight: 500;
  color:#000;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.pricing-card h5{
      font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

.price span {
  font-size: 1rem;
  opacity: 0.8;
  font-weight: 400;
}


/* ---------------------------------- */
/* -------------End pricing--------------------- */
/* ----------------------------------- */


/* ------------------------------------------- */
/* ----------------serenity-section-list---------------------- */
/* --------------------------------------------- */


.serenity-section-list ul{
list-style-type: disclosure-closed;
}

.serenity-section-list ul li{
  font-size: 18px;
    margin-bottom: 36px;
    border-bottom: 1px solid #d6d6d6;
}


/* ------------------------------------------- */
/* ----------------end serenity-section-list---------------------- */
/* --------------------------------------------- */



/* --------------------------------------- */
  /* -----------Specifications---------------- */
  /* --------------------------------------- */

  .specifications{
    background: url("images/specification/Nambiyar-specification-new-img.webp") no-repeat center /
      cover;
    /* background-attachment: fixed; */
    background-size: cover;
    position: relative;
    height: 100vh;
    padding: 50px 0px;
  }
  .specifications .overlay {
    background: #00000000;
    opacity: 0.4;
    position: absolute;
  }

  .specifications-txt-sec{
z-index: 1;
position: relative;
  }

  .specifications h2{
    color: #fff;
    z-index: 1;
    position: relative;
  }

  .specifications-icon-bx{
    z-index: 1;
    position: relative;
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
  }

  .specifications-icon-bx img{
    width: 50px;
    height: 50px;
    object-fit: cover;
  }

  .specifications-icon-bx p{
    color: #fff;
    font-size: 16px;
  }

  /* --------------------------------------- */
  /* -----------End Specifications---------------- */
  /* --------------------------------------- */




  
  /* .offer .overlay {
    background: #000;
    opacity: 0.7;
  }
  .offer h2.title {
    font-size: 60px;
  }
  
  .floor_plans {
    background: url("images/demo-3-pattern.png") no-repeat center bottom / cover;
  }
  .fp_box {
    padding: 80px 40px;
    transition: all 0.3s;
    background: #4f4432;
    color: #fff;
  }
  .fp_box .text {
    font-size: 14px;
  }
  .fp_box p.type {
    font-size: 30px;
    font-weight: 700;
    margin: 12px 0 20px;
    color: #fff;
  }
  .fp_box li {
    margin-bottom: 12px;
  }
  .fp_box li i {
    color: var(--brown);
  }
  .fp_box .theme_btn {
    margin-top: 30px;
    background: linear-gradient(to right, #e9e9e9, #e9e9e9);
  }
  .fp_box .theme_btn:hover {
    background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728);
  } */
  /*
  .fp_box.active { background: #4f4432; color: #fff;}
  .fp_box.active .type { color: #fff;}
  */

/* --------------------------------------- */
  /* -----------Amenities---------------- */
  /* --------------------------------------- */



.amenities h2{
    color: #032e45;
    font-weight: 600;
}

  .amenities_list .row {
    row-gap: 30px;
  }
  .a_box {
    background: #ebebeb;
    padding: 20px 10px;
    border-radius: 10px;
    color: var(--brown);
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #fbedd2;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .a_box p{
    text-align: start;
    font-size: 12px;
  }

  .a_box:hover {
    background: #0A2D40;
    color: #fff;
    box-shadow: 0 12px 20px -8px #0000003d;
  }
  .a_box img {
    width: 25px;
    margin-bottom: 2px;
    filter: invert(51%) sepia(9%) saturate(2255%) hue-rotate(0deg) brightness(97%)
      contrast(85%);
  }
  .a_box:hover img {
    filter: none;
  }


  /* --------------------------------------- */
  /* -----------End Amenities---------------- */
  /* --------------------------------------- */


  /* --------------------------------------- */
  /* -----------Gallery---------------- */
  /* --------------------------------------- */

  .gallery h2{
    color: #032e45;
    font-weight: 600;
  }
  
  .e_gallery .col-sm-6 {
    padding: 0;
  }
  .e_gallery .col-sm-6 a[data-fancybox="gallery"] {
    background: var(--brown);
    display: block;
  }
  .e_gallery img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    transition: all 0.3s;
  }
  .e_gallery a:hover img {
    opacity: 0.5;
  }

   /* --------------------------------------- */
  /* -----------End Gallery---------------- */
  /* --------------------------------------- */

   /* --------------------------------------- */
  /* -----------prime-locations---------------- */
  /* --------------------------------------- */

  .prime-locations h2{
    color: #032e45;
    font-weight: 600;
  }


.prime-locations{
    background-color: #fff;
}

.prime-location-left img{
    border-radius: 20px;
}

.prime-location-right{
    padding-left: 50px;
}

.prime-location-right-bx{
/* display: flex; */
border-bottom: 1px solid #afacac;
padding: 20px 0px 20px 0px;
}

.prime-location-right-bx h4{
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}

.prime-location-right-bx img{
    width: 50px;
}


   /* --------------------------------------- */
  /* -----------End prime-locations---------------- */
  /* --------------------------------------- */


  
   /* --------------------------------------- */
  /* -----------CTA section---------------- */
  /* --------------------------------------- */


  .cta-section {
    height: 160vh;
    background: #000 url("./images/CTA-banner.webp");
    background-position: center;
    background-size: cover;
    position: relative;
  }

  .cta-section .overlay {
    background: #000000;
    opacity: 0.4;
    position: absolute;
}

.cta-section h2{
    color: #fff;
    font-weight: 600;
    z-index: 1;
    position: relative;
  }

  .cta-section p{
    color: #fff;
    z-index: 1;
    position: relative;
  }

  .cta-form-sec{
    /* width: 50%; */
    /* margin: auto; */
    /* background-color: #fff; */
    padding: 30px;
    border-radius: 40px;
    backdrop-filter: blur(5px);
    background: rgb(255 255 255 / 67%);
    text-align: center;
  }

  .cta-form-sec form label{
       display: none;
  }

  .cta-form-sec form input{
    padding: 15px;
  }

  .cta-form-sec form textarea{
    
  }



  /* --------------------------------------- */
  /* -----------End CTA section---------------- */
  /* --------------------------------------- */
  
  .CTA {
    background: #f7f1e6;
  }
  .CTA .location_adv {
    background: var(--brown);
    padding: 20px;
  }
  .CTA .location_adv ul {
    row-gap: 20px;
  }
  .CTA .location_adv li {
    flex: 50% 0 0;
  }
  .CTA .location_adv li i {
    margin-top: 5px;
  }
  
  .form_wrapper .form-control {
    background: #ffffff;
    color: #000;
  }
  .form_wrapper .form-control:not(textarea) {
    height: 52px;
  }
  .form_wrapper .form-control {
    border: 1px solid #ffffff24;
  }
  .form_wrapper .form-control:focus {
    border: 2px solid var(--brown);
    box-shadow: none;
  }
  .form_wrapper .form-control::placeholder {
    color: #a5a5a5;
    font-size: 15px;
  }
  .form-label {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .form_wrapper {
    background: #0000;
    backdrop-filter: blur(10px);
    padding: 60px;
    border-radius: 00px;
    /*    box-shadow: 0 8px 30px 0 #00000012;*/
  }
  .modal {
    --bs-modal-width: 65%;
  }
  .modal-content {
    background: url(./images/gallery/Nambiar-Gallery-2.webp) no-repeat center / cover;
    border: none;
    overflow: hidden;
  }
  .modal-content .form_wrapper {
    width: 50%;
    margin-left: auto;
    background: #00000087;
  }
  .modal-content .btn-close {
    right: 8px;
    top: 8px;
    display: block;
    opacity: 1;
    position: absolute;
    z-index: 2;
  }
  
  .request-btn {
    position: fixed;
    background: var(--brown);
    right: -44px;
    top: 46%;
    transform: rotate(90deg) translateY(-50%);
    z-index: 2;
    color: #fff;
    padding: 12px 25px;
    border-radius: 0px;
    transition: all 0.3s linear;
    font-size: 18px;
  }
  .request-btn:hover {
    background: #121212;
    color: #fff;
  }
  
  .Sideform {
    width: 375px;
    background: #000000a6;
    backdrop-filter: blur(15px);
    padding: 40px 25px;
    position: fixed;
    right: -380px;
    top: 55%;
    transform: translateY(-50%);
    border-radius: 10px;
    transition: all 0.3s linear;
    z-index: 12;
  }
  .Sideform.active {
    right: 0;
  }
  
  .Sideform .close {
    color: #000;
    position: absolute;
    top: -12px;
    left: -15px;
    background: var(--brown);
    height: 30px;
    width: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0 15px #00000047;
    opacity: 0;
  }
  .Sideform.active .close {
    opacity: 1;
  }
  
  .connect-icon {
    position: fixed;
    cursor: pointer;
    right: 20px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    z-index: 99;
  }
  .connect-icon img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .footer {
    padding: 90px 0 0px;
  }
  .f_logo {
    height: 100px;
  }
  .disclaimer {
    padding: 30px;
    background: #ffffff1f;
    border-radius: 20px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 300;
    margin: 40px auto;
  }
  .footer a.text_brown:hover {
    color: var(--brown);
  }
  .copyrights {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px;
    display: flex;
    justify-content: space-between;
  }
  .copyrights .container {
    display: flex;
    justify-content: center;
  }
  
  .page_title {
    height: 320px;
    padding-top: 80px;
  }
  .pp_content h2,
  .pp_content h3 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 15px;
  }
  
  @media (max-width: 1399px) {
    body {
      font-size: 15px;
    }
    .banner_wrapper h1 {
      font-size: 58px;
    }
    .banner_wrapper .theme_btn {
      padding: 15px 25px;
    }
    h2 {
      font-size: 40px;
    }
    .modal-content .form_wrapper {
      padding: 30px;
    }
    .form_wrapper h3.title {
      font-size: 28px;
    }
    .disclaimer {
      font-size: 13px;
    }
    footer img {
      max-height: 75px;
    }
    .form_wrapper .form-control:not(textarea) {
      height: 45px;
    }
    .advantages ul li.col {
      font-size: 14px;
      padding: 12px 14px;
    }
    .advantages ul li span.d-inline-block {
      padding: 2px 8px;
      font-size: 11px;
      margin-bottom: 5px;
      font-weight: 500;
    }
  }
  
  @media (max-width: 1199px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
      max-width: 94%;
    }
    .banner_wrapper h1 {
      font-size: 50px;
    }
    .banner_wrapper p.blurred {
      font-size: 14px;
    }
    .banner_wrapper p.fs-4,
    .fs-4 {
      font-size: 18px !important;
    }
    .fs-5 {
      font-size: 1.05rem !important;
    }
    .modal {
      --bs-modal-width: 880px;
    }
    .request-btn,
    .sec_title {
      font-size: 16px;
    }
    .lone_btn {
      padding: 15px;
      font-size: 14px;
    }
    #hero_banner .banner_wrapper {
      background-size: 140%;
    }
    @keyframes kenburns-bg-zoom {
      0% {
        background-size: 140%;
      }
      100% {
        background-size: 180%;
      }
    }
    .overview_list li {
      margin-top: 18px;
    }
    .h_box {
      padding: 18px;
    }
    h2 {
      font-size: 34px;
    }
    .e_gallery img {
      height: 250px;
    }
    .form_wrapper {
      padding: 30px;
    }
    .advantages ul {
      gap: 20px;
    }
    .advantages ul li.col {
      font-size: 12px;
      padding: 10px;
    }
    .section {
      padding: 80px 0px;
      min-height: 420px;
    }
  }
  @media (max-width: 991px) {
    section {
      min-height: 200px;
    }
    .banner_wrapper h1 {
      font-size: 6.2vw;
    }
    .b_features_box span.count,
    .fp_box p.type {
      font-size: 20px;
    }
    .overview img.object-cover {
      height: 50vw;
      width: 100%;
      margin-top: 30px;
      border-radius: 12px;
    }
    .highlights .row {
      row-gap: 30px;
    }
    .highlights .row:not(:last-child) {
      margin-bottom: 30px;
    }
    .advantages.col-md-12 img {
      width: 80%;
      margin: 0 auto 50px;
      display: block;
    }
    .navbar-toggler:focus {
      box-shadow: none;
    }
    .navbar-toggler {
      background: #fff;
      margin-left: auto;
      margin-right: 20px;
    }
    #hero_banner .banner_wrapper {
      background-size: cover;
      animation: none;
    }
    header.menu-open {
      backdrop-filter: blur(10px);
      background: linear-gradient(180deg, #00000075, #00000075);
    }
    .e_gallery img {
      height: 24vw;
    }
    .a_box {
      font-size: 14px;
      padding: 20px 7px;
    }
    .a_box img {
      width: 35px;
      margin-bottom: 8px;
    }
    .marquee-slider {
      margin-top: 40px;
    }
    .offer h2.title {
      font-size: 38px;
    }
    .fp_box {
      padding: 50px 20px;
    }
    .fp_box .theme_btn {
      padding: 15px 25px;
    }
  }
  @media (max-width: 768px) {

    .banner-heading-txt {
    padding-bottom: 50px;
}

    .section {
      padding: 50px 0;
    }
    h2 {
      font-size: 28px;
    }
    .banner_wrapper h1 {
              font-size: 26px;
        font-weight: 600;
    }
    .banner_wrapper p {
      font-size: 16px;
    }

    .banner-form-sec {
   
    border-radius: 10px;
    
}
    #hero_banner .banner_wrapper {
      flex-direction: column;
      height: auto;
      padding: 130px 0 60px;
    }
    .banner_wrapper .blurred {
      padding: 3px 10px;
      font-size: 12px;
    }



    /* new changes  */

    .count {
        width: 100%;
    }

    .banner-form-sec{
        margin-top: 30px;
    }

    .banner-form-sec h5 {
        font-size: 25px;
    }

    .overview h1 {
        font-size: 30px;
        font-weight: 600;
    }

    .overview h3 {
        font-size: 25px;
        font-weight: 600;
    }

    .overview .theme_btn{
        margin-bottom: 30px;
    }

    .overview img{
        border-radius: 30px!important;
    }

    .highlights-sub {
    font-size: 24px;
    text-align: center;
}

    .highlights h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .highlights .h_box {
    /* width: 80%; */
    margin: auto;
    text-align: center;
}

    .highlights .h_box h4 {
        font-weight: 600;
        font-size: 18px;
    }

    .highlights .h_box img {
        width: 70px; 
    }

    .highlights .h_box p {
        font-size: 15px;
    }

    .type{
      font-size: 20px;
    }

    .pricing-card h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

    .specifications h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .specifications-icon-bx {
        gap: 15px;
    }

    .specifications-icon-bx img {
        width: 40px;
        height: 40px;
        object-fit: cover;
    }

    .specifications {
        min-height: 800px;
    }

    .prime-location-right {
        padding-left: 0px;
        padding-top: 40px;
    }

    .prime-location-right-bx img {
        width: 35px;
    }

    .prime-location-right-bx h4 {
        font-size: 18px;
    }

    .cta-form-sec {
        width: 100%;
    }
    
    
    


    /* ---------- */



    .b_features_box {
      padding: 12px;
    }
    .b_features {
      position: static;
      margin-top: 30px;
    }
    .b_features .row {
      row-gap: 25px;
    }
    .b_features_box span.count {
      font-size: 15px;
    }
    .banner_wrapper .location {
      margin-left: 8px;
      padding-left: 10px;
    }
    .banner_wrapper .d-flex {
      flex-direction: column;
    }
    .advantages.col-md-12 img,
    .highlights .h_box {
      width: 100%;
    }
    .advantages ul li.col {
      flex: 100% 0 0;
    }
    .mb-5 {
      margin-bottom: 2rem !important;
    }
    .marquee-slider {
      margin-top: 30px;
    }
    button[type="submit"].theme_btn {
      margin: auto;
      display: block;
    }
    .lone_btn {
      display: none;
    }
    .navbar-toggler {
      margin-right: 0;
    }
    header .container-fluid {
      padding: 0;
    }
    .connect-icon img {
      width: 45px;
      height: 45px;
    }
    .fs-5 {
      font-size: 0.88rem !important;
    }
    .theme_btn {
      padding: 15px 25px;
    }
    .Sideform {
      width: 94%;
      padding: 25px;
      right: -100%;
    }
    .connect-icon {
      right: 12px;
      bottom: 54px;
    }
    .form_wrapper {
      padding: 20px;
    }
    
    .disclaimer {
      font-size: 12px;
      padding: 15px;
      border-radius: 14px;
    }
    .footer {
      padding: 50px 0 40px;
    }
    .form_wrapper h3.title {
      font-size: 24px;
      text-align: center;
    }
    .modal-content .form_wrapper {
      width: 100%;
    }
    .h_box {
      padding: 2px;
    }
    .offer h2.title {
      font-size: 34px;
    }
    .floor_plans .row {
      row-gap: 20px;
    }
    .fp_box p.type {
      font-size: 26px;
    }
    .CTA .location_adv.position-absolute {
      position: static !important;
    }
    .e_gallery .col-sm-6 {
      padding: 6px;
    }
  
    .page_title {
      height: 250px;
      padding-top: 80px;
    }
    .pp_content h2,
    .pp_content h3 {
      font-size: 22px;
    }
  }
  .sticky_contact {
    display: none;
}
.connect-icon{
  display: none;
}
    @media screen and (max-width: 992px) {
    .sticky_contact {
        display: block;
        background: #B5874C;
        width: 100vw;
        position: fixed;
        left: 0;
        bottom: -10px;
        z-index: 9;
        padding: 10px 0px;
    }
        .sticky_contact ul.list-styled li {
        margin: 0 24px;
        padding: 3px 5px;
        border: 0;
        font-size: 15px;
        min-width: 108px;
        text-align: center;
        list-style: none;
        margin-bottom: 0;
        text-decoration: none;
    }
     .sticky_contact ul {
        justify-content: center !important;
    }
    .sticky_contact ul.list-styled li:first-child {
        border-right: 1px solid #fff;
        padding-right: 30px;
        margin-right: 0;
    }
}
