/* [BEGIN: /home/nxscom/knox-conn.com/assets/css/index.css] */
/**
 * Knox-Conn.com Homepage Specific Styles
 */

/* Example: If the hero background needs specific styling only on the homepage */
.hero-section {
     /* background-image: url('../images/banners/hero_home.jpg'); */
     /* Adjust background position or specific overlays for homepage */
}

/* Example: Styling for the testimonial section specifically */
.blockquote {
    font-size: 1.1rem;
    font-style: italic;
}

.blockquote-footer {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #6c757d;
}

.client-logos i {
    color: #6c757d; /* Default color for logo placeholders */
    transition: color 0.3s ease;
}

.client-logos div:hover i {
     color: var(--bs-primary); /* Example hover effect */
}


/* Add any other styles specific ONLY to the index.php page */

/* [END: /home/nxscom/knox-conn.com/assets/css/index.css] */