/**
 * Footer CSS for juuzbot_kps theme
 * This file contains styles specific to the footer section of the juuzbot_kps WordPress theme.
 * It ensures a cohesive design and responsive layout for the footer across all devices.
 */
/* Footer Container */
.footer_logoqws_size_incres{
    width: 120px !important;
}
.footer_bhimrajexports {
    background-color: #14406b;}

.footer_bhimrajexports .company-desc {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 1);
}

/* WordPress Menu Styling */
.footer_bhimrajexports .footer-menu {
    margin: 0;
    padding: 0;
}

.footer_bhimrajexports .footer-menu li {
        margin-bottom: 15px;
    font-weight: 500;
    line-height: 1;
}
.footer_dp_linknk{
        color: #E75D3B;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.footer_bhimrajexports .footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s;
}

.footer_bhimrajexports .footer-menu li a:hover {
    opacity: 0.7;
}

/* Social Icons (White Circle Style) */
.social-link {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #123D61 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
}
.social-link:hover {
    background: #032b53;
    border: 1px solid #fff;
    color: #fff !important;
}

/* Copyright Bar */
.copyright-text {
    color: #E75D3B; /* The orange from image */
    font-size: 14px;
    font-weight: 600;
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .footer_bhimrajexports { text-align: left; }
    .social-icons { margin-bottom: 30px; }
}