/* ===== Dr. Santosh Pandey — Footer Redesign ===== */

.dsp-footer {
    position: relative;
    background: linear-gradient(180deg, #0a1f3d 0%, #061428 55%, #04101f 100%);
    color: #ffffff;
    overflow: hidden;
    padding-top: 55px;
}

.dsp-footer-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 85%, rgba(212, 160, 23, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 92% 90%, rgba(212, 160, 23, 0.05) 0%, transparent 35%);
}

.dsp-footer-bg::before,
.dsp-footer-bg::after {
    content: '';
    position: absolute;
    bottom: 80px;
    width: 120px;
    height: 80px;
    opacity: 0.15;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.8) 1.5px, transparent 1.5px);
    background-size: 12px 12px;
}

.dsp-footer-bg::before {
    left: 20px;
}

.dsp-footer-bg::after {
    right: 20px;
}

.dsp-footer-main {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.dsp-footer-col {
    margin-bottom: 35px;
}

.dsp-footer-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 22px;
}

.dsp-footer-heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4a017 0%, #e8c056 100%);
    flex-shrink: 0;
}

.dsp-footer-heading-icon i {
    font-size: 15px;
    color: #061428;
}

/* About Us */
.dsp-footer-about-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 18px;
    padding: 0;
}

.dsp-footer-illustration {
    max-width: 200px;
    opacity: 0.7;
}

.dsp-footer-illustration svg {
    width: 100%;
    height: auto;
}

/* Useful Links */
.dsp-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dsp-footer-links li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 0;
}

.dsp-footer-links li:last-child {
    border-bottom: none;
}

.dsp-footer-links li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
}

.dsp-footer-links li a::before {
    content: '\00bb\00bb';
    color: #d4a017;
    margin-right: 8px;
    font-weight: 700;
    letter-spacing: -2px;
}

.dsp-footer-links li a:hover {
    color: #d4a017;
    padding-left: 4px;
}

/* Location Map */
.dsp-footer-map {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(212, 160, 23, 0.25);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.dsp-footer-map iframe {
    display: block;
    width: 100%;
    height: 220px;
    border: 0;
}

/* Contact Us */
.dsp-footer-contact-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.dsp-footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
}

.dsp-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 8px;
    border: 1.5px solid #d4a017;
    background: rgba(6, 20, 40, 0.6);
    flex-shrink: 0;
}

.dsp-contact-icon i {
    font-size: 14px;
    color: #d4a017;
}

.dsp-footer-contact-list a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.dsp-footer-contact-list a:hover {
    color: #d4a017;
}

/* Social icons */
.dsp-footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.dsp-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid #d4a017;
    background: rgba(6, 20, 40, 0.5);
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.dsp-footer-social a:hover {
    background: #d4a017;
    color: #061428;
    transform: translateY(-2px);
}

/* Bottom copyright bar */
.dsp-footer-bottom {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 22px 0;
}

.dsp-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.dsp-footer-shield {
    position: absolute;
    left: 0;
    width: 36px;
    height: 44px;
    opacity: 0.9;
}

.dsp-footer-shield svg {
    width: 100%;
    height: 100%;
}

.dsp-footer-copyright {
    text-align: center;
}

.dsp-footer-copyright p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    padding: 0;
    line-height: 1.8;
}

.dsp-footer-copyright a {
    color: #d4a017;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dsp-footer-copyright a:hover {
    color: #e8c056;
}

/* Responsive */
@media (max-width: 991px) {
    .dsp-footer-shield {
        display: none;
    }

    .dsp-footer-bottom-inner {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .dsp-footer {
        padding-top: 40px;
    }

    .dsp-footer-heading {
        font-size: 15px;
    }

    .dsp-footer-map iframe {
        height: 200px;
    }
}
