    body {
      font-family: 'Poppins', sans-serif;
      background: #f6f8fb;
    }
    
    /* CONTAINER */
    .builder-container {
      width: 1150px;
      margin: auto;
      padding: 25px 0;
    }
    
    .builder-title {
      font-size: 26px;
      font-weight: 600;
    }
    
    .builder-sub {
      font-size: 13px;
      color: #777;
      margin-bottom: 15px;
    }
    
    /* SINGLE WHITE BOX */
    .main-box {
      background: #fff;
      border-radius: 14px;
      padding: 18px;
      border: 1px solid #eee;
    }
    
    /* FILTER */
    .builder-filter {
      display: flex;
      gap: 10px;
      margin-bottom: 15px;
    }
    
    .builder-filter select {
      padding: 8px 12px;
      border-radius: 8px;
      border: 1px solid #ddd;
      font-size: 12px;
    }
    
    /* GRID */
    .builder-main {
      display: flex;
      gap: 20px;
    }
    
    /* LEFT */
    .builder-left {
      flex: 2;
    }
    
    /* ROW STYLE (NOT CARD) */
    .builder-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 40px 20px;
      border-bottom: 1px solid #f1f1f1;
    }
    
    .builder-row:last-child {
      border-bottom: none;
    }
    
    /* LEFT SIDE */
    .card-left {
      display: flex;
      gap: 12px;
    }
    
    /* IMAGE */
    .builder-img {
      width: 98px;
      height: 120px;
      border-radius: 10px;
      object-fit: cover;
    }
    
    /* TITLE */
    .builder-info h4 {
      font-size: 15px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    
    /* VERIFIED */
    .verify {
      background: #eef4ff;
      color: #3b82f6;
      padding: 3px 8px;
      border-radius: 20px;
      font-size: 10px;
    }
    
    /* META */
    .meta {
      font-size: 11px;
      color: #777;
      margin-top: 2px;
    }
    
    /* STATS */
    .stats {
      display: flex;
      gap: 8px;
      margin-top: 6px;
    }
    
    .stats span {
      background: #f5f5f5;
      padding: 4px 8px;
      border-radius: 20px;
      font-size: 11px;
    }
    
    .stats i {
      color: #f59e0b;
    }
    
    /* ACTIONS (BOTTOM RIGHT) */
    .actions {
      display: flex;
      gap: 8px;
      align-self: flex-end;
    }
    
    /* ICON */
    .icon-btn {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 1px solid #eee;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
    }
    
    /* BUTTONS */
    .btn-small {
      padding: 6px 10px;
      border-radius: 6px;
      border: 1px solid #eee;
      background: #fff;
      font-size: 11px;
      display: flex;
      align-items: center;
      gap: 4px;
    }
    
    .btn-chat {
      border: 1px solid #f28d35;
      color: #f28d35;
    }
    
    .btn-orange {
      background: #f28d35;
      color: #fff;
      border: none;
    }
    
    /* RIGHT PANEL */
    .builder-right {
      flex: 1;
    }
    
    .box {
      background: #fff;
      border-radius: 10px;
      padding: 14px;
      border: 1px solid #eee;
      margin-bottom: 12px;
    }
    
    .toggle {
      display: flex;
      gap: 8px;
      margin-top: 10px;
    }
    
    .toggle button {
      flex: 1;
      padding: 8px;
      border-radius: 6px;
      border: none;
      background: #eee;
      font-size: 12px;
    }
    
    .toggle .active {
      background: #111;
      color: #fff;
    }
    
    .box input {
      width: 100%;
      margin-top: 8px;
      padding: 8px;
      border-radius: 6px;
      border: 1px solid #ddd;
      font-size: 12px;
    }

    .box select,
    .box textarea {
      width: 100%;
      margin-top: 8px;
      padding: 8px;
      border-radius: 6px;
      border: 1px solid #ddd;
      font-size: 12px;
      background: #fff;
    }
    
    .full-btn {
      width: 100%;
      margin-top: 10px;
      padding: 9px;
      border-radius: 6px;
      background: #f28d35;
      color: #fff;
      border: none;
      font-size: 12px;
    }
    
    .feature img {
      width: 100%;
      height: 130px;
      border-radius: 10px;
      object-fit: cover;
    }
    
    .loan {
      background: linear-gradient(135deg, #4f46e5, #1e3a8a);
      color: #fff;
    }
    
    .loan button {
      background: #fff;
      color: #000;
    }
    
    .ad {
      text-align: center;
      color: #999;
    }
    /* GLOBAL BOX OVERRIDE */
    .box {
      background: #fff;
      border-radius: 20px; /* Softer corners like image */
      padding: 20px;
      border: 1px solid #eee;
      margin-bottom: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    }
    
    /* REQUIREMENT BOX */
    .header-with-icon {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 10px;
    }
    .icon-circle {
      background: #fff7ed;
      color: #f28d35;
      width: 35px;
      height: 35px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .box-subtitle {
      font-size: 12px;
      color: #666;
      line-height: 1.4;
      margin-bottom: 15px;
    }
    
    .toggle {
      background: #f8f9fa;
      padding: 4px;
      border-radius: 10px;
      border: 1px solid #eee;
    }
    .toggle button {
      background: transparent;
      color: #666;
      font-weight: 500;
      transition: 0.3s;
    }
    .toggle button.active {
      background: #111827;
      color: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    
    .budget-row {
      display: flex;
      gap: 10px;
    }
    .box input {
      padding: 12px;
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      outline: none;
    }

    .box select,
    .box textarea {
      padding: 12px;
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      outline: none;
    }

    .box input:focus {
      border-color: #f28d35;
    }

    .box select:focus,
    .box textarea:focus {
      border-color: #f28d35;
    }
    
    .orange-shadow {
      box-shadow: 0 6px 15px rgba(242, 141, 53, 0.3);
      font-weight: 600;
      padding: 12px;
      font-size: 14px;
    }
    
    /* FEATURE CARD */
    .feature-card {
      padding: 0;
      overflow: hidden;
      position: relative;
      border: none;
    }
    .featured-tag {
      position: absolute;
      top: 15px;
      left: 15px;
      z-index: 2;
      background: #374151;
      color: #fff;
      padding: 4px 12px;
      border-radius: 6px;
      font-size: 11px;
    }
    .image-container {
      position: relative;
      height: 180px;
    }
    .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .image-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
      color: #fff;
    }
    .image-overlay h4 {
      margin: 0;
      font-size: 18px;
    }
    .image-overlay p {
      margin: 0;
      font-size: 13px;
      opacity: 0.9;
    }
    
    .agent-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 15px;
    }
    .agent-info {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .avatar {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      object-fit: cover;
    }
    .agent-name {
      display: block;
      font-size: 13px;
      font-weight: 600;
      color: #111;
    }
    .agency {
      font-size: 11px;
      color: #777;
    }
    .view-details {
      color: #f28d35;
      text-decoration: none;
      font-size: 13px;
      font-weight: 600;
    }
    
    /* LOAN CARD */
    .loan-card {
      background: linear-gradient(135deg, #3b82f6, #1d4ed8);
      color: #fff;
      border: none;
      padding: 25px;
    }
    .loan-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
    }
    .loan-icon {
      background: rgba(255, 255, 255, 0.2);
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
    }
    .loan-card p {
      font-size: 13px;
      line-height: 1.5;
      margin-bottom: 20px;
      opacity: 0.9;
    }
    .loan-btn {
      width: 100%;
      background: #fff;
      color: #1e40af;
      border: none;
      padding: 12px;
      border-radius: 10px;
      font-weight: 700;
      cursor: pointer;
    }
    
    /* AD PLACEHOLDER */
    .ad-placeholder {
      background: #f3f4f6;
      border: none;
      position: relative;
      text-align: center;
    }
    .ad-tag {
      position: absolute;
      top: 10px;
      right: 10px;
      border: 1px solid #ccc;
      padding: 1px 6px;
      border-radius: 4px;
      font-size: 10px;
      color: #999;
    }
    .ad-icon-circle {
      background: #e5e7eb;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
      color: #999;
      font-size: 20px;
    }
    .ad-title {
      font-weight: 600;
      color: #4b5563;
      margin-bottom: 5px;
    }
    .ad-text {
      font-size: 12px;
      color: #9ca3af;
      line-height: 1.4;
      padding: 0 10px;
    }
    /* 1. Main Container */
    .feature-card {
      background: #fff;
      border-radius: 20px;
      padding: 0;
      overflow: hidden;
      position: relative; /* CRITICAL: Keeps the "Featured" tag inside */
      border: 1px solid #eee;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }
    
    .featured-tag {
      position: absolute; /* CRITICAL: Prevents tag from pushing text */
      top: 15px;
      left: 15px;
      z-index: 5;
      background: #374151;
      color: #fff;
      padding: 5px 12px;
      border-radius: 6px;
      font-size: 11px;
      font-weight: 600;
    }
    
    .image-container {
      position: relative;
      height: 180px;
    }
    
    .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .image-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
      color: #fff;
    }
    
    .image-overlay h4 {
      margin: 0;
      font-size: 18px;
    }
    .image-overlay p {
      margin: 0;
      font-size: 13px;
      opacity: 0.9;
    }
    
    /* FOOTER FIX */
    .agent-footer {
      display: flex;
      justify-content: space-between; /* Pushes View Details to the far right */
      align-items: center;
      padding: 15px 20px;
    }
    
    .agent-info {
      display: flex;
      align-items: center;
      gap: 12px;
    }
    
    .avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
    }
    
    .agent-details {
      display: flex;
      flex-direction: column;
    }
    
    .agent-name {
      font-size: 14px;
      font-weight: 700;
      color: #111;
    }
    
    .agency {
      font-size: 12px;
      color: #777;
    }
    
    .view-details {
      color: #d97706; /* Orange color */
      text-decoration: none;
      font-size: 13px;
      font-weight: 700;
      white-space: nowrap; /* Prevents text from breaking into two lines */
    }
    
    /* FEATURED VILLA CARD */
    .box.featured-card {
      padding: 0;
      border: 1px solid #eee;
      border-radius: 18px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    }
    
    .featured-card .card-image-area {
      position: relative;
      height: 180px;
      overflow: hidden;
    }
    
    .featured-card .card-image-area img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    
    .featured-card .featured-badge {
      position: absolute;
      top: 12px;
      left: 12px;
      z-index: 2;
      background: #4d4c49;
      color: #fff;
      padding: 5px 10px;
      border-radius: 6px;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    
    .featured-card .card-text-overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 15px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
      color: #fff;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    
    .featured-card .card-text-overlay h4 {
      margin: 0;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 700;
    }
    
    .featured-card .card-text-overlay p {
      margin: 0;
      font-size: 12px;
      opacity: 0.95;
    }
    
    .featured-card .agent-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
      padding: 12px 14px;
      border-top: 1px solid #f1f1f1;
    }
    
    .featured-card .agent-profile {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    
    .featured-card .agent-avatar {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    
    .featured-card .agent-name-group {
      display: flex;
      flex-direction: column;
    }
    
    .featured-card .agent-name {
      font-size: 12px;
      font-weight: 700;
      color: #111;
      line-height: 1.1;
    }
    
    .featured-card .agent-agency {
      font-size: 11px;
      color: #6b7280;
      line-height: 1.2;
    }
    
    .featured-card .view-details-link {
      font-size: 12px;
      color: #f97316;
      font-weight: 700;
      text-decoration: none;
      border: 1px solid #f97316;
      border-radius: 999px;
      padding: 6px 10px;
      white-space: nowrap;
      transition: all 0.2s ease;
    }
    
    .featured-card .view-details-link:hover {
      background: #f97316;
      color: #fff;
    }
  .builder-image-wrapper {

    width: 90px;

    height: 90px;

    min-width: 90px;

    border-radius: 50%;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;
}

.builder-img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 50%;
}

.builder-placeholder {

    width: 100%;

    height: 100%;

    background: #ff6b35;

    color: #fff;

    font-size: 34px;

    font-weight: 700;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    text-transform: uppercase;
}