/*Input Your Custom CSS Here*/

/* Blog post title link color */
.single-post-desc h2 a {
    color: #000 !important;
}

/* Project card hover effect */
.project-card:hover img {
    transform: scale(1.05);
}

/* Quote form input focus */
.quote-form-wrapper input:focus,
.quote-form-wrapper select:focus,
.quote-form-wrapper textarea:focus {
    border-color: #fab909 !important;
    outline: none;
}

/* Quote form button hover */
.quote-form-wrapper button:hover {
    background: #020e2a !important;
    color: #fff !important;
}