@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
  background-color: #f5f9f6;
  border: 3px solid white;
}
/* Nav Settings  */
.mobile-menu-logo {
  display: none;
}
nav {
  background-color: #F0F4F1;
  width: 100%;
  box-sizing: border-box
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
nav li {
  display: inline-block;
  text-transform: uppercase;
}
nav ul li a img {
  width: 100%;
  min-width: 150px;
}
nav a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
nav a:hover {
  color: #71BBAD;
}
nav ul li:last-child a:hover {
  color: red;
}
#menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  margin: 15px;
  cursor: pointer;
}
.mobile-break {
  display: none;
}
/* colours */
.twilight {
  color: #1A2E35;
}
.mountain {
  color: #2A4852;
}
.skygreen {
  color: #71BBAD;
}
.sunshine {
  color: #DCBF47;
}
.mist {
  color: #D5DBD9;
}
.air {
  color: #F0F4F1;
}
.bgmountain {
  background-color: #2A4852;
}
.bgskygreen {
  background-color: #71BBAD;
}
/* Typography Settings  */
p, li, ul {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1A2E35;
}
.adonis-regular {
  font-family: "adonis-web", serif;
  font-weight: 400;
  font-style: normal;
}
.adonis-italic {
  font-family: "adonis-web", serif;
  font-weight: 400;
  font-style: italic;
}
.adonis-bold {
  font-family: "adonis-web", serif;
  font-weight: 700;
  font-style: normal;
}
.adonis-bold-italic {
  font-family: "adonis-web", serif;
  font-weight: 700;
  font-style: italic;
}
.aviner-next {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.aviner-medium {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.aviner-next-demi {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* Button Settings  */
.goldenbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  text-align: center;
  border: 1px solid #DCBF47;
  background-color: #DCBF47;
  color: white;
  text-decoration: none;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1;
  padding: 0
}
.goldenbutton:hover {
  border-color: #DCBF47;
  background-color: #F0F4F1;
  box-sizing: border-box;
  color: #DCBF47;
}
/* Hero Section Settings  */
.hero-section {
  background-image: url("../images/Verona-hero-bg-01.svg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: -50px 150px;
  background-size: cover;
  min-height: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F0F4F1;
  padding-top: 50px;
}
.hero-group {
  margin-bottom: -55px;
  z-index: 9;
}
.hero-section h1 {
  text-align: center;
  font-size: 35px;
  line-height: 50px;
  text-transform: uppercase;
  margin: 60px auto;
  box-sizing: border-box;
}
.hero-section span {
  text-transform: none;
  font-size: 40px;
}
.hero-image img {
  width: 100%;
  padding: 25px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.hero-group .hero-highlight {
  font-size: 22px;
  text-transform: uppercase !important;
  letter-spacing: 12px;
}
.hero-section > div {
  background-color: white;
  width: 75%;
  text-align: center;
}
.hero-text {
  padding: 50px;
  box-sizing: border-box;
}
.hero-text > h2 {
  font-size: 42px;
}
.hero-text p {
  font-size: 22px;
  line-height: 44px;
  padding: 0 40px;
  box-sizing: border-box;
}
/* features section */
.feature-section {
  background-color: #F0F4F1;
  box-sizing: border-box;
  padding-bottom: 150px;
}
.feature-section-inner {
  display: flex;
  width: 80%;
  margin: 0 auto;
  flex-wrap: nowrap;
  flex-direction: row;
  column-count: 2;
  align-items: flex-end;
  justify-content: center;
  gap: 2rem;
  padding: 120px 15% 0 30px;
  position: relative;
  box-sizing: border-box
}
.features h2 {
  font-size: 19px;
  color: #34bcae;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.features h3 {
  font-size: 34px;
}
.features p {
  font-size: 16px;
  color: #1A2E35;
  padding-right: 30%;
  margin-bottom: 30px;
}
.feature-group h4 {
  font-size: 14px;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #71BBAD;
  margin: 0 0 5px 0;
  padding: 0;
}
.feature-group ul {
  margin: 0 0 20px 0;
  list-style-position: outside;
  padding-left: 25px;
}
.feature-group li {
  font-size: 12px;
  margin-bottom: 6px;
  color: #1A2E35;
  padding-right: 50%;
}
.whitebox {
  background: #fff;
  padding: 40px 0px 80px 60px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.features-img-wrapper {
  position: absolute;
  width: 45%;
  bottom: -50px;
  right: -00px;
  z-index: 9;
  margin-left: -50px; /* This causes the image to overlap the whitebox */
}
.features-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.features .button-group {
  display: flex;
  justify-content: space-between;
  padding-right: 45%;
  margin-top: 75px;
}
.round-price {
  position: absolute;
  top: -140px;
  left: 10px;
  background-color: #DCBF47;
  font-size: 1.25rem;
  padding: 24px;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.price {
  margin-top: 25px
}
.round-price strong, .round-price p:first-child {
  font-size: 1rem;
  margin: 0px;
  line-height: 1.1;
  text-transform: uppercase;
}
.round-price span {
  font-size: 4rem;
  text-transform: lowercase;
}
.round-price sup {
  position: relative;
  font-size: 2rem;
  top: 0px
}
.gst {
  font-size: 0.75rem;
  margin-top: -10px;
  padding: 0
}
/* image quote divider section */
.image-quote {
  display: flex;
  width: 100%;
  height: 400px;
  background-image: url("../images/scenic-hills.webp");
  overflow: hidden;
}
.fadedwhite {
  display: flex;
  background-color: hsla(0, 0%, 100%, 0.5);
  height: 40%;
  width: 75%;
  margin: auto;
  padding: 40px 80px;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
}
.fadedwhite p {
  font-size: 22px;
  line-height: 38px
}
/*floorplans and site map section */
.floorplans {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  column-count: 2;
  column-gap: 20px;
  box-sizing: border-box;
  background-color: white;
  padding: 80px 0;
}
.siteplan {
  display: flex;
  width: 60%;
  height: 1000px;
}
.siteplan img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.unit-types {
  width: 38%;
}
.unit-types h2 {
  font-size: 36px;
  width: 80%;
  margin-bottom: 15px;
}
/* unit listings style */
.unit-types > h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.unit-type-listing {
  display: flex;
  flex-direction: row;
  height: auto;
  min-height: 50px;
  min-width: 450px;
  justify-content: flex-start;
  align-content: space-around;
  column-gap: 25px;
  margin-bottom: 15px;
  line-height: 20px;
}
.unit-type-listing h3 {
  font-size: 18px;
  font-family: "adonis-web", serif;
  font-weight: 700;
  font-style: normal;
  color: #1A2E35;
}
.unit-type-listing p {
  font-size: 14px;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1A2E35;
}
.unit-type-listing a {
  font-size: 12px;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #71BBAD;
}
.unit-type-listing a:hover {
  color: #1A2E35
}
.unit-icon {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #2A4852;
  padding: 5px;
  margin: auto 0;
  justify-content: center;
  align-items: center
}
.unit-icon p {
  color: white;
  text-align: center;
  width: 100%;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1rem;
}
.unit-description p, h3 {
  padding: 0;
  margin: 0 0;
}
.unit-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 75px;
  margin: auto 0;
}
.unit-description a {
  display: inline;
}
.unit-types > .goldenbutton {}
.disclaimer {
  display: flex;
  font-size: 9px;
  text-align: center;
  width: 80%;
}
/* divider image section */
.image-divider {
  display: flex;
  width: 100%;
  max-height: 800px; /* or any fixed height you prefer */
  height: 70vw;
  background-image: url("../images/Kitchen-Divider-Image.webp");
  background-repeat: no-repeat;
  background-size: cover; /* Ensures it fills the section */
  background-position: top center; /* Aligns to the top */
  background-color: white; /* Fallback color */
}
/* colour boards section */
.interior-selections {
  background-color: white;
}
.interior-intro {
  text-align: center;
  width: 75%;
  padding: 50px 0;
  margin: 0 auto;
  background-color: white;
}
.interior-intro h2 {
  font-size: 48px;
}
.interior-intro p {
  font-size: 18px;
  margin-top: 50px;
}
.interior-intro p span {
  letter-spacing: 5px;
  text-transform: uppercase;
}
.colour-boards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background: -webkit-linear-gradient(-8deg, #F0F4F1 30%, white 30%);
  background: -o-linear-gradient(-8deg, #F0F4F1 30%, white 30%);
  background: linear-gradient(-8deg, #F0F4F1 30%, white 30%);
  padding: 60px 0;
}
.colour-boards strong {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #71BBAD;
  font-size: 16px;
  text-transform: uppercase;
}
.colour-boards figcaption {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1A2E35;
  line-height: 30px;
  font-size: 14px;
}
.palette > figure img {
  box-shadow: 10px 10px 10px #D5DBD9FF;
  box-sizing: border-box;
  width: 100%;
}
.palette-group {
  width: 80%;
}
.palette {
  display: flex;
  flex-direction: row;
  column-count: 2;
  flex-wrap: wrap;
	justify-content: center;
}
.plalette-display {
  display: flex;
  flex-direction: row;
}
/*location section*/
.location {
  display: block;
  text-align: center;
  padding: 100px 0;
  background: -webkit-linear-gradient(8deg, #D5DBD9 19%, white 19%);
  background: -o-linear-gradient(8deg, #D5DBD9 19%, white 19%);
  background: linear-gradient(8deg, #D5DBD9 19%, white 19%);
}
.location .aviner-next {
  text-transform: uppercase;
  color: #71BBAD;
  font-weight: 700;
  letter-spacing: 5px;
}
.location h2 {
  font-size: 40px;
  width: 75%;
  margin: 50px auto;
  padding: 0;
}
.location-text {
  width: 70%;
  line-height: 24px;
  margin: 0 auto 00px auto;
}
.yellow-dot {
  position: absolute;
  right: 80px;
  top: -40px;
  border-radius: 100%;
  width: 110px;
  height: 110px;
  background-color: #DCBF47;
}
.community-map {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 50px 0 50px 0;
}
.community-map img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.usp-grid {
  display: flex;
  flex-direction: row;
  column-count: 3;
  flex-wrap: wrap;
  column-gap: 30px;
  text-align: left;
  justify-content: center;
}
.usp {
  width: 25%;
  margin-bottom: 30px;
  min-height: 250px;
  display: flex;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}
.usp-detail {
  display: flex;
  width: 100%;
  padding-top: 20px;
  flex-direction: column;
  color: white;
}
.usp-detail h3 {
  font-size: 33px;
  font-family: "adonis-web", serif;
  font-weight: 400;
  font-style: normal;
}
.usp-detail p {
  line-height: 24px;
  color: white;
}
/* builder section*/
.about-builder {
  display: flex;
  justify-content: center;
  background-color: #F0F4F1;
}
.about-builder-inner {
  display: flex;
  flex-direction: row;
  width: 80%;
  padding-top: 100px;
}
.collage {
  width: 60%;
  transform: translateX(00px) translatey(100px);
}
.collage div > img {
  border: 6px solid white;
  width: 100%;
  margin-bottom: -25px;
  object-fit: cover;
}
.collage > div:nth-child(2) {
  transform: translateX(80px); /* Push inward by 20px */
}
.collage > div:last-child {
  transform: translateX(-20px); /* Pull outward by 20px */
}
.builder-box {
  width: 110%;
  background-color: white;
  padding: 120px 50px 150px 250px;
  margin-left: -100px;
}
.about-trico {
  width: 100%;
}
.about-trico p:nth-child(2) {
  font-size: 42px;
  margin-bottom: 15px;
  color: #1A2E35;
}
.about-trico h2:nth-child(3) {
  font-size: 18px;
  margin-bottom: 25px;
  color: #71BBAD
}
.about-trico p:nth-child(4) {
  line-height: 24px;
}
.about-trico p:nth-child(6) {
  margin-bottom: 55px
}
.did-you-know {
  background-color: #71BBAD;
  display: flex;
  flex-direction: column;
  align-content: center;
  text-align: center;
  padding: 60px 100px;
  color: white !important;
}
.did-you-know h2 {
  font-size: 48px;
  margin: 0;
}
.did-you-know p {
  color: white;
}
.contact {
  min-height: 550px;
  height: auto;
  background-color: #2A4852;
  color: white;
  padding: 60px 0;
}
.map {
  display: flex;
  position: relative;
  width: 50%;
  max-width: 40%; /* Adjust as needed */
  aspect-ratio: 1 / 1; /* Maintains square shape */
  margin: 0 auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  align-items: center;
  column-gap: 60px;
  width: 80%;
  margin: 0 auto;
}
.contact-information {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact-information p.skygreen {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.contact-information p {
  line-height: 20px;
}
.contact-information h2.adonis-regular {
  font-size: 30px;
  margin: 0 0 30px 0;
}
.contact-details-inner {
  display: flex;
  column-gap: 50px;
  width: 100%;
}
.contact-information p.adonis-regular {
  font-size: 22px;
  color: white;
  border-top: 1px solid #DCBF47;
  padding-top: 15px;
  margin-top: 15px;
}
.contact-information a:hover {
  color: #71BBAD;
  text-decoration: underline;
}
.contact-details {
  width: 50%;
}
.contact-details h3 {
  margin-bottom: 15px;
}
.contact-details h3, a {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #71BBAD;
}
.contact-details p, a {
  color: white;
  margin: 0;
  padding: 0 0 10px 0;
}
.contact-details a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.contact-details p:nth-child(4) {
  padding-bottom: 5px;
  margin: 0;
}
.registration h2 {
  text-align: center;
  font-size: 36px;
}
/* footer */
footer {
  background-image: url("../images/footerbg.svg");
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
}
#footer-menu-toggle {
  display: none;
}
.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 0;
  margin: 0 auto;
  width: 80%;
}
.footer-container .verona-logo {
  padding-right: 50px;
}
.footer-menu {
  display: flex;
  align-content: flex-start;
  padding: 0;
  margin: 0;
}
.footer-menu ul {
  margin: 0;
  padding: 0 20px;
}
.footer-menu ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
  font-size: 14px;
}
.footer-menu ul li a:hover {
  color: #71BBAD;
  text-decoration: underline;
}
.footer-divider {
  border-left: 1px solid #ccc;
  height: 60px; /* adjust to match logo or container */
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.footer-contact .mail a {
  display: inline-block;
  margin-bottom: 3px;
  padding: 0;
  text-decoration: none;
}
.footer-contact .tel a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0px;
}
.footer-contact .tel a:hover, .mail a:hover {
  color: #71BBAD;
  text-decoration: underline;
}
.socialicons {
  display: flex;
}
.socialicons img {
  padding-right: 10px;
}
.parallax {
  background-repeat: no-repeat;
  background-size: cover; /* or contain, but cover works better for parallax */
  background-attachment: scroll; /* NOT fixed */
  background-position: center center; /* required for Y axis shifting */
  will-change: background-position;
}
/* mobile queries */
/* -----------------------------
   Responsive Styles for Tablets
   ----------------------------- */
/*
@media (max-width: 1024px) {

  .siteplan {
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  .unit-types {
    width: 100%;
    padding: 0 20px;
  }
  .unit-type-listing {
    flex-direction: column;
    min-width: unset;
    align-items: center;
    text-align: center;
    padding: 10px 0;
  }
  .unit-icon {
    margin-bottom: 10px;
  }
  .hero-section h1, .hero-section span, .hero-text > h2, .features h2, .features h3, .unit-types h2, .unit-types h3, .interior-intro h2, .location h2, .contact-information h2, .registration h2 {
    font-size: clamp(1.4rem, 5vw, 2rem);
    line-height: 1.3;
  }
  .hero-text p, .features p, .unit-type-listing p, .interior-intro p, .location-text, .usp-detail p, .about-trico p, .contact-details p, .disclaimer p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .button-group {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .round-price {
    position: static;
    width: 100px;
    height: 100px;
    margin: 20px auto;
  }
  .round-price span {
    font-size: 2rem;
  }
  .usp {
    width: 90%;
    min-height: unset;
    margin: 10px auto;
  }
  .collage, .builder-box {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
  .map {
    width: 90%;
    aspect-ratio: 16 / 9;
    max-width: none;
  }
  .footer-menu, .footer-contact {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  .footer-divider {
    display: none;
  }
}*/
@media (max-width: 1024px) {
  nav {
    padding: 0 15px;
  }
  nav ul {
    font-size: 14px;
  }
  .siteplan {
    width: 50%;
  }
  .palette-group {
    width: 90%;
  }
  .location h2 {
    font-size: 48px;
  }
  .location .aviner-next {
    font-size: 18px
  }
  .contact {
    min-height: 350;
  }
  .contact-inner {
    width: 90%;
    gap: 30px;
  }
  footer {
    display: flex;
    justify-content: center;
    background-size: cover;
  }
  .footer-container {
    width: unset;
    padding: 1px 10px 100px 10px;
  }
}
@media (min-width: 300px) and (max-width: 700px) {
  .mobile-break {
    display: block;
  }
  .mobile-menu-logo {
    display: block;
    width: 50%;
  }
  a.goldenbutton {
    font-size: 12px;
    width: 47%;
  }
  #menu-toggle {
    display: block;
    padding-top: 20px;
    justify-content: center;
    margin: 0;
    width: 100%;
    color: black
  }
  nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  nav ul {
    background-color: white;
    padding: 40px 20px;
    margin: auto;
  }
  nav ul {
    display: none;
    flex-direction: column;
    gap: 2px;
    background-color: #F0F4F1;
    padding: 0px;
  }
  nav ul.show {
    display: flex;
  }
  nav #menu.show {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    min-height: 350px;
    background-color: white;
    width: 100%
  }
  nav ul li {
    text-align: center;
    padding-bottom: 00px;
    line-height: 24px;
  }
  nav ul li a {
    font-size: 16px;
  }
  nav li#logo {
    display: none;
  }
  .hero-section {
    padding-top: 40px;
  }
  .hero-section h1 {
    width: 85%;
    padding-top: 0;
    margin-top: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
  }
  .hero-image img {
    padding: 10px;
  }
  .hero-section {
    min-height: 0;
  }
  .hero-section > div {
    width: 90%;
    min-height: 0;
    height: auto;
  }
  .hero-section span {
    display: inline-block;
    font-size: 32px;
    margin-top: 9px;
    line-height: 38px
  }
  .hero-text {
    padding: 20px;
  }
  .hero-group .hero-highlight {
    font-size: 14px;
    letter-spacing: 10px;
  }
  .hero-text h2 {
    font-size: 18px;
  }
  .hero-text p {
    font-size: 14px;
    line-height: 24px
  }
  .hero-section {
    background-position: -60px 180px;
  }
  .feature-section-inner {
    flex-direction: column;
    width: 90%;
  }
  .feature-section {
    padding: 0px 0;
  }
  .feature-section-inner {
    width: 90%;
    flex-direction: column-reverse;
    align-content: center;
    padding: 0;
    margin: 0 auto;
  }
  .whitebox {
    padding: 55px 0;
    margin-top: -75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .features h2 {
    font-size: 19px;
  }
  .features h3 {
    font-size: 34px;
  }
  .features p {
    font-size: 14px;
    line-height: 18px;
  }
  .feature-group {
    width: 100%;
  }
  .feature-group h4 {
    font-size: 14px;
  }
  .feature-group ul {}
  .feature-group li {
    padding-right: 0;
  }
  .features {
    display: flex;
    flex-direction: column;
    width: 85%;
  }
  .features-img-wrapper {
    position: relative;
    width: 100%;
    z-index: 9;
    margin-bottom: 50px
  }
  .features-img img {
    width: 100%;
    z-index: 1;
    margin-bottom: 35px;
  }
  .features .button-group {
    padding-right: 0%;
    margin: 20px;
  }
  .round-price {
    position: relative;
    top: 0;
    width: 140px;
    height: 140px;
    z-index: 999;
    margin-bottom: -50px;
  }
  .price {
    margin-top: 25px
  }
  .round-price strong, .round-price p:first-child {
    font-size: 1rem;
    margin: 0px;
    line-height: 1.1;
  }
  .round-price span {
    font-size: 4rem;
    text-transform: lowercase;
  }
  .round-price sup {
    position: relative;
    font-size: 2rem;
    top: 0px
  }
  .gst {
    font-size: 0.75rem;
    margin-top: -5px;
    padding: 0
  }
  .image-quote {
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 50px auto;
    background-image: url("../images/scenic-hills-mobile2.webp");
    background-size: cover;
    overflow: hidden;
  }
  .fadedwhite {
    width: 90%;
    padding: 20px 20px;
    box-sizing: border-box
  }
  .fadedwhite p {
    font-size: 16px;
    line-height: 22px;
  }
  .siteplan {
    display: flex;
    width: 100%;
    height: 500px;
  }
  .floorplans {
    flex-direction: column-reverse;
    align-items: center;
    padding: 40px 20px;
  }
  .unit-types {
    order: 3;
    width: 100%; /* Let it go full-width or set a max-width */
    text-align: center; /* Center all heading and text inside */
    margin: 0 auto;
  }
  .unit-types h2 {
    font-size: 32px;
  }
  .unit-types h3 {
    font-size: 14px;
  }
  .unit-types h2, h3.unit-types {
    margin-left: auto;
    margin-right: auto;
  }
  .unit-type-listing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* Add gap for vertical spacing */
    padding-left: 0px;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .listing-links {
    width: 80%;
    margin: 0 auto;
  }
  h3.unit-name {
    margin: 0;
    font-size: 16px;
  }
  .unit-description {
    min-height: 90px; /* or however tall the tallest one is */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .unit-description p {
    font-size: 12px
  }
  .siteplan {
    order: 2;
  }
  .disclaimer {
    order: 3;
  }
  .disclaimer p {
    font-size: 8px;
  }
  .unit-types > .button-group {
    padding-left: 0px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
  }
  .interior-intro {
    padding-bottom: 15px;
  }
  .interior-intro h2 {
    font-size: 38px;
    width: 70%;
    margin: 0 auto;
  }
  .interior-intro p {
    font-size: 14px;
    line-height: 18px;
  }
  .colour-boards {
    padding-top: 0;
  }
  .community-map {}
  .yellow-dot {
    position: absolute;
    right: 40px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background-color: #DCBF47;
    z-index: 999
  }
  .location {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  .location-text {
    width: 80%;
    font-size: 14px;
    line-height: 18px;
  }
  .location .aviner-next {
    width: 70%;
    margin: 0 auto;
    line-height: 28px
  }
  .location h2 {
    font-size: 36px;
    width: 80%;
    margin: 30px auto;
  }
  .usp-grid {
    column-count: 2;
  }
  .usp {
    width: 90%;
  }
  .collage {
    display: none;
  }
  .about-builder {
    justify-content: unset;
    padding: 35px 0;
  }
  .about-builder-inner {
    flex-direction: column;
    padding: 0px 20px;
  }
  .builder-box {
    width: 100%;
    padding: 40px 20px;
    margin: 0 auto;
  }
  .about-trico p:nth-child(2) {
    font-size: 35px;
    line-height: 42px
  }
  .about-trico p {
    font-size: 14px ;
    line-height: 18px ;
  }
  .about-trico h2:nth-child(3) {
    font-size: 14px;
  }
	
	.about-trico p:nth-child(4) {
    line-height: 18px; 
}
	
  .did-you-know {
    padding: 30px 20px;
  }
  .did-you-know h2 {
    font-size: 32px;
  }
  .did-you-know p {
    font-size: 14px;
  }
  .contact {
    height: auto; /* Let content define height */
    padding: 40px 20px;
  }
  .contact-inner {
    flex-direction: column-reverse; /* Map goes below text */
    align-items: center;
    gap: 0px; /* Better spacing on mobile */
    width: 100%;
  }
  .contact-information {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .contact-information h2.adonis-regular {
    font-size: 24px;
    width: 80%;
    margin-top: 20px
  }
  .contact-information p.adonis-regular {
    line-height: 32px;
  }
  .contact-details-inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .contact-details {
    width: 100%;
  }
  .registration h2 {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }
  .contact-details a {
    display: block;
  }
  .map {
    width: 90%;
    max-width: none;
    height: 300px;
    aspect-ratio: unset;
  }
  .map iframe {
    height: 100%;
  }
  .contact-information p.adonis-regular {
    margin-top: 30px;
  }
  footer {
    height: auto; /* Let it expand */
    padding: 40px 0;
    background-image: unset;
    background: linear-gradient(-0deg, #71BBAD 5%, #1A2E35 5%);
    background-color: #1A2E35;
  }
  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  .footer-container .verona-logo {
    padding-right: 0px;
  }
  .verona-logo {
    text-align: center;
    margin: 0 auto;
  }
  #footer-menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 28px;
    color: white;
    margin: 10px 0;
    cursor: pointer;
  }
  .footer-menu {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .footer-menu.show {
    display: flex;
    background-color: #F0F4F1;
    width: 100%;
    padding: 40px 0;
  }
  .footer-menu ul {
    padding: 0;
    margin: 0px 0;
  }
  .footer-menu ul li {
    list-style: none;
    margin-bottom: 10px 0;
    text-align: center;
    padding-bottom: 10px;
    line-height: 36px;
  }
  .footer-menu ul li a {
    font-size: 16px;
    color: #1A2E35;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
  }
  .footer-divider {
    display: none;
  }
  .footer-contact {
    margin-top: 20px;
  }
  .socialicons {
    justify-content: center;
    margin-top: 20px;
  }
  .socialicons img {
    width: 24px;
    height: 24px;
  }
  .unit-description {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .disclaimer {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  body {
    overflow-x: hidden;
  }
  .siteplan, .features, .contact, .builder-box {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 10px;
  }
  .contact-inner, .about-builder-inner, .floorplans {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .contact-inner {
    flex-direction: column-reverse !important;
  }
  footer, .footer-container, .footer-contact, .socialicons {
    width: 100%;
    box-sizing: border-box;
  }
  .footer-menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}