.elementor-920 .elementor-element.elementor-element-f7f0f42:not(.elementor-motion-effects-element-type-background), .elementor-920 .elementor-element.elementor-element-f7f0f42 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://makeoversconsultancy.com/anandeehomes/wp-content/uploads/2025/12/photo-unfinished-houses-cranes-evening-scaled.jpg");background-position:0px -260px;background-repeat:no-repeat;background-size:cover;}.elementor-920 .elementor-element.elementor-element-f7f0f42 > .elementor-background-overlay{background-color:#020101ED;opacity:0.18;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-920 .elementor-element.elementor-element-f7f0f42{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:20px;margin-bottom:0px;padding:170px 0px 200px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-920 .elementor-element.elementor-element-436affd{text-align:center;}.elementor-920 .elementor-element.elementor-element-436affd .elementor-heading-title{font-family:"Josefin Sans", Sans-serif;font-size:36px;font-weight:600;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-920 .elementor-element.elementor-element-216fb87{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;font-family:"Inter", Sans-serif;font-size:15px;font-weight:400;color:#FFFFFF;}.elementor-920 .elementor-element.elementor-element-050f027{margin-top:50px;margin-bottom:70px;}@media(max-width:1024px){.elementor-920 .elementor-element.elementor-element-f7f0f42:not(.elementor-motion-effects-element-type-background), .elementor-920 .elementor-element.elementor-element-f7f0f42 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-920 .elementor-element.elementor-element-f7f0f42:not(.elementor-motion-effects-element-type-background), .elementor-920 .elementor-element.elementor-element-f7f0f42 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://makeoversconsultancy.com/anandeehomes/wp-content/uploads/2025/12/photo-unfinished-houses-cranes-evening-scaled.jpg");background-position:-106px -463px;}}/* Start custom CSS for html, class: .elementor-element-ae6d7a8 */:root{
  --ah-gold:#D8BE7D;
  --ah-ink:#0f0f0f;
  --ah-muted:#555;
  --ah-bg:#F8F6F0;
  --ah-card:#ffffff;
  --ah-line:#ece7da;
}

/* Section */
.ah-projects{
  background: var(--ah-bg);
  padding: 40px 16px;
}

.ah-projects-wrap{
  max-width: 1240px;
  margin: 0 auto;
}

/* Header */
.ah-projects-header{
  text-align: center;
  margin-bottom: 60px;
}
.ah-eyebrow{
  display:inline-block;
  background: rgba(216,190,125,.15);
  padding:6px 14px;
  border-radius:999px;
  font:700 15px/1 Inter, system-ui;
  letter-spacing:.18em;
  color:#7e6a36;
  margin-bottom:14px;
}
.ah-title{
  font-family:'Josefin Sans', sans-serif;
  font-size:38px;
  font-weight:700;
  color:var(--ah-ink);
  margin:8px 0 12px;
}
.ah-desc{
  max-width:780px;
  margin:0 auto;
  font:400 16px/1.8 Inter, system-ui;
  color:var(--ah-muted);
}

/* Grid */
.ah-projects-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Card */
.ah-project-card{
  background:var(--ah-card);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 14px 36px rgba(0,0,0,.08);
  transition: transform .3s ease, box-shadow .3s ease;
}
.ah-project-card:hover{
  transform: translateY(-6px);
  box-shadow:0 22px 48px rgba(0,0,0,.12);
}

/* Image */
.ah-project-image img{
  width:100%;
  height:400px;
  object-fit:cover;
  display:block;
}

/* Content */
.ah-project-content{
  padding:22px 20px 26px;
}
.ah-project-title{
  font-family:'Josefin Sans', sans-serif;
  font-size:22px;
  font-weight:700;
  margin:0 0 6px;
  color:var(--ah-ink);
}
.ah-project-location{
  font:400 14px/1.6 Inter, system-ui;
  color:#777;
  margin-bottom:14px;
}

/* Meta info */
.ah-project-meta{
  margin:8px 0 12px;
}
.ah-project-meta p{
  margin:2px 0;
  font:400 13px/1.6 Inter, system-ui;
  color:#666;
}
.ah-project-meta strong{
  font-weight:600;
  color:#333;
}

/* Buttons */
.ah-project-btn{
  display:inline-block;
  padding:10px 20px;
  border-radius:999px;
  background:var(--ah-gold);
  color:#111;
  text-decoration:none;
  font:700 13px/1 Inter, system-ui;
  transition: background .2s ease, transform .2s ease;
}
.ah-project-btn:hover{
  background:#cbb36c;
  transform: translateY(-1px);
}

/* ✅ Button group – side by side */
.ah-project-actions{
  display:flex;
  gap:10px;
  margin-top:6px;
  flex-wrap:nowrap;
}

/* Responsive */
@media (max-width: 1100px){
  .ah-projects-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px){
  .ah-projects-grid{
    grid-template-columns: 1fr;
  }
  .ah-title{
    font-size:30px;
  }
}/* End custom CSS */