.main-content {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);

}

.footer-section .row {
    --bs-gutter-x: 0rem;
}

.imgf {
    width: 3vw;
    max-width: 24px;
    min-width: 20px;
}

@media screen and (max-width: 1200px) {
    .imgf {
        width: 2vw;
        max-width: 40px;
    }

}

.footer-section {
    background: linear-gradient(135deg, #1a2238 0%, #2d3748 100%);
    color: white;
}

.footer-section::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></svg>') repeat;

}


.footer-logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

.logo-text {
    font-weight: 700;
    background: linear-gradient(45deg, #ffffff, #e2e8f0);
}

.logo-subtitle {
    color: #cbd5e0;
    font-weight: 300;
}

.copyright-text {
    color: #a0aec0;
}

.nav-section h5 {
    font-weight: 600;
    color: #ffffff;
}

.nav-section h5::after {
    content: '';
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #4299e1, #63b3ed);
}

.nav-section ul {
    list-style: none;
    padding: 0;
}


.nav-section ul li a {
    color: #e2e8f0;
    transition: all 0.3s ease;
}

.nav-section ul li a:hover {
    color: #63b3ed;
}

.nav-section ul li a::before {
    background: #63b3ed;
    transition: width 0.3s ease;
}

.nav-section ul li a:hover::before {
    width: 8px;
}

.contact-info {
    line-height: 1.8;
}

.contact-item-f {
    color: #cbd5e0;
    transition: all 0.3s ease;
}

.contact-item-f i {
    color: #63b3ed;
}

.contact-item-f-content {
    flex: 1;
}

.contact-item-f strong {
    color: #ffffff;
    font-weight: 600;
}

.contact-item-f span {
    color: #cbd5e0;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #e2e8f0;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.social-links a:hover {
    background: #63b3ed;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(99, 179, 237, 0.3);
}

.section-title::after {
    background: linear-gradient(90deg, #4299e1, #63b3ed);
}
