/*
Theme Name: Prorealtors
Theme URI: https://prorealtor.me
Author: Neikhiil Uchat
Author URI: https://prorealtor.me
Description: High-conversion, luxury Dubai property advisory WordPress theme for global investors and first-time home buyers. Built with customizable header, footer, logo, phone/WhatsApp, RERA license, and custom page templates.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: prorealtors
*/

/* WordPress Alignment & Core Classes */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption-text {
  font-size: 0.85rem;
  color: var(--stone, #64748b);
  margin-top: 0.5rem;
  text-align: center;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Post & Page Standard Content Styling */
.entry-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-dark, #1e293b);
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: 'Cinzel', serif;
  color: var(--emerald-dark, #062b24);
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.entry-content p {
  margin-bottom: 1.5rem;
}
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.entry-content li {
  margin-bottom: 0.5rem;
}
.entry-content blockquote {
  border-left: 4px solid var(--gold, #c5a059);
  padding-left: 1.25rem;
  font-style: italic;
  margin: 1.5rem 0;
  color: var(--stone-dark, #475569);
}

/* WordPress Navigation active and submenu styles */
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a,
.primary-nav a.active {
  color: var(--gold, #c5a059);
  font-weight: 600;
}
.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 22px;
}
.primary-nav li {
  position: relative;
}

.mobile-drawer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-drawer-nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-drawer-nav .current-menu-item > a,
.mobile-drawer-nav .current_page_item > a {
  color: var(--gold, #c5a059);
  font-weight: 600;
}

/* Custom logo wrapper styling */
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.custom-logo-link img {
  height: 48px;
  width: auto;
  object-fit: contain;
}
