.elementor-1507 .elementor-element.elementor-element-58d8771{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-50f674b */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/* Footer Base */
.sarkari-footer {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    background: #0b1c2d; /* Deep Trustworthy Navy Blue */
    color: #e2e8f0;
    margin-top: 40px;
}
.sf-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Main Footer Grid */
.sf-main {
    padding: 60px 0 40px 0;
    border-top: 4px solid #0056b3; /* Sarkari Blue Accent */
}
.sf-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 30px;
}

/* Branding Column */
.sf-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.sf-logo i { color: #ffc107; font-size: 28px; }
.sf-logo span { color: #ffc107; font-size: 16px; font-weight: 700; }
.sf-desc {
    color: #94a3b8;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 25px;
}

/* Social Buttons */
.sf-socials { display: flex; gap: 12px; }
.sf-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.1);
}
.sf-social-btn:hover { transform: translateY(-3px); color: #ffffff; }
.sf-telegram:hover { background: #0088cc; }
.sf-whatsapp:hover { background: #25D366; }
.sf-youtube:hover { background: #ff0000; }
.sf-facebook:hover { background: #1877F2; }

/* Footer Links Columns */
.sf-heading {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}
.sf-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #ffc107; /* Yellow Accent */
}
.sf-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sf-links li { margin-bottom: 12px; }
.sf-links li a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.sf-links li a i { font-size: 10px; color: #0056b3; transition: 0.2s; }
.sf-links li a:hover { color: #ffc107; transform: translateX(5px); }
.sf-links li a:hover i { color: #ffc107; }

/* Disclaimer Box */
.sf-disclaimer-box {
    background: #1e293b;
    border-top: 1px solid #334155;
    border-bottom: 1px solid #334155;
    padding: 20px 0;
}
.sf-disclaimer-content {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    background: rgba(220, 53, 69, 0.1);
    border-left: 4px solid #dc3545; /* Red Alert Border */
    padding: 15px 20px;
    border-radius: 4px;
}
.sf-alert-icon { color: #dc3545; font-size: 24px; margin-top: 2px; }
.sf-alert-text { color: #cbd5e1; font-size: 13px; line-height: 1.6; }
.sf-alert-text strong { color: #ffc107; font-size: 14px; letter-spacing: 0.5px; }

/* Bottom Copyright Bar */
.sf-bottom {
    background: #06111b; /* Darkest Navy */
    padding: 15px 0;
    font-size: 13px;
    color: #64748b;
}
.sf-bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.sf-bottom p { margin: 0; }
.sf-bottom strong { color: #e2e8f0; }
.text-red { color: #dc3545; animation: heartbeat 1.5s infinite; }
@keyframes heartbeat { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.2); } }

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .sf-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .sf-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .sf-heading::after { left: 50%; transform: translateX(-50%); }
    .sf-links li a { justify-content: center; }
    .sf-socials { justify-content: center; }
    .sf-disclaimer-content { flex-direction: column; align-items: center; text-align: center; }
    .sf-bottom-flex { flex-direction: column; text-align: center; justify-content: center; }
}/* End custom CSS */