:root{
  --ff-dark:#0f172a;
  --ff-text:#334155;
  --ff-muted:#64748b;
  --ff-border:#e2e8f0;
  --ff-blue:#2563eb;
  --ff-indigo:#4f46e5;
  --ff-purple:#7c3aed;
  --ff-gold:#ffd166;
  --ff-bg:#f8fafc;
  --ff-green:#22c55e;
}

*{
  box-sizing:border-box;
  font-family:"Manrope", Arial, sans-serif !important;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:#f8fafc !important;
  color:#0f172a !important;
  overflow-x:hidden;
}

a{
  text-decoration:none !important;
}

/* TOP HEADER */
.top-header{
  background:linear-gradient(90deg,#1d4ed8 0%,#4338ca 55%,#6d28d9 100%) !important;
  color:#fff !important;
  box-shadow:0 8px 24px rgba(15,23,42,.16);
}

.top-head-web{
  max-width:1180px;
  margin:0 auto;
  padding:8px 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}

.a-content{
  display:flex;
  gap:22px;
  align-items:center;
  flex-wrap:wrap;
}

.top-header a{
  color:#fff !important;
  font-size:14px;
  font-weight:800;
}

.socail-media-account div{
  display:flex;
  gap:8px;
}

.link-in{
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fff !important;
  transition:.25s ease;
}

.link-in:hover{
  background:#ffd166;
  color:#0f172a !important;
}

/* NAVBAR */
.navbar{
  background:#fff !important;
  border-bottom:1px solid #e2e8f0;
  box-shadow:0 10px 30px rgba(15,23,42,.06);
  padding:12px 20px !important;
  position:sticky;
  top:0;
  z-index:999;
}

.navbar .container-fluid{
  max-width:1180px;
  margin:0 auto;
  padding:0;
}

.navbar-brand img{
  width:92px;
  max-width:92px;
}

.navbar-nav{
  gap:8px;
  align-items:center;
}

.navbar .nav-link{
  color:#0f172a !important;
  font-size:14px;
  font-weight:900 !important;
  padding:10px 10px !important;
  white-space:nowrap;
}

.navbar .nav-link:hover{
  color:#2563eb !important;
}

.dropdown-menu{
  border:1px solid #e2e8f0;
  border-radius:14px;
  box-shadow:0 18px 45px rgba(15,23,42,.12);
  padding:10px;
}

.dropdown-item{
  font-size:14px;
  font-weight:800;
  border-radius:10px;
  padding:9px 12px;
}

.dropdown-item:hover{
  background:#eef2ff;
  color:#2563eb;
}

.call-action{
  background:linear-gradient(135deg,#2563eb 0%,#4f46e5 55%,#7c3aed 100%) !important;
  color:#fff !important;
  border-radius:14px;
  padding:12px 20px;
  font-size:14px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  gap:9px;
  white-space:nowrap;
  box-shadow:0 16px 36px rgba(79,70,229,.24);
}

/* UNIVERSAL PROJECT HERO */
.project-detail-hero,
.skyon-hero{
  position:relative;
  overflow:hidden;
  padding:52px 20px 42px;
  background:
    radial-gradient(circle at 12% 20%,rgba(255,255,255,.14),transparent 30%),
    radial-gradient(circle at 86% 18%,rgba(255,209,102,.15),transparent 28%),
    linear-gradient(135deg,#172554 0%,#1d4ed8 42%,#4f46e5 68%,#7c3aed 100%);
  color:#fff;
}

.project-detail-hero::before,
.skyon-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:42px 42px;
  opacity:.45;
  pointer-events:none;
}

.hero-inner{
  position:relative;
  z-index:2;
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:42px;
  align-items:center;
}

.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.26);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:16px;
  backdrop-filter:blur(12px);
}

.hero-copy h1{
  margin:0;
  color:#fff;
  font-size:clamp(44px,5.4vw,78px);
  line-height:.96;
  letter-spacing:-.075em;
  font-weight:900;
}

.hero-copy h1 span{
  color:#ffd166;
  display:block;
}

.hero-copy p{
  max-width:690px;
  margin:18px 0 0;
  color:rgba(255,255,255,.90);
  font-size:16.5px;
  line-height:1.68;
  font-weight:500;
}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}

.hero-primary,
.hero-secondary{
  min-height:52px;
  padding:14px 21px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:14px;
  font-weight:900;
}

.hero-primary{
  background:#ffd166;
  color:#0f172a !important;
  box-shadow:0 18px 40px rgba(255,209,102,.24);
}

.hero-secondary{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.24);
  color:#fff !important;
  backdrop-filter:blur(10px);
}

/* HERO IMAGE */
.hero-visual{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.24);
  border-radius:34px;
  padding:14px;
  box-shadow:0 30px 90px rgba(15,23,42,.28);
  backdrop-filter:blur(18px);
}

.hero-img{
  min-height:360px;
  border-radius:26px;
  background:
    linear-gradient(to top,rgba(15,23,42,.80),rgba(15,23,42,.10)),
    var(--project-hero-image, url("images/skyon-banner.jpg")) center/cover;
  position:relative;
  overflow:hidden;
}

.visual-card{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.60);
  border-radius:22px;
  padding:18px;
  box-shadow:0 18px 45px rgba(15,23,42,.18);
}

.visual-card h3{
  margin:0 0 4px;
  color:#0f172a;
  font-size:24px;
  font-weight:900;
  letter-spacing:-.045em;
}

.visual-card p{
  margin:0;
  color:#64748b;
  font-size:14px;
  line-height:1.55;
  font-weight:700;
}

/* FIRST FOLD SUMMARY */
.first-fold-panel{
  position:relative;
  z-index:4;
  max-width:1180px;
  margin:-28px auto 0;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:28px;
  padding:22px;
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr 1fr;
  gap:14px;
  box-shadow:0 22px 70px rgba(15,23,42,.13);
}

.fold-item{
  border:1px solid #e2e8f0;
  border-radius:20px;
  padding:18px;
  background:#f8fafc;
}

.fold-item span{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  margin-bottom:6px;
}

.fold-item strong{
  color:#0f172a;
  font-size:18px;
  font-weight:900;
  letter-spacing:-.035em;
}

.fold-item.primary{
  background:#0f172a;
  border-color:#0f172a;
}

.fold-item.primary span{
  color:#cbd5e1;
}

.fold-item.primary strong{
  color:#ffd166;
  font-size:22px;
}

/* UNIVERSAL SECTIONS */
.section{
  padding:78px 20px;
  background:#f8fafc;
}

.section.white{
  background:#fff;
}

.wrap{
  max-width:1180px;
  margin:0 auto;
}

.section-head{
  max-width:820px;
  margin:0 auto 42px;
  text-align:center;
}

.mini{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border-radius:999px;
  background:#eef2ff;
  border:1px solid #c7d2fe;
  color:#4f46e5;
  font-size:12px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.section-head h2{
  color:#0f172a;
  font-size:clamp(34px,4vw,56px);
  font-weight:900;
  letter-spacing:-.06em;
  margin:0 0 14px;
}

.section-head p{
  color:#64748b;
  font-size:17px;
  line-height:1.75;
  margin:0;
}

/* CONVERSION CARDS */
.conversion-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.conversion-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:28px;
  padding:30px;
  box-shadow:0 18px 55px rgba(15,23,42,.07);
  transition:.25s ease;
}

.conversion-card:hover{
  transform:translateY(-6px);
  box-shadow:0 26px 70px rgba(15,23,42,.12);
}

.conversion-icon{
  width:56px;
  height:56px;
  border-radius:18px;
  background:#eef2ff;
  color:#4f46e5;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  margin-bottom:20px;
}

.conversion-card h3{
  color:#0f172a;
  font-size:23px;
  font-weight:900;
  letter-spacing:-.045em;
  margin:0 0 12px;
}

.conversion-card p{
  color:#64748b;
  font-size:15px;
  line-height:1.75;
  margin:0 0 18px;
}

.card-link{
  color:#2563eb !important;
  font-size:14px;
  font-weight:900;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

/* INVENTORY BLOCK */
.inventory-block{
  background:
    radial-gradient(circle at 10% 20%, rgba(255,209,102,.24), transparent 30%),
    linear-gradient(135deg,#2563eb 0%,#4f46e5 55%,#7c3aed 100%);
  border-radius:32px;
  padding:42px;
  color:#fff;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
  box-shadow:0 24px 70px rgba(79,70,229,.22);
}

.inventory-block h2{
  color:#fff;
  font-size:clamp(32px,4vw,52px);
  font-weight:900;
  letter-spacing:-.06em;
  margin:0 0 14px;
}

.inventory-block p{
  color:rgba(255,255,255,.88);
  font-size:17px;
  line-height:1.75;
  margin:0;
}

.inventory-actions{
  display:grid;
  gap:14px;
}

.inventory-action{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.20);
  border-radius:22px;
  padding:20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  color:#fff !important;
}

.inventory-action span{
  color:rgba(255,255,255,.80);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.10em;
}

.inventory-action strong{
  display:block;
  color:#ffd166;
  font-size:25px;
  font-weight:900;
  letter-spacing:-.05em;
  margin-top:3px;
}

.inventory-action i{
  width:46px;
  height:46px;
  border-radius:999px;
  background:#ffd166;
  color:#0f172a;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* SMART SECTION */
.smart-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
  align-items:stretch;
}

.smart-photo{
  min-height:420px;
  border-radius:30px;
  background:
    linear-gradient(to top,rgba(15,23,42,.66),rgba(15,23,42,.08)),
    var(--project-secondary-image, url("images/skyon-project-view.jpg")) center/cover;
  box-shadow:0 18px 55px rgba(15,23,42,.09);
  border:1px solid #e2e8f0;
  position:relative;
  overflow:hidden;
}

.smart-photo::after{
  content:var(--project-photo-caption, "Project view · Real photos can be updated here");
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  background:rgba(255,255,255,.92);
  color:#0f172a;
  border-radius:18px;
  padding:16px;
  font-size:15px;
  font-weight:900;
  box-shadow:0 16px 36px rgba(15,23,42,.14);
}

.smart-content{
  display:grid;
  gap:16px;
}

.smart-row{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:24px;
  padding:22px;
  display:flex;
  gap:16px;
  align-items:flex-start;
  box-shadow:0 18px 55px rgba(15,23,42,.06);
}

.smart-row i{
  width:44px;
  height:44px;
  min-width:44px;
  border-radius:15px;
  background:#eef2ff;
  color:#4f46e5;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  margin-top:2px;
}

.smart-row h3{
  color:#0f172a;
  font-size:20px;
  font-weight:900;
  letter-spacing:-.04em;
  margin:0 0 6px;
}

.smart-row p{
  color:#64748b;
  font-size:15px;
  line-height:1.7;
  margin:0;
}

/* UNIT SIZE CUES */
.unit-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.unit-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:26px;
  padding:24px;
  text-align:center;
  box-shadow:0 18px 55px rgba(15,23,42,.06);
}

.unit-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:15px;
  background:#eef2ff;
  color:#4f46e5;
  font-size:14px;
  font-weight:900;
  margin-bottom:14px;
}

.unit-card h3{
  color:#0f172a;
  font-size:22px;
  font-weight:900;
  letter-spacing:-.04em;
  margin:0 0 8px;
}

.unit-card p{
  color:#64748b;
  font-size:14px;
  line-height:1.55;
  margin:0;
}

/* STEPS */
.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.step{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:26px;
  padding:24px;
  box-shadow:0 18px 55px rgba(15,23,42,.06);
}

.step strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:999px;
  background:#ffd166;
  color:#0f172a;
  font-size:15px;
  font-weight:900;
  margin-bottom:18px;
}

.step h3{
  color:#0f172a;
  font-size:19px;
  font-weight:900;
  letter-spacing:-.04em;
  margin:0 0 8px;
}

.step p{
  color:#64748b;
  font-size:14px;
  line-height:1.65;
  margin:0;
}

/* FINAL CTA */
.final-cta{
  background:
    radial-gradient(circle at 10% 20%, rgba(255,209,102,.24), transparent 30%),
    linear-gradient(135deg,#070b14 0%,#0f172a 48%,#111827 100%);
  border-radius:32px;
  padding:46px;
  color:#fff;
  display:grid;
  grid-template-columns:1.2fr auto;
  gap:28px;
  align-items:center;
  box-shadow:0 24px 70px rgba(15,23,42,.22);
}

.final-cta h2{
  color:#fff;
  font-size:clamp(30px,4vw,52px);
  font-weight:900;
  letter-spacing:-.06em;
  margin:0 0 12px;
}

.final-cta p{
  color:rgba(255,255,255,.84);
  font-size:16px;
  line-height:1.7;
  margin:0;
  max-width:720px;
}

.final-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.final-actions a{
  min-height:52px;
  padding:14px 20px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
}

.final-actions .gold{
  background:#ffd166;
  color:#0f172a !important;
}

.final-actions .outline{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  color:#fff !important;
}

/* FOOTER */
.site-footer{
  background:linear-gradient(135deg,#070b14 0%,#0f172a 45%,#111827 100%) !important;
  color:#e5e7eb !important;
  padding:70px 20px 32px;
}

.footer-container{
  max-width:1180px;
  margin:0 auto;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.4fr .8fr 1fr;
  gap:36px;
}

.site-footer h4{
  color:#fff !important;
  font-size:18px;
  font-weight:900;
  margin-bottom:16px;
}

.site-footer p,
.site-footer li,
.site-footer a{
  color:#cbd5e1 !important;
  font-size:14px;
  line-height:1.75;
}

.site-footer ul{
  padding-left:0;
  list-style:none;
  margin:0;
}

.footer-bottom,
.footer-bottom-links{
  border-top:1px solid rgba(255,255,255,.10) !important;
  margin-top:28px;
  padding-top:18px;
  text-align:center;
}

.footer-bottom-links{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

/* FLOATING WHATSAPP */
.float{
  position:fixed;
  width:58px;
  height:58px;
  bottom:34px;
  right:34px;
  background:#25d366;
  color:#fff !important;
  border-radius:999px;
  font-size:28px;
  box-shadow:0 16px 34px rgba(37,211,102,.34);
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* RESPONSIVE */
@media(max-width:992px){
  .hero-inner,
  .first-fold-panel,
  .inventory-block,
  .smart-grid,
  .final-cta,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .conversion-grid,
  .steps{
    grid-template-columns:repeat(2,1fr);
  }

  .unit-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .final-actions{
    justify-content:flex-start;
  }
}

@media(max-width:768px){
  .top-head-web,
  .a-content{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }

  .project-detail-hero,
  .skyon-hero{
    padding:42px 18px 60px;
  }

  .hero-copy h1{
    font-size:44px;
  }

  .hero-img{
    min-height:320px;
  }

  .first-fold-panel{
    margin:-28px 18px 0;
  }

  .section{
    padding:58px 18px;
  }

  .conversion-grid,
  .steps,
  .unit-grid{
    grid-template-columns:1fr;
  }

  .inventory-block,
  .final-cta{
    padding:30px;
    border-radius:26px;
  }

  .hero-primary,
  .hero-secondary,
  .final-actions a{
    width:100%;
  }

  .float{
    width:52px;
    height:52px;
    right:20px;
    bottom:24px;
  }
}
/* PROJECT LISTINGS */

.project-listing-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:24px;
}

.project-listing-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(15,23,42,.08);
  transition:.25s ease;
}

.project-listing-card:hover{
  transform:translateY(-6px);
  box-shadow:0 26px 70px rgba(15,23,42,.12);
}

.listing-img{
  position:relative;
  height:240px;
  overflow:hidden;
}

.listing-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.listing-img span{
  position:absolute;
  top:14px;
  right:14px;
  background:#ffd166;
  color:#0f172a;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
}

.listing-body{
  padding:22px;
}

.listing-body h3{
  color:#0f172a;
  font-size:22px;
  font-weight:900;
  margin:0 0 8px;
}

.listing-body p{
  color:#64748b;
  font-size:14px;
  line-height:1.6;
  margin:0 0 18px;
}

.listing-meta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:16px;
}

.listing-meta div{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:12px;
  text-align:center;
}

.listing-meta strong{
  display:block;
  color:#0f172a;
  font-size:13px;
  font-weight:900;
}

.listing-meta small{
  color:#64748b;
  font-size:11px;
  font-weight:800;
}

.listing-price{
  background:#fff4c2;
  color:#0f172a;
  border-radius:14px;
  padding:14px;
  text-align:center;
  font-size:22px;
  font-weight:900;
  margin-bottom:16px;
}

.listing-btn{
  display:block;
  background:#0f172a;
  color:#fff !important;
  text-align:center;
  padding:14px;
  border-radius:14px;
  font-weight:900;
}
/* PROJECT LISTINGS */

.project-listing-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
    gap:30px;
    margin-top:50px;
}

.project-listing-card{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.3s;
}

.project-listing-card:hover{
    transform:translateY(-6px);
}

.listing-img{
    position:relative;
    height:240px;
}

.listing-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.listing-img span{
    position:absolute;
    top:15px;
    left:15px;
    background:#0f172a;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
}

.listing-body{
    padding:24px;
}

.listing-body h3{
    font-size:28px;
    font-weight:800;
    margin-bottom:10px;
    color:#0f172a;
}

.listing-body p{
    color:#64748b;
    margin-bottom:20px;
}

.listing-meta{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-bottom:20px;
}

.listing-meta div{
    background:#f8fafc;
    border-radius:14px;
    padding:12px;
    text-align:center;
}

.listing-meta strong{
    display:block;
    color:#0f172a;
}

.listing-meta small{
    color:#64748b;
}

.listing-price{
    font-size:30px;
    font-weight:900;
    color:#2563eb;
    margin-bottom:20px;
}

.listing-btn{
    display:block;
    width:100%;
    text-align:center;
    background:#2563eb;
    color:#fff !important;
    padding:14px;
    border-radius:14px;
    font-weight:800;
}
.listing-filter-tabs{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:34px;
}

.listing-filter{
  border:1px solid #c7d2fe;
  background:#fff;
  color:#0f172a;
  border-radius:999px;
  padding:11px 22px;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}

.listing-filter.active{
  background:#0f172a;
  color:#fff;
  border-color:#0f172a;
}
.listing-filter-tabs{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-bottom:40px;
    flex-wrap:wrap;
}

.listing-filter{
    border:none;
    padding:12px 24px;
    border-radius:999px;
    background:#eef2ff;
    color:#4f46e5;
    font-weight:800;
    cursor:pointer;
    transition:.25s;
}

.listing-filter.active,
.listing-filter:hover{
    background:#2563eb;
    color:#fff;
}
.project-listings-section{
  background:#fff;
}

.listing-filter-tabs{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin:0 0 36px;
}

.listing-filter{
  border:1px solid #c7d2fe;
  background:#fff;
  color:#0f172a;
  border-radius:999px;
  padding:11px 22px;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}

.listing-filter.active,
.listing-filter:hover{
  background:#0f172a;
  color:#fff;
  border-color:#0f172a;
}

.project-listing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.project-listing-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(15,23,42,.08);
}

.listing-img{
  position:relative;
  height:230px;
  overflow:hidden;
  background:#e2e8f0;
}

.listing-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.listing-img span{
  position:absolute;
  top:14px;
  right:14px;
  background:#ffd166;
  color:#0f172a;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
}

.listing-body{
  padding:22px;
}

.listing-body h3{
  color:#0f172a;
  font-size:22px;
  font-weight:900;
  margin:0 0 8px;
}

.listing-body p{
  color:#64748b;
  font-size:14px;
  margin:0 0 18px;
}

.listing-meta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:16px;
}

.listing-meta div{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:12px;
  text-align:center;
}

.listing-meta strong{
  display:block;
  font-size:13px;
  font-weight:900;
}

.listing-meta small{
  font-size:11px;
  color:#64748b;
  font-weight:800;
}

.listing-price{
  background:#fff4c2;
  border-radius:14px;
  padding:14px;
  text-align:center;
  font-size:22px;
  font-weight:900;
  margin-bottom:16px;
}

.listing-btn{
  display:block;
  background:#0f172a;
  color:#fff !important;
  text-align:center;
  padding:14px;
  border-radius:14px;
  font-weight:900;
}

@media(max-width:992px){
  .project-listing-grid{
    grid-template-columns:1fr;
  }
}
.project-listings-section{background:#fff!important;padding:80px 20px!important}
.project-listings-section .wrap{max-width:1180px;margin:0 auto}
.listing-filter-tabs{display:flex!important;justify-content:center!important;gap:12px!important;flex-wrap:wrap!important;margin:0 0 36px!important}
.listing-filter{border:1px solid #c7d2fe!important;background:#fff!important;color:#0f172a!important;border-radius:999px!important;padding:11px 22px!important;font-size:14px!important;font-weight:900!important;cursor:pointer!important}
.listing-filter.active,.listing-filter:hover{background:#0f172a!important;color:#fff!important;border-color:#0f172a!important}
.project-listing-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:24px!important}
.project-listing-card{display:block;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:28px!important;overflow:hidden!important;box-shadow:0 18px 55px rgba(15,23,42,.08)!important}
.listing-img{position:relative!important;height:230px!important;overflow:hidden!important;background:#e2e8f0!important}
.listing-img img{width:100%!important;height:100%!important;object-fit:cover!important}
.listing-img span{position:absolute!important;top:14px!important;right:14px!important;background:#ffd166!important;color:#0f172a!important;padding:8px 14px!important;border-radius:999px!important;font-size:12px!important;font-weight:900!important}
.listing-body{padding:22px!important}
.listing-body h3{color:#0f172a!important;font-size:22px!important;font-weight:900!important;margin:0 0 8px!important}
.listing-body p{color:#64748b!important;font-size:14px!important;margin:0 0 18px!important}
.listing-meta{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;margin-bottom:16px!important}
.listing-meta div{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:14px!important;padding:12px!important;text-align:center!important}
.listing-meta strong{display:block!important;font-size:13px!important;font-weight:900!important}
.listing-meta small{display:block!important;font-size:11px!important;color:#64748b!important;font-weight:800!important}
.listing-price{background:#fff4c2!important;border-radius:14px!important;padding:14px!important;text-align:center!important;font-size:22px!important;font-weight:900!important;margin-bottom:16px!important}
.listing-btn{display:block!important;background:#0f172a!important;color:#fff!important;text-align:center!important;padding:14px!important;border-radius:14px!important;font-weight:900!important}
@media(max-width:992px){.project-listing-grid{grid-template-columns:1fr!important}}