﻿/* ============================================
   dFlower Blue Theme
   Based on ConnectionHut-style logo colours
   Primary:   #0074C8
   Dark Blue: #005A99
   Light Blue:#4FA8E3
   ============================================ */

/* Navigation Active + Hover */
.main-nav a:hover,
.main-nav a.active {
    color: #0074C8;
}


header img {
    max-width: 250px;
    height: auto;
}

.partner-badge {
    height: 130px;
    width: auto;
    margin-left: auto;
}

/* Learn More Button */
.learn-more-btn {
    background: linear-gradient(45deg, #0074C8, #005A99);
    color: #fff;
    padding: 12px 28px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.25s ease;
}

    .learn-more-btn:hover {
        background: linear-gradient(45deg, #4FA8E3, #0074C8);
        transform: translateY(-2px);
    }

/* Footer Link Colour */
footer a {
    color: #4FA8E3;
}

/* Optional: Service Icon Glow on Hover */
.service:hover .service-icon {
    filter: drop-shadow(0 0 6px rgba(0,116,200,0.35));
}
