:root {
    --primary: #FF5B2E;
    --secondary: #FF9B21;
    --ink: #222222;
    --paper: #F8F9FA;
    --white: #FFFFFF;
    --night: #161A22;
    --night-2: #1F2530;
    --line: #E7E4DF;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.65;
}

h1,
h2,
h3,
h4,
.brand-font {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.01em;
}

a {
    text-decoration: none;
}

.container-xl {
    max-width: 1240px;
}

/* ---------- Utility ---------- */
.text-primary-brand {
    color: var(--primary);
}

.bg-paper {
    background: var(--paper);
}

.btn-brand {
    background: var(--primary);
    color: #fff;
    border: none;
    padding: .85rem 1.9rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: .95rem;
    transition: background .2s ease, transform .2s ease;
}

.btn-brand:hover {
    background: #e64a1f;
    color: #fff;
    transform: translateY(-1px);
}

.btn-outline-brand {
    border: 1.5px solid rgba(255, 255, 255, .55);
    color: #fff;
    padding: .82rem 1.9rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: .95rem;
    transition: all .2s ease;
    background: transparent;
}

.btn-outline-brand:hover {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border-color: #fff;
}

.btn-outline-dark-thin {
    border: 1.5px solid var(--ink);
    color: var(--ink);
    padding: .7rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: .9rem;
}

.btn-outline-dark-thin:hover {
    background: var(--ink);
    color: #fff;
}

.section-pad {
    padding: 5.5rem 0;
}

.kicker {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: .85rem;
    color: var(--primary);
    margin-bottom: .6rem;
}

.lede {
    color: #5b5b5b;
    font-size: 1.05rem;
    max-width: 560px;
}

/* ---------- Navbar ---------- */
.navbar-apra {
    padding: 1rem 0;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid var(--line);
}

.navbar-apra .logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
}

 /* .logo-mark-img{
  height:40px;
  width:auto;
  object-fit:contain;
} */

.logo-mark-img{height:40px;width:auto;object-fit:contain;}

.navbar-apra .brand-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--ink);
}

.navbar-apra .brand-sub {
    font-size: .68rem;
    color: #8a8a8a;
    letter-spacing: .02em;
}

.navbar-apra .nav-link {
    font-weight: 500;
    color: var(--ink);
    margin: 0 .7rem;
    font-size: .95rem;
}

.navbar-apra .nav-link:hover {
    color: var(--primary);
}

/* ---------- Hero ---------- */
.hero {
    background: var(--night);
    position: relative;
    overflow: hidden;
    padding-top: 6.5rem;
}

.hero .hero-copy {
    padding: 4.5rem 0 5rem;
    position: relative;
    z-index: 2;
}

.hero h1 {
    color: #fff;
    font-size: clamp(2.3rem, 4.2vw, 3.4rem);
    line-height: 1.12;
    margin-bottom: 1.2rem;
}

.hero p.sub {
    color: #c8ccd4;
    font-size: 1.1rem;
    max-width: 480px;
    margin-bottom: 2.1rem;
}

.hero-stats {
    display: flex;
    gap: 2.4rem;
    margin-top: 3rem;
}

.hero-stats .num {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
}

.hero-stats .lab {
    font-size: .8rem;
    color: #9aa0ac;
}

.hero-visual {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 52%;
    z-index: 1;
}

.hero-visual svg {
    width: 100%;
    height: 100%;
}

@media(max-width:991px) {
    .hero-visual {
        position: relative;
        width: 100%;
        height: 260px;
        margin-top: 2rem;
    }
}

/* =========================================================
   HERO PROPERTY CAROUSEL
========================================================= */

.hero-visual {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 2.5rem 0 2.5rem 1.5rem;
}


/* Main Carousel */

.property-carousel {
    position: relative;

    width: 100%;
    height: 390px;

    overflow: hidden;

    border-radius: 30px;

    /* Premium frame */
    border: 12px solid #cbd5df;

    background: #cbd5df;

    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.30),
        0 8px 25px rgba(0, 0, 0, 0.15);

    isolation: isolate;
}


/* Individual Slide */

.property-slide {
    position: absolute;

    inset: 0;

    opacity: 0;

    visibility: hidden;

    transform: scale(1.06);

    transition:
        opacity 0.9s ease,
        transform 5s ease,
        visibility 0.9s ease;

    z-index: 1;
}


/* Active Slide */

.property-slide.active {
    opacity: 1;

    visibility: visible;

    transform: scale(1);

    z-index: 2;
}


/* Image */

.property-slide img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    user-select: none;
}


/* Dark Gradient */

.property-slide::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.02) 35%,
            rgba(0, 0, 0, 0.72) 100%
        );

    z-index: 2;
}


/* =========================================================
   PROPERTY TEXT
========================================================= */

.property-overlay {
    position: absolute;

    left: 28px;
    bottom: 55px;

    z-index: 5;

    color: #fff;

    pointer-events: none;
}

.property-overlay span {
    display: inline-block;

    padding: 6px 12px;

    margin-bottom: 8px;

    border-radius: 20px;

    background: #ff5a2a;

    color: #fff;

    font-size: 0.72rem;

    font-weight: 600;

    letter-spacing: 0.3px;
}

.property-overlay h3 {
    margin: 0;

    color: #fff;

    font-size: 1.45rem;

    line-height: 1.2;

    font-weight: 700;

    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


/* =========================================================
   PREVIOUS / NEXT BUTTON
========================================================= */

.carousel-btn {
    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 10;

    width: 42px;
    height: 42px;

    border: 1px solid rgba(255,255,255,0.35);

    border-radius: 50%;

    background: rgba(10, 15, 25, 0.45);

    backdrop-filter: blur(8px);

    color: #fff;

    font-size: 17px;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    transition: all 0.25s ease;
}

.carousel-btn:hover {
    background: #ff5a2a;

    border-color: #ff5a2a;

    transform: translateY(-50%) scale(1.08);
}

.carousel-prev {
    left: 18px;
}

.carousel-next {
    right: 18px;
}


/* =========================================================
   BOTTOM CONTROLS
========================================================= */

.carousel-bottom {
    position: absolute;

    left: 25px;
    right: 25px;
    bottom: 18px;

    z-index: 10;

    display: flex;

    align-items: center;

    gap: 15px;
}


/* Dots */

.carousel-dots {
    display: flex;

    align-items: center;

    gap: 7px;
}

.carousel-dot {
    width: 8px;
    height: 8px;

    padding: 0;

    border: 0;

    border-radius: 20px;

    background: rgba(255,255,255,0.55);

    cursor: pointer;

    transition: all 0.35s ease;
}

.carousel-dot.active {
    width: 25px;

    background: #ff5a2a;
}


/* Progress */

.carousel-progress {
    flex: 1;

    height: 3px;

    overflow: hidden;

    border-radius: 10px;

    background: rgba(255,255,255,0.30);
}

.carousel-progress span {
    display: block;

    width: 0%;

    height: 100%;

    background: #ff5a2a;

    border-radius: inherit;
}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 992px) {

    .hero .row {
        min-height: 500px;

        align-items: center;
    }

    .hero-visual {
        padding-left: 1.2rem;
    }

    .property-carousel {
        height: 390px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .hero-visual {
        padding: 1.5rem 0 2rem;
    }

    .property-carousel {
        height: 360px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    /* .hero-visual {
        padding: 1rem 0 1.5rem;
    } */

    .property-carousel {

        height: 285px;

        border-width: 7px;

        border-radius: 22px;
    }

    .property-overlay {
        left: 18px;
        bottom: 45px;
    }

    .property-overlay h3 {
        font-size: 1.1rem;
    }

    .property-overlay span {
        font-size: 0.65rem;

        padding: 5px 9px;
    }

    .carousel-btn {
        width: 34px;
        height: 34px;

        font-size: 13px;
    }

    .carousel-prev {
        left: 12px;
    }

    .carousel-next {
        right: 12px;
    }

    .carousel-bottom {
        left: 18px;
        right: 18px;
        bottom: 13px;
    }
}

/* ---------- Why choose ---------- */
.why-card {
    background: #fff;
    border: 1px solid var(--line);
    border-left: 3px solid var(--primary);
    border-radius: 4px;
    padding: 2rem 1.7rem;
    height: 100%;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.why-card:hover {
    box-shadow: 0 12px 28px rgba(22, 26, 34, .07);
}

.why-card .ic {
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.why-card h4 {
    font-size: 1.08rem;
    margin-bottom: .5rem;
}

.why-card p {
    color: #666;
    font-size: .92rem;
    margin: 0;
}

/* ---------- Services ---------- */
.svc-card {
    background: var(--paper);
    border-radius: 6px;
    padding: 2.1rem 1.8rem;
    height: 100%;
    transition: transform .2s ease, background .2s ease;
}

.svc-card:hover {
    background: #fff;
    box-shadow: 0 14px 30px rgba(22, 26, 34, .08);
    transform: translateY(-3px);
}

.svc-card .ic-wrap {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.35rem;
    margin-bottom: 1.2rem;
}

.svc-card h4 {
    font-size: 1.05rem;
    margin-bottom: .55rem;
}

.svc-card p {
    color: #666;
    font-size: .9rem;
    margin-bottom: 0;
}

/* ---------- Properties ---------- */
.prop-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    transition: box-shadow .2s ease, transform .2s ease;
}

.prop-card:hover {
    box-shadow: 0 16px 34px rgba(22, 26, 34, .1);
    transform: translateY(-3px);
}

.prop-thumb {
    height: 190px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.prop-thumb .tag {
    position: absolute;
    top: .9rem;
    left: .9rem;
    background: #fff;
    color: var(--ink);
    font-size: .72rem;
    font-weight: 600;
    padding: .3rem .7rem;
    border-radius: 4px;
}

.prop-thumb .price-chip {
    position: relative;
    margin: 0 0 -14px 1rem;
    background: var(--ink);
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: .95rem;
    padding: .5rem 1rem;
    border-radius: 6px;
}

.prop-body {
    padding: 1.6rem 1.2rem 1.3rem;
}

.prop-body h4 {
    font-size: 1.02rem;
    margin-bottom: .3rem;
}

.prop-loc {
    color: #777;
    font-size: .85rem;
    margin-bottom: 1rem;
}

.prop-meta {
    display: flex;
    gap: 1.1rem;
    border-top: 1px solid var(--line);
    padding-top: .9rem;
    margin-bottom: 1.1rem;
}

.prop-meta span {
    font-size: .82rem;
    color: #555;
}

.prop-meta i {
    color: var(--primary);
    margin-right: .3rem;
}

/* ---------- About ---------- */
.about-figure {
    border-radius: 10px;
    overflow: hidden;
    background: var(--night-2);
    height: 100%;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.stat-badge {
    position: absolute;
    bottom: -24px;
    right: -16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(22, 26, 34, .14);
    padding: 1.1rem 1.5rem;
    text-align: center;
}

.stat-badge .num {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    color: var(--primary);
}

.stat-badge .lab {
    font-size: .75rem;
    color: #777;
}

.about-list li {
    margin-bottom: .85rem;
    padding-left: 1.7rem;
    position: relative;
    color: #4a4a4a;
}

.about-list li::before {
    content: "\f26e";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary);
}

/* ---------- Testimonials ---------- */
.testi-wrap {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.testi-quote {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 1.4rem;
    line-height: 1.5;
}

.testi-person {
    font-size: .9rem;
    color: #777;
}

.testi-dots {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: 1.8rem;
}

.testi-dots button {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: #d9d9d9;
    padding: 0;
}

.testi-dots button.active {
    background: var(--primary);
    width: 22px;
    border-radius: 5px;
}

/* ---------- CTA ---------- */
.cta-banner {
    background: linear-gradient(120deg, var(--primary), var(--secondary));
    border-radius: 14px;
    padding: 3.2rem 2.6rem;
    color: #fff;
}

.cta-banner h3 {
    color: #fff;
    font-size: 1.7rem;
    margin-bottom: .4rem;
}

.cta-banner p {
    color: rgba(255, 255, 255, .9);
    margin-bottom: 0;
}

.cta-btn-white {
    background: #fff;
    color: var(--primary);
    font-weight: 700;
    padding: .85rem 1.7rem;
    border-radius: 6px;
    font-size: .95rem;
}

.cta-btn-white:hover {
    background: var(--ink);
    color: #fff;
}

.cta-btn-line {
    border: 1.5px solid rgba(255, 255, 255, .7);
    color: #fff;
    font-weight: 700;
    padding: .8rem 1.7rem;
    border-radius: 6px;
    font-size: .95rem;
}

.cta-btn-line:hover {
    background: rgba(255, 255, 255, .15);
}

/* ---------- Footer ---------- */
footer {
    background: var(--night);
    color: #c6c9d0;
    padding: 4rem 0 0;
}

footer h5 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    margin-bottom: 1.2rem;
}

footer a {
    color: #c6c9d0;
    font-size: .9rem;
}

footer a:hover {
    color: var(--secondary);
}

footer .foot-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 2.8rem;
    padding: 1.4rem 0;
    font-size: .82rem;
    color: #8a8f99;
}

.social-ic {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .95rem;
}

.social-ic:hover {
    background: var(--primary);
    border-color: var(--primary);
}

/* ---------- Floating buttons ---------- */
.float-btns {
    position: fixed;
    right: 1.3rem;
    bottom: 1.3rem;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.float-btns a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
}

.fb-whatsapp {
    background: #25D366;
}

.fb-call {
    background: var(--primary);
}

/* one orchestrated reveal for hero only */
.reveal-up {
    opacity: 0;
    transform: translateY(18px);
    animation: revealUp .7s ease forwards;
}

.d1 {
    animation-delay: .05s;
}

.d2 {
    animation-delay: .18s;
}

.d3 {
    animation-delay: .3s;
}

.d4 {
    animation-delay: .42s;
}

@keyframes revealUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .reveal-up {
        animation: none;
        opacity: 1;
        transform: none;
    }
}

:focus-visible {
    outline: 2.5px solid var(--primary);
    outline-offset: 2px;
}

.navbar-apra .dropdown-menu {
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(22, 26, 34, .1);
    padding: .5rem;
    margin-top: .3rem;
}

.navbar-apra .dropdown-item {
    font-size: .88rem;
    padding: .5rem .9rem;
    border-radius: 6px;
    color: #444;
}

.navbar-apra .dropdown-item:hover {
    background: var(--paper);
    color: var(--primary);
}

.navbar-apra .dropdown-toggle::after {
    margin-left: .35rem;
    vertical-align: .15em;
}

@media(max-width:991px) {
    .navbar-apra .dropdown-menu {
        border: none;
        box-shadow: none;
        padding-left: .5rem;
    }
}


    /* Page header */
    .page-head {
      background: var(--night);
      padding: 9rem 0 4rem;
      color: #fff;
    }

    .page-head h1 {
      color: #fff;
      font-size: 2.4rem;
      margin-bottom: .6rem;
    }

    .page-head .crumb {
      color: #9aa0ac;
      font-size: .9rem;
    }

    .page-head .crumb a {
      color: #c8ccd4;
    }

    .page-head .crumb .sep {
      margin: 0 .5rem;
    }

    /* Mission/Vision/Values cards */
    .mvv-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 2.2rem 1.8rem;
      height: 100%;
      border-top: 3px solid var(--primary);
    }

    .mvv-card .ic {
      font-size: 1.7rem;
      color: var(--primary);
      margin-bottom: 1rem;
    }

    .mvv-card h4 {
      font-size: 1.1rem;
      margin-bottom: .7rem;
    }

    .mvv-card p {
      color: #666;
      font-size: .92rem;
      margin: 0;
    }

    /* Why APRA */
    .why-row {
      display: flex;
      gap: 1.3rem;
      align-items: flex-start;
      padding: 1.3rem 0;
      border-bottom: 1px solid var(--line);
    }

    .why-row:last-child {
      border-bottom: none;
    }

    .why-row .num {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 1.1rem;
      color: var(--primary);
      min-width: 34px;
    }

    .why-row h5 {
      font-size: 1.02rem;
      margin-bottom: .3rem;
    }

    .why-row p {
      color: #666;
      font-size: .9rem;
      margin: 0;
    }

    .about-figure {
      border-radius: 10px;
      overflow: hidden;
      background: var(--night-2);
      height: 100%;
      min-height: 320px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .stat-badge {
      position: absolute;
      bottom: -24px;
      right: -16px;
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 14px 30px rgba(22, 26, 34, .14);
      padding: 1.1rem 1.5rem;
      text-align: center;
    }

    .stat-badge .num {
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 1.8rem;
      color: var(--primary);
    }

    .stat-badge .lab {
      font-size: .75rem;
      color: #777;
    }

    /* Team */
    .team-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
      text-align: center;
    }

    .team-photo {
      height: 200px;
      background: linear-gradient(135deg, #3a4150, #1F2530);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 2rem;
    }

    .team-body {
      padding: 1.4rem 1rem;
    }

    .team-body h5 {
      font-size: 1rem;
      margin-bottom: .2rem;
    }

    .team-body .role {
      color: var(--primary);
      font-size: .82rem;
      font-weight: 600;
      margin-bottom: .6rem;
    }

    .team-body p {
      color: #777;
      font-size: .85rem;
      margin: 0;
    }
    
    /* jump nav */
    .svc-jump {
      position: sticky;
      top: 73px;
      background: #fff;
      border-bottom: 1px solid var(--line);
      z-index: 50;
      padding: .9rem 0;
      overflow-x: auto;
    }

    .svc-jump .inner {
      display: flex;
      gap: 1.6rem;
      white-space: nowrap;
    }

    .svc-jump a {
      color: #666;
      font-size: .88rem;
      font-weight: 500;
    }

    .svc-jump a:hover {
      color: var(--primary);
    }

    .svc-figure {
      border-radius: 10px;
      height: 280px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 3rem;
    }

    .svc-block {
      padding: 4.5rem 0;
      border-bottom: 1px solid var(--line);
    }

    .svc-block:last-child {
      border-bottom: none;
    }

    .svc-block .feat-list li {
      margin-bottom: .6rem;
      padding-left: 1.6rem;
      position: relative;
      color: #4a4a4a;
      font-size: .92rem;
    }

    .svc-block .feat-list li::before {
      content: "\f26e";
      font-family: "bootstrap-icons";
      position: absolute;
      left: 0;
      top: 0;
      color: var(--primary);
    }

    .inquiry-card {
      background: var(--paper);
      border-radius: 10px;
      padding: 1.8rem;
    }

    .inquiry-card h5 {
      font-size: 1rem;
      margin-bottom: 1rem;
    }

    .form-control,
    .form-select {
      border-radius: 6px;
      border: 1px solid var(--line);
      padding: .65rem .9rem;
      font-size: .9rem;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 .2rem rgba(255, 91, 46, .12);
    }

  

    .social-ic {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, .2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: .95rem;
    }

    .social-ic:hover {
      background: var(--primary);
      border-color: var(--primary);
    }

    .float-btns {
      position: fixed;
      right: 1.3rem;
      bottom: 1.3rem;
      z-index: 999;
      display: flex;
      flex-direction: column;
      gap: .7rem;
    }

    .float-btns a {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.4rem;
      box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
    }

    .fb-whatsapp {
      background: #25D366;
    }

    .fb-call {
      background: var(--primary);
    }

  


    /* agrculture */

     .ag-hero {
      background: linear-gradient(135deg, #1f2530, #3a4150);
      padding: 9.5rem 0 5rem;
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    .ag-hero h1 {
      color: #fff;
      font-size: 2.3rem;
      margin-bottom: 0.8rem;
    }

    .ag-hero .crumb {
      color: #9aa0ac;
      font-size: 0.9rem;
      margin-bottom: 1rem;
    }

    .ag-hero .crumb a {
      color: #c8ccd4;
    }

    .ag-hero .crumb .sep {
      margin: 0 0.5rem;
    }

    .feat-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 2rem 1.6rem;
      height: 100%;
      text-align: center;
    }

    .feat-card .ic {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: var(--paper);
      color: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      margin: 0 auto 1.1rem;
    }

    .feat-card h4 {
      font-size: 1.02rem;
      margin-bottom: 0.6rem;
    }

    .feat-card p {
      color: #666;
      font-size: 0.88rem;
      margin: 0;
    }

    .land-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
      height: 100%;
    }

    .land-thumb {
      height: 150px;
      background: linear-gradient(135deg, #3a4150, #1f2530);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.8rem;
    }

    .land-body {
      padding: 1.3rem;
    }

    .land-body h5 {
      font-size: 0.98rem;
      margin-bottom: 0.4rem;
    }

    .land-body .price {
      color: var(--primary);
      font-weight: 700;
      font-family: "Poppins", sans-serif;
      font-size: 1rem;
    }

    .land-body p {
      color: #777;
      font-size: 0.85rem;
    }

    .form-card {
      background: var(--paper);
      border-radius: 10px;
      padding: 2.2rem;
    }

    .form-control,
    .form-select {
      border-radius: 6px;
      border: 1px solid var(--line);
      padding: 0.7rem 0.95rem;
      font-size: 0.9rem;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 0.2rem rgba(255, 91, 46, 0.12);
    }

    /* for property */

     /* type tabs */
    .type-tabs {
      background: #fff;
      border-bottom: 1px solid var(--line);
    }

    .type-tabs .inner {
      display: flex;
      gap: .5rem;
      overflow-x: auto;
      padding: 1rem 0;
    }

    .type-tabs button {
      border: 1px solid var(--line);
      background: #fff;
      color: #555;
      padding: .55rem 1.2rem;
      border-radius: 30px;
      font-size: .87rem;
      font-weight: 600;
      white-space: nowrap;
    }

    .type-tabs button.active {
      background: var(--primary);
      border-color: var(--primary);
      color: #fff;
    }

    .filters-card {
      background: var(--paper);
      border-radius: 10px;
      padding: 1.6rem;
    }

    .filters-card h5 {
      font-size: .95rem;
      margin-bottom: 1rem;
    }

    .filters-card label {
      font-size: .82rem;
      font-weight: 600;
      color: #555;
      margin-bottom: .3rem;
      display: block;
    }

    .form-control,
    .form-select {
      border-radius: 6px;
      border: 1px solid var(--line);
      padding: .6rem .85rem;
      font-size: .87rem;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 .2rem rgba(255, 91, 46, .12);
    }

    .filter-group {
      margin-bottom: 1.1rem;
    }

    .results-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1.3rem;
      flex-wrap: wrap;
      gap: .7rem;
    }

    .results-bar .count {
      font-size: .9rem;
      color: #666;
    }

    .results-bar .count strong {
      color: var(--ink);
    }

    .prop-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
      height: 100%;
      transition: box-shadow .2s ease, transform .2s ease;
    }

    .prop-card:hover {
      box-shadow: 0 16px 34px rgba(22, 26, 34, .1);
      transform: translateY(-3px);
    }

    .prop-thumb {
      height: 170px;
      position: relative;
      display: flex;
      align-items: flex-end;
    }

    .prop-thumb .tag {
      position: absolute;
      top: .8rem;
      left: .8rem;
      background: #fff;
      color: var(--ink);
      font-size: .7rem;
      font-weight: 600;
      padding: .28rem .65rem;
      border-radius: 4px;
    }

    .prop-thumb .price-chip {
      position: relative;
      margin: 0 0 -14px .9rem;
      background: var(--ink);
      color: #fff;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      font-size: .9rem;
      padding: .45rem .9rem;
      border-radius: 6px;
    }

    .prop-body {
      padding: 1.5rem 1.1rem 1.2rem;
    }

    .prop-body h4 {
      font-size: .98rem;
      margin-bottom: .3rem;
    }

    .prop-loc {
      color: #777;
      font-size: .82rem;
      margin-bottom: .9rem;
    }

    .prop-meta {
      display: flex;
      gap: 1rem;
      border-top: 1px solid var(--line);
      padding-top: .8rem;
      margin-bottom: 1rem;
      flex-wrap: wrap;
    }

    .prop-meta span {
      font-size: .78rem;
      color: #555;
    }

    .prop-meta i {
      color: var(--primary);
      margin-right: .25rem;
    }

    .pagination-wrap {
      display: flex;
      justify-content: center;
      gap: .5rem;
      margin-top: 2.5rem;
    }

    .pagination-wrap button {
      width: 38px;
      height: 38px;
      border-radius: 6px;
      border: 1px solid var(--line);
      background: #fff;
      font-size: .85rem;
      font-weight: 600;
      color: #555;
    }

    .pagination-wrap button.active {
      background: var(--primary);
      border-color: var(--primary);
      color: #fff;
    }

    /* property details */

        .crumb-bar {
      padding: 6.5rem 0 1.2rem;
      font-size: .88rem;
      color: #777;
    }

    .crumb-bar a {
      color: #777;
    }

    .crumb-bar .sep {
      margin: 0 .4rem;
    }

     /* Gallery */
    .gallery {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: .6rem;
      height: 400px;
      border-radius: 10px;
      overflow: hidden;
    }

    .gallery .main {
      background: linear-gradient(135deg, #FF5B2E, #FF9B21);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 3rem;
    }

    .gallery .side {
      display: grid;
      grid-template-rows: 1fr 1fr;
      gap: .6rem;
    }

    .gallery .side div {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.6rem;
    }

    .g1 {
      background: linear-gradient(135deg, #2d3441, #4a5568);
    }

    .g2 {
      background: linear-gradient(135deg, #3a4150, #1F2530);
    }

    @media(max-width:767px) {
      .gallery {
        height: auto;
        grid-template-columns: 1fr;
      }

      .gallery .main {
        height: 220px;
      }

      .gallery .side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
        height: 120px;
      }
    }

    .price-tag {
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 1.9rem;
      color: var(--primary);
    }

    .quick-facts {
      display: flex;
      flex-wrap: wrap;
      gap: 1.8rem;
      padding: 1.3rem 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      margin: 1.3rem 0;
    }

    .quick-facts .qf {
      text-align: center;
    }

    .quick-facts .qf .val {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 1.1rem;
    }

    .quick-facts .qf .lab {
      font-size: .78rem;
      color: #777;
    }

    .feature-pill {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      background: var(--paper);
      border-radius: 20px;
      padding: .45rem 1rem;
      font-size: .85rem;
      color: #444;
      margin: .25rem .3rem .25rem 0;
    }

    .feature-pill i {
      color: var(--primary);
    }

    .map-box {
      border-radius: 10px;
      overflow: hidden;
      height: 220px;
      background: linear-gradient(135deg, #1F2530, #2d3441);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #c8ccd4;
      font-size: .85rem;
      position: relative;
    }

    .map-box .pin {
      position: absolute;
      font-size: 2rem;
      color: var(--primary);
    }

    .sticky-card {
      background: var(--paper);
      border-radius: 10px;
      padding: 1.8rem;
      position: sticky;
      top: 90px;
    }

    .sticky-card .agent {
      display: flex;
      align-items: center;
      gap: .8rem;
      margin-bottom: 1.2rem;
    }

    .sticky-card .agent .av {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: linear-gradient(135deg, #3a4150, #1F2530);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
    }

    .form-control {
      border-radius: 6px;
      border: 1px solid var(--line);
      padding: .65rem .9rem;
      font-size: .88rem;
    }

    .form-control:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 .2rem rgba(255, 91, 46, .12);
    }

    .similar-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
      height: 100%;
    }

    .similar-thumb {
      height: 140px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.6rem;
    }

    .similar-body {
      padding: 1.1rem;
    }

    .similar-body h5 {
      font-size: .92rem;
      margin-bottom: .3rem;
    }

    .similar-body .price {
      color: var(--primary);
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      font-size: .92rem;
    }


    /* contact us  */

     .contact-info-item {
      display: flex;
      gap: 1rem;
      padding: 1.2rem 0;
      border-bottom: 1px solid var(--line);
    }

    .contact-info-item:last-child {
      border-bottom: none;
    }

    .contact-info-item .ic {
      width: 44px;
      height: 44px;
      border-radius: 8px;
      background: var(--paper);
      color: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      flex-shrink: 0;
    }

    .contact-info-item h5 {
      font-size: .95rem;
      margin-bottom: .2rem;
    }

    .contact-info-item p {
      color: #666;
      font-size: .88rem;
      margin: 0;
    }

    .map-box {
      border-radius: 10px;
      overflow: hidden;
      height: 260px;
      background: linear-gradient(135deg, #1F2530, #2d3441);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #c8ccd4;
      font-size: .9rem;
      position: relative;
    }

    .map-box .pin {
      position: absolute;
      font-size: 2.2rem;
      color: var(--primary);
    }

    .form-card {
      background: var(--paper);
      border-radius: 10px;
      padding: 2.2rem;
    }

    .form-control,
    .form-select {
      border-radius: 6px;
      border: 1px solid var(--line);
      padding: .7rem .95rem;
      font-size: .9rem;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 .2rem rgba(255, 91, 46, .12);
    }

    textarea.form-control {
      min-height: 120px;
    }

    /* gallerry page */

     .page-head {
      background: var(--night);
      padding: 9rem 0 3rem;
      color: #fff;
    }

    .page-head h1 {
      color: #fff;
      font-size: 2.3rem;
      margin-bottom: .6rem;
    }

    .page-head .crumb {
      color: #9aa0ac;
      font-size: .9rem;
    }

    .page-head .crumb a {
      color: #c8ccd4;
    }

    .page-head .crumb .sep {
      margin: 0 .5rem;
    }

    .gal-filter {
      display: flex;
      gap: .5rem;
      flex-wrap: wrap;
      padding: 2rem 0 1rem;
    }

    .gal-filter button {
      border: 1px solid var(--line);
      background: #fff;
      color: #555;
      padding: .5rem 1.1rem;
      border-radius: 30px;
      font-size: .85rem;
      font-weight: 600;
    }

    .gal-filter button.active {
      background: var(--primary);
      border-color: var(--primary);
      color: #fff;
    }

    .gal-item {
      border-radius: 8px;
      overflow: hidden;
      height: 190px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.8rem;
      cursor: pointer;
      position: relative;
    }

    .gal-item .lab {
      position: absolute;
      bottom: .6rem;
      left: .8rem;
      font-size: .72rem;
      background: rgba(0, 0, 0, .4);
      padding: .2rem .6rem;
      border-radius: 4px;
    }

    .lightbox {
      position: fixed;
      inset: 0;
      background: rgba(10, 12, 16, .92);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 2000;
    }

    .lightbox.show {
      display: flex;
    }

    .lightbox .box {
      width: min(600px, 86vw);
      height: 380px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 3rem;
    }

    .lightbox .close {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      color: #fff;
      font-size: 1.8rem;
      cursor: pointer;
    }

/* blog page */


    .blog-filter {
      display: flex;
      gap: .5rem;
      flex-wrap: wrap;
      padding: 2rem 0 1rem;
    }

    .blog-filter button {
      border: 1px solid var(--line);
      background: #fff;
      color: #555;
      padding: .5rem 1.1rem;
      border-radius: 30px;
      font-size: .85rem;
      font-weight: 600;
    }

    .blog-filter button.active {
      background: var(--primary);
      border-color: var(--primary);
      color: #fff;
    }

    .blog-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
      height: 100%;
    }

    .blog-thumb {
      height: 170px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.8rem;
    }

    .blog-body {
      padding: 1.4rem;
    }

    .blog-body .cat {
      font-size: .72rem;
      font-weight: 700;
      color: var(--primary);
      text-transform: uppercase;
      letter-spacing: .03em;
      margin-bottom: .5rem;
    }

    .blog-body h5 {
      font-size: 1rem;
      margin-bottom: .5rem;
    }

    .blog-body p {
      color: #777;
      font-size: .86rem;
      margin-bottom: .9rem;
    }

    .blog-body .meta {
      font-size: .78rem;
      color: #999;
    }

    /* rent property */

    
    .support-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 2rem;
      height: 100%;
    }

    .support-card .ic {
      font-size: 1.5rem;
      color: var(--primary);
      margin-bottom: 1rem;
    }

    .support-card h4 {
      font-size: 1.05rem;
      margin-bottom: .8rem;
    }

    .support-card ul {
      padding-left: 1.2rem;
      color: #666;
      font-size: .88rem;
      margin: 0;
    }

    .support-card ul li {
      margin-bottom: .4rem;
    }

    .prop-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
      height: 100%;
    }

    .prop-thumb {
      height: 170px;
      position: relative;
      display: flex;
      align-items: flex-end;
    }

    .prop-thumb .price-chip {
      position: relative;
      margin: 0 0 -14px .9rem;
      background: var(--ink);
      color: #fff;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      font-size: .9rem;
      padding: .45rem .9rem;
      border-radius: 6px;
    }

    .prop-body {
      padding: 1.5rem 1.1rem 1.2rem;
    }

    .prop-body h4 {
      font-size: .98rem;
      margin-bottom: .3rem;
    }

    .prop-loc {
      color: #777;
      font-size: .82rem;
      margin-bottom: .9rem;
    }

    .form-card {
      background: var(--paper);
      border-radius: 10px;
      padding: 2.2rem;
    }

    .form-control,
    .form-select {
      border-radius: 6px;
      border: 1px solid var(--line);
      padding: .7rem .95rem;
      font-size: .9rem;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 .2rem rgba(255, 91, 46, .12);
    }

    /* sell property */

      .why-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 1.8rem;
      height: 100%;
      text-align: center;
    }

    .why-card .ic {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: var(--paper);
      color: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      margin: 0 auto 1rem;
    }

    .why-card h5 {
      font-size: .98rem;
      margin-bottom: .5rem;
    }

    .why-card p {
      color: #666;
      font-size: .86rem;
      margin: 0;
    }

    .form-card {
      background: var(--paper);
      border-radius: 10px;
      padding: 2.2rem;
    }

    .form-control,
    .form-select {
      border-radius: 6px;
      border: 1px solid var(--line);
      padding: .7rem .95rem;
      font-size: .9rem;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 .2rem rgba(255, 91, 46, .12);
    }

    .upload-box {
      border: 2px dashed var(--line);
      border-radius: 8px;
      padding: 2rem;
      text-align: center;
      color: #888;
      background: #fff;
    }

    .upload-box i {
      font-size: 1.8rem;
      color: var(--primary);
    }


       .review-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 1.8rem;
      height: 100%;
    }

    .review-card .stars {
      color: var(--secondary);
      margin-bottom: .8rem;
      font-size: .9rem;
    }

    .review-card p.q {
      color: #4a4a4a;
      font-size: .92rem;
      margin-bottom: 1.2rem;
    }

    .review-card .who {
      display: flex;
      align-items: center;
      gap: .7rem;
    }

    .review-card .av {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: linear-gradient(135deg, #3a4150, #1F2530);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      font-size: .85rem;
    }

    .review-card .who .name {
      font-size: .88rem;
      font-weight: 600;
    }

    .review-card .who .role {
      font-size: .76rem;
      color: #888;
    }

    .video-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
      height: 100%;
    }

    .video-thumb {
      height: 190px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 2.2rem;
      position: relative;
    }

    .video-thumb .play {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: rgba(255, 255, 255, .25);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .video-body {
      padding: 1.1rem 1.2rem;
    }

    .video-body h5 {
      font-size: .95rem;
      margin-bottom: .2rem;
    }

    .video-body p {
      font-size: .82rem;
      color: #777;
      margin: 0;
    }

    .story-row {
      display: flex;
      gap: 1.3rem;
      align-items: flex-start;
      padding: 1.4rem 0;
      border-bottom: 1px solid var(--line);
    }

    .story-row:last-child {
      border-bottom: none;
    }

    .story-row .ic {
      width: 44px;
      height: 44px;
      border-radius: 8px;
      background: var(--paper);
      color: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      flex-shrink: 0;
    }

    .story-row h5 {
      font-size: .98rem;
      margin-bottom: .3rem;
    }

    .story-row p {
      color: #666;
      font-size: .88rem;
      margin: 0;
    }

        .director-photo {
      border-radius: 10px;
      overflow: hidden;
      background: linear-gradient(135deg, var(--night-2), #3a4150);
      height: 380px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 3.5rem;
      position: relative;
    }

    .director-photo .badge-role {
      position: absolute;
      bottom: 1.2rem;
      left: 1.2rem;
      background: #fff;
      border-radius: 8px;
      padding: .6rem 1rem;
      box-shadow: 0 14px 30px rgba(22, 26, 34, .14);
    }

    .director-photo .badge-role .name {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: .92rem;
      color: var(--ink);
    }

    .director-photo .badge-role .role {
      font-size: .76rem;
      color: var(--primary);
      font-weight: 600;
    }

    .msg-quote {
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 1.35rem;
      color: var(--ink);
      line-height: 1.5;
      border-left: 3px solid var(--primary);
      padding-left: 1.3rem;
      margin-bottom: 1.6rem;
    }

    .msg-body p {
      color: #4a4a4a;
      margin-bottom: 1.1rem;
    }

    .signature {
      margin-top: 2rem;
    }

    .signature .sig-name {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 1.05rem;
    }

    .signature .sig-role {
      color: #777;
      font-size: .85rem;
    }

    .stat-row {
      display: flex;
      gap: 2.2rem;
      flex-wrap: wrap;
      padding: 2rem 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      margin: 2.5rem 0;
    }

    .stat-row .st {
      text-align: left;
    }

    .stat-row .num {
      font-family: 'Poppins', sans-serif;
      font-weight: 800;
      font-size: 1.7rem;
      color: var(--primary);
    }

    .stat-row .lab {
      font-size: .8rem;
      color: #777;
    }
