.text-subtle {
    display: none;
}
.header-social-icons,
.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-social-icons .social-icon {
    color: #ffffff;
}

.social-icon {
    width: 24px;
    height: 24px;
    color: #2f2f2f; /* Adjust this color to match your design */
}

.social-icon:hover {
    color: #8caa94; /* Adjust this color for hover effect */
}
.header-social-icons .social-icon:hover {
    color: #2f2f2f; /* Adjust this color for hover effect */
}
.logo-social-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* Adjust the gap value as needed */
}
