.elementor-405 .elementor-element.elementor-element-2bd3d77{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-405 .elementor-element.elementor-element-2bd3d77:not(.elementor-motion-effects-element-type-background), .elementor-405 .elementor-element.elementor-element-2bd3d77 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F8FA;}.elementor-405 .elementor-element.elementor-element-6bad0dde{--display:flex;}.elementor-405 .elementor-element.elementor-element-1ceb24c0{--display:flex;}@media(max-width:1024px){.elementor-405 .elementor-element.elementor-element-1ceb24c0{--flex-wrap:nowrap;}}@media(max-width:767px){.elementor-405 .elementor-element.elementor-element-6bad0dde{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-405 .elementor-element.elementor-element-1ceb24c0{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Nekit custom element styles */.custom-footer {
    background-color: #e6e6e6; /* Light grey background from your image */
    font-family: 'SolaimanLipi', Arial, sans-serif; /* A common Bengali font or your site's default */
    color: #333; /* Darker text color */
    padding-top: 0;
}

.footer-top-graphic {
    background-image: url('https://pkdcgv.com/wp-content/uploads/2025/07/footer_top_bg.png'); /* Your footer_top_bg.png */
    background-repeat: no-repeat;
    background-size: contain; /* Ensures the image fits without cropping */
    background-position: center bottom; /* Align graphic to the bottom of its container */
    height: 100px; /* Adjust this height carefully until the graphic looks perfect */
    width: 100%;
}

.footer-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Align items to the top */
    max-width: 1200px; /* Adjust to match your site's content width */
    margin: 0 auto; /* Center the content */
    padding: 20px; /* Padding inside the content wrapper */
    padding-bottom: 30px; /* Add some padding to the bottom */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.footer-left-section {
    flex: 1;
    min-width: 300px; /* Minimum width for this section */
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Make links horizontal */
    gap: 0; /* Set gap to 0 to control spacing with padding */
    margin-bottom: 15px;
    align-items: center; /* Vertically align text within bordered items */
}

.footer-links li {
    /* Each list item will have padding and a right border */
    border-right: 1px solid #ccc; /* Border color will be #ccc */
    padding: 0 15px; /* Padding for horizontal spacing within the border */
    /* Add transition for smooth hover effect */
    transition: background-color 0.3s ease;
}

.footer-links li:last-child {
    border-right: none; /* No border for the last item */
}

.footer-links li a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    font-size: 14px; /* Menu text size 14px */
    line-height: 18px; /* Line height 18px */
    white-space: nowrap; /* Prevent links from wrapping */
    display: block; /* Make the anchor tag fill the list item */
    /* Add transition for smooth hover effect */
    transition: color 0.3s ease;
}

/* Hover effects for menu items */
.footer-links li:hover {
    background-color: #737272; /* Background color #ccc on hover */
}

.footer-links li:hover a {
    color: #fff; /* Text will be white on hover */
}


.last-updated {
    font-size: 13px; /* Smaller than menu, matching image */
    color: #555;
    margin: 0;
    padding-top: 5px;
}

.footer-right-section {
    flex: 1;
    min-width: 400px;
    text-align: right;
}

.right-text {
    font-size: 11px; /* Adjust to match image */
    margin-bottom: 15px;
    line-height: 1.5;
    margin-top: 0;
}

.footer-logos-set {
    background-image: url('https://pkdcgv.com/wp-content/uploads/2025/07/np-logo-set.png'); /* Your np-logo-set.png - REMEMBER TO UPDATE THIS URL */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    height: 50px; /* Adjust height based on your image and desired size */
    width: 100%;
    margin-bottom: 15px;
}

.partnership-text {
    font-size: 13px; /* Smaller, matching image */
    color: #555;
    margin: 0;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .footer-content-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-left-section,
    .footer-right-section {
        margin-right: 0;
        margin-bottom: 20px;
        min-width: unset;
        width: 100%;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-links li {
        border-right: none; /* Remove individual item borders on small screens */
        /* Optionally, add a bottom border for stacked appearance on mobile */
        /* border-bottom: 1px solid #ddd; */
        padding: 5px 10px;
        width: auto; /* Allow width to adjust to content */
    }

    .footer-links li:last-child {
        border-bottom: none;
    }

    .footer-right-section {
        text-align: center;
    }

    .footer-logos-set {
        background-position: center center;
    }
}

@media (max-width: 480px) {
    /* Further adjustments for very small screens if needed */
}/* Nekit custom element styles ends here */