.custom-footer {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding-left:20px;
    padding-right:5px;
    padding-top:20px;
    width: 100%;
    margin-top: auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

.custom-footer__container {
    margin: 0 auto;
    padding: 0 10px;
}

.custom-footer__content {
    display: grid;
    grid-template-columns:
    repeat(5, 1fr) 2px 1fr 2px 1fr 2px 1fr;
    gap: 40px;
    align-items: start;
    padding-bottom: 50px;
}

.custom-footer__divider {
    width: 1px;
    height: 240px;
    justify-self: center;
    align-self: start;
}

.custom-footer__column {
    min-height: 150px;
}

.custom-footer__column h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 25px 0;
    line-height: 1.3;
}

.custom-footer__column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-footer__column ul li {
    margin-bottom: 15px;
}

.custom-footer__column ul li:last-child {
    margin-bottom: 0;
}

.custom-footer__column ul li a {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: color 0.2s ease;
    display: inline-block;
}

.custom-footer__column ul li a:hover {
    color: #000000;
}

/* Right section styling */
.custom-footer__right-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: start;
}

.custom-footer__right-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.custom-footer__right-links a {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: color 0.2s ease;
    display: inline-block;
}

.custom-footer__right-links a:hover {
    color: #000000;
}

.custom-footer__bottom-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 45px;
}

.custom-footer__bottom-links a {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: color 0.2s ease;
    display: inline-block;
}

.custom-footer__bottom-links a:hover {
    color: #000000;
}

/* Apply for financing section */
.custom-footer__apply-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    align-self: start;
}

.custom-footer__apply-financing {
    display: flex;
    align-items: start;
    gap: 15px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    transition: all 0.2s ease;
    padding: 5px 0;
}

.custom-footer__apply-financing:hover {
    color: #ff6b00;;
}

.custom-footer__apply-financing img {
    width: 32px;
    height: 32px;
    display: block;
    transition: transform 0.2s ease;
    margin-left:25px;
    margin-top:10px;
}

.custom-footer__apply-financing:hover img {
    transform: scale(1.1);
}

/* Social and complaints section */
.custom-footer__social-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top:60px;
}

.custom-footer__complaint-link {
    color: #666666;
    text-decoration: underline;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    line-height: 1.3;
    font-weight: 500;
    display: inline-block;
}

.custom-footer__complaint-link:hover {
    color: #000000;
    text-decoration-color: #000000;
}

.custom-footer__social-links {
    display: flex;
    gap: 20px;
    align-items: start;
}

.custom-footer__social-link {
    color: black;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
    display: flex;
    align-items: start;
    justify-content: start;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    font-weight: bold;
}

.custom-footer__social-link:last-of-type {
    align-items: center;
}

.custom-footer__social-link:hover {
    color: #000000;
    transform: translateY(-2px);
}

/* Bank section and logo */
.custom-footer__bank-section {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    align-self: start;
}

.custom-footer__copyright {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-align: right;
    margin: 0 0 10px 0;
}

.custom-footer__bank-name {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    line-height: 1.3;
    text-align: right;
    margin: 0;
}

.custom-footer__logo-square {
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    border-radius: 2px;
    transition: transform 0.2s ease;
    margin-top:40px;
    margin-left:40px;
}

.custom-footer__logo-square:hover {
    transform: scale(1.05);
}

.custom-footer__logo-main-text {
    font-size: 11px;
    margin-bottom: 2px;
}

.custom-footer__logo-sub-text {
    font-size: 8px;
    line-height: 1.1;
}

/* Utility classes */


.font-size-26 {
    font-size:26px;
}

/* Enhanced Responsive Design - Media Queries Only */

@media (max-width: 1399px) and (min-width: 1200px) {
    .custom-footer__container {
        padding: 0;
    }
    
    .custom-footer__content {
        gap: 20px;
    }

    .custom-footer__logo-square {
        width: 110px;
        height:100px;
        margin-top:0px;
        margin-left:0px;
    }

   .custom-footer__bank-section {
     padding-right:20px;
   } 

   .custom-footer__social-section {
    margin-top:38px;
   }
   .custom-footer__bottom-links{
    margin-top:5px;
   }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .custom-footer {
        padding: 40px 0 20px 0;
    }
    
    .custom-footer__container {
        padding: 0 20px;
    }
    
    .custom-footer__content {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .custom-footer__divider {
        display: none;
    }
    
    
    .custom-footer__right-section,
    .custom-footer__apply-section,
    .custom-footer__bank-section {
        grid-column: span 1;
    }
    
    .custom-footer__bottom-links {
        margin-top:0px;
    }

    .custom-footer__social-section {
        margin-top:33px;
    }

    .custom-footer__logo-square{
        margin-top:18px;
    }

    .custom-footer__bank-section {
        align-items: flex-start;
    }
    
    .custom-footer__copyright,
    .custom-footer__bank-name {
        text-align: left;
    }
    
    .custom-footer__logo-square {
        width: 120px;
        height: 80px;
        margin-left: 20px;
        margin-top: 30px;
    }
    
    .custom-footer__apply-financing {
        font-size: 17px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .custom-footer__content {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
    
    .custom-footer__apply-financing {
        font-size: 16px;
        gap: 12px;
        margin-left:60px;
    }
    
    .custom-footer__social-links {
        gap: 15px;
    }
    
    .custom-footer__logo-square {
        width: 120px;
        height: 70px;
        margin-left: 15px;
        margin-top: 25px;
    }
    
    .custom-footer__column h3 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .custom-footer__social-section {
        margin-top: 40px;
    }


    .custom-footer__divider {
        display: none;
    }

    .custom-footer__apply-financing img {
        margin-top:6px;
        width:50px;
        height:24px;
        margin:0 auto;
    }
    
}

@media (max-width: 575px) and (min-width: 480px) {
    .custom-footer {
        padding: 30px 0 15px 0;
    }
    
    .custom-footer__container {
        padding: 0 15px;
        text-align: center;
    }
    
    .custom-footer__content {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .custom-footer__column {
        text-align: center;
    }
    
    .custom-footer__column h3 {
        font-size: 15px;
        margin-bottom: 18px;
        text-align: center;
    }
    
    .custom-footer__apply-financing {
        font-size: 16px;
        gap: 10px;
        justify-content: center;
        margin-left:60px;
    }
    
    .custom-footer__logo-square {
        width: 120px;
        height: 70px;
        margin: 20px auto 0 auto;
    }
    
    .custom-footer__social-links {
        justify-content: center;
        gap: 12px;
    }
    
    .custom-footer__social-section {
        margin-top: 30px;
        text-align: center;
    }
    
    .custom-footer__right-section,
    .custom-footer__apply-section,
    .custom-footer__bank-section {
        text-align: center;
        align-items: center;
    }
    
    .custom-footer__copyright,
    .custom-footer__bank-name {
        text-align: center;
    }

    .custom-footer__divider {
        display: none;
    }

    .custom-footer__apply-financing img {
        margin-top:6px;
        width:50px;
        height:24px;
        margin-left:0px;
    }
}

@media (max-width: 479px) and (min-width: 375px) {
    .custom-footer {
        padding: 25px 0 15px 0;
    }
    
    .custom-footer__container {
        padding: 0 12px;
        text-align: center;
    }
    
    .custom-footer__content {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .custom-footer__column {
        text-align: center;
    }
    
    .custom-footer__column h3 {
        font-size: 14px;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .custom-footer__column ul li {
        margin-bottom: 12px;
    }
    
    .custom-footer__column ul li a {
        font-size: 13px;
    }
    
    .custom-footer__apply-financing {
        font-size: 15px;
        gap: 8px;
        justify-content: center;
        margin-left:60px;
    }
    
    .custom-footer__plus {
        width: 28px;
        height: 28px;
        font-size: 18px;
    }
    
    .custom-footer__logo-square {
        width: 120px;
        height: 70px;
        margin: 15px auto 0 auto;
    }
    
    .custom-footer__logo-main-text {
        font-size: 9px;
    }
    
    .custom-footer__logo-sub-text {
        font-size: 7px;
    }
    
    .custom-footer__social-links {
        gap: 10px;
        justify-content: center;
    }
    
    .custom-footer__social-link {
        width: 28px;
        height: 28px;
        font-size: 18px;
    }
    
    .custom-footer__social-section {
        margin-top: 25px;
        text-align: center;
    }
    
    .custom-footer__right-section,
    .custom-footer__apply-section,
    .custom-footer__bank-section {
        text-align: center;
        align-items: center;
    }
    
    .custom-footer__copyright,
    .custom-footer__bank-name {
        text-align: center;
    }

    .custom-footer__divider {
        display: none;
    }

    .custom-footer__apply-financing img {
        margin-top:6px;
        width:50px;
        height:24px;
        margin-left:0px;
    }
}

@media (max-width: 374px) {
    .custom-footer {
        padding: 20px 0 10px 0;
    }
    
    .custom-footer__container {
        padding: 0 10px;
        text-align: center;
    }
    
    .custom-footer__content {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 18px;
        text-align: center;
    }
    
    .custom-footer__column {
        text-align: center;
    }
    
    .custom-footer__column h3 {
        font-size: 13px;
        margin-bottom: 12px;
        text-align: center;
    }
    
    .custom-footer__column ul li {
        margin-bottom: 10px;
    }
    
    .custom-footer__column ul li a {
        font-size: 12px;
    }
    
    .custom-footer__apply-financing {
        font-size: 14px;
        gap: 6px;
        justify-content: center;
        margin-left:60px;
    }
    
    .custom-footer__plus {
        width: 26px;
        height: 26px;
        font-size: 16px;
    }
    
    .custom-footer__logo-square {
        width: 120px;
        height: 70px;
        margin: 10px auto 0 auto;
    }
    
    .custom-footer__logo-main-text {
        font-size: 8px;
    }
    
    .custom-footer__logo-sub-text {
        font-size: 6px;
    }
    
    .custom-footer__social-links {
        gap: 8px;
        justify-content: center;
    }
    
    .custom-footer__social-link {
        width: 26px;
        height: 26px;
        font-size: 16px;
    }
    
    .custom-footer__social-section {
        margin-top: 20px;
        text-align: center;
    }
    
    .custom-footer__copyright,
    .custom-footer__bank-name,
    .custom-footer__complaint-link {
        font-size: 11px;
        text-align: center;
    }
    
    .custom-footer__right-links a,
    .custom-footer__bottom-links a {
        font-size: 12px;
    }
    
    .custom-footer__right-section,
    .custom-footer__apply-section,
    .custom-footer__bank-section {
        text-align: center;
        align-items: center;
    }

    .custom-footer__divider {
        display: none;
    }

    .custom-footer__apply-financing img {
        margin-top:6px;
        width:50px;
        height:24px;
        margin-left:0px;
        
    }
    
}

:root { --bstdb-css-cache-bust-20260626-1215: 1; }
