.elementor-3443 .elementor-element.elementor-element-92412a1{--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-0734ca6 */.cyiana-footer {
    background-color: #0d0d0d;
    color: #ffffff;
    padding: 60px 20px 40px 20px;
    text-align: center;
    font-family: 'Inter', Arial, sans-serif;
    width: 100%;
}

/* Logo Size - Minimalist Like Screenshot */
.footer-logo-box {
    margin-bottom: 40px;
}
.logo-img {
    max-width: 180px; /* Small & Elegant size */
    height: auto;
}

/* Navigation Links - Exactly like the image */
.footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.footer-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: 11px; /* Small font size as per screenshot */
    font-weight: 500;
    letter-spacing: 1px;
    transition: opacity 0.3s;
}
.footer-nav a:hover {
    opacity: 0.7;
}

/* Social and Google Box Row */
.social-google-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 40px 0;
}
.social-icons .s-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-size: 16px;
    text-decoration: none;
}
.divider {
    width: 1px;
    height: 35px;
    background-color: #444;
}
.google-news-btn {
    border: 1px solid #ffffff;
    padding: 8px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #000;
}
.google-news-btn span {
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
}
.google-news-btn img {
    width: 18px;
}

/* Copyright Text */
.footer-copyright {
    margin-top: 40px;
}
.footer-copyright p {
    font-size: 10px;
    color: #999;
    margin: 4px 0;
    letter-spacing: 0.5px;
}

/* Mobile Fix */
@media (max-width: 768px) {
    .social-google-row { flex-direction: column; }
    .divider { display: none; }
    .footer-nav { gap: 10px; }
}
/* Footer ko poori screen par stretch karne ke liye */
.cyiana-footer {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background-color: #0d0d0d; /* Aapka background color */
    padding: 40px 0;
}

/* Content ko center mein rakhne ke liye (Links aur Logo) */
.footer-inner {
    max-width: 1200px; /* Ya jo aapki site ki width hai */
    margin: 0 auto;
    padding: 0 20px;
}/* End custom CSS */