body {
    background-color: #ffffff !important;
    font-family: "Inter", sans-serif;
    font-size: 1.1rem;
    line-height: 1.75;
}

.colochub-tag-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    height: 100%;
}

.info-section {
    margin-top: 10rem;
}

.info-section-image-div {
    justify-content: center;
}

.infos-avatars {
    width: 8rem;
    height: 8rem;
}

/* Default formatting for input fields on error */
input.valid {
    border: 2px solid green;
}

input.invalid {
    border: 2px solid red;
}

/* Global Font Styles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    /* color: #1e3a8a; */
    /* deep blue tone matching Tabler palette */
}

p,
li {
    font-family: "Inter", sans-serif;
    /* color: #4b5563; */
}

.quote-text {
    font-family: "Lora", serif;
    font-style: italic;
    font-size: 1.1rem;
    /* color: #374151; */
}

/* .page-header {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
} */

.page-header h1 {
    font-size: 2.75rem;
    letter-spacing: 1px;
}

.card-body p,
.card-body li {
    font-size: 1.1rem;
}

.fw-bold {
    font-weight: 500 !important;
}

.section-heading {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.testimonial-card {
    background-color: #f9fafb;
    border-radius: 1rem;
    transition: transform 0.2s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-name {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    /* color: #1e40af; */
}

.btn-primary {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
}