/* Header Logo */
.site-logo {
    max-width: 180px;
}

.site-logo img {
    width: 100%;
    height: auto;
}

/* Footer Logo */
.footer1 .logo img {
    max-width: 170px;
    width: 100%;
    height: auto;
}

/* Mobile Logo */
.mobile-logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.mobile-sidebar .logo-m img {
    max-width: 140px;
    width: 100%;
    height: auto;
}

.blog-details1-all .blog1-sidebar-area {
    margin-top: 40px;
}

.blog-details-overly-item {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.blog-details-overly-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0.3) 45%,
        rgba(0, 0, 0, 0.08) 100%
    );
    border-radius: 9px;
    z-index: 1;
}

.blog-details-overly-item .heading1-w {
    position: relative;
    z-index: 2;
}

.mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-search-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    color: inherit;
    cursor: pointer;
}

.mobile-search-form {
    margin-bottom: 24px;
}

.mobile-search-form h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.mobile-search-form form {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mobile-search-form input {
    flex: 1;
    width: 100%;
    padding: 14px 16px;
    border: none;
    border-radius: 8px;
    background-color: var(--vtc-bg-common-1);
}

.mobile-search-form input:focus {
    outline: none;
}

.mobile-search-form .theme-btn1 {
    white-space: nowrap;
    padding: 14px 20px;
}
