.qro-article-container { line-height: 1.7; }
.qro-article-container h2 { margin-top: 45px; border-bottom: 3px solid #C5B358; padding-bottom: 12px; }
.qro-article-container h3 { margin-top: 35px; }
.qro-article-container p { margin-bottom: 18px; }
.qro-article-container a { color: #C5B358; text-decoration: none; font-weight: bold; }
.qro-article-container a:hover { text-decoration: underline; }
.qro-article-container ul, .qro-article-container ol { list-style-position: inside; padding-left: 20px; }
.qro-article-container li { margin-bottom: 12px; }
.qro-cta-box { background-color: #0D1B5E; color: #FFFFFF; border: 1px solid #C5B358; padding: 35px; margin-top: 40px; border-radius: 8px; }
.qro-cta-box h2 { color: #FFFFFF; border-bottom: none; }
.qro-cta-box p { color: #E0E0E0; }
.qro-cta-button { background-color: #C5B358; color: #222222; padding: 16px 35px; border-radius: 5px; text-decoration: none; display: inline-block; margin-top: 15px; font-weight: bold; border: 1px solid #C5B358; }
.qro-cta-button:hover { background-color: #FFFFFF; color: #0D1B5E; text-decoration: none; border: 1px solid #FFFFFF; }
.qro-widget-box {
background-color: #fbfaf7;
border: 1px solid #EAEAEA;
border-left: 5px solid #C5B358;
padding: 25px;
margin: 30px 0;
border-radius: 8px;
box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.qro-widget-box h3 {
font-weight: bold;
color: #333;
}
.qro-widget-box h4 {
color: #555;
font-weight: bold;
}
#qroTimeWidget .time-display { color: #111; font-size: 2.2em; font-weight: 700; }
#qroTimeWidget .date-display { font-size: 1.1em; color: #4A4A4A; }
#qroCurrencyConverter .converter-row {
display: flex;
align-items: center;
gap: 12px;
}
#qroCurrencyConverter .converter-row > * {
height: 48px;
padding: 10px;
font-size: 1em;
border: 1px solid #ccc;
border-radius: 5px;
box-sizing: border-box;
}
#qroCurrencyConverter #qroAmountInput { flex: 3; /* Give more space to the amount */ }
#qroCurrencyConverter #qroFromCurrency { flex: 2; }
#qroCurrencyConverter .equals {
flex: 0.5;
border: none;
font-size: 1.8em;
font-weight: bold;
color: #555;
padding: 0;
text-align: center;
}
#qroCurrencyConverter #qroResult {
flex: 3;
font-weight: bold;
background-color: #FFFFFF;
color: #0D1B5E;
}
#qroCurrencyConverter #qroToCurrency { flex: 2; background-color: #F0F0F0; }
.faq-item { margin-bottom: 20px; }
.faq-item summary { font-weight: bold; cursor: pointer; }
.faq-item p { padding: 10px 0 0 20px; border-left: 3px solid #E0E0E0; margin-top: 5px; }
.manora-showcase { background: #F5F5F5; padding: 30px; border-radius: 8px; margin-top: 20px; }
.qro-cta-box {
background-color: #0D1B5E;
color: #FFFFFF;
padding: 40px;
margin-top: 40px;
border-radius: 8px;
text-align: center;
}
.qro-cta-box h2 {
color: #FFFFFF;
border-bottom: none;
margin-top: 0;
}
.qro-cta-box p {
color: #E0E0E0;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.qro-cta-button {
background-color: #ffffff;
color: #FFFFFF;
padding: 16px 35px;
border-radius: 5px;
text-decoration: none;
display: inline-block;
margin-top: 20px;
font-weight: bold;
border: none;
transition: background-color 0.3s ease;
}
.qro-cta-button:hover {
background-color: #d4c16a;
color: #FFFFFF;
text-decoration: none;
}
.qro-article-container a {
color: #C5B358;
text-decoration: none;
font-weight: bold;
background-color:#ffffff !important;
}
.elementor-widget-html .elementor-widget-container {
height: auto !important;
min-height: 350px !important;
}
#qro-widget-iframe {
height: 310px;
transition: height 0.3s ease;
}
@media (max-width: 600px) {
#qro-widget-iframe {
height: 420px;
border:solid 1px black !important;
}
}
.time-display{
color:#C5B358 !important;
}
.qro-gallery-widget {
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
background-color: #fdfdfd;
padding: 25px 0;
}
/* Horizontal Thumbnail Container */
.qro-thumbnail-container {
display: flex;
overflow-x: auto;
padding: 15px;
gap: 20px;
/* Custom scrollbar for a minimalist look */
scrollbar-width: thin;
scrollbar-color: #C5B358 #f1f1f1;
}
.qro-thumbnail-container::-webkit-scrollbar {
height: 8px;
}
.qro-thumbnail-container::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 10px;
}
.qro-thumbnail-container::-webkit-scrollbar-thumb {
background-color: #C5B358;
border-radius: 10px;
border: 2px solid #f1f1f1;
}
/* Individual Thumbnail Styles */
.qro-thumbnail {
flex: 0 0 200px; /* Do not grow or shrink, base width 200px */
height: 140px;
border-radius: 12px;
overflow: hidden;
border: 3px solid transparent;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: transform 0.3s ease, border-color 0.3s ease;
}
.qro-thumbnail:hover {
transform: scale(1.05);
border-color: #C5B358;
}
.qro-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures image covers the area without distortion */
}
/* Fullscreen Modal Styles */
.qro-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
display: none; /* Hidden by default */
justify-content: center;
align-items: center;
z-index: 10000;
opacity: 0;
animation: fadeIn 0.4s forwards;
}
.qro-modal.active {
display: flex;
}
@keyframes fadeIn {
to { opacity: 1; }
}
/* Modal Close Button */
.qro-modal-close {
position: absolute;
top: 20px;
right: 35px;
color: #fff;
font-size: 50px;
font-weight: bold;
cursor: pointer;
transition: transform 0.2s;
}
.qro-modal-close:hover {
transform: scale(1.1);
}
/* Large Image and Content Container */
.qro-modal-content {
position: relative;
max-width: 90vw;
max-height: 90vh;
display: flex;
flex-direction: column;
align-items: center;
}
.qro-modal-content img {
max-width: 100%;
max-height: 70vh;
border-radius: 8px;
margin-bottom: 20px;
}
/* CTA Box inside Modal */
.qro-modal-cta {
background-color: #0D1B5E;
color: #FFFFFF;
padding: 20px 30px;
border-radius: 8px;
text-align: center;
max-width: 600px;
}
.qro-modal-cta h3 {
margin-top: 0;
font-size: 1.5em;
}
.qro-modal-cta p {
font-size: 1em;
color: #E0E0E0;
}
.qro-modal-cta-button {
background-color: #C5B358;
color: #FFFFFF;
padding: 12px 28px;
border-radius: 5px;
text-decoration: none;
display: inline-block;
margin-top: 15px;
font-weight: bold;
border: none;
transition: background-color 0.3s ease;
}
.qro-modal-cta-button:hover {
background-color: #d4c16a;
}
/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
.qro-thumbnail {
flex: 0 0 150px; /* Smaller thumbnails on mobile */
height: 100px;
}
.qro-modal-cta h3 {
font-size: 1.2em;
}
.qro-modal-cta p {
font-size: 0.9em;
}
.qro-modal-close {
top: 15px;
right: 20px;
font-size: 40px;
}
}
For Ghanaians across the diaspora, searching for the “current time in Ghana” is more than a habit—it’s a heartfelt connection. It’s a bridge across continents, a way to feel in sync with home. But this daily ritual is also a reminder of a deeper aspiration: the dream of owning a piece of that home, not just as a property, but as a statement of luxury and achievement.
At Quao Realty, we specialize in transforming that connection into a world-class reality. We turn aspirations into tangible, luxury real estate investments. The perfect time to secure your legacy isn’t in the future. It’s now.
When we talk about prime real estate investment in Ghana, we aren’t speaking of hypotheticals. We are talking about tangible, world-class opportunities. The ultimate embodiment of this is Manora—a signature luxury development by Quao Realty in the heart of Accra’s most prestigious neighborhood.
Manora is more than an apartment building; it’s a statement of quality and a promise of an unparalleled lifestyle. For the diasporan investor, it represents the perfect “lock-and-leave” luxury asset: secure, easy to manage, and located for maximum rental yield and capital appreciation.
Investing in Manora isn’t just buying property; it’s buying into a landmark of luxury and the future of Accra. Explore the Explore the Manora development here.
Transparency is key to a sound investment. At Quao Realty, we ensure you have a clear picture of the financial landscape when buying luxury property in Ghana from abroad.
Yes, absolutely. Ghanaian citizens, including dual citizens living abroad, have the full legal right to own freehold land and property in Ghana without restriction.
It is prized for its security, tranquility, excellent infrastructure, and proximity to the airport and major business centers. This makes it highly attractive to high-net-worth individuals and the expatriate community, driving up property values and rental demand.
Our process is built on trust and rigorous due diligence. We work with reputable real estate lawyers to conduct an official search at the Lands Commission of Ghana. We verify every document and provide you with official reports, ensuring your title is clean and your investment is 100% secure.
Yes. We understand that managing a property from abroad is a challenge. We offer comprehensive property management services, from sourcing and vetting high-quality tenants to handling maintenance, ensuring your investment remains hassle-free and profitable.
The next time you check the time in Ghana, let it be a final reminder. Your opportunity for a world-class lifestyle and a secure, legacy-building investment is here. It’s tangible, it’s luxurious, and it’s waiting for you at Manora.