@import url(https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css);

@font-face {
  font-family: "popins";
  font-display: swap;
  src: url(../fonts/popins/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
}

:root {
  --black: #282828;
  --white: #fff;
  --primary: #edc78e;
  --secondary: #9f4674;
  --gray: #f7f7f7;
  --gray1: #595959;
  --shadow: 0px 0px 26px rgba(0, 0, 0, 0.16);
}

img {
  max-width: 100%;
}

svg {
  vertical-align: sub;
}

body {
  counter-reset: section;
}

::-webkit-scrollbar {
  width: 2px;
  height: 8px;
  transition: all 0.9s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

p {
  line-height: 27px;
}

* {
  text-decoration: none;
  outline: none;
  border: 0;
  font-family: "popins";
  list-style: none;
  letter-spacing: 0.4px;
}

button:focus {
  outline: 0;
  box-shadow: none !important;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

button {
  cursor: pointer;
  background: var(--primary);
  color: var(--white);
}

button,
select,
[data-toggle="modal"] {
  cursor: pointer;
}

h3.modal-head.MontserratFont img,
.pro_logo img {
  filter: brightness(0) saturate(100%);
}

.MontserratFont {
  font-family: "Montserrat";
}

.popinsBoldFont {
  font-family: "popins_bold";
}

.overlay.active {
  background: rgb(0 0 0 / 0.8);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  opacity: 70%;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.custombtn {
  padding: 7px 17px 7px;
  color: currentColor;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  background: linear-gradient(-45deg, #10693b, #10693b, #88b09d, #10693b, #10693b);
  background-size: 400% 400%;
  animation:
    Gradient 3s ease infinite,
    rocking 3s ease infinite;
  animation-delay: 2s;
  color: #ffffff !important;
}

.custombtn1 {
  border-color: var(--primary);
  color: var(--primary);
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  background: linear-gradient(-45deg, #10693b, #10693b, #88b09d, #10693b, #10693b);
  background-size: 400% 400%;
  animation:
    Gradient 3s ease infinite,
    rocking 3s ease infinite;
  animation-delay: 2s;
  color: #ffffff !important;
}

.custombtn1:hover {
  /* background: var(--primary); */
  /* color: var(--white); */
}

.btnanimation {
  animation: bganimation infinite 2s;
}

.commonPattern {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  /* background-color: var(--secondary); */
  background-color: #000;
}

.f-wrap {
  flex-wrap: wrap;
}

.d-view {
  display: block !important;
}

.m-view {
  display: none !important;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

.header_main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 11px 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
}

.header_main.active {
  background: var(--black);
  animation: slide-down 0.9s;
}

.header_main .container {
  padding: 0;
}

.navmenu-main .headerConNo {
  padding-left: 37px;
}

@keyframes slide-down {
  from {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.logo {
  padding-left: 5px;
  display: flex;
  gap: 12px;
}

.logo img {
  max-height: 73px;
  /* filter: invert(1) brightness(21.5); */
  padding: 5px 0;
}

.navmenu-main {
  margin: auto 0 auto auto;
}

.navmenu-main li {
  padding: 8px 10px;
}

.navmenu-main li a {
  font-size: 16px;
  aacolor: var(--white);
}

.haaderDropDwon {
  padding-left: 48px;
  position: relative;
}

.haaderDropDwon .inner_drop_down {
  cursor: pointer;
}

.inner_drop_down:hover .drp_inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.haaderDropDwon .dwon_arr {
  filter: invert(1);
  width: 24px;
}

.haaderDropDwon span {
  color: var(--white);
}

.haaderDropDwon .drp_inner {
  position: absolute;
  background-color: var(--white);
  min-width: 200px;
  top: 37px;
  visibility: hidden;
  transform: translateY(50px);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease;
}

.haaderDropDwon .links a {
  border-bottom: 1px solid #cdcdcd;
  color: var(--black);
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  transition: all 0.2s ease-in;
}

.haaderDropDwon .links a:hover {
  padding-left: 20px;
  background-color: #eee;
}

.after_before {
  position: relative;
  z-index: 1;
}

.after_before::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.common-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat";
  position: relative;
  width: fit-content;
  margin-bottom: 10px;
  padding-bottom: 10px;
  /* color: #fff; */
  color: #88b09d;
}

.common-title::after,
.common-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 80%;
  border-bottom: 1px solid #ddd;
}

.common-title::before {
  border-bottom: 5px solid #10693b;
  width: 30%;
  bottom: -2px;
  z-index: 1;
  left: 14px;
}

.common-heading {
  font-size: 35px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: "Montserrat";
  /* color: #fff; */
}

.banner-section {
  position: relative;
  color: var(--white);
}

.banner-section .img-slider {
  filter: brightness(0.8);
  height: 100vh;
}

.carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  width: 50%;
  background: linear-gradient(to right, rgb(0 0 0 / 65%), rgba(0, 0, 0, 0));
}

.bnner-flex-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48%;
  z-index: 2;
  display: flex;
  gap: 0 11px;
  justify-content: space-between;
}

.bnner-flex-btn .carousel-btn {
  position: unset;
  background: #b7926c4f url(../images/icons/arrows.webp) no-repeat;
  background-size: 30px;
  width: 43px;
  height: 68px;
  background-position: center;
  padding: 2px;
  border-radius: 0;
  opacity: 1;
}

.bnner-flex-btn .carousel-btn:hover {
  background-color: var(--primary);
}

.bnner-flex-btn .carousel-control-next {
  background-image: url(../images/icons/arrows1.webp);
}

.bnner-flex-btn .carousel-control-prev-icon,
.bnner-flex-btn .carousel-control-next-icon {
  background: unset;
}

.bottom_gradient {
  display: block;
  position: absolute;
  bottom: 0;
  height: 40%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  /* background: linear-gradient(to top, rgb(183 146 108 / 51%), #fff0); */
}

.banner_content_wrapper {
  position: absolute;
  z-index: 2;
  bottom: 4%;
  left: 8%;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.content-over-banner {
  position: relative;
  padding: 0 0 0 15px;
  max-width: 700px;
  order: 1;
}

.content-over-banner::after,
.content-over-banner::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #fff;
  height: 1px;
}

.content-over-banner::after {
  top: 0;
  left: -54px;
}

.content-over-banner .topdiv {
  margin-bottom: 12px;
}

.content-over-banner::before {
  top: -36px;
  left: -15px;
  height: 100%;
  width: 1px;
}

.content-over-banner .projectname {
  font-size: 24px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 800;
  margin: 21px 0 21px 0;
}

.projectname img {
  filter: invert(1) brightness(15.5);
  width: 32%;
}

.content-over-banner .typology {
  font-size: 23px;
  margin-bottom: 15px;
  width: fit-content;
}

.content-over-banner .buttonsdiv {
  gap: 0 25px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.content-over-banner .location {
  background: var(--primary);
  padding: 3px 15px;
  color: var(--white);
  background: linear-gradient(-45deg, #10693b, #10693b, #88b09d, #10693b, #10693b);
  background-size: 400% 400%;
  animation:
    Gradient 3s ease infinite,
    rocking 3s ease infinite;
  animation-delay: 2s;
  padding: 10px;
  color: #ffffff !important;
}

@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.content-over-banner .custombtn {
  padding: 5px 15px;
  min-width: 200px;
  border-radius: 50px;
  background: #fff0;
  animation: btnborder infinite 3s;
}

.startingprice {
  font-size: 30px;
  margin-bottom: 35px;
  background: #fff;
  color: var(--black);
  padding: 1px 3px 1px 17px;
  width: fit-content;
  font-weight: 500;
}

.startingprice span {
  padding: 3px 7px;
  margin-bottom: 15px;
  font-weight: 600;
  background: #edc78e;
}

.key-highlights {
  order: 3;
  width: 100%;
  justify-content: space-around;
}

.key-highlights .item {
  padding: 0;
}

.key-highlights .item:last-child {
  border: 0;
}

.key-highlights .spans {
  font-size: 18px;
  padding: 5px 0;
  display: block;
  text-shadow: 2px 2px #00000094;
}

.key-highlights .pera {
  font-size: 18px;
  display: block;
  padding: 1px 0;
}

.banner-form {
  background: #ebe9e730;
  backdrop-filter: blur(8px);
  width: 100%;
  max-width: 334px;
  order: 2;
}

.banner-form .input_wrap {
  padding: 10px 20px;
}

input#qSenderEmailID {
  margin-top: 15px;
}

.banner-form .heading {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
  /* animation: headingColor infinite 3s; */
  background: #fff;
  color: var(--primary);
}

.banner-form input {
  padding: 10px 15px;
  background: #ffffff63;
  border: 1px solid #2828282e;
  color: #000000;
  margin-bottom: 15px;
  border-radius: 3px;
  height: 40px;
  font-weight: 500;
}

.banner-form input:active {
  border: 1px solid #0f58a0;
}

.banner-form input:focus {
  border: 1px solid #0f58a0;
}

.banner-form input::placeholder {
  color: #000000a1;
}

.banner-form .custombtn {
  background: var(--primary);
  color: var(--white);
  display: flex;
  margin: 2px auto 10px;
  width: 62%;
  justify-content: center;
  background: linear-gradient(-45deg, #10693b, #10693b, #88b09d, #10693b, #10693b);
  background-size: 400% 400%;
  animation:
    Gradient 3s ease infinite,
    rocking 3s ease infinite;
  animation-delay: 2s;

  color: #fff !important;
}

.book-a-visit.active {
  position: fixed;
  right: 5px;
  bottom: 5px;
  border-radius: 5px;
  z-index: 99999;
  animation: fixedbtn infinite 3s;
  padding: 10px 15px;
  border-color: var(--primary);
  color: var(--primary);
}

.overview-container {
  padding-bottom: 90px;
  padding-top: 90px;
  position: relative;
  /* background: #fff !important; */
  z-index: 0;
  background: url(../images/others/img3.webp);
  background: #faf6e6;
}

.overview-container .container {
  position: relative;
  z-index: 1;
}

.overview-container .pera {
  margin-bottom: 30px;
  margin-top: 30px;
  letter-spacing: 1.1px;
  line-height: 27px;
}

.overview-container .custombtn {
  padding: 8px 26px;
  overflow: hidden;
  background: var(--primary);
  color: var(--white);
  background: linear-gradient(-45deg, #10693b, #10693b, #88b09d, #10693b, #10693b);
  background-size: 400% 400%;
  animation:
    Gradient 3s ease infinite,
    rocking 3s ease infinite;
  animation-delay: 2s;
  color: #ffffff !important;
}

.overview-container .custombtn img {
  width: 23px;
  margin-left: 10px;
  animation: arrow-down 1.5s infinite ease-in-out;
  /* filter: invert(1); */
  filter: brightness(17.5);
}

.overview-container .custombtn:hover img {
  filter: brightness(5.5);
}

.overview-container .imgdiv {
  position: relative;
  text-align: end;
}

.overview-container .imgdiv::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4%;
  height: 23%;
  width: 21%;
  background: url(../images/icons/vectorimg.webp);
  z-index: -1;
}

.overview-container .topimg {
  box-shadow: var(--shadow);
  border: 15px solid var(--white);
  /* width: 60%; */
}

.overview-container .bottomimg {
  position: absolute;
  right: 0%;
  bottom: 0;
  border: 15px solid var(--white);
  box-shadow: var(--shadow);
  width: 60%;
}

.overview-container .yrExpdiv {
  margin-top: 19px;
  height: 138px;
  width: 176px;
  background: var(--white);
  position: relative;
  box-shadow: 0 4px 63px 0 rgb(15 28 51 / 0.1);
  flex-direction: column;
}

.overview-container .yrExpdiv .years {
  font-size: 35px;
  color: var(--gold);
  font-weight: 600;
}

.overview-container .yrExpdiv .text {
  font-size: 15px;
  text-transform: capitalize;
}

.projectsSection {
  background-color: #f3f3f3;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.projectsSection .headingsdiv {
  color: var(--black);
  display: grid;
  text-align: center;
  margin-bottom: 25px;
}

.projectsSection .headingsdiv .common-title {
  margin: 0 auto 22px;
}

.projectsSection .headingsdiv .common-heading {
  font-size: 27px;
}

.projectsSectionPlatter {
  background: var(--gray);
}

.projectsSectionPlatter:nth-child(even) {
  background: #fff0;
}

.projectsSectionPlatter .projectsWrapper {
  gap: 18px 0;
}

.projectsSlider {
  position: unset;
}

.projectsSlider .btnsdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 51px;
  gap: 0 15px;
}

.projectsSlider .swiper-button-next,
.projectsSlider .swiper-button-prev,
.projectsSlider .swiper-pagination {
  position: unset;
}

.projectsSlider .swiper-pagination {
  margin-top: -23px;
}

.projectsSlider .swiper-pagination span {
  background: var(--primary);
  padding: 5px;
}

.projectsSlider .swiper-button-next::after,
.projectsSlider .swiper-button-prev::after {
  background: url(../images/icons/arrows1.webp) no-repeat center center;
  content: "";
  height: 40px;
  width: 40px;
  filter: invert(1);
  background-size: contain;
}

.projectsSlider .swiper-button-prev::after {
  background-image: url(../images/icons/arrows.webp);
}

.commonProjectBox {
  background: var(--white);
  border: 1px solid #e4e4e4;
}

.commonProjectBox .projectimg {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.projectimg img {
  filter: brightness(0.8);
  width: 100%;
  transform: scale(1.2);
  animation: zoomOutEffect infinite 10s alternate-reverse;
}

.commonProjectBox .absDiv {
  font-size: 24px;
  color: var(--white);
  position: absolute;
  top: 26px;
  z-index: 2;
  left: 15px;
}

.commonProjectBox .projectname {
  font-size: 22px;
  padding-bottom: 8px;
}

.commonProjectBox .projectContent {
  padding: 22px 25px;
}

.commonProjectBox .proPrice {
  font-size: 18px;
  padding: 12px 0;
  border: 1px solid #fff0;
  border-top-color: #eee;
  color: var(--primary);
  border-bottom-color: #eee;
}

.commonProjectBox .proj-typo {
  font-size: 16px;
  padding-bottom: 8px;
  color: var(--primary);
}

.commonProjectBox .project-loc {
  font-size: 16px;
}

.commonProjectBox .projectBtns {
  background: var(--primary);
  color: var(--white);
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.commonProjectBox .projectBtns1 {
  background: #fff0;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.commonProjectBox .projectBtns:hover {
  background: var(--black);
  color: var(--white);
}

.fixedSocLinks {
  position: fixed;
  right: 0;
  display: block;
  background: var(--primary);
  bottom: 15%;
  z-index: 9;
}

.fixedSocLinks .links {
  display: block;
  padding: 12px 14px;
  border-bottom: 1px solid var(--white);
  transition: all 0.5s ease;
}

.fixedSocLinks .links:last-child {
  border: 0;
}

.fixedSocLinks .links:hover {
  background-color: var(--black);
}

.fixedSocLinks .icons {
  width: 20px;
  filter: invert(1);
}

.contact-container {
  padding: 45px 0 0 0;
  /* background: #ffffff; */
  font-size: 14px;
  background: #000;
}

.contact-container a:hover {
  text-decoration: underline;
}

.contact-container .headinglg {
  color: #10693b;
}

.contact-container .heading {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 28px;
  color: #10693b;
  text-align: center;
}

.contact-container .dev-cont {
  line-height: 27px;
  color: #fff;
}

.contact-container .footerfomrdiv {
  margin: 0;
}

.footer-from-div {
  border-bottom: 1px solid #10693b;
  margin-bottom: 40px;
  padding: 25px 0;
  background-color: #faf6e6;
}

.footer-from-div .pera {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
}

.footer-from-div input {
  border: 0;
  background: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #e7dec5;
}

.footer-from-div input::placeholder {
  color: #000;
}

.footer-from-div .inputbox {
  margin-bottom: 15px;
}

.footer-from-div .btn {
  border: 0;
  padding: 10px 15px;
  background: var(--primary);
  color: #fff;
  width: 53%;
  margin-top: 10px;
  background: linear-gradient(-45deg, #10693b, #10693b, #88b09d, #10693b, #10693b);
  background-size: 400% 400%;
  animation:
    Gradient 3s ease infinite,
    rocking 3s ease infinite;
  animation-delay: 2s;
  color: #ffffff !important;
}

.footernew {
  border-top: 1px solid #b58b0e;
  margin-top: 6px;
  padding-top: 24px;
  text-align: center;
  padding-bottom: 20px;
  /* background-color: var(--white); */
}

.footernew p {
  line-height: 25px;
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.footernew p a {
  color: #000;
}

.footerlogo {
  filter: invert(1);
}

.flexfooter {
  border-top: 1px solid #e1d3ac;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}

.flexfooter .heading {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 700;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.flexfooter .cols {
  padding: 0 40px;
  border-right: 1px solid #e1d3ac;
}

.flexfooter .cols:last-child {
  border-right: 0;
}

.flexfooter .atext {
  display: block;
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.footer_pages_links {
  border-top: 1px solid #e1d3ac;
  padding: 25px 0;
  margin-top: 25px;
}

.footer_pages_links .linkscol {
  border-right: 1px solid #e1d3ac;
}

.footer_pages_links li {
  padding-bottom: 8px;
  word-break: break-all;
}

.footer_pages_links .linkscol:last-child {
  border: 0;
}

.footer_pages_links .heading {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.footer_pages_links a {
  color: var(--black);
  font-weight: 500;
  display: inline-block;
}

.footer_pages_links a:last-child {
  padding-bottom: 0;
  word-break: break-all;
}

.qrCodes .imgScan {
  width: 80px;
}

.qrCodes .text {
  font-size: 12px;
  display: block;
  word-break: break-all;
}

.mobile-section-footer.active {
  display: flex;
  gap: 0 5px;
  justify-content: space-between;
  text-align: center;
  padding: 8px;
}

.mobile-section-footer {
  display: none;
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #10693b;
  color: #ffffff;
  padding: 5px 0;
}

.mobile-section-footer a {
  display: block;
  font-size: 16px;
  padding: 6px 8px;
  color: currentColor;
  border: 1px solid currentColor;
  flex: 1 0 30.2%;
  padding: 10px;
}

.theModal .modal-content {
  padding: 35px 34px;
}

.theModal .modal-dialog {
  max-width: 441px;
}

.theModal .modal-head-div {
  margin-bottom: 15px;
}

.theModal .modal-head {
  font-size: 20px;
  padding-bottom: 8px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.theModal .modal-para {
  font-size: 17px;
  text-align: center;
}

.theModal .coldiv {
  padding-bottom: 18px;
}

.theModal .form-control {
  padding: 22px 15px;
}

.theModal .form-control:focus {
  box-shadow: unset;
  border-color: #000;
  color: #000;
}

.theModal .form-control:focus::placeholder {
  color: #000;
}

.theModal .close {
  position: absolute;
  top: 0;
  right: 0;
  background: #bd0000;
  opacity: 1;
}

.theModal .close svg {
  width: 39px;
  height: 39px;
}

.pagesBanner .img-div {
  filter: brightness(0.4);
}

.pagesBanner .bottom_gradient {
  background: linear-gradient(to top, rgb(134 111 87 / 51%), #fff0);
}

.pagesBanner .img-div img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.pagesBanner .bannerHeaidng {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  color: var(--white);
}

.crumbs {
  padding-top: 25px;
  z-index: 1;
  display: flex;
  gap: 15px;
  align-items: center;
}

.crumbs li {
  position: relative;
}

.crumbs a {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}

.crumbs span {
  color: var(--black);
}

.contactusFormdiv {
  padding: 50px 0;
}

.contactusFormdiv .container {
  max-width: 950px;
  position: relative;
}

.contactusFormdiv .mainHeading {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contactusFormdiv .flex_in_div {
  gap: 0 13px;
  margin-bottom: 25px;
  background: #ffffff42;
  padding: 15px 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.contactusFormdiv .icon {
  background: var(--primary);
  min-width: 45px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactusFormdiv .flex_in_div img {
  height: 25px;
  filter: invert(1);
}

.contactusFormdiv .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.contactusFormdiv .desc {
  font-size: 14px;
  line-height: 25px;
}

.contactusFormdiv .leftcontent {
  padding-right: 35px;
}

.contactusFormdiv .formSide {
  padding: 40px 55px;
  background: #b7926c21;
  border-radius: 9px;
}

.contactusFormdiv .inputbox {
  margin-bottom: 15px;
}

.contactusFormdiv .inputbox:last-child {
  margin-bottom: 0;
}

.contactusFormdiv .textFiled {
  padding: 13px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.contactusFormdiv .formSide .btn {
  background: var(--primary);
  display: block;
  width: 50%;
  margin: 0 auto;
  color: var(--white);
  padding: 8px;
}

.locationMap iframe {
  height: 500px;
}

.hideFromPage {
  display: none;
}

.menuIcon {
  display: none;
}

.menuIcon img {
  width: 37px;
}

.fixedIcons {
  position: fixed;
  z-index: 5;
  bottom: 15px;
  padding: 5px;
  background: #fffcf1;
  border-radius: 50%;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 #29a71a;

  img {
    width: 60px;
    padding: 5px;
  }

  &.whatsapp {
    left: 15px;
  }

  &.phone {
    right: 15px;
    background: #122f27;

    img {
      filter: invert(1);
      padding: 10px;
    }
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
  }
}

.pricelist-container .price-list-box {
  text-align: center;
  background-color: #fffefb;
  color: #000;
  max-width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 8;
  margin-bottom: 35px;
  background: #f3d19e;
}

.price-list-box::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 108%;
  left: 46%;
  margin-left: 18px;
  /* border-width: 25px; */
  border-width: 0px;
  border-style: solid;
  border-color: #000 transparent transparent;
  transform: rotate(0deg) translate(-50%, -50%);
}

.pricelist-container .price-list-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/pattern.png); */
  background-position: center;
  z-index: -1;
  filter: brightness(0);
  opacity: 0.4;
}

.pricelist-container .price-list-box h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  padding: 15px 5px;
  margin: 0;
  margin-top: 4px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  width: 100%;
  /* background-color: #fff; */
  border-bottom: 1px solid #1e1d1d;
  border-bottom-style: dashed;
}

.pricelist-container .col-sm-12.col-md-6.col-lg-4 {
  margin-bottom: 0px;
  margin-top: 40px;
}

.pricelist-container .price-list-box h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: 2px;
}

.pricelist-container .price-list-box h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 2px;
}

.pricelist-content {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  /* background-color: #fff; */
  padding: 10px;
  margin-bottom: 3px;
}

.pricelist-container .price-list-box .type {
  font-size: 16px;
  /* width: calc(50% - 0px);
  display: grid; */
  border: none;
  /* border-right: 1px solid #000;
  border-right-style: dashed; */
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pricelist-container .price-list-box .type span {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.pricelist-container .price-list-box p.price-size {
  margin-top: 15px;
  letter-spacing: 1px;
  /* width: calc(50% - 0px); */
  font-size: 16px;
  /* display: grid; */
  display: flex;
  justify-content: center;
}

.pricelist-container .price-list-box p.price-size span {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.pricelist-container .price-list-box p.price-start {
  display: grid;
  font-size: 19px;
  /* background-color: #000000; */
  padding-top: 10px;
  padding-bottom: 20px;
  letter-spacing: 1px;
  color: #000000;
}

.pricelist-container .price-list-box p.price-start span {
  margin-top: 5px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricelist-container .price-list-box p.price-start .rupees-icon {
  width: auto;
  height: 29px;
  filter: invert(1);
}

.content-box .box {
  display: flex;
  width: 50%;
  align-items: center;
}

.content-box {
  display: flex;
  margin-bottom: 30px;
}

.content-box .box p.text {
  margin-left: 16px;
}

.content-box .box img.m3m-icons {
  width: 12%;
  object-fit: contain;
}

.overview-buttons {
  display: flex;
  justify-content: start;
}

.overview-buttons .custombtn2 {
  margin-left: 20px;
}

.pro_logo img {
  max-width: 190px;
  margin-bottom: 15px;
}

.header .logo_white {
  display: block;
}

.header .black-logo {
  display: none;
}

.header .logo_dark {
  display: none;
}

.header.active .logo_white {
  display: none;
}

.header.active .logo_dark {
  display: block;
}

.white-logo {
  border-left: 1px solid #fff;
  padding-left: 10px !important;
}

.header.active .white-logo {
  display: none;
}

.header.active .black-logo {
  display: block;
  border-left: 1px solid #000000;
  padding-left: 10px !important;
}

.form-toggle-btn {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  /* background: var(--secondary-theme); */
  color: #ffffff;
  padding: 12px 7px;
  border: none;
  border-radius: 4px 0 0 4px;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s;
  writing-mode: vertical-lr;
  letter-spacing: 1px;
  border: 1px solid #edc78e;
  background: linear-gradient(-45deg, #10693b, #10693b, #88b09d, #10693b, #10693b);
  background-size: 400% 400%;
  animation:
    Gradient 3s ease infinite,
    rocking 3s ease infinite;
  animation-delay: 2s;
}

/* Form Styling */
.slide-form {
  position: fixed;
  right: -400px;
  /* hidden by default */
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  /* background: #212842bd;
  background: var(--secondary-theme);
  padding: 24px;
  border-radius: 20px 0 0 20px; */
  max-width: 385px;
  width: 100%;
  transition: right 0.4s ease;
}

/* Active state to show the form */
.slide-form.active {
  right: 0;
}

.form-close-btn {
  position: absolute;
  top: 0px;
  right: 13px;
  background: transparent;
  border: none;
  color: #000000;
  font-size: 24px;
  cursor: pointer;
}

.lam_details {
  padding: 70px 0;
  position: relative;
}

.lam_details ul {
  margin: 15px 0 0 0;
  padding: 0;
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.lam_details ul li {
  background: #fff;
  border: 1px solid #edc78e;
  margin: 0 8px;
  padding: 25px 15px;
  border-radius: 10px;
}

.lam_details ul li h6 {
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
}

.lam_details ul li h6 span {
  padding-top: 15px;
  font-size: 18px;
  display: block;
}

.price-details {
  text-align: center;
  margin: 70px 20px 50px;
  padding: 40px 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px 5px 15px;
  background: #f3d19e;
  min-height: 355px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9;
  position: relative;
}

.price-sec-head {
  position: relative;
  color: #fff;
}

.price-sec-head::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background: url("../images/bg/text-underline.svg") center bottom / 90% no-repeat; */
  filter: brightness(0) saturate(100%) invert(23%) sepia(86%) saturate(719%) hue-rotate(350deg) brightness(94%) contrast(89%);
}

.price-sec-head h2 {
  color: var(--primary-color);
  font-weight: 400;
  letter-spacing: 1.5px;
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 13px;
  /* font-variant: lining-nums; */
}

.price-amount h2 {
  font-variant: lining-nums;
  font-size: 26px;
  letter-spacing: 2px;
  padding: 20px 0px;
}

.price-amount h2 span.amount {
  font-size: 40px;
  letter-spacing: 3px;
  padding: 0px 6px;
  color: var(--primary-color);
  font-weight: 500;
}

.price-amount h2 span.onwards {
  font-size: 20px;
  letter-spacing: 1px;
}

.price-size {
  padding: 0px 0px 30px;
}

.price-size p {
  font-size: 14px;
  line-height: 29px;
}

.price-size p span.size {
  font-size: 20px;
  letter-spacing: 2px;
  /* font-family: var(--freight); */
  font-weight: 300;
}

.price-details .know-more-btn {
  margin: 0px auto;
}

/* pricing-sec */
.price-details {
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* Glow border */
.price-details::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(120deg, transparent, #d4af37, transparent);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Hover effect */
.price-details:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);
}

/* Heading */
.price-sec-head h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  padding: 0;
}

/* Price */
.price-amount h2 {
  color: #10693b;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Size */
.price-size p {
  color: #000;
  font-size: 14px;
}

.price-size .size {
  color: #10693b;
  font-weight: 600;
}

/* Button */
.custombtn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 25px;
  border: 1px solid #ffffff;
  color: #d4af37;
  text-decoration: none;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

/* Button hover fill */
.custombtn:hover {
  background: #10693b;
  color: #000;
}

/* Shine effect */
.custombtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent);
  transform: skewX(-20deg);
}

.custombtn:hover::before {
  animation: shine 1s;
}

@keyframes shine {
  100% {
    left: 150%;
  }
}

.price-details {
  background: rgba(255, 255, 255, 0.05);
  /* glass base */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* subtle glass shine layer */
.price-details::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg,
      rgba(255, 255, 255, 0.15),
      transparent 40%);
  pointer-events: none;
}

/* Gold glow border (same as before but enhanced) */
.price-details::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(120deg, transparent, #10693b, transparent);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Hover = more glass + glow */
.price-details:hover {
  transform: translateY(-10px) scale(1.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(212, 175, 55, 0.25);
}

@media (max-width: 1600px) {
  .content-over-banner .typology {
    font-size: 28px;
  }

  .projectname img {
    width: 32%;
  }

  .startingprice {
    font-size: 28px;
  }

  .key-highlights {
    margin-top: 0%;
  }

  .key-highlights .item {
    margin-bottom: 0;
  }

  .key-highlights .pera {
    font-size: 16px;
    border-color: #ffffff2e;
  }

  .banner-form {
    /* margin-top: 0; */
  }

  .banner-form .heading {
    font-size: 14px;
    padding: 10px;
  }

  .fixedSocLinks .links {
    padding: 8px 8px;
  }

  .locationMap iframe {
    height: 350px;
  }
}

@media (max-width: 1380px) {
  .bnner-flex-btn {
    /* visibility: hidden; */
  }

  .banner_content_wrapper {
    top: inherit !important;
    bottom: 0;
    left: 5%;
  }

  .content-over-banner {
    left: 3%;
  }

  .content-over-banner .projectname {
    margin: 15px 0 15px 0;
  }

  .content-over-banner .typology {
    font-size: 18px;
  }

  .overview-container .yrExpdiv .years {
    font-size: 28px;
  }

  .overview-container .yrExpdiv .text {
    font-size: 18px;
  }

  .overview-container .pera {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .content-box {
    display: flex;
    margin-bottom: 22px;
  }

  .key-highlights {
    padding-top: 0;
  }

  .key-highlights .item {
    padding: 0 5px 0 10px;
    margin-bottom: 7px;
  }

  .key-highlights .spans {
    padding-bottom: 3px;
  }

  .banner-form .heading {
    font-size: 12px;
    padding: 8px 10px;
  }

  .fixedIcons {
    img {
      width: 45px;
    }

    &.whatsapp {
      left: 3px;
      bottom: 4px;
    }

    &.phone {
      right: 2px;
      bottom: 4px;
    }
  }

  .banner-form {
    /* max-width: 295px; */
    /* position: relative; */
    /* right: 3%; */
  }
}

@media (max-width: 1280px) {
  .content-over-banner {
    left: 5%;
  }
}

@media (max-width: 992px) {
  .menuIcon {
    display: block;
  }

  .common-title {
    margin: 0 auto 14px auto;
    text-align: center;
  }

  .common-title::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .common-heading {
    font-size: 21px;
    text-align: center;
  }

  .banner-section .img-slider {
    /* height: 350px; */
    object-fit: cover;
  }

  .bottom_gradient {
    display: none;
  }

  .banner_content_wrapper {
    top: 32%;
    flex-wrap: wrap;
  }

  .content-over-banner {
    width: 100%;
    padding: 25px 10px;
    margin: 0 auto auto auto;
    left: 0;
    background: var(--black);
    display: grid;
    text-align: center;
    justify-content: center;
    height: auto;
  }

  .content-over-banner::after,
  .content-over-banner::before {
    display: none;
  }

  .content-over-banner .location {
    padding: 3px 5px;
    font-size: 14px;
    text-align: center;
  }

  .banner_content_wrapper {
    position: static;
    padding: 0;
  }

  .key-highlights {
    /* background: var(--primary); */
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    /* height: fit-content; */
    order: 2;
    margin-top: 20px;
    color: #000;
  }

  .key-highlights .points {
    width: 50%;
  }

  .key-highlights .item {
    padding: 0 10px 2px 5px;
    /* border: 1px solid #ffffff2e; */
    /* max-width: 95%; */
    /* margin-left: auto; */
    margin-right: auto;
    display: flex;
    justify-content: center;
    /* gap: 10px; */
    text-align: center;
  }

  .key-highlights .item:last-child {
    /* border: 1px solid #ffffff2e; */
  }

  .key-highlights .banner-form {
    width: 50%;
  }

  .banner-form {
    order: 3;
    max-width: 100%;
    /* background: #fffef9; */
    /* box-shadow: rgb(0 0 0 / 24%) 0px 1px 4px; */
    position: unset;
  }

  .bnner-flex-btn {
    bottom: 37%;
  }

  .content-over-banner .buttonsdiv {
    margin: 0;
  }

  .content-over-banner .custombtn {
    min-width: fit-content;
    padding: 5px 10px;
    font-size: 14px;
  }

  .content-over-banner .projectname {
    font-size: 20px;
    margin: 0 0 5px 0;
  }

  .content-over-banner .typology {
    font-size: 19px;
    text-align: center;
    margin: auto;
    margin-bottom: 14px;
    padding: 10px 15px;
  }

  .content-over-banner .startingprice {
    font-size: 22px;
    margin-bottom: 20px;
    margin-left: 13px;
  }

  .startingprice {
    font-size: 22px;
  }

  .startingprice span {
    font-size: 21px;
  }

  .key-highlights {
    flex-wrap: wrap;
    padding: 0px;
  }

  .key-highlights .points,
  .key-highlights .banner-form {
    width: 100%;
    max-width: 100%;
    background: var(--black);
  }

  .key-highlights .banner-form {
    background: var(--primary);
    padding: 27px;
  }

  .banner-form .heading {
    margin-bottom: 8px;
    background: #f9f7f0;
    color: #000;
    margin: 24px 0 0 0;
  }

  .banner-form .input_wrap {
    padding-top: 10px;
  }

  .banner-form input {
    margin-bottom: 10px;
    padding: 8px 15px;
  }

  .banner-form input:focus {
    box-shadow: unset;
  }

  .key-highlights .points .item {
    padding: 0 15px 10px 15px;
  }
}

@media (max-width: 767px) {
  .carousel-item::after {
    background-color: transparent;
    background: unset;
    width: 100%;
  }

  .artistic-text {
    position: absolute;
    bottom: 34px;
    right: 0;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    opacity: 0.9;
  }

  .header_main {
    padding: 2px 0;
  }

  .fixedIcons {
    &.phone {
      img {
        filter: invert(1);
        padding: 5px;
      }
    }
  }

  .navmenu-main {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    display: block !important;
    background: var(--black);
    width: 80%;
    transition: all 0.4s ease-in-out;
  }

  .navmenu-main.active {
    left: 0;
    background: var(--black);
  }

  .navmenu-main li a {
    font-size: 14px;
  }

  .haaderDropDwon {
    padding-left: 15px;
  }

  .header_main .logo {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
  }

  .inner-header-main {
    flex-wrap: wrap;
  }

  .navmenu-main .headerConNo {
    padding-left: 15px;
  }

  .bnner-flex-btn {
    visibility: visible;
  }

  .overview-container {
    padding: 30px 0;
    margin-top: 0;
  }

  .overview-container .cols {
    padding: 0;
  }

  .overview-container .pera {
    margin-bottom: 11px;
    /* text-align: center; */
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
  }

  .overview-container .custombtn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .fixedSocLinks {
    bottom: inherit;
    top: 15%;
  }

  .fixedSocLinks .links {
    padding: 2px 6px;
    bottom: inherit;
    top: 15%;
  }

  .fixedSocLinks .icons {
    width: 10px;
  }

  .contactusFormdiv .textFiled {
    padding: 8px 10px;
  }

  .contactusFormdiv .leftcontent {
    padding-right: 15px;
  }

  .contactusFormdiv .flex_in_div {
    margin-bottom: 12px;
  }

  .contactusFormdiv .mainHeading {
    margin-bottom: 6px;
  }

  .contactusFormdiv .inputbox {
    margin-bottom: 8px;
  }

  .contactusFormdiv .formSide {
    padding: 15px;
  }

  .contact-container {
    padding-bottom: 44px;
  }

  .footernew {
    padding-top: 54px;
    padding-bottom: 25px;
    background: #0a0a0a;
    margin-top: 50px;
  }

  .footer-from-div .pera {
    padding-bottom: 15px;
  }

  .footerfomrdiv {
    margin: 0 auto;
  }

  .linkscol {
    padding: 10px;
    border-bottom: 1px solid #e1d3ac;
  }

  .footer_pages_links {
    padding: 0;
    margin-top: 12px;
  }

  .footer_pages_links .heading {
    font-size: 16px;
    margin-bottom: 0;
  }

  .theModal .modal-head {
    font-size: 19px;
  }

  .header .logo_white {
    display: none;
  }

  .header .logo_dark {
    display: block;
  }

  .header.active .logo_white {
    display: none;
  }

  .header.active .logo_dark {
    display: block;
  }

  .form-toggle-btn {
    display: none;
  }

  .banner-form.slide-form {
    position: unset;
    width: 100%;
    border-radius: 0;
    transform: unset;
    max-width: 100%;
    z-index: 9;
  }

  .form-close-btn {
    display: none;
  }

  .lam_details ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenities-container .artistic-text {
    position: absolute;
    bottom: 34px;
    right: 20px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    opacity: 0.9;
  }
}

@keyframes arrow-down {
  from {
    transform: translateY(-30px);
  }

  to {
    transform: translateY(0);
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .banner_content_wrapper {
    /* top: 17%; */
    bottom: 4%;
  }
}

@media (max-width: 767px) {

  .banner-section {
    top: 24px;
  }


  .content-box {
    display: block;
    margin-bottom: 30px;
  }

  .content-box .box {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    align-items: center;
  }

  .projectname img {
    filter: unset;
    width: 46%;
  }

  .highlights-img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .content-over-banner {
    background: #ebe3cd;
    color: #000;
  }

  .logo img {
    max-height: 50px;
  }

  .white-logo {
    display: none;
  }

  .header .black-logo {
    display: block;
    border-left: 1px solid #000000;
    padding-left: 10px !important;
  }

  .key-highlights .spans {
    padding-bottom: 0;
    text-shadow: 0 0 #000;
  }

  .key-highlights .pera {
    font-size: 16px;
    font-weight: 600;
  }

  .key-highlights .spans {
    font-size: 16px;
  }

  .banner-section .img-slider {
    filter: unset;
    padding-top: 65px;
    margin-top: -48px;
    height: 375px;
  }

  .fixedIcons {
    &.whatsapp {
      bottom: 12%;
    }
  }

  .fixedIcons {
    &.phone {
      bottom: 12%;
    }
  }

  .fixedIcons {
    bottom: 45px;

    img {
      width: 35px;
    }
  }

  .key-highlights .item img {
    filter: invert(1);
  }

  .pricelist-container .price-list-box p.price-size {
    /* margin-top: 0; */
    letter-spacing: 0px;
    /* width: calc(50% - 2px); */
    font-size: 14px;
    /* display: grid; */
  }

  .pricelist-container .col-sm-12.col-md-6.col-lg-4 {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .pricelist-container .price-list-box p.price-start {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 15px;
  }

  .pro_logo {
    text-align: center;
  }

  .price-sec-head h2 {
    color: #000;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 23px;
  }

  .price-details {
    text-align: center;
    margin: 30px 20px 30px;
  }
}

.header.active {
  background: #faf6e6;
  animation: slide-down 0.9s;
}

.header.active .logo img {
  filter: none;
}

.header.active .navmenu li a {
  color: #000;
}

@media (max-width: 967px) {
  .navmenu li a {
    color: #ffffff;
  }

  .header.active .navmenu li a {
    color: #ffffff;
  }

  span.text-capitalize img {
    filter: brightness(0) saturate(100%);
  }
}

.blink {
  animation: blinkColor 1s infinite;
  font-weight: 600;
}

@keyframes blinkColor {
  0% {
    color: #f0d587;
  }

  50% {
    color: #fff;
  }

  100% {
    color: #f0d587;
  }
}