:root {
  --color-bg: #ffffff;
  /* Keep white background */
  --color-text: #0c4256;
  /* Use main color for primary text */
  --color-primary: #0c4256;
  /* Main primary color */
  --color-primary-dark: #072a36;
  /* Darker shade of primary */
  --color-muted: #68838d;
  /* Muted tone based on main color */
  --color-border: #b7c5ca;
  /* Soft border color derived from main */
  --color-light: #e8f1f4;
  /* Light tint of main color */
  --color-link: #108ab6;
  /* Bright blueish accent from main color scheme */
  --color-danger: #c0392b;
  /* Adjusted for aesthetic balance (optional) */
  --color-success-bg: #d0e6ec;
  /* Light background success tint using main palette */
}
.gu_b_section-title {
      text-align: left;
      font-size: 28px;
      font-weight: bold;
      margin: 40px 0 20px;
      color: #0c4256;
       border-bottom: 1px dashed #ccc;
    }

    .gu_b_project-item {
      padding: 10px;
     
    }

    .gu_b_project-name {
      font-weight: 600;
      font-size: large;
      color: #0c4256;
    }

    .gu_b_project-location{
      font-size: 16px;
      color:var( --color-text);
    }
 .gu_b_project-price {
      font-size: 16px;
      color:var(--color-danger);
      font-weight: 600;
    }
    .gu_b_project-link {
      color: #0c4256;
      font-weight: 500;
      text-decoration: underline;
      font-size: 14px;
      display: inline-block;
      margin-top: 5px;
    }

    .gu_b_gallery-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 6px;
    }

    .gu_b_gallery-section {
      padding-bottom: 60px;
    }
    .gu_sec_img {
        margin-bottom: 20px;
    }