    /* ----------------------------------------------------------
    :: Template Name: TheGazette - News Magazine HTML5 Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Description: TheGazette is a smart & creative news & magazine template. It's suitable for all news & magazine website.
    :: Version: 1.0.0
    :: Created: 17 January 2018
    :: Last Updated: 17 January 2018
    ---------------------------------------------------------- */

    /* ============ PLACE YOUR CUSTOM CSS HERE ============ */
    /* Navigation link hover effect */
.navbar-nav .nav-link {
  color: #000; /* Default link color */
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #dc3545; /* Red on hover */
}
 .footer-widget-menu li a {
            color: #ffffff; /* Default color */
            text-decoration: none;
            transition: color 0.3s ease; /* Smooth transition for hover effect */
        }

        .footer-widget-menu li a:hover {
            color: #dc3545 !important; /* Change color to red on hover */
        }
.single-post-texts{
  padding-top: 70px;
}