/*
Theme Name: MultyFi Blog Theme
Theme URI: https://multyfi.com
Author: Tushangi
Author URI: https://multyfi.com
Description: Custom WordPress blog theme for MultyFi — category filters, image ads, sidebar widgets, FAQ, exit popup, and lead CTA.
Version: 2.17.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: univest-blog-theme
Tags: blog, custom-menu, featured-images, translation-ready, two-columns
*/

/* Theme-specific overrides are loaded from assets/css/theme.css */

.uv-filters{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}

.uv-filter-pills{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.uv-blog-search{
    display:flex;
    align-items:center;
    gap:10px;
}

.uv-blog-search__input{
    width:260px;
    height:44px;
    padding:0 16px;
    border:1px solid #d9dee8;
    border-radius:999px;
    outline:none;
    font-size:14px;
    background:#fff;
}

.uv-blog-search__input:focus{
    border-color:#2f80ed;
}

.uv-blog-search__button{
    height:44px;
    padding:0 18px;
    border:none;
    border-radius:999px;
    background:#2f80ed;
    color:#fff;
    cursor:pointer;
    font-weight:600;
}

.uv-blog-search__button:hover{
    opacity:.9;
}

/* Search Page */
.uv-search-header {
    margin: 24px 0 32px;
}

.uv-page-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F2937;
}

.uv-page-title span {
    color: #2563EB;
}

.uv-search-empty {
    margin-top: 12px;
    color: #6B7280;
}
/* ===========================
   Footer Light Theme
=========================== */

.mf-footer,
.uv-footer,
.mf-footer__inner,
.uv-footer__inner {
    background: #ffffff !important;
}

/* General Text */
.mf-footer,
.mf-footer p,
.mf-footer li,
.mf-footer span,
.mf-footer div,
.uv-footer,
.uv-footer p,
.uv-footer li,
.uv-footer span,
.uv-footer div {
    color: #111111 !important;
}

/* Headings */
.mf-footer h1,
.mf-footer h2,
.mf-footer h3,
.mf-footer h4,
.mf-footer h5,
.mf-footer h6,
.mf-footer__heading,
.mf-footer__heading--brand,
.mf-footer__eyebrow {
    color: #111111 !important;
    font-weight: 600;
}

/* Brand Description */
.mf-footer__tagline {
    color: #444444 !important;
    line-height: 1.8;
}

/* Links */
.mf-footer a,
.mf-footer__link,
.mf-footer__link:visited,
.uv-footer a,
.uv-footer a:visited {
    color: #222222 !important;
    text-decoration: none;
    transition: all 0.25s ease;
}

.mf-footer a:hover,
.mf-footer__link:hover,
.uv-footer a:hover {
    color: #1f6bff !important;
}

/* Footer Sections */
.mf-footer__top {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 45px;
}

.mf-footer__middle {
    border-top: 1px solid #e5e7eb;
    padding-top: 50px;
}

/* Disclaimer */
.mf-footer__disclaimer {
    border-top: 1px solid #e5e7eb;
    margin-top: 50px;
    padding-top: 40px;
}

.mf-footer__disclaimer h4 {
    color: #111111 !important;
    margin-bottom: 18px;
}

.mf-footer__disclaimer p {
    color: #444444 !important;
    line-height: 1.9;
}

/* Copyright */
.mf-footer__copy,
.uv-footer__copy {
    color: #555555 !important;
    border-top: 1px solid #e5e7eb;
    padding-top: 30px;
    margin-top: 40px;
    text-align: center;
}

/* Lists */
.mf-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mf-footer li {
    margin-bottom: 12px;
}

/* Social Icons */
.mf-footer__social-wrap svg {
    opacity: 0.8;
    transition: all 0.25s ease;
}

.mf-footer__social-wrap a:hover svg {
    opacity: 1;
    transform: translateY(-2px);
}

/* Footer Logo */
.mf-footer__brand img {
    margin-bottom: 18px;
}

/* D&B Seal */
.mf-footer__trust {
    margin-top: 30px;
    text-align: center;
}

.mf-footer__trust iframe {
    background: #ffffff;
    border: none;
}

/* Back To Top Button */
.mf-back-top {
    background: #1f6bff;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.mf-back-top:hover {
    background: #4384ff;
}

/* Text Selection */
.mf-footer ::selection {
    background: #1f6bff;
    color: #ffffff;
}
/*=====================================================
=         DOWNLOAD APP CARD - MULTYFI DARK UI         =
======================================================*/

.uv-single__download-banner{
    margin:40px 0;
}

.uv-single__download-banner-inner{
    background:#13121B !important;
    border-radius:28px !important;
    padding:48px 52px !important;

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;

    border:1px solid #242631 !important;

    box-shadow:
        0 20px 45px rgba(0,0,0,.35),
        inset 0 1px rgba(255,255,255,.04);
}

/*===============================
 Left Side
================================*/

.uv-single__download-copy{
    max-width:600px;
}

.uv-single__download-eyebrow{
    color:#FFFFFF !important;

    text-transform:uppercase;

    letter-spacing:3px;

    font-size:15px;

    font-weight:700;

    margin-bottom:28px;
}

.uv-single__download-title{
    color:#5D97FF !important;

    font-size:52px;

    line-height:1.15;

    font-weight:700;

    margin-bottom:24px;
}

.uv-single__download-sub{
    color:#7E8796 !important;

    font-size:30px;

    line-height:1.6;

    font-weight:400;

    margin:0;
}

/*===============================
 Right Side
================================*/

.uv-single__download-apps{
    display:flex;

    gap:24px;

    flex-shrink:0;
}

.uv-single__download-app{

    background:#000 !important;

    border-radius:22px;

    padding:18px;

    border:1px solid #444B4F;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    gap:18px;

    min-width:180px;

    transition:.25s;
}

.uv-single__download-app:hover{

    transform:translateY(-5px);

    border-color:#1E63FF;

    box-shadow:0 14px 35px rgba(0,0,0,.35);
}

.uv-single__download-qr{

    width:135px;

    height:135px;

    border-radius:10px;

    background:#FFF;

    padding:6px;
}

.uv-single__download-btn{

    width:100%;

    background:#FFF !important;

    color:#111 !important;

    text-decoration:none;

    text-align:center;

    border-radius:12px;

    font-weight:600;

    font-size:18px;

    padding:16px 0;

    transition:.25s;

    border:none;
}

.uv-single__download-btn:hover{

    background:#1E63FF !important;

    color:#FFF !important;
}

/*===============================
 Responsive
================================*/

@media (max-width:1024px){

    .uv-single__download-banner-inner{

        flex-direction:column;

        text-align:center;

        gap:40px;

        padding:40px;
    }

    .uv-single__download-title{

        font-size:38px;
    }

    .uv-single__download-sub{

        font-size:22px;
    }
}

@media (max-width:768px){

    .uv-single__download-apps{

        flex-direction:column;

        width:100%;
    }

    .uv-single__download-app{

        width:100%;
    }

    .uv-single__download-title{

        font-size:30px;
    }

    .uv-single__download-sub{

        font-size:18px;
    }
}

// Popup Styling
/* .uv-popup{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;

    display:none;

    justify-content:center;
    align-items:center;

    z-index:999999;
}

.uv-popup.active{
    display:flex;
}

.uv-popup-overlay{
    position:absolute;
    inset:0;

    background:rgba(0,0,0,.7);
    backdrop-filter:blur(8px);
}

.uv-popup-card{
    position:relative;
    z-index:2;

    width:520px;
    max-width:95vw;

    border-radius:24px;
    overflow:hidden;

    background:#111;
}

.uv-popup-image {
    display: block;
    width: 100%;
}

.uv-popup-footer {
    padding: 18px;
    display: flex;
    gap: 12px;
    background: #12141b;
}

.uv-popup-footer input {
    flex: 1;
    height: 54px;
    border-radius: 40px;
    padding: 0 20px;
    border: none;
    outline: none;
    font-size: 16px;
}

.uv-popup-footer button {
    padding: 0 28px;
    border: none;
    border-radius: 40px;
    background: #246bff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.uv-popup-close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 26px;
    background: #ffffff22;
    color: #fff;
    cursor: pointer;
} */