.nav-link {
    color: black;
    font-weight: bold;
}

.nav-link:hover {
    color: goldenrod;
    font-weight: bold;
    text-decoration: underline overline goldenrod;
    text-underline-offset: 8px;
}

.btn-primary {
    background-color: #FFCD52;
    color: black;
    font-weight: 500;
    border: darkgrey solid 1px;
}

.btn-primary:hover {
    background-color: rgb(199, 147, 17);
    color: whitesmoke;
    font-weight: 600;
    border: whitesmoke solid 1px;
}

.box-border {
    border: black solid 1px;
}

.no-padding.img-2 {
    background: url(../img/showcase-2.jpg) scroll center no-repeat;
    background-size: cover;
    height: 100%;
}

.testimonial-box {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
}

.testimonial-box blockquote {
    margin: 0 0 10px;
    padding: 0;
    font-style: italic;
    color: #555;
}

.testimonial-box .author {
    font-weight: bold;
    color: #333;
    margin-bottom: 3px;
}

.author::after {
    content: " ★★★★★";
    color: goldenrod;
    font-style: italic;
}

.testimonial-box .role {
    color: #545454;
    font-size: 0.9em;
}

.blog-preview-box {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease-in-out;
    text-decoration: none;
}

.blog-preview-box:hover {
    transform: translateY(-5px);
}

.blog-preview-image {
    width: 100%;
    height: auto;
    display: block;
}

.blog-preview-content {
    padding: 15px;
}

.blog-preview-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
    text-decoration: none;
}

.blog-preview-excerpt {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 10px;
}

.read-more-link {
    display: inline-block;
    font-size: 0.9rem;
    color: #000fff;
    text-decoration: none;
}

.read-more-link:hover {
    text-decoration: underline;
}

.social-icon-box {
    height: 40px;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    text-decoration: none;
}

.img-center {
    margin: auto;
    display: block;    
}

.features-list {
    list-style: none;
}

.features-list li {
    display: flex;
    align-items: flex-start;
    font-size: 1.05rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

.card-bg-color1 {
    background-color: #ec6484 !important;
}

.card-bg-color2 {
    background-color: #6ce5fa6c !important;
}

.card-bg-color3 {
    background-color: #FFCD52 !important;
}

.card-bg-color4 {
    background-color: #c4e0ff !important;
}

.card a {
    color: #00008B !important;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
    text-decoration: none;
}

.badge-light {
    color: #fff;
    background-color: #006060;
    text-decoration: none;
}

.badge {
    display: inline-block;
    padding: .35em .6em;
    font-size: 75%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.contact-info p {
    margin: 0.5rem 0;
    line-height: 16px;
}
