/* ======================= NEW PREMIUM FOOTER ======================= */

.gh-footer {
    position: relative;
    padding: 70px 0 0;
    color: #fff;
    overflow: hidden;
}

/* Background */
.gh-footer-bg {
    position: absolute;
    inset: 0;
    background: #47a0cccf;
    opacity: 0.92;
    z-index: -1;
}

/* Glassmorphism cards */
.gh-footer-col {
    margin-bottom: 35px;
    padding: 20px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    transition: 0.3s;
}
.gh-footer-col:hover {
    background: rgba(255,255,255,0.12);
    transform: translateY(-6px);
}

/* Logo */
.gh-footer-logo {
    width: 58px;
    margin-bottom: 15px;
}

/* Titles */
.gh-footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Links */
.gh-footer-links {
    list-style: none;
    padding: 0;
}
.gh-footer-links li {
    margin-bottom: 7px;
}
.gh-footer-links a {
    text-decoration: none;
    color: #e3f2ff;
    transition: 0.25s;
}
.gh-footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* Contact */
.gh-contact {
    margin-bottom: 8px;
    font-size: 14px;
}
.gh-contact i {
    margin-right: 7px;
    color: #fff;
}

/* Subscribe Form */
.gh-subscribe-form {
    display: flex;
    margin-top: 10px;
}
.gh-subscribe-form input {
    flex: 1;
    border-radius: 8px 0 0 8px;
    border: 0;
    padding: 10px;
}
.gh-subscribe-form button {
    width: 48px;
    border-radius: 0 8px 8px 0;
    background: #fff;
    border: 0;
    color: #47a0cccf;
    cursor: pointer;
}

/* Social Icons */
.gh-social {
    margin-top: 20px;
    text-align: center;
}
.gh-s-icon {
    margin: 0 8px;
    display: inline-flex;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}
.gh-s-icon:hover {
    transform: translateY(-5px) scale(1.15);
    background: #fff;
    color: #47a0cccf;
}

/* Bottom Strip */
.gh-bottom {
    text-align: center;
    padding: 14px 0;
    margin-top: 30px;
    background: rgba(0,0,0,0.25);
    font-size: 14px;
}
.amrutha {
    font-weight: 700;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .gh-footer-col {
        text-align: center;
    }
}
