/* GSB Real Estate — final layout and responsive design system */
:root {
    --site-max: 1440px;
    --site-gutter: 28px;
    --section-space: 76px;
    --radius-card: 18px;
    --text-body: 15px;
    --text-lead: 16px;
}

html {
    overflow-x: clip;
    font-size: 16px;
}

body {
    overflow-x: clip;
    font-size: var(--text-body);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
    font-family: Poppins, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
p {
    text-wrap: pretty;
}

.container {
    width: min(var(--site-max), calc(100% - (var(--site-gutter) * 2)));
}

.section {
    padding: var(--section-space) 0;
}

.section-title {
    margin: 13px 0 12px;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.18;
    letter-spacing: -.025em;
}

.section-lead {
    max-width: 760px;
    margin-bottom: 34px;
    font-size: var(--text-lead);
    line-height: 1.75;
}

.badge {
    padding: 7px 14px;
    font-size: 11px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.btn,
.tile-btn,
.listing-btn,
.submit-btn {
    min-height: 44px;
    padding: 11px 22px;
    font-size: 13px;
}

.site-header {
    min-height: 76px;
}

.header-inner {
    min-height: 76px;
}

.brand,
.brand-logo {
    max-width: 158px;
}

.brand-logo {
    width: auto;
    height: 60px;
}

.main-nav a {
    padding: 9px 12px;
    font-size: 13px;
}

.hero-clean {
    min-height: min(760px, calc(100svh - 76px));
    padding: 92px 0;
}

.hero-clean-content {
    max-width: 680px;
}

.hero-clean-content h1 {
    margin-bottom: 15px;
    font-size: clamp(44px, 5vw, 66px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.hero-clean-content p {
    max-width: 640px;
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.65;
}

.inner-hero {
    padding: 84px 0;
}

.inner-hero h1 {
    margin: 10px 0 10px;
    font-size: clamp(38px, 4vw, 50px);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.inner-hero p {
    max-width: 720px;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

.grid-2,
.grid-3,
.mission-vision,
.values-grid,
.testimonials-grid {
    gap: 24px;
}

.card,
.value-card,
.testimonial,
.mv-card,
.service-card {
    border-radius: var(--radius-card);
}

.card,
.value-card,
.testimonial {
    padding: 26px;
}

.card h3,
.value-card h3 {
    font-size: 20px;
}

.mv-card {
    padding: 32px;
}

.mv-card h3 {
    font-size: 25px;
}

.why-choose-wrapper {
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: center;
}

.why-choose-image img {
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: contain;
    border-radius: var(--radius-card);
}

.why-choose-content h2 {
    margin-bottom: 15px;
    font-size: clamp(30px, 3vw, 42px);
}

.why-choose-intro {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.75;
}

.why-point {
    margin-bottom: 21px;
}

.why-point h3 {
    margin-bottom: 7px;
    font-size: 21px;
}

.why-point p {
    font-size: 15px;
    line-height: 1.72;
}

.property-tile-list {
    gap: 24px;
}

.property-tile-card {
    border-radius: var(--radius-card);
}

.property-tile-image-wrap {
    min-height: 300px;
}

.property-tile-content {
    padding: 28px;
}

.property-tile-content h3 {
    font-size: 27px;
}

.property-showcase-heading {
    gap: 38px;
    margin-bottom: 34px;
}

.property-showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.listing-card {
    border-radius: var(--radius-card);
}

.listing-card-media {
    aspect-ratio: 16 / 10;
}

.listing-card-body {
    padding: 22px;
}

.listing-card-body h3 {
    min-height: 50px;
    font-size: 18px;
}

.listing-price strong {
    font-size: 20px;
}

.team-grid-final {
    grid-template-columns: repeat(3, minmax(250px, 340px));
    justify-items: center;
    gap: 28px;
}

.team-grid-final .team-card-modern {
    max-width: 340px;
}

.team-grid-final .team-card-modern-image {
    aspect-ratio: 4 / 5;
    border-radius: var(--radius-card);
}

.team-grid-final .team-card-modern-content {
    padding: 20px;
}

.team-grid-final .team-card-modern-content h3 {
    font-size: 18px;
}

.team-grid-final .team-card-modern-content .team-whatsapp-btn {
    min-height: 38px;
    padding: 8px 15px;
    font-size: 11px;
}

.leadership-card {
    min-height: 150px;
    padding: 24px;
    border-radius: var(--radius-card);
}

.developer-marquee {
    margin-top: 30px;
}

.developer-marquee .developer-logo-card,
.developers-logo-grid .developer-logo-card {
    height: 104px;
    min-height: 104px;
    padding: 16px;
    border-radius: 14px;
}

.developer-logo-card img {
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
}

.expertise-grid {
    gap: 22px;
}

.expertise-card {
    min-height: 430px;
    padding: 30px 28px 27px;
    border-radius: var(--radius-card);
}

.expertise-card h3 {
    font-size: 20px;
}

.contact-modern-wrapper {
    gap: 54px;
}

.contact-modern-left h2 {
    font-size: 38px;
}

.contact-modern-left p,
.contact-modern-right p,
.contact-modern-info li {
    font-size: 15px;
}

.contact-modern-right h3 {
    font-size: 28px;
}

.ceo-message-card {
    border-radius: 20px;
}

.ceo-message-content h2 {
    letter-spacing: -.025em;
}

.testimonials-grid .testimonial {
    min-height: 210px;
}

.footer {
    padding: 54px 0 22px;
}

.footer-grid {
    grid-template-columns: 1.35fr .8fr .9fr 1.25fr;
    gap: 34px;
}

.footer-logo {
    width: auto;
    height: 62px;
    max-width: 175px;
}

.footer h4 {
    font-size: 15px;
}

.footer a,
.footer p {
    font-size: 13px;
    line-height: 1.7;
}

.footer-bottom {
    margin-top: 30px;
    font-size: 12px;
}

@media (max-width: 1080px) {
    :root {
        --site-gutter: 22px;
        --section-space: 66px;
    }

    .main-nav {
        top: 76px;
    }

    .why-choose-wrapper,
    .contact-modern-wrapper,
    .property-showcase-heading,
    .grid-2,
    .mission-vision {
        grid-template-columns: 1fr;
    }

    .why-choose-wrapper {
        gap: 34px;
    }

    .why-choose-image img {
        max-height: 480px;
    }

    .property-showcase-heading > p {
        max-width: 720px;
        margin-left: 0;
    }

    .property-showcase-grid,
    .team-grid-final,
    .expertise-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-grid-final .team-card-modern {
        max-width: 360px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    :root {
        --site-gutter: 15px;
        --section-space: 54px;
        --text-body: 14px;
        --text-lead: 14.5px;
    }

    .site-header,
    .header-inner {
        min-height: 68px;
    }

    .brand,
    .brand-logo {
        max-width: 138px;
    }

    .brand-logo {
        height: 52px;
    }

    .nav-toggle {
        width: 42px;
        height: 42px;
    }

    .main-nav {
        top: 68px;
        max-height: calc(100dvh - 68px);
        padding: 13px 15px 18px;
    }

    .main-nav a {
        min-height: 44px;
        padding: 11px 13px;
        font-size: 13px;
    }

    .hero-clean {
        min-height: 570px;
        padding: 72px 0;
        background-position: center;
    }

    .hero-clean-content h1 {
        font-size: clamp(36px, 12vw, 48px);
    }

    .hero-clean-content p {
        font-size: 15px;
        line-height: 1.65;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: min(100%, 300px);
    }

    .hero-actions .btn {
        width: 100%;
    }

    .inner-hero {
        padding: 58px 0;
    }

    .inner-hero h1 {
        margin-top: 8px;
        font-size: 31px;
    }

    .inner-hero p {
        font-size: 14px;
    }

    .section-title {
        font-size: 28px;
        line-height: 1.22;
    }

    .section-lead {
        margin-bottom: 27px;
        line-height: 1.65;
    }

    .grid-2,
    .grid-3,
    .values-grid,
    .testimonials-grid,
    .property-showcase-grid,
    .team-grid-final,
    .expertise-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .card,
    .value-card,
    .testimonial,
    .mv-card {
        padding: 22px;
    }

    .why-choose-wrapper {
        gap: 27px;
    }

    .why-choose-image img {
        width: min(100%, 380px);
        max-height: 400px;
        margin-inline: auto;
    }

    .why-choose-content h2 {
        font-size: 28px;
    }

    .why-choose-intro,
    .why-point p {
        font-size: 14px;
    }

    .why-point h3 {
        font-size: 18px;
    }

    .property-tile-card {
        grid-template-columns: 1fr;
    }

    .property-tile-image-wrap,
    .listing-card-media {
        width: 100%;
        min-height: 0;
        max-height: 220px;
        aspect-ratio: 16 / 10;
    }

    .property-tile-content,
    .listing-card-body {
        padding: 20px;
    }

    .property-tile-content h3 {
        font-size: 23px;
    }

    .listing-card {
        width: 100%;
        max-width: 390px;
        margin-inline: auto;
    }

    .listing-card-body h3 {
        min-height: 0;
        font-size: 17px;
    }

    .listing-meta {
        gap: 7px;
    }

    .listing-actions {
        grid-template-columns: 1fr 1fr;
    }

    .team-grid-final {
        gap: 25px;
    }

    .team-grid-final .team-card-modern {
        width: min(100%, 330px);
        max-width: 330px;
        margin-inline: auto;
    }

    .team-grid-final .team-card-modern-image {
        width: 100%;
        max-height: 400px;
        aspect-ratio: 4 / 5;
    }

    .team-grid-final .team-card-modern-content {
        width: calc(100% - 24px);
        margin-top: -30px;
        padding: 17px;
    }

    .leadership-card {
        min-height: 130px;
        padding: 18px;
    }

    .developer-marquee .developer-logo-card,
    .developers-logo-grid .developer-logo-card {
        width: 150px;
        min-width: 150px;
        height: 76px;
        min-height: 76px;
        padding: 11px;
    }

    .developer-logo-card img {
        max-height: 52px;
    }

    .service-expertise-section {
        padding: 54px 0 62px;
    }

    .expertise-card {
        min-height: 0;
        padding: 25px 22px;
    }

    .expertise-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 18px;
        font-size: 28px;
    }

    .ceo-message-card,
    .md-message-card {
        grid-template-columns: 1fr;
    }

    .ceo-message-photo,
    .md-message-card .ceo-message-photo {
        order: 1;
        width: 100%;
        height: auto !important;
        min-height: 0;
        max-height: 420px;
        aspect-ratio: 4 / 5 !important;
    }

    .ceo-message-photo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .ceo-message-content,
    .md-message-card .ceo-message-content {
        order: 2;
        padding: 27px 21px 30px;
    }

    .ceo-message-content h2 {
        font-size: 27px;
    }

    .ceo-message-content p {
        font-size: 13.5px;
        line-height: 1.72;
    }

    .contact-modern-wrapper {
        gap: 36px;
    }

    .contact-modern-left h2,
    .contact-modern-right h3 {
        font-size: 27px;
    }

    .contact-modern-right {
        padding-left: 0;
    }

    .modern-contact-form input,
    .modern-contact-form textarea {
        font-size: 16px;
    }

    .footer {
        padding-top: 44px;
    }

    .footer-grid {
        gap: 24px;
    }

    .footer-logo {
        height: 56px;
        max-width: 160px;
    }

    .footer-bottom {
        margin-top: 24px;
        padding-top: 17px;
    }
}

@media (max-width: 420px) {
    :root {
        --site-gutter: 12px;
        --section-space: 48px;
    }

    .inner-hero h1,
    .section-title,
    .why-choose-content h2 {
        font-size: 27px;
    }

    .property-tile-image-wrap,
    .listing-card-media {
        max-height: 196px;
    }

    .team-grid-final .team-card-modern {
        max-width: 300px;
    }

    .team-grid-final .team-card-modern-image {
        max-height: 365px;
    }

    .ceo-message-photo,
    .md-message-card .ceo-message-photo {
        max-height: 380px;
    }

    .contact-success-dialog {
        padding-inline: 19px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Compact team cards: four columns on desktop, two columns on mobile. */
.brand,
.brand-logo {
    max-width: 175px;
}

.brand-logo {
    height: 62px;
}

.team-grid-final {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
}

.team-grid-final .team-card-modern {
    width: 100%;
    max-width: none;
}

.team-grid-final .team-card-modern-image {
    width: 100%;
    max-height: none;
    aspect-ratio: 4 / 5;
}

.team-grid-final .team-card-modern-content {
    padding: 16px;
}

@media (max-width: 900px) {
    .team-grid-final {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .brand,
    .brand-logo {
        max-width: 160px;
    }

    .brand-logo {
        height: 56px;
    }

    .team-grid-final {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .team-grid-final .team-card-modern {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .team-grid-final .team-card-modern-image {
        width: 100%;
        max-height: none;
        aspect-ratio: 4 / 5;
    }

    .team-grid-final .team-card-modern-content {
        width: calc(100% - 12px);
        margin: -20px auto 0;
        padding: 11px 7px 9px;
    }

    .team-grid-final .team-card-modern-content h3 {
        font-size: 13px;
        line-height: 1.25;
        margin-bottom: 3px;
    }

    .team-grid-final .team-card-modern-content p {
        min-height: 28px;
        margin-bottom: 8px;
        font-size: 10.5px;
        line-height: 1.35;
    }

    .team-grid-final .team-card-modern-content .team-whatsapp-btn {
        width: 100%;
        min-height: 32px;
        padding: 6px 3px;
        font-size: 9px;
        line-height: 1.15;
    }
}

/* Unified typography scale across Home and all inner pages. */
.hero-clean-content h1,
.inner-hero h1 {
    font-size: clamp(42px, 4vw, 50px);
    line-height: 1.12;
    letter-spacing: -.025em;
}

.hero-clean-content p,
.inner-hero p {
    font-size: 16px;
    line-height: 1.7;
}

.section-title,
.why-choose-content h2,
.contact-modern-left h2,
.contact-modern-right h3 {
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.2;
}

.section-lead,
.why-choose-intro {
    font-size: 16px;
    line-height: 1.72;
}

.card h3,
.value-card h3,
.service-card h3,
.why-point h3,
.team-card-modern-content h3 {
    font-size: 19px;
    line-height: 1.35;
}

.card p,
.value-card p,
.service-card p,
.why-point p,
.testimonial p,
.contact-modern-left p {
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .hero-clean-content h1,
    .inner-hero h1 {
        font-size: 34px;
        line-height: 1.15;
    }

    .hero-clean-content p,
    .inner-hero p,
    .section-lead,
    .why-choose-intro {
        font-size: 14px;
    }

    .section-title,
    .why-choose-content h2,
    .contact-modern-left h2,
    .contact-modern-right h3 {
        font-size: 28px;
    }

    .card h3,
    .value-card h3,
    .service-card h3,
    .why-point h3 {
        font-size: 18px;
    }

    .team-grid-final .team-card-modern-content h3 {
        font-size: 13px;
        line-height: 1.25;
    }
}

/* Property listing details, AED symbol, specification icons, and sharing. */
.property-tile-features>span{display:inline-flex;align-items:center;gap:7px}.property-tile-features .property-icon{width:19px;height:19px;color:#636b77}
.property-icon{display:inline-flex;flex:0 0 auto;width:20px;height:20px;color:#6d7380}.property-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.aed-symbol{position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex:0 0 30px;color:#172033}.aed-symbol span{font-family:Arial,sans-serif;font-size:27px;font-weight:700;line-height:1}.aed-symbol::before,.aed-symbol::after{content:"";position:absolute;left:1px;right:1px;height:2px;background:currentColor}.aed-symbol::before{top:13px}.aed-symbol::after{top:18px}.listing-card-media>a{display:block;width:100%;height:100%}.listing-card-media>a img{width:100%;height:100%;object-fit:cover}.listing-card-body h3 a:hover{color:var(--gold)}.listing-aed-price{display:flex;align-items:center;gap:8px}.listing-price .listing-aed-price strong{font-size:23px;color:#172033}.listing-meta span{display:flex;align-items:center;gap:5px}.listing-meta .property-icon{width:19px;height:19px}.listing-location{display:flex;align-items:flex-start;gap:7px}.listing-location .property-icon{margin-top:2px}.listing-actions{grid-template-columns:1fr 1fr 1.15fr}.listing-actions button{font-family:inherit;cursor:pointer}.property-share-button{gap:6px}.property-share-button .property-icon{width:17px;height:17px;color:currentColor}

/* Clear property specification icons on homepage cards */
.property-tile-list .property-tile-features > span,
.home-featured-grid .listing-meta > span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.property-tile-list .property-icon,
.home-featured-grid .listing-meta .property-icon {
    width: 30px;
    height: 30px;
    padding: 6px;
    color: var(--gold);
    background: rgba(169, 137, 47, .11);
    border: 1px solid rgba(169, 137, 47, .22);
    border-radius: 9px;
}

.home-featured-grid .listing-meta strong {
    display: inline;
    margin: 0;
}

/* Compact four-column property cards */
.property-showcase-grid,
.home-featured-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 16px;
}

.listing-card {
    border-radius: 15px;
}

.listing-card-media {
    aspect-ratio: 4 / 3;
}

.listing-status,
.listing-type {
    top: 10px;
    padding: 5px 8px;
    font-size: 9px;
}

.listing-status { left: 10px; }
.listing-type { right: 10px; }

.listing-gallery-button {
    width: 30px;
    height: 30px;
    font-size: 21px;
}

.listing-gallery-previous { left: 8px; }
.listing-gallery-next { right: 8px; }

.listing-card-body {
    padding: 15px;
}

.listing-developer {
    margin-bottom: 5px;
    font-size: 9px;
}

.listing-card-body h3 {
    min-height: 42px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.45;
}

.listing-price {
    display: block;
    padding: 11px 0;
}

.listing-price > span:first-child {
    display: block;
    margin-bottom: 4px;
    font-size: 9px;
}

.listing-aed-price,
.property-aed-price,
.single-aed-price {
    display: flex;
    align-items: center;
    gap: 7px;
}

.aed-symbol {
    display: block;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.listing-price .listing-aed-price strong {
    font-size: 17px;
}

.property-tile-content .property-aed-price {
    justify-content: flex-start;
}

.property-tile-content .property-aed-price .aed-symbol {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
}

.listing-meta {
    gap: 4px;
    padding: 11px 0 9px;
}

.listing-meta > span {
    gap: 4px;
    font-size: 9px;
}

.listing-meta .property-icon,
.home-featured-grid .listing-meta .property-icon {
    width: 18px;
    height: 18px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.listing-meta strong {
    font-size: 11px;
}

.listing-location {
    margin-bottom: 11px;
    font-size: 10px;
}

.listing-actions {
    gap: 6px;
}

.listing-btn {
    min-height: 34px;
    padding: 6px 7px;
    font-size: 9px;
}

.property-share-button .property-icon {
    width: 13px;
    height: 13px;
}

.single-aed-price .aed-symbol {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
}

@media (max-width: 1100px) {
    .property-showcase-grid,
    .home-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 600px) {
    .property-showcase-grid,
    .home-featured-grid {
        grid-template-columns: 1fr;
    }

    .listing-card {
        max-width: 390px;
        margin-inline: auto;
    }
}

.single-property-section{padding:38px 0 80px;background:#f7f8fa}.single-property-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:20px;color:#6b7280;font-size:13px}.single-property-breadcrumb a{color:#172033;font-weight:700}.single-property-gallery{margin-bottom:32px}.single-gallery-main{position:relative;overflow:hidden;border-radius:22px;background:#e8ebef}.single-gallery-main>img{width:100%;height:min(610px,62vw);min-height:420px;object-fit:cover}.single-gallery-main>span{position:absolute;right:18px;bottom:18px;padding:8px 13px;border-radius:999px;background:rgba(13,24,40,.78);color:#fff;font-size:12px;font-weight:700}.single-gallery-thumbs{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:9px;margin-top:10px}.single-gallery-thumb{overflow:hidden;aspect-ratio:4/3;padding:0;border:2px solid transparent;border-radius:10px;background:#e7e9ed;cursor:pointer;opacity:.7}.single-gallery-thumb.active{border-color:var(--gold);opacity:1}.single-gallery-thumb img{width:100%;height:100%;object-fit:cover}.single-property-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:32px;align-items:start}.single-property-main,.single-property-contact{background:#fff;border:1px solid #e2e5e9;border-radius:20px;box-shadow:0 12px 32px rgba(10,24,43,.06)}.single-property-main{padding:32px}.single-property-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.single-property-labels{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.single-property-labels span{padding:6px 11px;border-radius:999px;background:#f2ede0;color:#856a1b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.single-property-heading h1{max-width:850px;margin:0 0 12px;font-size:clamp(28px,3vw,40px);line-height:1.2}.single-property-location{display:flex;align-items:center;gap:7px;margin:0;color:#646b76;font-size:15px}.single-share-main{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:9px 16px;border:1px solid #d9dde3;border-radius:999px;background:#fff;color:#172033;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.single-share-main .property-icon{color:currentColor}.single-property-price{margin:28px 0 22px;padding-top:24px;border-top:1px solid #eceef1}.single-aed-price{display:flex;align-items:center;gap:10px}.single-aed-price .aed-symbol{width:42px;height:42px;flex-basis:42px}.single-aed-price .aed-symbol span{font-size:39px}.single-aed-price .aed-symbol::before{top:18px}.single-aed-price .aed-symbol::after{top:25px}.single-aed-price strong{font-size:clamp(34px,4vw,48px);line-height:1;color:#172033}.single-property-specs{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin-bottom:28px;padding:16px 0;border-top:1px solid #eceef1;border-bottom:1px solid #eceef1}.single-property-specs>span{display:flex;align-items:center;gap:7px;min-height:35px;padding:0 20px;border-right:1px solid #dfe2e6}.single-property-specs>span:first-child{padding-left:0}.single-property-specs>span:last-child{border-right:0}.single-property-specs .property-icon{width:24px;height:24px}.single-property-specs strong{font-size:16px}.single-property-specs small{color:#5f6671;font-size:13px}.property-copy-section{padding:25px 0;border-bottom:1px solid #eceef1}.property-copy-section:last-child{border-bottom:0}.property-copy-section h2{margin:0 0 12px;font-size:22px}.property-copy-section p{margin:0;color:#59616d;font-size:15px;line-height:1.8;white-space:pre-line}.property-map-link{display:inline-flex;align-items:center;gap:7px;margin-top:17px;padding:10px 14px;border-radius:10px;background:#f5f2fb;color:#38248b;font-size:13px;font-weight:700}.property-map-link .property-icon{color:currentColor}.single-property-contact{position:sticky;top:96px;padding:25px}.single-property-contact img{width:180px;height:64px;object-fit:contain;margin-bottom:10px}.single-property-contact>span{display:block;color:#7a808a;font-size:11px;font-weight:700;text-transform:uppercase}.single-property-contact h2{margin:18px 0 9px;font-size:22px}.single-property-contact p{margin:0 0 20px;color:#626a76;font-size:13px;line-height:1.7}.single-property-contact .btn{width:100%;margin-top:10px}.property-loading,.property-not-found{min-height:420px;display:grid;place-items:center;align-content:center;gap:12px;text-align:center}.property-loading span{width:42px;height:42px;border:3px solid #e1e4e8;border-top-color:var(--gold);border-radius:50%;animation:property-spin .8s linear infinite}.property-loading p{color:#6b7280}.property-not-found h1{margin:0}.property-not-found p{margin:0 0 14px;color:#6b7280}@keyframes property-spin{to{transform:rotate(360deg)}}

.property-share-open{overflow:hidden}.property-share-overlay{position:fixed;inset:0;z-index:12000;display:grid;place-items:center;padding:18px;background:rgba(5,16,31,.62);backdrop-filter:blur(5px)}.property-share-dialog{width:min(560px,100%);padding:25px;border-radius:20px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.28)}.property-share-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.property-share-heading span{color:var(--gold);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.property-share-heading h2{margin:4px 0 0;font-size:20px;line-height:1.35}.property-share-close{width:38px;height:38px;border:1px solid #e1e4e8;border-radius:50%;background:#fff;font-size:24px;line-height:1;cursor:pointer}.property-share-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:22px 0}.property-share-options a,.property-share-options button{display:flex;align-items:center;justify-content:center;min-height:43px;padding:9px;border:1px solid #dde1e6;border-radius:10px;background:#fff;color:#172033;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.property-share-options a:hover,.property-share-options button:hover,.property-share-options .is-copied{border-color:var(--gold);background:#f8f3e5}.property-share-url{display:grid;grid-template-columns:1fr auto;gap:8px;padding:8px;border-radius:12px;background:#f3f5f7}.property-share-url input{min-width:0;border:0;background:transparent;padding:5px 7px;color:#59616d;font:inherit;font-size:11px}.property-share-url button{border:0;border-radius:8px;padding:8px 13px;background:#172033;color:#fff;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.property-share-url button.is-copied{background:#168653}

@media(max-width:1000px){.single-property-layout{grid-template-columns:1fr}.single-property-contact{position:static;display:grid;grid-template-columns:1fr 1fr;gap:10px}.single-property-contact img,.single-property-contact>span,.single-property-contact h2,.single-property-contact p{grid-column:1/-1}.single-gallery-thumbs{grid-template-columns:repeat(6,minmax(0,1fr))}}
@media(max-width:767px){.listing-actions{grid-template-columns:1fr 1fr}.listing-actions .listing-btn-primary{grid-column:1/-1}.listing-price .listing-aed-price strong{font-size:20px}.single-property-section{padding:20px 0 55px}.single-gallery-main{border-radius:14px}.single-gallery-main>img{height:68vw;min-height:250px}.single-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.single-property-layout{gap:18px}.single-property-main{padding:20px 16px}.single-property-heading{display:block}.single-share-main{margin-top:16px}.single-aed-price strong{font-size:34px}.single-property-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.single-property-specs>span,.single-property-specs>span:first-child{padding:10px 8px;border-right:0;border-bottom:1px solid #eceef1}.single-property-specs>span:nth-last-child(-n+2){border-bottom:0}.single-property-contact{display:block;padding:20px 16px}.property-share-dialog{padding:20px 16px}.property-share-options{grid-template-columns:repeat(2,1fr)}.property-share-heading h2{font-size:17px}}
@media(max-width:420px){.single-property-heading h1{font-size:26px}.single-aed-price .aed-symbol{width:34px;height:34px;flex-basis:34px}.single-aed-price .aed-symbol span{font-size:32px}.single-aed-price .aed-symbol::before{top:15px}.single-aed-price .aed-symbol::after{top:21px}.single-aed-price strong{font-size:30px}.property-share-url{grid-template-columns:1fr}.property-share-url button{width:100%}}

/* Final compact property-card sizing, including offline homepage cards */
.property-tile-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.property-tile-card {
    display: block;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(7, 27, 54, .07);
}

.property-tile-image-wrap {
    min-height: 0;
    aspect-ratio: 16 / 10;
}

.property-tile-tag {
    top: 9px;
    right: 9px;
    padding: 5px 8px;
    font-size: 8px;
}

.property-tile-count {
    top: 10px;
    left: 10px;
    font-size: 9px;
}

.property-tile-dots {
    bottom: 9px;
    gap: 4px;
}

.property-tile-dots span {
    width: 5px;
    height: 5px;
}

.property-tile-content,
.property-showcase-grid .listing-card-body {
    padding: 12px;
}

.property-tile-content h3 {
    margin-bottom: 7px;
    font-size: 16px;
}

.property-tile-content .property-aed-price .aed-symbol {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
}

.property-tile-title {
    min-height: 38px;
    margin-bottom: 9px;
    font-size: 11px;
    line-height: 1.45;
}

.property-tile-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px;
    margin-bottom: 8px;
    font-size: 8px;
}

.property-tile-features > span {
    gap: 3px;
    padding: 4px 2px;
    border-radius: 6px;
}

.property-tile-list .property-icon {
    width: 14px;
    height: 14px;
    padding: 0;
    background: transparent;
    border: 0;
}

.property-tile-location {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 9px;
    line-height: 1.4;
}

.property-tile-location.property-location-top {
    margin: 0 0 5px;
    padding: 0;
    border-bottom: 0;
    color: var(--gold);
    font-size: 9px;
    font-weight: 700;
}

.single-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 50%;
    background: rgba(7,27,54,.74);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(6px);
}

.single-gallery-arrow-prev { left: 16px; }
.single-gallery-arrow-next { right: 16px; }

@media (max-width: 600px) {
    .single-gallery-arrow {
        width: 36px;
        height: 36px;
        font-size: 25px;
    }

    .single-gallery-arrow-prev { left: 9px; }
    .single-gallery-arrow-next { right: 9px; }
}

.property-tile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
}

.tile-btn,
.property-showcase-grid .listing-btn {
    min-height: 28px;
    padding: 4px 6px;
    font-size: 8px;
}

.property-showcase-grid .listing-card-body h3 {
    min-height: 36px;
    margin-bottom: 8px;
    font-size: 13px;
}

.property-showcase-grid .listing-price {
    padding: 8px 0;
}

.property-showcase-grid .listing-price .listing-aed-price strong {
    font-size: 15px;
}

.property-showcase-grid .listing-meta {
    padding: 8px 0 6px;
}

.property-showcase-grid .listing-location {
    margin-bottom: 8px;
}

@media (max-width: 1100px) {
    .property-tile-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .property-tile-list {
        grid-template-columns: 1fr;
    }

    .property-tile-card {
        width: min(100%, 360px);
        margin-inline: auto;
    }
}
