/*
Theme Name: Manavadhikar
Theme URI: https://manavadhikarhelplines.com
Author: Rahul Kumar
Author URI: https://manavadhikarhelplines.com
Description: Custom Bootstrap-based WordPress theme for Manavadhikar Helplines.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: manavadhikar
Tags: bootstrap, custom-theme, responsive, blog
*/

#heroSlider .carousel-item,
#heroSlider .carousel-item img {
    height: 550px;
}

#heroSlider .carousel-item img {
    object-fit: fill;
}
.footer-section {
    background: #2b2b2b;
}

.footer-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer-line {
    border: 1px solid #666;
    opacity: 1;
    margin-bottom: 25px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #0d6efd;
    padding-left: 5px;
}

.contact-info p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.contact-info i {
    font-size: 22px;
    margin-right: 10px;
}

.copyright {
    border-top: 1px solid #444;
    background: #222;
    font-size: 18px;
}