
    .hero {
      background: url('../images/bg.png') no-repeat center center;
      background-size: cover;
      height: 40vh;
      color: white;
 
    }
.c-logo {
  width:auto;
  height: 40vh; /* Fixed height */
  overflow: hidden;
}

.c-logo img {
width: auto;
height: 100%;
  object-fit: cover;
}


        .service-listing {
      background-color: #f8f9fa;
      padding: 4rem 1rem;
    }
    .service-icon {
      font-size: 2rem;
      color: #b6862c; /* G&S Legacy gold tone */
    }
    .service-title {
      font-weight: 600;
      font-size: 1.25rem;
    }
    .service-box:hover {
      background-color: #ffffff;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
    }
    .contact {
      background-color: #f8f9fa;
      padding: 50px 0;
    }
    .contact h2 {
      text-align: center;
      margin-bottom: 30px;
    }
    

