/* Bootstrap */

footer .row {
    display: flex;
}
footer .text-white {
    color: #fff !important;
}
footer .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
footer .col-12 {
    flex: 0 0 auto;
    width: 100%;
}
footer .text-center {
    text-align: center !important;
}
footer .justify-content-center {
    justify-content: center !important;
}
footer .align-items-center {
    align-items: center !important;
}
footer .bg-light {
    background-color: rgb(248 249 250 / 10%) !important;
}
footer .mb-4 {
    margin-bottom: 1.5rem !important;
}
footer .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	justify-content: flex-end;
}
@media (min-width: 992px) {
    footer .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    footer .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
@media (max-width: 991px) {
	footer .row {
		display: block;
	}
}

/* Typography & Color Base */
footer {
    font-family: 'Open Sans', sans-serif !important;
    color: #bababa;
    background-color: #303030;
	margin-top: 40px;
}
footer.py-5 {
    padding-top: 3rem !important;
}
    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{
		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!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!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: 991px) {
    footer .footer-social {
        justify-content: center;
		padding: 20px 10px;
        width: 100%;
    }

    footer .footer-bottom .nav, footer .nav {
        justify-content: center !important;
    }
	
	ul.nav.justify-content-md-end {
		justify-content: center !important;
	}

    footer .copyright,
    footer p {
		display: block;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
}
