/* Footer Styles */
.main-footer {
    background: #fff;
    border-top: 1px solid #eee;
    padding: 80px 0 0;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-footer .container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.footer-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.footer-logo img {
    height: 60px;
    width: auto;
    display: block;
}

.phone-icon {
    color: #666;
}

.phone-label {
    color: #666;
}

.phone-number a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.phone-number a:hover {
    color: #666;
}

.social-links {
    display: flex;
    gap: 20px;
    align-items: center;
}

.social-links a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #000;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

.footer-widget {
    text-align: left;
    padding-right: 20px;
}

.footer-widget:last-child {
    padding-right: 0;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #000;
}

.contact-details {
    text-align: left;
}

.contact-details p {
    margin-bottom: 10px;
    color: #000;
}

.contact-details a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #666;
}

.footer-bottom {
    background: #000;
    padding: 15px 0 15px;
    margin-top: 60px;
    margin-bottom: 0;
    width: 100%;
}

.footer-bottom .container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
}

.copyright-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.copyright {
    color: #fff;
}

.developer-logo img {
    height: 20px;
    width: auto;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
    .footer-widgets {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    .main-footer {
        padding: 40px 0 0;
    }

    .footer-contact {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }

    .footer-logo {
        position: static;
        transform: none;
        order: -1;
        margin-bottom: 20px;
    }

    .contact-info {
        width: 100%;
        justify-content: center;
    }

    .social-links {
        width: 100%;
        justify-content: center;
    }

    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .footer-widget {
        padding-right: 0;
    }

    .contact-details {
        text-align: center;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .copyright-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .payment-methods {
        margin-top: 15px;
    }

    .payment-methods img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .contact-info {
        flex-direction: column;
        text-align: center;
    }

    .phone-label {
        font-size: 14px;
    }

    .phone-number {
        font-size: 16px;
    }

    .social-links {
        gap: 15px;
    }

    .footer-menu {
        text-align: center;
    }

    .footer-menu li {
        margin-bottom: 10px;
    }

    .contact-details p {
        font-size: 14px;
    }

    .copyright {
        font-size: 14px;
    }
}
.tnp-submit {
    padding: 8px 16px !important;
    font-size: 14px !important;
    width: auto !important;
    height: auto !important;
    min-width: 100px !important;
    min-height: 20px !important;
    line-height: 1.3 !important;
    border-radius: 8px !important;
}

@media (max-width: 768px) {
    .tnp-submit {
        padding: 7px 14px !important;
        font-size: 17px !important;
        min-width: 90px !important;
        min-height: 38px !important;
    }
}

@media (max-width: 480px) {
    .tnp-submit {
        padding: 6px 12px !important;
        font-size: 16px !important;
        min-width: 85px !important;
        min-height: 36px !important;
    }
}