.kutumb-footer {
    background: linear-gradient(135deg, #2f4f3e, #3e6b54);
    color: #fff;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.kutumb-footer svg {
    display: block;
}

.footer-content {
    padding: 60px 15px 30px;
}

.kutumb-footer h3 {
    font-size: 28px;
    font-weight: 700;
}

.kutumb-footer h5 {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
}

.kutumb-footer h5::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #ffd9b3;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.kutumb-footer p,
.kutumb-footer li {
    font-size: 14px;
    color: #e6f2ea;
}

.kutumb-footer ul {
    list-style: none;
    padding: 0;
}

.kutumb-footer ul li {
    margin-bottom: 8px;
}

.kutumb-footer ul li a {
    color: #e6f2ea;
    text-decoration: none;
    transition: 0.3s;
}

.kutumb-footer ul li a:hover {
    color: #ffd9b3;
    padding-left: 5px;
}

.footer-social a {
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    display: inline-block;
    transition: transform 0.3s;
}

.footer-social a:hover {
    transform: translateY(-4px);
    color: #ffd9b3;
}

.footer-quote {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: #ffe8d6;
}

.footer-bottom {
    margin-top: 30px;
    text-align: center;
    font-size: 13px;
    color: #cfe8da;
}
