.header-logo{
    width: 180px;
}
.text-color{
    color: #161c2d !important;
}

.feature-head a {
    color: #161c2d !important;
}

.text-color:hover {
    color: #161c2d !important;
}

.flex-1 .feature-head{

    color: #161c2d !important;
}
#topnav.nav-sticky .navigation-menu.nav-light > li:hover > a, #topnav.nav-sticky .navigation-menu.nav-light > li.active > a {
    color: #FFC800 !important;
}

.w-h-48 {
    width: 48px !important;
    height: 48px !important;
}

.w-h-400-500 {
    width: 400px !important;
    height: 500px !important;
}
.w-h-150-150{
    width: 150px !important;
    height: 150px !important;
}

.color-inherit{
    color: inherit !important;
}
.active a{
    color: #FFC800 !important;
}
#topnav .navigation-menu.nav-light > li > a {
    color: #161c2d ;
}

#topnav .navigation-menu > li:hover > a,#topnav .navigation-menu.nav-light > li:hover > a,
#topnav .navigation-menu > li.active > a {

    color: #FFC800 !important;
}

.color-secondary{
    color: #FFC800 !important;
}

#topnav .navigation-menu > li .submenu li a:hover {
    color: #FFC800 !important;
}

.text-primary {
    color: #FFC800 !important;
}

.service-two a:hover {
    color: #FFC800 !important;
}

#topnav .has-submenu.active .submenu li.active > a{
    color: #FFC800 !important;
}

.btn.btn-primary {
    color: #ffffff; /* White text for contrast */
    background: linear-gradient(to right,  #FFCC00, #DD0000); /* Black, Red, Yellow */
    border: none; /* Remove border for a cleaner look */
    padding: 10px 20px; /* Add some padding for a better appearance */
    font-weight: bold; /* Bold text for emphasis */
    border-radius: 5px; /* Slightly rounded corners */
    transition: background 0.3s ease; /* Smooth transition for hover effects */
}

.btn.btn-primary:hover {
    background: linear-gradient(to right, #b89d42, #d40422); /* Slightly darker shades on hover */
    cursor: pointer; /* Change cursor to pointer on hover */
}
