﻿/* HomeProfile.css */

body {
    font-family: 'Roboto', sans-serif;
    background-color: #e7ffd0;
    color: #333;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

.container {
    max-width: 960px;
    margin: auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

footer {
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 1%;
    margin-top: auto;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}

.footer[b-mjz3ziwl20] {
    position: static !important;
    bottom: unset !important;
    width: auto !important;
    white-space: normal !important;
    line-height: normal !important;
}


h1, h3 {
    color: #2c3e50;
    font-weight: 700;
}

p, li {
    line-height: 1.6;
    color: #555;
}

.text-primary {
    color: #3498db !important;
}

.text-secondary {
    color: #7f8c8d !important;
}

.carousel-item img {
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.list-group-item {
    border: none;
    padding: 10px 15px;
    background-color: #f8f9fa;
    margin-bottom: 5px;
    border-radius: 6px;
}

.badge {
    font-size: 0.9em;
    padding: 8px 12px;
    border-radius: 16px;
    background-color: #e1e1e1;
    color: #333;
}

    .badge.bg-secondary {
        background-color: #dfe6e9;
        color: #2c3e50;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}

.table th, .table td {
    padding: 12px;
    vertical-align: middle;
}

btn-primary {
    background-color: #3498db;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 24px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #2980b9;
}

.profile-image {
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.viewing-form, .offer-form {
    padding: 20px;
    background-color: #f1f2f6;
    border: 1px solid #dcdde1;
    border-radius: 8px;
}

    .viewing-form .form-group, .offer-form .form-group {
        margin-bottom: 15px;
    }

input.form-control {
    border-radius: 24px;
    border: 1px solid #dfe6e9;
    padding: 10px;
    font-size: 1em;
}

    input.form-control:focus {
        outline: none;
        border-color: #3498db;
        box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
    }

button[type="submit"] {
    margin-top: 10px;
    display: block;
    width: 100%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1);
}

.carousel-indicators button {
    background-color: #7f8c8d;
}

.carousel-indicators .active {
    background-color: #3498db;
}
