/* pages.css */

.container {
    max-width: 800px;
}

h1,
h3 {
    color: #343a40;
}

.text-center .display-4 {
    color: #5a5a5a;
}

.mt-4 h3 {
    margin-top: 2rem;
    /* More space above each section */
}

ul.list-unstyled li {
    font-size: 1.1rem;
    line-height: 1.6;
}

.bi-check-circle-fill {
    font-size: 1.1rem;
    color: #0d6efd;
    /* Matches Bootstrap's primary color */
}

.bi-heart-fill {
    color: #dc3545;
    /* Matches Bootstrap's danger color */
}

p.lead {
    font-size: 1.25rem;
    color: #6c757d;
}

.row>.col-md-8 {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.mb-4 h3 i,
.mb-4 h3 {
    display: inline-flex;
    align-items: center;
}


.list-unstyled li i {
    font-size: 1.5rem;
    /* Larger icons for better visibility */
    color: #0d6efd;
    /* Matches Bootstrap's primary color */
}

.row>.col-md-6 {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.mb-3 h3 i {
    display: inline-flex;
    align-items: center;
}

form .form-label {
    font-weight: bold;
}

form .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

h3 i {
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem;
    /* Larger icons for better visibility */
    color: #0d6efd;
    /* Matches Bootstrap's primary color */
}

p {
    line-height: 1.6;
    font-size: 1.1rem;
    /* Slightly larger text for readability */
}

/* Additional styling for better spacing and aesthetics */
.mb-4 {
    margin-bottom: 2rem;
}

.container .lead {
    font-size: 1.25rem;
}

.website-card {
    transition: transform 0.2s;
}

.website-card:hover {
    transform: scale(1.05);
}

.banner-placeholder {
    background-color: #e0e0e0;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #555;
}