/**
Theme Name: Leverage Child
Template: leverage
Theme URI: https://leverage.codings.dev
Author: Codings
Author URI: https://codings.dev
Description: Recommended for advanced users. A child theme allows you to change small aspects of your site’s appearance yet still preserve your theme’s look and functionality.
Tags: blog, e-commerce, portfolio, grid-layout, right-sidebar, custom-header, custom-logo, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, theme-options
Version: 1.0.0
Text Domain: leverage-child
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: https://themeforest.net/licenses/standard
Tested up to: 5.0
Requires PHP: 7.0
*/

header .navbar-expand.navbar-vs-10{
	background: #fdf3e7 !important;
}
a.smooth-anchor.btn.ml-lg-auto.dark-button{
	background: #8f3c06 !important;
	border: none !important;
}
.custom-aboutus-section h4{
	background: #8f3c06 !important;
	padding: 10px 10px !important;
	font-size: 18px !important;
}

.leverage-subscribe-form .item{
	margin-bottom: 20px !important;
	display: block !important;
}

.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
	float: right;
}

.footer-social li {
    display: inline-block;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,255.1);
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.footer-social a:hover {
    transform: translateY(-4px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.footer-social img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}
#hidesection{
	display: none !important;
}

/* Optional responsive styling */
@media (max-width: 768px) {
    .footer-social {
        justify-content: center;
        gap: 10px;
		float: none;
    }


    .footer-social a {
        width: 40px;
        height: 40px;
    }

    .footer-social img {
        width: 20px;
        height: 20px;
    }
}