/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

.card1 {
    width: 360px;
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.header {
    background-color: #002f87;
    padding: 16px;
    text-align: center;
}

.logo {
    width: 150px;
}

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

.profile-pic {
    width: 100px;
    border-radius: 50%;
}

h2 {
    font-size: 18px;
    margin: 10px 0;
}

.red {
    color: red;
}

.phone, .email {
    display: block;
    color: #002f87;
    margin-top: 8px;
}

.address {
    font-size: 14px;
    color: #666;
}

.contact-options {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    background-color: #f5f5f5;
}

.contact-options div {
    text-align: center;
    cursor: pointer;
}

.contact-options img {
    width: 40px;
}

.contact-buttons {
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
}

.save-contact, .share-contact {
    background-color: #dc3545;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.share-contact {
    background-color: #002f87;
}

.property-list {
    padding: 20px;
}

.property-item {
    display: flex;
    margin-bottom: 10px;
}

.property-img {
    width: 100px;
    height: 80px;
    border-radius: 8px;
    margin-right: 10px;
}

.property-info {
    flex: 1;
}

.price {
    font-weight: bold;
    color: red;
}

.reviews-section {
    text-align: center;
    padding: 20px;
    background-color: #f5f5f5;
}

.google-logo {
    width: 100px;
}

.google-reviews {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.google-reviews-btn {
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}
/*# sourceMappingURL=bootstrap.min.css.map */

