/* ================================================================
   AYUSH PHARMACY INSTITUTE — FOOTER
   Theme:  Deep Teal & Amber  (matches nav-modern.css / home-modern.css)
================================================================ */

.ft-footer { font-family: 'Roboto', sans-serif; }
.ft-footer * { box-sizing: border-box; }
.ft-footer ul { list-style: none; margin: 0; padding: 0; }
.ft-footer a { text-decoration: none; }

.ft-main {
    background: #06302B;
    padding: 50px 0 36px;
    border-top: 3px solid #F59E0B;
}
.ft-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}
.ft-col { flex: 1; min-width: 220px; }
.ft-col.wide { flex: 1.4; }

/* About column */
.ft-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.ft-brand img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
}
.ft-brand .bname {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.ft-brand .bname small {
    display: block;
    color: #F59E0B;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: 3px;
}
.ft-col > p {
    color: #a8c8c2;
    font-size: 13px;
    line-height: 1.85;
    text-align: justify;
    margin: 0 0 16px;
}
.ft-social { display: flex; gap: 8px; }
.ft-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.18);
    color: #a8c8c2;
    font-size: 13px;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.ft-social a:hover {
    background: #F59E0B;
    border-color: #F59E0B;
    color: #06302B;
}

/* Column headings */
.ft-col h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 6px 0 8px;
}
.ft-col h4 + .bar {
    width: 38px;
    height: 3px;
    background: #F59E0B;
    border-radius: 2px;
    margin-bottom: 16px;
}

/* Link lists */
.ft-links li { margin-bottom: 9px; }
.ft-links li a {
    color: #a8c8c2;
    font-size: 13.5px;
    transition: color 0.2s, padding-left 0.2s;
}
.ft-links li a i {
    color: #F59E0B;
    font-size: 11px;
    margin-right: 8px;
}
.ft-links li a:hover {
    color: #F59E0B;
    padding-left: 4px;
}

/* Contact list */
.ft-contact li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 13px;
    color: #a8c8c2;
    font-size: 13.5px;
    line-height: 1.6;
}
.ft-contact li i {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(245,158,11,0.14);
    color: #F59E0B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 1px;
}
.ft-contact li a { color: #a8c8c2; transition: color 0.2s; }
.ft-contact li a:hover { color: #F59E0B; }

/* Bottom bar */
.ft-bottom {
    background: #041F1B;
    padding: 16px 0;
}
.ft-bottom .ft-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.ft-bottom p {
    margin: 0;
    color: #7da59e;
    font-size: 12.5px;
}
.ft-bottom p a {
    color: #F59E0B;
    font-weight: 600;
}
.ft-bottom p a:hover { text-decoration: underline; }

@media (max-width: 767px) {
    .ft-main { padding: 38px 0 26px; }
    .ft-container { gap: 26px; }
    .ft-col { flex: 0 0 100%; }
    .ft-bottom .ft-container { flex-direction: column; text-align: center; }
}
