@font-face {
  font-family: "MaikenDEMOVERSION", serif;
  src: url("../font/MaikenDEMOVERSION.ttf");
}

.kosmos-hero {
  background: #fefaf5;
  padding: 80px 0 0 !important;
  @media (max-width: 767px) {
    padding: 55px 0 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-card:not(:last-child)::after {
    display: none;
  }
}

.kosmos-hero-wrapper {
  /* display: grid;
        grid-template-columns: 1.1fr 0.9fr;
        gap: 0; */
  position: relative;
}

.kosmos-hero-media picture,
.kosmos-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kosmos-hero-panel {
  background: #b87934;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 60px 70px;
  position: relative;
}

.hero-panel-inner {
  max-width: 420px;
}

.hero-badge {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-badge img {
  width: 70px;
}

.kosmos-hero-panel h1 {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 600;
}

.hero-lede {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.hero-highlights {
  padding-left: 18px;
  margin: 0 0 25px;
  line-height: 1.6;
}

.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.theme-btn.inverted {
  background: #fff;
  color: #b87934;
  border-color: #fff;
}

.hero-qr {
  text-align: center;
}

.hero-qr img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.hero-qr small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.kosmos-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  text-align: center;
}

.kosmos-hero-stats strong {
  font-size: 40px;
  display: block;
  line-height: 1.1;
  font-family: "Playfair Display", serif;
}

.kosmos-hero-stats span {
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-tag {
  position: absolute;
  right: -55px;
  top: 40px;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #a5641c;
  font-weight: 600;
  font-size: 13px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #b3752f;
  margin-bottom: 10px;
  display: inline-block;
}

.split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
  margin-top: 25px;
}

.split-grid h5 {
  margin-bottom: 5px;
  color: #0f1c3c;
}

.media-card {
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(12, 27, 57, 0.15);
  border-radius: 16px;
  overflow: hidden;
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.kosmos-overview {
  background: #fff;
}

.overview-wrapper {
  display: grid;
  gap: 40px;
  align-items: center;
  grid-template-columns: 0.5fr 0.5fr;
}

.overview-content h2 {
  font-size: 48px;
  font-family: "MaikenDEMOVERSION", serif;
  color: #3f5b7a;
  margin-bottom: 10px;
}

.overview-subtitle {
  font-size: 18px;
  color: #4d4d4d;
  margin-bottom: 30px;
}

.overview-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.overview-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.overview-dot {
  width: 12px;
  height: 12px;
  background: #c38b48;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.overview-list h5 {
  text-transform: capitalize;
  letter-spacing: 0.2em;
  font-size: 14px;
  margin-bottom: 6px;
  color: #000;
}

.overview-list p {
  margin: 0;
  color: #000;
  font-weight: 300;
}

.kosmos-why {
  padding: 90px 0;
  background: #e1dbce;
}

.why-head {
  max-width: 780px;
  margin: 0 0 40px;
  text-align: left;
}

.why-head h2 {
  font-size: 46px;
  color: #1f1d1a;
  margin-bottom: 12px;
  font-family: "MaikenDEMOVERSION", serif;
}

.why-head p {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* gap: 30px; */
}

.why-card {
  /* background: #fdf7ef; */
  padding: 30px 25px;
  /* border-radius: 24px; */
  border-left: 1px solid #cacaca;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  align-items: center;
}

.why-card:nth-child(1) {
  border: 0;
}

.why-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: #eadbcc;
}

.why-index {
  font-size: 16px;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
}

.why-card .icon-wrap {
  width: 72px;
  height: 72px;
  /* border-radius: 50%; */
  /* border: 1px solid #e3c79e; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(227, 199, 158, 0.15); */
}

.why-card h4 {
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #2b2a28;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
  /* height: 34px; */
}

.why-card p {
  color: #4d4d4d;
  margin: 0;
  text-align: center;
}

.kosmos-location {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}

.kosmos-location .container {
  @media (min-width: 1200px) {
    width: 950px;
  }
  @media (min-width: 1536px) {
    width: 1000px;
  }
}

.location-wrapper {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  gap: 20px;
  /* align-items: center; */
  justify-content: center;
}

.location-map picture,
.location-map img {
  display: block;
  width: 100%;
  border-radius: 0;
  /* box-shadow: 0 35px 65px rgba(20, 41, 79, 0.15); */
}

.location-head {
  display: flex;
  gap: 50px;
  align-items: center;
  @media (max-width: 767px) {
    display: block;
  }
}

.location-head h2 {
  font-size: 48px;
  font-family: "MaikenDEMOVERSION", serif;
  color: #3f5b7a;
  margin-bottom: 14px;
  line-height: 1.2;
}

.location-head p {
  color: #4d4d4d;
  line-height: 1.7;
  margin-bottom: 0px;
  @media (max-width: 767px) {
    margin-bottom: 0;
  }
}

/* .location-accordion {
  border-top: 1px solid #e4dfd7;
} */

.location-item {
  border-bottom: 1px solid #e4dfd7;
  padding: 18px 0;
  cursor: pointer;
}

.location-item-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
}

.location-item-icon {
  width: 50px;
  height: 50px;
  /* border-radius: 12px; */
  /* background: rgba(179, 117, 47, 0.12); */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  margin-bottom: auto;
}

.location-item-icon img {
  max-width: 36px;
  transition: filter 0.3s ease;
  filter: invert(1) brightness(0.1);
}

.location-item.is-active .location-item-icon img {
  filter: none;
}

.location-item strong {
  /* display: block; */
  font-size: 16px;
  color: #000000;
}

.location-item.is-active strong {
  color: #cc9966;
}

.location-item p strong {
  color: #000 !important;
}

.location-item p {
  margin: 0;
  margin-top: 5px;
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  max-height: 0;
  opacity: 0;
  display: none;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease;
}

.location-item.is-active p {
  max-height: 200px;
  opacity: 1;
  display: block;
  gap: 5px;
}

.location-item.is-active p.flex-column {
  flex-direction: column;
}

.location-toggle {
  width: 32px;
  height: 32px;
  border: 1px solid #d4c4b4;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-bottom: auto;
  margin-top: 5px;
}

.location-toggle span {
  position: absolute;
  width: 14px;
  height: 2px;
  background: #b3752f;
  /* transition: transform 0.3s ease; */
  transform: rotate(46deg);
  left: 4px;
}

.location-toggle span:last-child {
  transform: rotate(130deg);
  right: 4px;
  left: auto;
}

.location-item.is-active .location-toggle span:first-child {
  transform: rotate(-46deg);
}

.location-item.is-active .location-toggle span:last-child {
  transform: rotate(46deg);
}

.kosmos-amenities {
  background: #3f5b7a;
  color: #fff;
  padding: 100px 0;
}

.amenities-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.amenities-head h2 {
  font-size: 48px;
  margin-bottom: 12px;
  font-family: "MaikenDEMOVERSION", serif;
}

.amenities-head p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  border-left: none;
  border-top: none;
}

.amenity-card {
  padding: 25px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.amenity-card:nth-child(4n + 1) {
  border-left: none;
}

.amenity-card:nth-child(-n + 4) {
  border-top: none;
}

.amenity-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.amenity-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.kosmos-floorplans {
  background: #ffffff;
  padding: 110px 0;
}

.pricing-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 45px;
}

.pricing-head h2 {
  font-size: 54px;
  color: #253a58;
  margin-bottom: 10px;
  font-family: "MaikenDEMOVERSION", serif;
}

.pricing-head p {
  color: #4d4d4d;
  font-size: 16px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28.33%, 1fr));
  gap: 30px;
}

.plan-card {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 35px 30px 40px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(28, 38, 54, 0.12);
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.plan-card picture img {
  width: 100%;
  border-radius: 20px;
  filter: blur(5px);
}

.plan-copy h4 {
  font-size: 14px;
  margin-bottom: 6px;
  color: #1f1d1a;
  font-weight: 600;
}

.plan-copy p {
  margin: 0;
  color: #5a5a5a;
  line-height: 1.6;
}

.plan-btn {
  margin: 0 auto;
  /* width: 160px; */
  padding: 10px 24px;
  border-radius: 999px;
  border: 1px solid #cc9966;
  color: #cc9966;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 10px;
  transition: all 0.2s ease;
}

.plan-btn:hover {
  background-color: #cc9966;
  color: #fff;
}

.viewPlanButton {
  text-align: center;
}

button.eye-icon img {
  width: 24px;
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  filter: invert(1);
  display: none;
}

button.eye-icon img:nth-child(2) {
  opacity: 0;
}

/* button.eye-icon:hover img:nth-child(1) {
  opacity: 0;
}

button.eye-icon:hover img:nth-child(2) {
  opacity: 1;
} */

.planCardImg.active button.eye-icon img:nth-child(2) {
  opacity: 1;
}

.planCardImg.active button.eye-icon img:nth-child(1) {
  opacity: 0;
}

.plan-card .planCardImg.active picture img {
  filter: none;
}

button.eye-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #ff8e00;
  cursor: pointer;
  display: none;
}

.kosmos-gallery {
  background: #3f5b7a;
  padding: 100px 0;
  color: #fff;
}

.gallery-head {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-head h2 {
  font-size: 52px;
  font-family: "MaikenDEMOVERSION", serif;
}

.kosmos-gallery-slider {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.kosmos-gallery-slider .splide__arrow {
  background-color: #fff;
  border-color: #fff;
}
.splide__arrow--prev {
  left: -20px;
}

.kosmos-gallery-slider .splide__arrow:hover {
  background-color: #ff8e00;
}

.kosmos-gallery-slider .splide__arrow svg path {
  fill: #000;
}

.kosmos-gallery-slider .splide__arrow:hover svg path {
  fill: #fff;
}

.splide__arrow--next {
  right: -20px;
}

.kosmos-gallery-slider .splide__slide {
  opacity: 0.5;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.kosmos-gallery-slider .splide__slide.is-active {
  opacity: 1;
  transform: scale(1.02);
}

.gallery-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-card picture img {
  width: 100%;
  /* height: 420px; */
  object-fit: cover;
}

.gallery-card .imgName {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  text-transform: uppercase;
  /* letter-spacing: 0.3em; */
  font-size: 12px;
  text-align: center;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));
}

.gallery-card .imgName span {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 16px;
  color: #000;
  margin-bottom: 15px;
}

.kosmos-contact {
  background: #fff;
  padding: 110px 0;
}

.next-step-wrapper {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 60px;
  /* align-items: center; */
}

.next-step-copy h2 {
  font-size: 35px;
  font-family: "MaikenDEMOVERSION", serif;
  color: #3f5b7a;
  margin-bottom: 12px;
}

.next-step-copy p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  font-weight: 300;
}

.next-step-form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.next-step-form label {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4d4d4d;
  gap: 10px;
  position: relative;
}

.next-step-form input,
.next-step-form select {
  border: none;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
  padding: 6px 0;
  background: transparent;
  font-size: 16px;
}

.next-step-form .error-msgs {
  color: #c0392b;
  font-size: 12px;
  min-height: 18px;
  bottom: 0;
  position: relative;
}

.next-step-btn {
  margin-top: 30px;
  border: none;
  border: 1px solid #c98c4e;
  background: #fff;
  color: #c98c4e;
  padding: 15px 26px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: all 0.2s ease;
}

.next-step-btn:hover {
  background: #c98c4e;
  color: #fff;
}

.next-step-form input,
.next-step-form select,
#kosmos-contact select {
  padding: 10px 0 18px !important;
  color: #000;
  font-weight: 400;
}

.next-step-form input::placeholder,
.next-step-form select::placeholder,
#kosmos-contact select::placeholder {
  color: #000;
}

.splide__arrow svg path {
  fill: #ff8e00;
}
.splide__arrow:hover {
  border-color: #fff;
  background: #fff;
}

.kosmos-hero-media .splide__arrow--prev {
  left: 0;
}

.kosmos-hero-media .splide__arrow--next {
  right: 0;
}

.kosmos-hero-media .kosmos-hero-media {
  background-color: #fff;
}

.kosmos-hero-media .item {
  position: relative;
}

.kosmos-hero-media .item .downloadBrouchreBtn {
  position: absolute;
  bottom: 22%;
  right: 13%;
  z-index: 3;
  background-color: #3f5b7a;
  color: #fff;
  padding: 10px 18px;
  border-radius: 28px;
  font-size: 14px;
}

/*** disclaimer page ***/
.disclaimerContent {
  margin-top: 15px;
  font-size: 10px;
  padding: 20px 25px;
  background-color: #f5f6fa;
  border-radius: 6px;
}
.disclaimerContent p {
  margin-bottom: 5px;
}
.qrCodebox {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  gap: 15px;
  padding: 30px 30px;
  background-color: #f5f6fa;
  border-radius: 10px;
}

.qrCodeBlock {
  display: grid;
  grid-template-columns: 0.2fr 0.8fr;
  gap: 15px;
}
.qrCodeBlock .imgBlock {
}
.qrCodeBlock .contentBlock p {
  margin-bottom: 5px;
  font-size: 12px;
}
.qrCodeBlock .contentBlock p .strong {
  font-weight: 700;
}
/*** disclaimer page ***/

#floorPlanSlider {
  padding-bottom: 30px;
}

#floorPlanSlider .splide__pagination {
  bottom: 0;
}

#kosmos-hero-media .splide__pagination__page {
  background-color: #fff;
  border: 1px solid #fff;
}

#floorPlanSlider .splide__pagination__page {
  border: 1px solid #ff8e00;
}
#kosmos-hero-media .splide__pagination__page.is-active,
#floorPlanSlider .splide__pagination__page.is-active {
  transform: none;
  background: #ff8e00;
  border: 1px solid #ff8e00;
}

.diclaimerBoxOUter {
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .kosmos-hero-wrapper {
    grid-template-columns: 1fr;
  }

  .kosmos-hero-panel {
    padding: 45px 35px;
  }

  .hero-tag {
    display: none;
  }

  .split-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .overview-wrapper {
    flex-direction: column;
  }

  .overview-content h2 {
    font-size: 36px;
  }

  .location-wrapper {
    grid-template-columns: 1fr;
  }

  .location-map {
    order: 2;
  }

  .location-content {
    order: 1;
  }

  .amenities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amenity-card {
    border-left: none;
  }

  /* .amenity-card:nth-child(-n + 2) {
    border-top: none;
  } */

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .kosmos-hero-panel h1 {
    font-size: 36px;
  }

  .kosmos-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amenities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 0;
  }

  .amenity-card {
    border: none;
    padding: 15px 10px;
    gap: 10px;
  }

  .amenity-card p {
    font-size: 14px;
  }

  .amenity-card:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .amenity-card:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }

  .pricing-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .plan-card {
    padding: 30px 20px 35px;
  }

  .next-step-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .next-step-form .form-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .why-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .why-card {
    border-left: 0;
    border-bottom: 1px solid #cacaca;
    padding-left: 0;
  }

  .why-card:nth-child(4) {
    border: 0;
  }

  .overview-content h2,
  .pricing-head h2,
  .gallery-head h2,
  .next-step-copy h2,
  .why-head h2,
  .location-head h2,
  .amenities-head h2 {
    font-size: 26px;
  }

  .overview-wrapper {
    gap: 35px;
    grid-template-columns: auto;
  }

  .kosmos-contact,
  .kosmos-gallery,
  .kosmos-floorplans,
  .kosmos-overview,
  .kosmos-amenities,
  .kosmos-location,
  .kosmos-why {
    padding: 60px 0;
  }

  .location-item-icon {
    width: 30px;
    height: 30px;
  }
  .location-item-icon img {
    max-width: 30px;
  }

  .location-item strong {
    font-size: 14px;
  }
  .location-item p {
    font-size: 12px;
  }
  .location-toggle {
    width: 20px;
    height: 20px;
  }

  .location-toggle span {
    width: 10px;
  }

  .location-wrapper {
    margin-top: 30px;
  }

  .next-step-form input,
  .next-step-form select {
    font-size: 12px;
  }

  .kosmos-hero {
    /* margin-top: 57px; */
  }
  .location-item-header {
    gap: 10px;
  }
  .qrCodebox {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .splide__arrow--next {
    right: 0;
  }

  .splide__arrow--prev {
    left: 0;
  }

  .kosmos-hero-media .item .downloadBrouchreBtn {
    bottom: 10%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 12px;
    font-size: 9px;
  }

  .why-card:nth-child(1) {
    border-bottom: 1px solid #cacaca;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .overview-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why-card:nth-child(even) {
    border-left: 1px solid #cacaca;
    padding-left: 25px;
  }

  .why-card:nth-child(n + 3) {
    border-bottom: 0;
  }
  .amenities-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 0;
  }
  .amenity-card {
    border: 0 !important;
  }

  .amenity-card:nth-child(n + 5) {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  .amenity-card:nth-child(n + 2) {
    border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  .amenity-card:nth-child(5) {
    border-left: 0 !important;
  }

  .overview-content h2,
  .pricing-head h2,
  .gallery-head h2,
  .next-step-copy h2,
  .why-head h2,
  .location-head h2,
  .amenities-head h2 {
    font-size: 40px;
  }

  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .location-wrapper {
    grid-template-columns: 0.7fr 0.9fr;
    gap: 30px;
  }

  .location-content {
    order: 2;
  }

  .kosmos-hero {
    /* margin-top: 52px; */
    padding: 72px 0 0 !important;
  }

  .sticky-btn-enquire {
    top: 46%;
  }
  .sticky-btn-enquire1 {
    top: 65%;
  }
  .plan-card {
    padding: 15px 15px 15px;
  }
  .next-step-wrapper {
    grid-template-columns: 0.5fr 0.8fr;
  }

  .kosmos-hero-media .item .downloadBrouchreBtn {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}

@media (min-width: 1024px) {
  .kosmos-hero-media .item .downloadBrouchreBtn {
    bottom: 20%;
    right: 12%;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .kosmos-hero-media .item .downloadBrouchreBtn {
    bottom: 20%;
    right: 13%;
    font-size: 13px;
    padding: 14px 25px;
  }
}

@media (min-width: 1366px) {
  .kosmos-hero-media .item .downloadBrouchreBtn {
    bottom: 22%;
    right: 13%;
  }
}

@media (min-width: 1420px) {
  .kosmos-hero-media .item .downloadBrouchreBtn {
    bottom: 22%;
    right: 13%;
  }
}

@media (min-width: 1536px) {
  .kosmos-hero-media .item .downloadBrouchreBtn {
    bottom: 22%;
    right: 15%;
  }
}

@media (min-width: 1600px) {
  .kosmos-hero-media .item .downloadBrouchreBtn {
    bottom: 22%;
    right: 17%;
  }
}

/* menuChanges */
/* menuChanges */

.next-step-form .checkbox-label {
  flex-direction: row;
  text-transform: none;
}

.next-step-form .checkbox-label .sm-form-control {
  width: 15px;
  height: 15px;
}

.floorPlanImg {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
