/* Structural Design matching the User Mockup Grid and Custom elements */
.footer-container-58130683 {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #93a3b0;
    background-color: #0c1524;
    box-sizing: border-box;
}

/* Nav columns styling */
.footer-main-grid-58130683 {
    display: grid;
    gap: 40px;
    max-width: 1280px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding-bottom: 40px;
}
.footer-nav-column-58130683 {
    display: flex;
    flex-direction: column;
}
.column-title-58130683 {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.underline-decor-58130683 {
    width: 32px;
    height: 2px;
    background-color: #2563eb;
    margin-bottom: 20px;
}
.footer-menu-list-58130683 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu-list-58130683 li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.footer-menu-list-58130683 li a {
    text-decoration: none;
    font-size: 14px;
    color: #93a3b0;
    display: flex;
    justify-content: space-between;
    transition: color 0.2s;
}
.footer-menu-list-58130683 li a:hover {
    color: #ffffff;
}
.chevron-menu-arrow-58130683 {
    opacity: 0.5;
}

/* Row Brand Columns matching the screenshot with identical vertical alignment */
.footer-brand-row-58130683 {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr 1.2fr;
    gap: 30px;
    max-width: 1280px;
    margin: 0 auto;
    align-items: flex-start;
    border-top: 1px solid rgba(255,255,255,0.04);
    padding-top: 40px;
}

.footer-brand-col-58130683 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Desktop layout borders */
@media(min-width: 992px) {
    .footer-brand-col-58130683:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.08);
        padding-right: 30px;
        min-height: 140px;
    }
}

/* 1. Safe & Secure Badge Card styling */
.safe-badge-container-58130683 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.safe-icon-box-58130683 {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    flex-shrink: 0;
}
.safe-badge-content-58130683 {
    display: flex;
    flex-direction: column;
}
.safe-badge-content-58130683 strong {
    font-size: 16px;
    color: #ffffff;
}
.safe-sub-58130683 {
    font-size: 13px;
    color: #93a3b0;
    margin-top: 2px;
}

/* 2. Social Media Row Icons with circles */
.social-icons-row-58130683 {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}
.social-link-item-58130683 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.02);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.social-link-item-58130683:hover {
    transform: translateY(-2px);
    border-color: #ffffff;
}

/* 3. MERGED INPUT FIELD - BUTTON INSIDE THE FIELD STYLE */
.newsletter-form-container-58130683 {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    background: #ffffff !important; /* Premium merged field background */
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    margin-top: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding: 4px !important; /* Perfect inner spacing to create the unified field effect */
    height: 48px !important;
}
.newsletter-input-58130683 {
    flex: 1 !important;
    background: transparent !important; /* Transparent to let container's white background show */
    border: none !important;
    outline: none !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    color: #1e293b !important; /* Readable dark text in input area */
    height: auto !important;
    min-height: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    min-width: 0 !important;
}
.newsletter-input-58130683::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}
.newsletter-submit-58130683 {
    background-color: #2563eb !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important; /* Curves inside the padded border wrapper */
    padding: 0 18px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    height: auto !important;
    min-height: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    transition: background 0.2s !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.newsletter-submit-58130683:hover {
    background-color: #1d4ed8 !important;
}
.newsletter-desc-text-58130683 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin: 8px 0 0 0;
}

/* 4. Download our App buttons styled with custom icons */
.app-badges-grid-58130683 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}
.app-badge-item-58130683 {
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    width: 100%;
    max-width: 190px;
    box-sizing: border-box;
    transition: background 0.2s, border-color 0.2s;
}
.app-badge-item-58130683:hover {
    background: #111111;
    border-color: rgba(255, 255, 255, 0.3);
}
.app-badge-icon-58130683 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    width: 24px;
    flex-shrink: 0;
}
.app-badge-icon-58130683 i, .app-badge-icon-58130683 svg {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 1;
}
.app-badge-text-58130683 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.badge-title-58130683 {
    font-size: 8px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.badge-main-58130683 {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 1px;
}

/* Bottom Copyright Section styling */
.footer-bottom-bar-58130683 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 40px auto 0 auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.copyright-text-58130683, .made-with-58130683 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

/* Payment badges design */
.payment-gateways-row-58130683 {
    display: flex;
    gap: 12px;
}
.payment-badge-58130683 {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 6px 12px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
.card-visa-58130683 {
    color: #1a1f71;
    background: #ffffff;
}
.card-mastercard-58130683 {
    display: flex;
    gap: 4px;
    background: #111111;
}
.mc-circle-red {
    width: 14px;
    height: 14px;
    background: #eb001b;
    border-radius: 50%;
}
.mc-circle-yellow {
    width: 14px;
    height: 14px;
    background: #f79e1b;
    border-radius: 50%;
    margin-left: -8px;
    opacity: 0.85;
}
.card-easypaisa-58130683 {
    color: #39b54a;
    background: #ffffff;
}
.card-jazzcash-58130683 {
    background: #fe0000;
    color: #ffcc00;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
    .footer-brand-row-58130683 {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .footer-brand-col-58130683 {
        border-right: none !important;
        padding-right: 0 !important;
        min-height: auto !important;
    }
}

@media (max-width: 600px) {
    .footer-brand-row-58130683 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .footer-bottom-bar-58130683 {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .payment-gateways-row-58130683 {
        justify-content: center;
        flex-wrap: wrap;
    }
}
