/* Typography & Color Base */
footer {
    font-family: 'Open Sans', sans-serif !important;
    color: #bababa;
    background-color: #303030;
}

    footer p,
    footer a,
    footer ul,
    footer li,
    footer span,
    footer button {
        font-family: 'Open Sans', sans-serif !important;
    }

    /* Section Backgrounds */
    footer .bg-dark {
        background-color: #303030 !important;
    }

    footer .bg-black {
        background-color: #000000 !important;
    }

    /* Mailing Section */
    footer h5 {
        color: #FF7B7B;
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 10px;
    }

	footer h6 {
		color: #bababa;
		font-weight: 300;
    	padding-bottom: 20px;
	}

    footer p {
        font-size: 13px;
        line-height: 1.5em;
        color: #b2b2b2;
        margin-bottom: 10px;
    }

    footer .btn-primary {
        background-color: #db1717 !important;
        border-color: transparent !important;
		border: none!important;
		color: #fff !important;
        font-weight: 600;
        padding: 12px 20px;
        border-radius: 5px;
        text-decoration: none !important;
		text-transform: none;
		box-shadow: none!important;
    }

        footer .btn-primary:hover, footer .btn-primary:active {
            background-color: #ff3243 !important;
			border-color: transparent !important;
			border: none!important;
            color: #fff !important;
            text-decoration: none !important;
			box-shadow: none!important;
        }

    /* Divider */
    footer hr {
        margin: 40px auto 30px !important;
    }

    /* Navigation Menu */
    footer .nav{
        justify-content: center;
		padding-bottom: 10px;
    }

    footer .nav-link {
        font-size: 15px;
        line-height: 1.5;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.7) !important;
        text-decoration: underline;
        padding: 0 15px;
        transition: all 0.2s ease-in-out;
    }

        footer .nav-link:hover {
            color: #fff !important;
            text-decoration: underline;
			background-color: transparent !important;
        }

    /* Footer Bottom Menu */
    footer .footer-bottom .nav-link {
        font-size: 13px;
        text-decoration: none !important;
        color: #B2B2B2;
        line-height: 2em;
    }

        footer .footer-bottom .nav-link:hover {
            color: #fff !important;
        }

    /* Social Icons */
    footer .footer-social {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
    }

        footer .footer-social p {
            margin-bottom: 0;
            padding: 6px 12px 10px 0;
        }

        footer .footer-social .social {
            list-style: none;
            padding: 0;
            margin: 0;
            display: inline-flex;
        }

            footer .footer-social .social li {
                width: 30px;
                height: 30px;
                border-radius: 50%;
                margin-right: 10px;
                text-align: center;
                transition: all 0.2s ease-in-out;
            }

                footer .footer-social .social li:hover {
                    background-color: #fff;
                }

                footer .footer-social .social li a .icon {
                    display: block;
                    width: 21px;
                    height: 21px;
                    background-size: contain !important;
                    background-repeat: no-repeat !important;
                    background-position: center !important;
                    margin: 5px 5px 5px 0 !important;
                    filter: brightness(0) invert(1);
                    opacity: 0.7;
                    transition: filter 0.3s ease;
                }

                footer .footer-social .social li a:hover .icon {
                    filter: brightness(0) invert(0);
                    opacity: 1;
					margin: 5px 5px 5px 0 !important;
                }

    /* Replace these URLs with real paths to your icons */
    footer .icon-twitter {
        background-image: url('../img/icon-twitter.svg');
    }

    footer .icon-linkedin {
        background-image: url('../img/icon-linkedin-in.svg');
    }

    footer .icon-youtube {
        background-image: url('../img/icon-youtube.svg');
    }

    footer .icon-facebook {
        background-image: url('../img/icon-facebook.svg');
    }

    /* Copyright */
    footer .copyright {
        font-size: 13px;
        line-height: 1.5em;
        color: #b2b2b2;
        font-weight: normal;
    }

/* Responsive Tweaks */
@media (max-width: 768px) {
    footer .footer-social {
        justify-content: center;
    }

    footer .footer-bottom .nav {
        justify-content: center !important;
    }

    footer .copyright,
    footer p {
        text-align: center;
    }
}
