
.footer {
    background: rgb(34, 30, 98) !important;
    background: radial-gradient(circle, rgba(34, 30, 98, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(212, 212, 212, 1) 100%) !important;
    min-height: 260px;
    padding: 20px;
    color: white;
    text-align: center;
}

.footer__content {
    color: #191EB9;
}

.footer .par p {
    color: #191EB9;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .footer {
        min-height: 220px;
    }
}

@media (max-width: 992px) {
    .footer {
        min-height: 180px;
    }
}

@media (max-width: 768px) {
    .footer {
        min-height: 140px;
    }
}

@media (max-width: 576px) {
    .footer {
        min-height: 100px;
    }
}
