.prarambh-footer {
    background: #0c0c2a;
    color: #e8e6f0;
    font-family: "Poppins", Arial, sans-serif;
    padding: 72px 0 0;
}

.prarambh-footer-inner {
    max-width: 1280px;
    padding-left: 24px;
    padding-right: 24px;
}

.prarambh-footer-top {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

/* Brand column */
.prarambh-footer-logo-link {
    display: inline-block;
    margin-bottom: 20px;
}

.prarambh-footer-logo {
    max-height: 120px;
    width: auto;
}

.prarambh-footer-logo-text {
    display: inline-block;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.prarambh-footer-tagline-slogan {
    margin: 0 0 10px;
    color: #ff9200;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.prarambh-footer-tagline {
    max-width: 340px;
    margin: 0;
    color: #c8c6d8;
    font-size: 14px;
    line-height: 24px;
}

/* Column headings */
.prarambh-footer-heading {
    margin: 0 0 20px;
    color: #ff9200;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

/* Nav menu from WordPress admin */
.prarambh-footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.prarambh-footer-nav li {
    margin-bottom: 12px;
}

.prarambh-footer-nav li a {
    color: #c8c6d8;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    transition: color 200ms ease;
}

.prarambh-footer-nav li a:hover,
.prarambh-footer-nav li a:focus {
    color: #ff9200;
}

/* Contact column */
.prarambh-footer-contact p {
    margin-bottom: 20px;
    color: #c8c6d8;
    font-size: 15px;
    line-height: 26px;
}

.prarambh-footer-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 11px 22px;
    border: 2px solid #ff9200;
    border-radius: 8px;
    color: #ff9200;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 200ms ease, color 200ms ease;
}

.prarambh-footer-cta-btn:hover,
.prarambh-footer-cta-btn:focus {
    background: #ff9200;
    color: #0c0c2a;
    text-decoration: none;
}

/* Bottom bar */
.prarambh-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 0;
}

.prarambh-footer-copy,
.prarambh-footer-credits {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 24px;
}

.prarambh-footer-credits a {
    color: #ff9200;
    text-decoration: none;
}

.prarambh-footer-credits a:hover {
    text-decoration: underline;
}

/* Tablet */
@media (max-width: 991px) {
    .prarambh-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .prarambh-footer-brand {
        grid-column: span 2;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .prarambh-footer {
        padding-top: 52px;
    }

    .prarambh-footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-bottom: 36px;
    }

    .prarambh-footer-brand {
        grid-column: span 1;
    }

    .prarambh-footer-tagline {
        max-width: 100%;
    }

    .prarambh-footer-bottom {
        flex-direction: column;
        gap: 6px;
        padding: 20px 0;
        text-align: center;
    }
}
