* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  overflow-x: hidden; /* scroll-behavior: smooth; */
}
body {
  font-family: "rubik", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #555;
  overflow-x: hidden;
}

/* ----GENERAL REUSABLE COMPONENTS */
.heading-primary {
  /* padding-left: 14rem; */
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.05;
  color: #333;
  letter-spacing: -0.5px;
  margin-bottom: 3.2rem;
  /* margin-top: 9.6rem; */
}

.btn,
.btn:link,
.btn:visited {
  display: inline-block; /* background-color: #e67e22; */
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none; /* color: #fff; */
  padding: 1.6rem 3.2rem;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  font-family: inherit; /* Put
  transition on original state */
}
.margin-right-sm {
  margin-right: 1.6rem;
}
.btn--full:link,
.btn--full:visited {
  background-color: #e67e22;
  color: #fff;
}
.btn--full:hover,
.btn--full:active {
  background-color: #cf711f;
}
.btn--outline:link,
.btn--outline:visited {
  background-color: #fff;
  color: #555;
}
.btn--outline:hover,
.btn--outline:active {
  background-color: #fdf2e9;
  box-shadow: inset 0 0 0 3px #fff; /* border: 3px solid #fff; */
}
.btn--form {
  background-color: #45260a;
  color: #fdf2e9;
  align-self: end;
}
.btn--form:hover {
  background-color: #fff;
  color: #555;
}

/* ----HEADER----- */

.like-container {
  /* margin: 20px 0;
  padding: 20px; */
  /* background: #f8f9fa; */
  border-radius: 8px;

  position: fixed;
  bottom: 128px;
  right: 13rem;
  z-index: 1000;
}

.status {
  margin-top: 10px;
  padding: 10px;
  border-radius: 4px;
  display: none;
}

.success {
  background: #d4edda;
  color: #155724;
}
.error {
  background: #f8d7da;
  color: #721c24;
}

.facebook-icon:hover {
  background: #0d65d9;
  transform: translateY(-3px);
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0b0704;
  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
}
.logo {
  height: 8rem; /* padding: 3rem 6.4rem 6.4rem 9.4rem; */
} /* ----NAVIGATION-----
  */
.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.main-nav-link:hover,
.main-nav-link:active {
  color: #cf711f;
}
.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: #e67e22;
}
.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #cf711f;
}

/* MOBILE NAVIGATION*/
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}
.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/*
  .btn-mobile-nav.active .icon-mobile-nav[name="close-outline"] { display: block;
  }
  
  */ /* STICKY NAVIGATION */
.sticky {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 1.3rem 3.2rem rgba(0, 0, 0, 0.3);
}

/* -----HERO SECTION----- */

.section-hero {
  background-color: #fdf2e9;
  padding: 1.8rem 0 9.6rem 0;
} /* GRID CONTAINER */

.section-hero {
  margin-top: 7.6rem;
}

.sub-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #fdf2e9; */
  height: 9.6rem;
  padding: 0 4.8rem;
  /* padding: 0rem 6.6rem 5.2rem 6.8rem; */
  gap: 12.6rem;
  position: relative;
}

.sticky-sub {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 1.3rem 3.2rem rgba(0, 0, 0, 0.3);
  margin-top: 0.6rem;
}

.page-1 {
  width: 100%;
  height: 9.6rem;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 1.3rem 3.2rem rgba(0, 0, 0, 0.3);
  margin-top: 9.6rem;
}

.sub-hero a {
  color: #333;
  text-decoration: none;
}

.sub-hero a:hover {
  color: #cf711f;
  transform: scale(1.2);
}

.hero {
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9.6rem;
  align-items: center;
}
.hero-description {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 3.2rem;
  margin-top: 5.6rem;
}

/* .rent-description {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 3.2rem;
  margin-top: 5.6rem;
} */

.budget {
  font-size: 4.2rem;
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.btn--outline-text:link,
.btn--outline-text:visited {
  /* background-color: #fff; */
  color: #555;
}
.btn--outline-text:hover,
.btn--outline-text:active {
  /* background-color: #fdf2e9; */
  box-shadow: inset 0 0 0 3px #fff; /* border: 3px solid #fff; */
  text-decoration-line: underline;
}

.articles-index {
  /* background-color: #007bff; */
  margin-top: 15rem;
}

/* .zoom-link {
  transition: opacity 1s ease-in-out;
}

.zoom-link :hover {
  transition: opacity 1s ease-in-out;
} */

.budget a {
  text-decoration: none;
  color: #333;
}

.budget :hover {
  color: #cf711f;
  /* transition: opacity 1s ease-in-out; */
  transition: transform 0.3s ease;
}

.budget01 {
  color: #cf711f;
  /* transition: opacity 1s ease-in-out; */
  transition: transform 0.3s ease;
}

.budget01 :hover {
  color: #cf711f;
  /* transition: opacity 1s ease-in-out; */
  transition: transform 0.3s ease;
}

.budget02 {
  color: #cf711f;
  /* transition: opacity 1s ease-in-out; */
  transition: transform 0.3s ease;
  margin-top: 2rem;
}

.budget03 {
  color: #cf711f;
  /* transition: opacity 1s ease-in-out; */
  transition: transform 0.3s ease;
  margin-top: 2rem;
  /* margin-bottom: 1rem; */
}

.blog02 {
  margin-bottom: 2rem;
}

.budget02 :hover {
  color: #cf711f;
  /* transition: opacity 1s ease-in-out; */
  transition: transform 0.3s ease;
}

.budget03 :hover {
  color: #cf711f;
  /* transition: opacity 1s ease-in-out; */
  transition: transform 0.3s ease;
}

.hero-benefits {
  margin-top: 20rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 5.2rem;
  list-style: none;
}
.hero-img {
  width: 100%;
  border-radius: 10px;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  /* height: 50%; */
}

.hero-img.active {
  opacity: 1;
}

.hero-img:hover {
  transform: scale(1.2);
}

/* <<<<<<<<<<ROOMS SECTION
    >>>>>>>>>> */
/* Slideshow container */
.section-rooms {
  background-color: #fdf2e9;
  margin-top: 20rem;
}

/* .slide-rooms-container {
  position: relative;
  margin: 0 auto;
  background-color: #e67e22;
  max-width: 110rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center; 
} */

.rooms-img {
  width: 100%;
  height: 50rem;
}

/* Next & previous buttons */
.slide-btn-left,
.slide-btn-right {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slide-btn-right {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slide-btn-left:hover,
.slide-btn-right:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 32px 35px;
  /* position: absolute; */
  bottom: 8px;
  width: 100%;
  text-align: center;
  line-height: 1.8;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

.slidetext-area h5 {
  font-size: 21px;
  margin: 10px 0;
  font: weight 600px;
}
.text {
  display: none;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.slidetext-area {
  position: absolute;
  right: 0;
  top: 200px;
  color: #fff;

  width: 45%;
  font-size: 18px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

/* @-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
/* @media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
} */

/* ********************** */ /* CTA SECTION */ /*
    ********************** */
.cta-section {
  padding: 9.6rem;
  background-color: #fdf2e9;
  margin-top: 9.6rem;
}
.cta-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-color: #e67e22;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px; /* max-width: 130rem; */
  background-image: linear-gradient(
    90deg,
    #eb984e,
    #e67e22
  ); /* margin: 0 auto; */ /* max-width:
    130rem; padding: 0 3.2rem; display: grid; grid-template-columns: 1fr 1fr; gap:
    9.6rem; align-items: center; */
}
.cta-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color: #45260a;
}
.cta-img-box {
  border-radius: 0 11px 11px 0;
  background-image: url("OV-8.png");
  background-size: cover;
  background-position: center;
}
.cta-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}
.cta-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.cta-form input,
.cta-form select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  border: none;
  background-color: #fdf2e9;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.cta-form input::placeholder {
  color: #aaa;
}
*:focus {
  outline: none; /* outline-offset: 8px; outline: 4px
    dotted #e67e22; */
  box-shadow: 0 0 0 0.8rem rgb(230, 125, 34, 0.5);
}
.cta *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgb(253, 242, 233, 0.5);
}

/* Indivudual Rooms */
/* PAGE 4 */
.listing-section {
  /* padding: 9.6rem;
  background-color: #fdf2e9;
  */
  background-color: #fdf2e9;
  padding: 4.8rem 0 9.6rem 0;
  margin-top: 9.6rem;
}

.flats-listing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 110rem;
  margin: 0 auto;
  margin-top: 9.6rem;
}

/* .flats-listing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
} */

.rooms-container {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

/* .rooms-container {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
} */

.flat-images {
  position: relative;
  height: 200px;
}

.flat-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 2.5s;
}

.flat-images img.active {
  opacity: 1;
}

.view-button {
  margin: 10px;
  padding: 10px 20px;
  background-color: #e67e22;
  color: white;
  border: none;
  border-radius: 5px;
  box-shadow: 0 1.3rem 3.2rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/* .view-button {
  width: 100%;
  padding: 10px;
  background-color: #4a6fa5;
  color: white;
  border: none;
  cursor: pointer;
} */

/* Modal styles */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fdf2e9;
  max-width: 80rem;
  display: flex;

  position: relative;
  border-radius: 10px;
  padding: 20px;
  align-items: center;
}

.carousel {
  flex: 1;
  position: relative;
}

.carousel img {
  width: 100%;

  display: none;
}

/* .carousel img {
  width: 120%;
  display: none;
  border-radius: 8px;
  height: 300px;
} */

.carousel img.active {
  display: block;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  background-color: #bac3be00;
  color: #007bff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
}

.carousel-button.prev {
  left: 0px;
}
.carousel-button.next {
  right: 0px;
}

.description {
  flex: 1;
  padding: 20px;
  font-size: 16px;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #e67e22;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
}

/* //////////////////////////////////// */
/* property-SECTION */

.property-section {
  padding: 9.6rem;
  background-color: #fdf2e9;
  margin-top: 9.6rem;
}

.property-form {
  background-color: #e67e22;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px; /* max-width: 130rem; */
  background-image: linear-gradient(90deg, #eb984e, #e67e22);
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color: #45260a;
  max-width: 110rem;
  margin: 0 auto;
}

.property-form input,
.property-form select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  margin-bottom: 2rem;
  color: inherit;
  border: none;
  background-color: #fdf2e9;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

*:focus {
  outline: none; /* outline-offset: 8px; outline: 4px
    dotted #e67e22; */
  box-shadow: 0 0 0 0.8rem rgb(230, 125, 34, 0.5);
}
.property-form *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgb(253, 242, 233, 0.5);
}

.property-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.submit {
  background-color: #45260a;
  color: #fdf2e9;
  align-self: end;
  padding: 1.2rem;
  font-size: 1.8rem;
  border-radius: 9px;
  margin-top: 1.2rem;
  font-size: 2rem;
  font-weight: 600;
}

.submit-listing {
  margin-top: 2rem;

  font-size: 1.6rem;
  font-weight: 400;
}

.submit:hover {
  background-color: #fff;
  color: #555;
}

.property-img-box {
  border-radius: 0 11px 11px 0;
  background-image: url("OV-8.png");
  background-size: cover;
  background-position: center;
}

/* /////////////////////////////// */
/* section-thank-you */

.thank-you-section {
  background-color: #fdf2e9;
  padding: 30rem 30rem 30rem 40rem;

  align-items: center;
  font-size: 1.6rem;
}

.thank-you-section1 {
  background-color: #fdf2e9;
  padding: 30rem 30rem 30rem 40rem;

  align-items: center;
  font-size: 1.6rem;
}

/* PRIVACY-POLICY */

.privacy-policy-1 {
  /* margin-top: 9rem; */

  text-decoration: none;
  font-size: 1.2rem;
  padding-bottom: 3rem;
  color: #767676;
  margin-top: 1rem;
}

.section-privacy-policy {
  padding: 1.6rem;
  background-color: #fdf2e9;

  margin-top: 1.6rem;
  padding-bottom: 2rem;
}

.section-privacy-policy h1,
h2,
p {
  margin-top: 1.8rem;
}

.section-privacy-policy h1 {
  font-size: 1.6rem;
  margin: 0 auto;
  max-width: 40rem;

  margin-bottom: 1.8rem;
}

.section-privacy-policy h2 {
  margin-top: 4rem;
  font-size: 2.6rem;
}

.section-privacy-policy p {
  max-width: 40rem;
  margin: 0 auto;
  font-size: 2rem;
}

/* TERMS OF SERVICE */

.terms-of-service-1 {
  text-decoration: none;
  padding-top: 4rem;

  font-size: 1.2rem;
  color: #767676;
  margin-top: 8rem;
}

.section-terms-of-service {
  padding: 1.6rem;
  background-color: #fdf2e9;

  margin-top: 1.6rem;
  padding-bottom: 2rem;
}

.section-terms-of-service h1,
h2,
p {
  margin-top: 2rem;
}

.section-terms-of-service h1 {
  font-size: 1.6rem;
  margin: 0 auto;
  max-width: 40rem;

  margin-bottom: 1.8rem;
}

.section-terms-of-service h2 {
  font-size: 2.6rem;
  margin-top: 6.9rem;
  padding-bottom: 2rem;
}

.section-terms-of-service p {
  max-width: 40rem;
  margin: 0 auto;
  font-size: 2rem;
}

/* FOOTER SECTION */

.container-grid {
  /* max-width:80rem; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.footer {
  padding: 3rem 1.4rem 6.4rem 9.4rem;
}

/* .footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
} */

.footer-logo {
  padding: 3rem 6.4rem 6.4rem 9.4rem;
}

.copyright {
  font-size: 1.2rem;
  /* line-height: 1.6; */
  color: #767676;
  padding: 1rem 6.4rem 6.4rem 9.4rem;
}

/* whatsapp */
.whatsapp-contact a {
  color: #25d366;

  position: fixed;
  bottom: 120px;
  right: 5rem;
  z-index: 1000;
  /* margin-bottom: 10px; */
}
.whatsapp-contact a:hover {
  color: #128c7e;
}
.fab.fa-whatsapp {
  font-size: 10rem;
}

/* /////////////////////////////// */
/* MEDIA QUERIES */
/* ////////////////////////////// */

/* rem and em do NOT  depend on html font-size in media queries! 1rem = 1em =16px */

@media (max-width: 84em) {
  .hero {
    max-width: 120rem;
  }
  .heading-primary {
    font-size: 4.4rem;
  }

  .budget {
    font-size: 4.4rem;
  }
}

/* BELOW 1200PX (LANDSCAPE TABLETS) */
@media (max-width: 75em) {
  html {
    font-size: 9px;
  }
  .grid {
    column-gap: 4.8rem;
    row-gap: 6.4;
  }
  .header {
    padding: 0 3.2rem;
  }
}

/* BELOW 944PX (TABLETS) */
@media (max-width: 59em) {
  html {
    font-size: 50%;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 0 8px;
    gap: 6.4rem;
  }

  .hero-text-box,
  .hero-img-box {
    text-align: center;
  }

  .hero-img {
    width: 100%;
    padding-left: 5.6rem;
    padding-right: 5.6rem;
    /* height: 100%; */
  }
  .cta-section {
    grid-template-columns: 3fr 2fr;
  }

  .cta-form {
    grid-template-columns: 1fr;
  }

  /* MOBILE NAVIGATION */
  .btn-mobile-nav {
    display: block;
    z-index: 9999;
  }

  .main-nav {
    background-color: rgb(255, 255, 255, 0.97);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;

    /* HIDE mobile NAVIGATION */
    opacity: 0;
    /* display: none; */

    /* Make it unaccessable to mouse and keyboard */
    /* pointer-events: none; */

    /* Hide it from screen readers */
    /* visibility: hidden; */
  }

  .main-nav-list {
    flex-direction: column;
    gap: 4.8rem;
  }

  .nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0%);
  }

  .nav-open .icon-mobile-nav[name="close-outline"] {
    display: block;
  }

  .nav-open .icon-mobile-nav[name="menu-outline"] {
    display: none;
  }

  .main-nav-link:link,
  .main-nav-link:visited {
    font-size: 3rem;
  }
}

/* BELOW 704px (smaller tablets) */
@media (max-width: 44em) {
}

/* BELOW 544px (phones) */
@media (max-width: 34em) {
  .grid {
    row-gap: 4.8rem;
  }

  .sub-hero {
    /* flex-direction: column; */
    gap: 4.8rem;
  }
}

/* ///////////////////////////////////// */
.blog-section {
  font-family: "Arial", sans-serif;
  line-height: 1.6;

  max-width: 110rem;
  margin: 0 auto;
  padding: 20px;

  padding: 9.6rem;
  background-color: #fdf2e9;

  margin-top: 9.6rem;
}

.date {
  color: #767676;
  font-size: 1rem;
  padding-bottom: 2rem;
}

.date-01 {
  color: #767676;
  font-size: 1rem;
  max-width: 850px;
  margin: 0 auto;
  /* background-color: #fdf2e9; */
}

.topic01 {
  margin-top: 3rem;
}

.blog-container {
  display: flex;
  flex-direction: column;
}

.blog-item {
  display: flex;
  align-items: center;
  gap: 40px;
}

.blog-item:nth-child(odd) {
  flex-direction: row;
}

.blog-item:nth-child(even) {
  flex-direction: row-reverse;
}

.blog-image img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-image {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.heading-03 {
  margin-top: 4rem;
  font-size: 3.2rem;
  margin-bottom: 6rem;
}

.heading-05 {
  margin-top: 7rem;
  font-size: 3.2rem;
  margin-bottom: 6rem;
}

.heading-06 {
  font-size: 1.7rem;
  font-weight: 600;
}

.heading-04 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.heading-02 {
  margin-top: 2rem;
}

.heading-ul {
  font-size: 1.5rem;
  margin-top: 1rem;
}

.heading-01 {
  font-size: 1.3rem;
  margin-top: 0rem;
}

.blog-content {
  flex: 1;
}

@media (max-width: 44em) {
  .blog-item {
    flex-direction: column !important;
  }
}

/* Additional styles for the blog listing page */
.blog-listing {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fdf2e9;
}

.blog-summary {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  padding: 1.5rem;
  transition: transform 0.3s ease;
}

.blog-summary:hover {
  transform: translateY(-5px);
}

.blog-summary h2 {
  margin-top: 0;
  color: #333;
}

.blog-summary .date {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.blog-summary .excerpt {
  color: #555;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.blog-section-full-article {
  max-width: 850px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fdf2e9;
}

.read-more {
  display: inline-block;
  background: #e67e22;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.read-more:hover {
  background: #e67e22;
}

.back-to-blog {
  display: inline-block;
  margin-bottom: 2rem;
  color: #e67e22;
  text-decoration: none;
  font-weight: 500;
}

.back-to-blog:hover {
  text-decoration: underline;
}

/* Hide full article by default */
.full-article {
  display: none;
}

/* Show full article when URL has article ID */
.full-article:target {
  display: block;
}

/* Hide blog listing when viewing full article */
.full-article:target ~ .blog-listing {
  display: none;
}

.zoomable {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.zoomed {
  transform: scale(2); /* You can adjust the zoom level */
}
/* ----------------------------------------- */
/* Articles */
.article-ov {
  max-width: 115rem;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  font-size: 1.3rem;
  border-radius: 10px;
  padding: 20px;
  background-color: #fdf2e9;
  margin-bottom: 0.6rem;
  background-color: #fff;
}

.heading-ov-1 {
  font-size: 1.6rem;
  margin-top: 6rem;
}

.heading-ov-2 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.heading-ov-3 {
  font-size: 1.5rem;
  margin-top: 1rem;
}

.flats-listing-ov {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 110rem;
  margin: 0 auto;
  margin-top: 0.6rem;
}

.ov-header {
  color: #45260a;
  font-size: 2rem;
}

.ov-header:hover,
.ov-header:active {
  color: #cf711f;
}

.fnb-stadium {
  color: #45260a;
  font-size: 1.2rem;
}

.Southgate-mall {
  color: #45260a;
  font-size: 1.5rem;
}

.Southgate-mall:hover {
  color: #cf711f;
}

.naturena-primary {
  color: #45260a;
  font-size: 1.5rem;
}

.naturena-primary:hover {
  color: #cf711f;
}
.Tinties-braai {
  color: #45260a;
  font-size: 1.5rem;
}

.Tinties-braai:hover {
  color: #cf711f;
}

.Kaizer-chiefs {
  color: #45260a;
  font-size: 1.5rem;
}

.Kaizer-chiefs:hover {
  color: #cf711f;
}

.fnb-stadium:hover {
  color: #cf711f;
}

.gold-reef-city:hover {
  color: #cf711f;
}

.gold-reef-city {
  /* color: #767676; */
  color: #45260a;
  font-size: 1.2rem;
}

.blog-section-full-article {
  /* background-color: #007bff; */

  padding-top: 15rem;
  margin-bottom: 5rem;
}
