/* Base styles | Quali-T Immobilia | February 2026 | Kayla Cox */

/*Apply to all start*/
* {
  margin: 0;
  font-family: "helvetica-lt-pro", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}
h1 {
  color: #212d58;
  font-size: 3rem;
  font-weight: bold;
}
h2 {
  color: #212d58;
  font-size: 2rem;
}
h3 {
  color: #212d58;
  font-size: 1.5rem;
}
h4 {
  color: #212d58;
  font-weight: lighter;
  font-size: 1.15rem;
}
p {
  color: #0a1e2a;
  font-size: 1rem;
  word-wrap: break-word;
}
.white-text {
  color: #f8f6f2;
}
.bold {
  font-weight: bold;
}
/* Style Nav Bar */
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  z-index: 1000;
  width: 100%;
  height: 50px;
  padding: 1% 0% 1% 0%;
}

.mynav {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 20px;
  padding-left: 5%;
}
.mynav a {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  width: auto;
}
.mynav a.active {
  text-decoration: underline;
}
.logo-menu {
  width: 35%;
}
.logo-menu img {
  object-fit: contain;
  width: auto;
  height: 75%;
  padding-left: 5%;
}
.language-menu {
  padding-left: 2%;
  width: 5%;
  cursor: pointer;
}
.menu-bar {
  display: none;
}
.mynav .closebtn {
  display: none;
}
.language-menu p {
  color: #f8f6f2;
  font-size: large;
}
a {
  color: inherit;
  text-decoration: none;
}
/* Style of menu when scrolled */
.navigation.scrolled {
  background-color: #0a1e2a;
}

/* Footer section */
.footer-navigation ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #212d58;
}
footer {
  align-items: center;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5% 2% 5% 2%;
  gap: 2rem;
}
.footer-navigation ul {
  width: 100%;
  padding: 1% 0% 1% 0%;
}
.home-footer-top {
  width: 90%;
  align-items: center;
  text-align: center;
  gap: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
.footer-top-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
  display: flex;
}
.footer-top-right ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}
.home-footer-bottom {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 25px;
}
.social-icon {
  width: 75px;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.qualit-logo {
  width: 50%;
}
.phone a {
  color: inherit;
  text-decoration: none;
}
/* Buttons */
button {
  appearance: none;
  cursor: pointer;
}
.contact-button {
  background-color: transparent;
  color: #f8f6f2;
  font-weight: bold;
  border: 2px solid #f8f6f2;
  border-radius: 25px;
  padding: 2%;
}
.visit-button {
  font-weight: bold;
  border-radius: 2px;
  padding: 2%;
  width: 250px;
}
.call-button {
  font-weight: bold;
  border-radius: 5px;
  width: 275px;
  padding: 1%;
  text-align: center;
}
.translate-button {
  font-weight: bold;
  background: transparent;
  border: none;
  color: #f8f6f2;
  font-size: 1rem;
}
.google-translate-element {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
}
.white-button {
  background-color: #f8f6f2;
  color: #212d58;
  border: 2px solid #f8f6f2;
}
.blue-button {
  background-color: #212d58;
  color: #f8f6f2;
  border: 2px solid #212d58;
}
.blue-outline {
  background-color: #ffff;
  border: 2px solid #212d58;
  color: #212d58;
}
.long-button {
  width: 400px;
}
/* Large screens starts */
/* Home section */
.home-hero-section {
  background-image: url("../img/home-hero-banner-mobile.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}
.hero-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0% 5% 0% 5%;
}
.contact-button {
  padding: 1%;
  font-size: small;
  width: 300px;
}
.home-about-section {
  height: 75%;
  width: 100%;
  background-color: #f8f6f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-about-text {
  text-align: left;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 5% 0% 2.5% 0%;
}
.sign-document-image {
  display: flex;
  justify-content: center;
  padding: 2.5% 0% 5% 0%;
}
.sign-document-image img {
  width: 80%;
  height: auto;
}
.home-view-properties {
  background-image: url("../img/cottage-house-mobile.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-visit-properties {
  padding-right: 5%;
}
.home-market {
  width: 100%;
  height: 100%;
  padding: 5% 0% 10% 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 50px;
}
.home-property-highlight {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.property-highlight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.property-highlight img {
  width: 60%;
}
.home-team {
  background-color: #f8f6f2;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 25px;
  padding: 5% 0% 5% 0%;
}
.home-team-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 50px;
  padding: 0% 10% 0% 10%;
}
.home-team-box-half {
  text-align: center;
}
.photo-circle {
  width: 65%;
}
/* Info section */
.info-hero-section {
  background-image: url("../img/info-hero.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 70vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-hero-section-text {
  display: flex;
  flex-flow: column nowrap;
  gap: 25px;
  padding: 0% 10% 0% 10%;
}
.team-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  background-color: #f9f8f5;
}
.profile-card {
  display: flex;
  background-color: #ffffff;
  width: 70%;
  height: fit-content;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.profile-image {
  display: flex;
  justify-content: center;
  width: 40%;
}
.profile-image img {
  object-fit: cover;
}
.profile-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: 2rem;
}
.profile-card.reverse {
  flex-direction: row-reverse;
}
.info-why-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.info-why-box-1 {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
  gap: 1.5rem;
  padding: 10% 0% 0% 10%;
}
.info-why-box-2 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding: 5% 0% 0% 25%;
}
.info-why-box-2-text {
  width: 25%;
  height: auto;
  font-size: x-large;
}
.info-why-box-2-image {
  width: 75%;
  height: auto;
  display: flex;
  justify-content: start;
}
.info-why-box-2 img {
  width: 70%;
}
.info-why-box-2 .regular-text {
  font-weight: normal;
}
.info-contact-banner {
  background-image: url("../img/key.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 150vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}
.info-contact-banner-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0% 10% 0% 10%;
}
.highlight-text {
  font-size: 40px;
}
/* Contact section */
.contact-hero-section {
  background-image: url("../img/contact-banner.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 70vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-hero-section-text {
  display: flex;
  flex-flow: column nowrap;
  gap: 25px;
  padding: 0% 10% 0% 10%;
}
.contact-phone-section {
  background-color: #f8f6f2;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact-phone-text {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 0% 10% 0% 10%;
  gap: 1.5rem;
}
.contact-phone-image {
  width: 100%;
  height: 40vh;
  background-image: url("../img/phone.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-form-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 50px;
  background-color: #ccd2c6;
  padding: 5% 0% 5% 0%;
}
.contact-form {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.form-row {
  display: flex;
  gap: 20px;
}
.form-row .form-group {
  flex: 1;
}
.form-group {
  display: flex;
  flex-direction: column;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding: 15px;
  border: 1.5px solid #0a1e2a;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #0a1e2a;
  box-sizing: border-box;
}
::placeholder {
  color: #0a1e2a;
}
.submit-btn {
  display: block;
  margin: 30px auto 0 auto;
  background-color: #2d3758;
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
/* Properties section */
.properties-hero-section {
  background-image: url("../img/proprietes-banner.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 70vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-listings {
  padding: 40px 20px;
}
.listings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.property-card {
  display: flex;
  flex-direction: column;
}
.image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  padding: 0 5px;
}
.address {
  font-size: 14px;
  max-width: 65%;
  line-height: 1.4;
  margin: 0;
  color: #0a1e2a;
  font-weight: bolder;
}
.price {
  font-size: 20px;
  margin: 0;
  text-align: right;
  white-space: nowrap;
}
/*Property details page*/
.property-hero-section {
  background-image: url("../img/property-hero.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 35vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.property-info-section {
  background-color: #f8f6f2;
  gap: 50px;
  padding: 5% 10% 5% 10%;
}
.property-image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  padding: 5% 0% 5% 0%;
}
.property-image {
  width: 80%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
.property-description-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 25px;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  width: 50%;
}
.property-specs-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 24px;
  max-width: 800px;
  padding: 20px;
}
.spec-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.spec-icon {
  font-size: 2rem;
  color: #1e2d5a;
}
.spec-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.spec-label {
  font-size: 1rem;
  font-weight: 700;
  color: #1e2d5a;
  line-height: 1.2;
}
.spec-value {
  font-size: 1rem;
  font-weight: 700;
  color: #1e2d5a;
}
.card-wide {
  grid-column: span 3;
}
.card-narrow {
  grid-column: span 2;
}
.property-calculator-section {
  background-color: #ccd2c6;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 5% 5% 5%;
}
/*Blog section*/
.blog-hero-section {
  background-image: url("../img/blog-hero.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 70vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 50px;
  padding: 5% 0% 5% 0%;
}
/* Card Container */
.card {
  background: #ffffff;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.card:hover {
  transform: translateY(-4px);
}

.card-header {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.card-img-top {
  width: 75%;
  height: auto;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-body {
  padding: 10px 0;
}

.blog-date {
  font-size: 0.8rem;
  color: #8a94a6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.card-body h2 {
  color: #1a2530;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
  transition: color 0.3s;
}

.card-text {
  color: #212d58;
  font-size: 0.95rem;
  line-height: 1.6;
}
/* Merci page */
.contact-form-phone-section {
  background-color: #f8f6f2;
  width: 100%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* Media Queries */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* Nav section */
  .hamburger {
    width: 25px;
    height: 25px;
  }
  .navigation {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row-reverse;
    gap: 50%;
    justify-content: start;
    align-items: center;
    padding-left: 5%;
  }
  .logo-menu img {
    width: 100%;
  }
  .mynav {
    height: 50%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #0a1e2a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
  }
  .mynav a {
    display: block;
    padding: 8px 32px;
    font-size: 16px;
    color: #ffffff;
  }
  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
  }
  .mynav .closebtn {
    display: flex;
    width: 15px;
    height: 15px;
  }
  .language-menu {
    display: none;
  }
  /* Home section */
  .home-hero-section {
    background-image: url("../img/home-hero-banner-mobile.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .hero-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0% 5% 0% 5%;
  }
  .contact-button {
    padding: 1%;
    font-size: small;
    width: 250px;
  }
  .home-about-section {
    height: 75%;
    width: 100%;
    background-color: #f8f6f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .home-about-text {
    text-align: left;
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 5% 0% 2.5% 0%;
  }
  .visit-button {
    font-size: small;
  }
  .sign-document-image {
    display: flex;
    justify-content: center;
    padding: 2.5% 0% 5% 0%;
  }
  .sign-document-image img {
    width: 80%;
    height: auto;
  }
  .home-view-properties {
    background-image: url("../img/cottage-house-mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-visit-properties {
    padding-right: 5%;
  }
  .home-market {
    width: 100%;
    height: 100%;
    padding: 5% 0% 10% 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px;
  }
  .visit-button {
    font-size: small;
    text-align: center;
    width: 250px;
  }
  .home-market {
    width: 100%;
    height: 100%;
    padding: 5% 1% 5% 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 75px;
  }
  .home-property-highlight {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .property-highlight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  .property-highlight img {
    width: 60%;
  }
  .blue-outline {
    background-color: #ffff;
    border: 2px solid #212d58;
    color: #212d58;
  }
  .home-team {
    background-color: #f8f6f2;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 25px;
    padding: 5% 0% 5% 0%;
  }
  .home-team-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 50px;
    padding: 0% 10% 0% 10%;
  }
  .home-team-box-half {
    text-align: center;
  }
  .photo-circle {
    width: 65%;
  }
  /* Info section */
  .info-hero-section {
    background-image: url("../img/Info-hero-mobile.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 50vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .info-hero-section h1 {
    font-size: 20px;
    text-align: center;
  }
  .team-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
    background-color: #f9f8f5;
    width: 100%;
    height: auto;
    padding: 10% 0% 10% 0%;
  }
  .profile-card {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  }
  .profile-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .profile-card.reverse {
    flex-direction: column;
  }
  .info-why-section {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    text-align: center;
    padding: 5% 0% 0% 0%;
  }
  .info-why-box-1 {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 5% 0% 0% 0%;
  }
  .info-why-box-2 {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    padding: 0% 10% 0% 10%;
  }
  .info-why-box-2-text {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .info-why-box-2-image {
    width: 100%;
    height: auto;
  }
  .info-contact-banner {
    height: 60vh;
  }
  /* Contact section */
  .contact-hero-section {
    background-image: url("../img/contact-banner-mobile.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 50vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-phone-section {
    background-color: #f8f6f2;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contact-hero-section-text {
    display: flex;
    flex-flow: column nowrap;
    gap: 25px;
    padding: 5% 10% 5% 10%;
    text-align: center;
  }
  .contact-phone-image {
    width: 100%;
    height: 40vh;
    background-image: url("../img/phone.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* Properties section */
  .property-hero-section {
    background-image: url("../img/proprietes-banner-mobile.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 35vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .property-image-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
    gap: 50px;
    padding: 5% 10% 5% 10%;
  }
  .property-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
  }
  .property-description-container {
    width: 100%;
  }
  .listings-grid {
    grid-template-columns: 1fr; /* Drops to a single column on small screens */
    row-gap: 35px;
  }
  .card-details {
    flex-direction: column; /* Stack details vertically on mobile if preferred */
    gap: 5px;
  }
  .address,
  .price {
    max-width: 100%;
    text-align: left;
  }
  .property-calculator-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 80%;
  }
  /* Footer section */
  .footer-navigation ul {
    width: 100%;
    padding: 1% 0% 1% 0%;
  }
  .home-footer-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
  .footer-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
  .footer-top-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
  .home-footer-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 2rem;
  }
  .social-icon {
    width: 75px;
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  .qualit-logo {
    width: 50%;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* Menu section */
  .logo-menu img {
    object-fit: contain;
    width: 80%;
  }
  .mynav a {
    font-size: 18px;
  }
  /* Home section */
  .home-hero-section {
    background-image: url("../img/home-hero-banner.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: start;
  }
  .hero-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .contact-button {
    padding: 2%;
    font-size: medium;
    width: 350px;
  }
  .home-about-section {
    height: 75%;
    width: 100%;
    background-color: #f8f6f2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .home-about-text {
    padding: 3% 10% 3% 10%;
    text-align: left;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .sign-document-image {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .sign-document-image img {
    padding: 10%;
    width: 90%;
  }
  .visit-button {
    font-size: medium;
  }
  .home-view-properties {
    background-image: url("../img/cottage-house.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .home-visit-properties {
    padding-right: 5%;
  }
  .home-market {
    width: 100%;
    height: 100%;
    padding: 5% 1% 5% 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px;
  }
  .home-market-text {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-property-highlight {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .property-highlight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  .property-highlight img {
    width: 80%;
  }
  .short-button {
    width: 100px;
    height: 50px;
    padding: 2%;
  }
  .home-team {
    background-color: #f4f1ea;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 5% 2% 5% 2%;
    gap: 50px;
  }
  .home-team-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .home-team-box-half {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 0% 5% 0% 5%;
  }
  .photo-circle {
    width: 65%;
  }
  /* Footer section */
  .social-icon {
    width: 90px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
