  body {
    font-family: 'Lato', sans-serif;
    background: #f8f9fa;
    margin: 0;
    padding: 0;
  }

  .text-color-yellow {
    color: #F39C12 !important;
  }

  .btn-theme-color-1 {
    background: #F39C12;
    color: #fff;
    border: none;
  }

  .btn-theme-color-1:hover {
    background: #d9830e;
	color:#090979;
  }

  .card-bg-1 {
    background: #fff;
    padding: 40px 20px;
  }

  .card1 {
    min-height: 90vh;
  }

  .theme1 {
    background: #090979;
  }

  .color1 {
    color: #090979;
  }

  .hero {
    padding: 20px 10px;
    text-align: center;
  }

  select {
    margin: 12px;
    width: 90%;
    max-width: 300px;
    padding: 9px;
    border: 1px solid #ccc;
  }

  footer,
  footer a {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ul li {
    margin-bottom: 10px;
  }

  .property-item {
    margin-bottom: 1.5rem;
  }

  .card {
    border: 2px solid #5145BA;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 15px;
    min-height: 130px;
    background: #ffffff;
  }

  .card-img-wrapper {
    position: relative;
    width: 125px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background-color: #f8f8f8;
    border-radius: 6px;
    overflow: hidden;
  }

  .card-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card-body {
    padding: 10px 0;
    flex: 1;
  }

  h6.card-title {
    color: #FF0000;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .property-info p {
    margin: 2px 0;
    font-size: 14px;
  }

  .about-section h2,
  .team-member h3 {
    color: #090979;
    margin-bottom: 20px;
  }

  .team-member {
    margin-bottom: 20px;
  }

  .newsletter-signup p {
    margin-bottom: 10px;
    font-weight: 600;
  }

  .contact-info p {
    margin-top: 20px;
    font-size: 14px;
  }

  .contact-section input,
  .contact-section textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .contact-section textarea {
    resize: vertical;
  }

  .loader {
    text-align: center;
    margin: 40px auto;
  }

  @media (min-width: 768px) {
    .team-member {
      display: inline-block;
      width: 30%;
      margin: 1.5%;
      vertical-align: top;
      text-align: center;
    }
  }