/* ─── GORA FOOTER ───────────────────────────────────────────────────────────
   All rules scoped under #gora-footer to avoid conflicts with page styles.
───────────────────────────────────────────────────────────────────────────── */

#gora-footer {
    background: #111;
    color: #bbb;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 60px;
}

#gora-footer * {
    box-sizing: border-box;
    line-height: inherit;
}

/* ── TOP SECTION ─────────────────────────────────────────────────────────── */
#gora-footer .footer-top {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr 1.8fr;
    gap: 40px;
    padding: 52px 6% 40px;
    border-bottom: 1px solid #2a2a2a;
}

/* Brand column */
#gora-footer .footer-brand img {
    height: 36px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin-bottom: 12px;
    display: block;
}

#gora-footer .footer-tagline {
    color: #666;
    font-size: 12px;
    margin: 0 0 18px;
    line-height: 1.5;
}

#gora-footer .footer-social {
    display: flex;
    gap: 10px;
}

#gora-footer .footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1e1e1e;
    border: 1px solid #2e2e2e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 14px;
    text-decoration: none;
    transition: background .18s, color .18s, border-color .18s;
}
#gora-footer .footer-social a:hover {
    background: #c8832a;
    border-color: #c8832a;
    color: #fff;
}

/* Columns */
#gora-footer .footer-col h4 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #c8832a;
    letter-spacing: .08em;
    margin: 0 0 16px;
    line-height: 1.4;
}

#gora-footer .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#gora-footer .footer-col ul li {
    margin-bottom: 9px;
    line-height: 1.4;
}

#gora-footer .footer-col ul li a {
    color: #777;
    text-decoration: none;
    font-size: 13px;
    transition: color .15s, padding-left .15s;
    line-height: 1.4;
}
#gora-footer .footer-col ul li a:hover {
    color: #c8832a;
    padding-left: 4px;
}

/* WhatsApp section - text above, icon below */
#gora-footer .footer-col-newsletter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#gora-footer .footer-payment-icons {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
    width: 100%;
}
#gora-footer .footer-payment-icons i {
    font-size: 22px;
    transition: transform .2s;
    width: 48px; height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
#gora-footer .footer-payment-icons i:hover { transform: scale(1.1); }
#gora-footer .footer-payment-icons .fa-cc-mastercard {
    background: #fff;
    color: #EB001B;
    border: 1.5px solid #EB001B;
}
#gora-footer .footer-payment-icons .fa-cc-visa {
    background: #fff;
    color: #1A1F71;
    border: 1.5px solid #1A1F71;
}
#gora-footer .footer-payment-icons span {
    font-size: 10px;
    font-weight: 800;
    padding: 0 10px;
    height: 30px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .02em;
}
#gora-footer .footer-payment-icons .pay-gpay {
    background: #fff;
    color: #4285F4;
    border: 1.5px solid #4285F4;
}
#gora-footer .footer-payment-icons .pay-phonepe {
    background: #5F259F;
    color: #fff;
}
#gora-footer .footer-payment-icons .pay-paytm {
    background: #00BAF2;
    color: #fff;
}
#gora-footer .footer-col-newsletter h4 {
    color: #f5f5f5;
    margin: 0 0 6px;
}
#gora-footer .footer-newsletter-text {
    color: #888;
    font-size: 12px;
    margin: 0 0 14px;
    line-height: 1.5;
}
#gora-footer .whatsapp-icon-only {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 12px rgba(37,211,102,.3);
}
#gora-footer .whatsapp-icon-only:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37,211,102,.45);
    color: #fff;
}

#gora-footer .footer-apps {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}
#gora-footer .footer-apps a img {
    height: 34px;
    object-fit: contain;
    border-radius: 4px;
    transition: opacity .18s;
}
#gora-footer .footer-apps a:hover img { opacity: .75; }

/* ── TRUST BADGES ─────────────────────────────────────────────────────────── */
#gora-footer .footer-badges {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    padding: 26px 6%;
    border-bottom: 1px solid #2a2a2a;
    background: #161616;
}

#gora-footer .footer-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}
#gora-footer .footer-badge i {
    font-size: 20px;
    color: #c8832a;
    width: 26px;
    text-align: center;
    flex-shrink: 0;
}
#gora-footer .payment-methods-img {
    height: 26px;
    object-fit: contain;
    filter: brightness(0) invert(.55);
}

/* ── SEO LINKS ────────────────────────────────────────────────────────────── */
#gora-footer .footer-seo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    padding: 36px 6% 30px;
    border-bottom: 1px solid #2a2a2a;
}

#gora-footer .footer-seo-col h5 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.4;
}
#gora-footer .footer-seo-col h5 a {
    color: #fff;
    text-decoration: none;
}
#gora-footer .footer-seo-col h5 a:hover { color: #c8832a; }

#gora-footer .footer-seo-col a {
    display: block;
    color: #555;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 1.4;
    transition: color .15s;
}
#gora-footer .footer-seo-col a:hover { color: #c8832a; }

/* ── ABOUT ───────────────────────────────────────────────────────────────── */
#gora-footer .footer-about {
    padding: 30px 6% 26px;
    border-bottom: 1px solid #2a2a2a;
}
#gora-footer .footer-about h3 {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.4;
}
#gora-footer .footer-about p {
    color: #555;
    font-size: 12px;
    line-height: 1.8;
    max-width: 960px;
    margin: 0;
}

/* ── BOTTOM BAR ──────────────────────────────────────────────────────────── */
#gora-footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px 6%;
    background: #0d0d0d;
}
#gora-footer .footer-address {
    color: #888;
    font-size: 14px;
    line-height: 1.8;
    margin: 7px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
#gora-footer .footer-address .fas {
    color: #c8832a;
    margin-top: 3px;
    flex-shrink: 0;
}


#gora-footer .footer-bottom-links {
    display: flex;
    gap: 20px;
}
#gora-footer .footer-bottom-links a {
    color: #444;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.4;
    transition: color .15s;
}
#gora-footer .footer-bottom-links a:hover { color: #c8832a; }

/* ── RESPONSIVE ──────────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
    #gora-footer .footer-top {
        grid-template-columns: 1.4fr 1fr 1fr 1fr;
    }
    #gora-footer .footer-col-newsletter {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    #gora-footer .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
        padding: 36px 5% 28px;
    }
    #gora-footer .footer-brand { grid-column: span 2; }
    #gora-footer .footer-col-newsletter {
        grid-column: span 2;
    }
    #gora-footer .footer-seo { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    #gora-footer .footer-badges { justify-content: flex-start; gap: 16px; padding: 20px 5%; }
    #gora-footer .footer-bottom { flex-direction: column; align-items: flex-start; padding: 16px 5%; }
    #gora-footer { margin-top: 40px; }
}

@media (max-width: 480px) {
    #gora-footer .footer-top { grid-template-columns: 1fr; }
    #gora-footer .footer-brand { grid-column: span 1; }
    #gora-footer .footer-seo { grid-template-columns: 1fr 1fr; }
}
