/* ===================================
   Social Media Hover Effects - Clean & Modern
   =================================== */

/* Hero Section Social Media */
.slide .social-share-inner-left .social-share li {
    margin-right: 10px;
}

.slide .social-share-inner-left .social-share li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.slide .social-share-inner-left .social-share li a::before {
    display: none !important;
}

.slide .social-share-inner-left .social-share li a svg,
.slide .social-share-inner-left .social-share li a i {
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 2;
    position: relative;
}

/* Facebook Hover */
.slide .social-share-inner-left .social-share li.facebook a:hover {
    background: #1877f2 !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(24, 119, 242, 0.4) !important;
}

/* Instagram Hover */
.slide .social-share-inner-left .social-share li.instagram a:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(220, 39, 67, 0.4) !important;
}

/* LinkedIn Hover */
.slide .social-share-inner-left .social-share li.linkedin a:hover {
    background: #0077b5 !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0, 119, 181, 0.4) !important;
}

.slide .social-share-inner-left .social-share li a:hover svg,
.slide .social-share-inner-left .social-share li a:hover i {
    color: #ffffff !important;
    transform: scale(1.1);
}

/* ===================================
   Footer Redesign - Modern & Clean
   =================================== */

.rn-footer-area {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

.rn-footer-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.5), transparent);
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-logo {
    max-width: 150px;
    filter: brightness(5) !important;
    transition: all 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
    filter: brightness(6) !important;
}

.footer-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}

.widget-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    pointer-events: none;
}

.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #2563eb, transparent);
}

/* Prevent hover effects on titles */
.footer-widget h5,
.footer-widget .widget-title,
.footer-widget .social-title {
    transition: none !important;
}

.footer-widget h5:hover,
.footer-widget .widget-title:hover,
.footer-widget .social-title:hover {
    background: none !important;
    border: none !important;
    transform: none !important;
    box-shadow: none !important;
}

.social-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Footer Social Media */
.footer-widget .social-share li {
    margin-right: 10px;
}

.footer-widget .social-share li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.footer-widget .social-share li a svg {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.footer-widget .social-share li.facebook a:hover {
    background: #1877f2 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(24, 119, 242, 0.3);
}

.footer-widget .social-share li.instagram a:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(220, 39, 67, 0.3);
}

.footer-widget .social-share li.linkedin a:hover {
    background: #0077b5 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 119, 181, 0.3);
}

.footer-widget .social-share li.github a:hover {
    background: #333 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(51, 51, 51, 0.3);
}

.footer-widget .social-share li a:hover svg {
    color: #ffffff !important;
}

/* Footer Links - Aggressive Override */
.footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-links li {
    margin-bottom: 8px !important;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    position: relative !important;
    font-weight: 400 !important;
}

.footer-links li a span:first-child {
    display: none !important;
}

.footer-links li a::before {
    content: '→' !important;
    margin-right: 8px !important;
    color: #2563eb !important;
    transition: all 0.3s ease !important;
    position: static !important;
    transform: none !important;
    font-size: 14px !important;
}

.footer-links li a:hover {
    color: #2d3748 !important;
    transform: translateX(5px) !important;
    padding: 0 !important;
    padding-left: 0 !important;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    border-left: none !important;
}

.footer-links li a:hover::before {
    margin-right: 12px !important;
}

/* Contact Info */
.contact-info {
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(5px);
}

.contact-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    border-radius: 8px;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-icon svg {
    color: #ffffff;
    width: 20px;
    height: 20px;
}

.contact-details {
    flex: 1;
}

.contact-label {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

a.contact-value:hover {
    color: #2d3748;
}

/* Footer Bottom */
.footer-bottom {
    margin-top: 60px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
}

.author-link {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.author-link:hover {
    color: #60a5fa;
}

.footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #2d3748;
}

/* Override any conflicting hover styles - AGGRESSIVE */
.rn-footer-area .widget-title,
.rn-footer-area h5,
.rn-footer-area .social-title,
.footer-widget > h5,
.footer-widget > .widget-title,
.footer-widget h5.widget-title {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    padding: 0 0 12px 0 !important;
    margin-bottom: 25px !important;
    transition: none !important;
    box-shadow: none !important;
}

.rn-footer-area .widget-title:hover,
.rn-footer-area h5:hover,
.rn-footer-area .social-title:hover,
.footer-widget > h5:hover,
.footer-widget > .widget-title:hover,
.footer-widget h5.widget-title:hover {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    transform: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
    padding: 0 0 12px 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .rn-footer-area {
        padding: 60px 0 0;
    }
    
    .footer-bottom {
        margin-top: 40px;
        padding: 20px 0;
    }
    
    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
    }
    
    .copyright-text {
        text-align: center;
    }
}
