body {
  font-family: "Yu Gothic", sans-serif!important;
  color: #5575a1!important;
}
.gh-head-logo img {
    max-height: 70px;
}
a {
    text-decoration: none!important;
}
article.article{
    margin-top: 95px;
}
.gh-head-menu{
    font-weight: bold;
}
.scrolled{
    background-color: white!important;
    color: #5575a1!important;
}
.hexagon{
  width: 20px;
  height: 11.55px;
  background-color: #000;
  clip-path: polygon(50% 0%, 85% 25%, 85% 75%, 50% 100%, 15% 75%, 15% 25%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hexagon i {
  color: #fff; /* Set your desired icon color */
}
.gh-head{
    position: fixed!important;
    z-index: 9999!important;
    width:100%;
}
 footer hr {
	 border: 0.01em solid #fff;
}
 footer ul {
	 padding-left: 0px;
}
 footer ul > li {
	 list-style: none;
	 font-size:1rem;
}
 footer a {
	 color: #f9f9f9;
}
 footer .container {
	 width: 100%;
	 max-width: 90%;
	 margin-right: auto;
	 margin-left: auto;
}
 footer .o_footer_copyright {
	 font-size: 12px;
}
 footer .o_footer_copyright .terms-privacy {
	 text-align: right;
}
 footer .container > .row .footer-logo {
	 display: flex;
	 justify-content: center;
	 align-items: baseline;
	 margin-top: 4px;
}
.social-icon {
    display: inline-flex;
    align-items: center;
}

.circle-icon {
    padding: 9px;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 1rem;
    background: #000;
}
.image-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
}
.image-icon img {
    max-width: 100%;
    max-height: 100%;
}

.circle-icon > i {
    font-size: 1.5rem;
    font-weight: bold !important;
    vertical-align: middle; /* Align the icon vertically */
}

.site-footer {
    background: #5575a1;
    color: #fff;
    margin: max(12vmin,64px) 0 0;
    padding-bottom: 0;
    padding-top: 48px;
    position: relative;
    font-size: 12px!important;

}

/* Main container and image styles */
.site-main-background img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 110vh;
    width: 100%;
}

.site-main-background-sub {
    position: relative;
}

/* Overlay styles */
.overlay {
    position: absolute;
    top: 40%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.overlay h1 {
    font-size: 8.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay h1 img.logo {
    height: 8.5rem; /* Set the height to 8.5rem */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 575px) {
    .overlay {
        left: 30%;
    }
    .overlay h1 img.logo {
        height: 5rem; /* Adjust the logo size for small screens */
    }
}

/* Medium screens (between 576px and 741px) */
@media (min-width: 576px) and (max-width: 741px) {
    .overlay {
        top: 40%;
        left: 30%;
    }
    .overlay h1 img.logo {
        height: 6.5rem;
    }
}

/* Larger tablets and small laptops (742px to 992px) */
@media (min-width: 742px) and (max-width: 992px) {
    .overlay {
        top: 40%;
        left: 35%;
    }
    .overlay h1 img.logo {
        height: 7.5rem;
    }
}

.slick-carousel {
  position: relative;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: white;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-center img {
  border: 5px solid white;
}

.slick-carousel .slick-slide {
  margin: 0 15px;
}

.slick-carousel {
  width: 95%;
  margin: 0 auto;
}

.slick-carousel .slick-slide {
  transition: transform 0.3s ease-in-out;
}

.slick-carousel .slick-center {
  transform: scale(1.1);
}

.slick-carousel .slick-center ~ .slick-slide {
  transform: scale(1);
}

@media (max-width: 768px) {
  .slick-carousel {
    width: 100%;
  }
}
.slick-carousel-sub img{
    height: 50vh;
}
.slick-carousel .slick-slide {
 	margin-right: 10px;
}
@media (max-width: 575px)  {
  .slick-carousel-sub img{
    height: 35vh;
  }
}
.article-image {
    position: relative;
    margin-top: 0!important;
}
.article-image img{
    height:90vh;
}
article.hx_page .article-title {
    position: absolute;
    top: 40%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    font-size: 5rem;
    word-break: break-word;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color:#F9F9F9;
    font-weight:500;
}
article.article.hx_page{
    padding:0;
}
article.article.hx_page .gh-canvas {
    display:block;
}
@media (min-width: 576px) and (max-width: 741px) {
    article.hx_page h1.article-title{
        top: 60%;
        left: 30%;
    }
    article.hx_pageh1.article-title h1{
        font-size: 4rem;
    }
    article.hx_page  h1.article-title:before,
    article.hx_page h1.article-title:after {
        font-size: 2rem;
    }
    .article-image img{
        height:100vh;
    }
}
@media (max-width: 575px) {
    article.hx_page h1.article-title{
        top: 25%;
        left: 40%;
        font-size: 2.3rem;
    }
    article.hx_page h1.article-title:before,
    article.hx_page h1.article-title:after {
        font-size: 1.5rem;
    }
    .article-image img{
        height:60vh;
    }
}
.overlay a{
    color: #FFFFFF;
    text-decoration: none;
}



.sub-banner {
  height: 52vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: white;
  color: #5575a1;
}
.sub-banner .slick-container .slide {
  height: 100%;
  margin-right: 15px;
  position: relative;
}
.sub-banner .text h1 {
  font-size: 5rem;
  display: block;
}

.sub-banner .text span {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sub-banner .text .text-block{
  height: 33.33%;
  padding: 13px;
}
.sub-banner .slick-container {
  flex-basis: auto;
  position: relative;
  /* height: 100%; */ /* Removed height */
  overflow: hidden;
}

.sub-banner .slick-slide-home-menu {
  position: relative;
  height: 100%;
}

.sub-banner .slick-slide-home-menu .slide {
  height: 100%;
  margin-right: 15px;
  position: relative;
}

.sub-banner .slick-slide-home-menu img {
  height: 300px;
  width: 100%;
  transition: opacity 0.5s;
}

.sub-banner .slick-container .slide .subbanner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 10px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #5575a1;
}

.sub-banner .slick-container .slide .title-and-price {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
}

.sub-banner .slick-slide {
    margin: 0 10px;
}

.sub-banner .slick-slide a {
    display: block;
}

.sub-banner .slick-slide img {
    width: 100%;
    border-radius: 5px;
}

.sub-banner .slick-slide .subbanner-text {
    background-color: #f9f9f9; /* Background color for property details */
    border-radius: 0 0 5px 5px; /* Rounded corners for the bottom */
    padding: 10px; /* Padding for property details */
}

.sub-banner .slick-slide .subbanner-title {
    font-size: 2rem;
    margin-bottom: 5px;
}

.sub-banner .slick-slide .subbanner-price {
    font-weight: bold;
    color: #333; /* Adjust color as needed */
    margin-bottom: 5px;
}

.sub-banner .slick-slide .description span {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.2rem;
    color: #666;
}

.rounded-button {
  border: none;
  background-color: #545E6D;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 25px;
  width:200px;
}
@media only screen and (max-width: 600px) {
  .text {
    display: flex;
    flex-direction: column;
  }

  .text h1, .text p, .text .rounded-button {
    width: 100%;
  }

  .text h1 {
    order: 1;
  }

  .text p {
    order: 2;
  }

  .text .rounded-button {
    order: 3;
  }
}
@media (min-width: 359px) and (max-width:767px) {
  .sub-banner {
    height: auto;
    flex-direction: column;
  }
  .sub-banner .text h1 {
    font-size: 1rem;
  }
  .sub-banner .slick-slide-home-menu .slide {
    height: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .sub-banner .slick-slide-home-menu img {
    min-height: auto;
    height: 200px;
    width: 100%;
  }
  .sub-banner .slick-container .slide {
    margin-right: 10px;
  }

  .sub-banner .slick-container .slide img {
    min-height: auto;
    height: 250px;
  }

  .sub-banner .text span {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width:992px) {
  .sub-banner {
    height: auto;
    flex-direction: column;
  }
  .sub-banner .text h1 {
    font-size: 3rem;
  }
  .sub-banner .slick-slide-home-menu .slide {
    height: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .sub-banner .slick-slide-home-menu img {
    min-height: auto;
    height: 200px;
    width: 100%;
  }

  .sub-banner .slick-container .slide {
    margin-right: 10px;
  }

  .sub-banner .slick-container .slide img {
    min-height: auto;
    height: 250px;
  }

  .sub-banner .text span {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }

}
@media only screen and (max-width: 767px) {
  .sub-banner .slick-container .slide:hover img {
   filter: brightness(100%);
  }
}
@media only screen and (max-width: 600px) {
  .button {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  button {
    width: 100px;
  }
}

.site-description{
   font-family: 'Quicksand', sans-serif;
   font-size: 4rem;
   color: #white!important;
   padding:10px;
}


/* Styles for the all-posts page */
.all-posts-container {
  max-width: 800px;
  margin: 0 auto;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Start with 2 columns */
  grid-gap: 20px;
}

.post {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.post-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 66.66%; /* Aspect ratio of 3:2 for the images */
  overflow: hidden;
}

.post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-header {
  padding: 15px;
}

.post-title {
  margin-bottom: 10px;
  font-size: 18px;
}

.post-meta {
  font-size: 14px;
  color: #666;
}

.post-meta .post-tag {
  margin-left: 10px;
  padding: 4px 8px;
  background-color: #007bff;
  color: #fff;
  border-radius: 4px;
}

.post-date {
  margin-right: 10px;
}

/* Additional styles to target the first two posts in the grid */
.post-grid .post:nth-child(-n+2) {
  grid-column: auto; /* Reset the column span */
}

/* main page post image card size */
.post-card-image{
  height:200px!important;
}

/* Slogan */
.site-header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 40px auto; /* Center the section and reduce the margin */
}

.slogan-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  width: 100%;
  max-width: 1200px; /* Restrict maximum width for better layout */
  padding: 20px; /* Add padding for inner spacing */
  background-color: #f5f5f5; /* Optional: background color */
}

.site-description {
  font-size: 4rem;
  color: black!important;
  margin-right: 20px; /* Space between the text and the image */
  color: #333; /* Adjust color to match your design */
  flex: 1;
}

.slogan-image {
  max-width: 40%; /* Limit the image width */
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slogan-image img {
  width: 100%;
  height: auto;
  border-radius: 10px; /* Optional: for rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: for a subtle shadow */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .slogan-section {
    flex-direction: column;
    padding: 10px;
  }

  .site-description {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 2.5em;
  }

  .slogan-image {
    max-width: 80%;
  }
}
.read-more {
    color: #007bff;
    text-decoration: none;
    margin-left: 10px;
    font-weight: bold;
}
.read-more:hover {
    text-decoration: underline;
}

.our-development {
    text-align: left;
    margin-bottom: 20px;
}

.our-development h2 {
    font-size: 2em;
    color: #333;
    font-weight: bold;
}


.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-logo img {
    margin-bottom: 10px;
}

.logo-container {
    text-align: center;
    margin-top: 20px;
}

.logo-container img {
    width: 50%;
}

.form-header p {
    color: #fff; /* Set the color for the text above the form */
    font-weight: bold;
}

#contact-form {
    margin-top: 20px;
    text-align: left;
}

#contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fff;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    background-color: #fff; /* Ensure the background is white */
}

#contact-form select {
    appearance: none; /* Remove default styling in some browsers */
}

#contact-form option {
    color: #000; /* Black text for options */
}

#contact-form button[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#contact-form button[type="submit"]:hover {
    background-color: #0056b3;
}

.site-footer * {
    font-size: 1.1rem !important;
}

 .coming-soon {
    width: 100%;
    height: 200px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0; /* Light grey background */
    border: 1px solid #ddd; /* Light border */
}

.coming-soon-text {
    font-size: 24px;
    font-weight: bold;
    color: #555; /* Dark grey text */
}


.about-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 100%; /* Ensures full width of the viewport */
    overflow: hidden; /* Prevents horizontal scroll */
}

.about-content {
    flex: 1;
    padding: 20px;
    max-width: 600px;
    min-width: 300px;
}

.about-title {
    font-size: 1.8rem; /* Title font size */
    margin-bottom: 20px;
    color: #000;
}

.about-text {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.about-image {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
}

.about-image img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-section {
        flex-direction: column;
        padding: 20px; /* Adjust padding for smaller screens */
    }

    .about-content,
    .about-image {
        width: 100%; /* Ensure full width on small screens */
        padding: 0;
    }

    .about-text {
        text-align: center; /* Center text on small screens */
    }

    .about-image img {
        max-height: 300px; /* Adjust image height for mobile */
    }
}