.grihvastu-footer-wrapper-85fde41d {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #ffffff;
    color: #333333;
    width: 100%;
}

.g-trust-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    background-color: #fdfbf7;
    padding: 18px 40px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    box-sizing: border-box;
}

.g-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.g-trust-icon {
    font-size: 22px;
    flex-shrink: 0;
}

.g-trust-info {
    min-width: 0;
}

.g-trust-info strong {
    display: block;
    font-size: 13px;
    color: #111111;
    margin-bottom: 3px;
}

.g-trust-info span {
    display: block;
    font-size: 11px;
    color: #666666;
}

.g-middle-footer {
    display: grid;
    grid-template-columns: 2fr repeat(5, 1fr) 2.5fr;
    gap: 20px;
    padding: 40px;
}

@media (max-width: 1024px) {
    .g-middle-footer {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .g-middle-footer {
        grid-template-columns: 1fr;
    }
}

.g-brand-col {
    min-width: 0;
}

.g-brand-col .g-logo {
    display: block;
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: 90px;
    object-fit: contain;
    margin: 0 0 18px 0;
}

.g-brand-col .g-desc {
    max-width: 220px;
    font-size: 13px;
    color: #666666;
    line-height: 1.65;
    margin: 0 0 18px 0;
}

.g-social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.g-social-link.facebook {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1877F2;
    color: #ffffff !important;
    border-radius: 50%;
    text-decoration: none !important;
    font-size: 20px;
    transition: all 0.3s ease;
}

.g-social-link.facebook:hover {
    background: #145DBF;
    color: #ffffff !important;
    transform: translateY(-3px);
}

.g-social-link.facebook svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    display: block;
}

.g-nav-col h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111111;
}

.g-nav-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.g-nav-col ul li {
    margin-bottom: 10px;
}

.g-nav-col ul li a {
    color: #555555;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}

.g-nav-col ul li a:hover {
    color: #224229;
}

.g-newsletter-col {
    min-width: 0;
}

.g-newsletter-box {
    background-color: #fafbf9;
    border: 1px solid #e4e8e4;
    padding: 22px;
    border-radius: 10px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.g-mail-icon {
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
}

.g-newsletter-box strong {
    display: block;
    font-size: 16px;
    color: #224229;
    margin-bottom: 6px;
}

.g-newsletter-box p {
    font-size: 12px;
    color: #777777;
    line-height: 1.5;
    margin: 0 0 15px;
}

.g-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.g-newsletter-input {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 12px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 13px;
}

.g-newsletter-btn {
    width: 100%;
    background-color: #224229;
    color: #ffffff;
    border: none;
    padding: 11px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
}

.g-info-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    background-color: #f7f7f7;
    padding: 30px 40px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    font-size: 12px;
}

.g-info-item strong {
    display: block;
    margin-bottom: 6px;
    color: #111111;
}

.g-info-item span {
    color: #555555;
    line-height: 1.5;
}

.g-footer-bottom {
    background-color: #224229;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    font-size: 12px;
}

@media (max-width: 768px) {
    .g-footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

.g-bottom-mid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.g-bottom-right {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.g-pay-badge {
    background-color: #ffffff;
    color: #111111;
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 10px;
}

/* =========================================
   GRIHVASTU FOOTER - FULL WIDTH FIX
   ========================================= */

.grihvastu-footer-wrapper-85fde41d {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    box-sizing: border-box;
    position: relative;
}

/* Make Elementor widget itself full width */
.elementor-widget-grihvastu_footer_85fde41d {
    width: 100% !important;
    max-width: 100% !important;
}

.elementor-widget-grihvastu_footer_85fde41d .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
}
