.single-post .nv-content-wrap,
.single-post .nv-content-wrap p,
.single-post .nv-content-wrap li {
    color:  #111 !important;
}


.single-post .nv-content-wrap a {
    text-decoration: none !important;
    color: #0056b3;
    font-weight: 500;
}

.single-post .nv-content-wrap a:hover {
    color: #f4b400;
    text-decoration: underline;
}


/* رنگ لینکهای منو */
.header-area .nav li a {
    color: #ffffff;
    font-weight: 500;
}

/* افکت هاور منو */
.header-area .nav li a:hover {
    color: #ffd54f;
}


/* فاصله دادن محتوا از هدر */
.neve-main {
    padding-top: 150px;
}

/* Sticky Sidebar - Neve 
@media (min-width: 992px) {
    .nv-sidebar-wrap {
        position: sticky;
        top: 110px;
        height: fit-content;
        align-self: flex-start;
    }

    #secondary {
        position: relative;
    }
}*/

@media (min-width: 992px) {
    #secondary {
        position: sticky;
        top: 170px;
        align-self: flex-start;
    }
}




#secondary {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);


}
/* Sidebar general style */
#secondary {
    font-size: 13.5px;
    line-height: 1.9;
}

#secondary .widget {
    margin-bottom: 30px;
}

#secondary .widget-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}
/* Search widget styling */
#secondary .widget_search input[type="search"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

#secondary .widget_search button,
#secondary .widget_search input[type="submit"] {
    padding: 7px 14px;
    font-size: 12px;
    border-radius: 6px;
    background-color: #0056b3;
    color: #fff;
    border: none;
    cursor: pointer;
}

#secondary .widget_search button:hover,
#secondary .widget_search input[type="submit"]:hover {
    background-color: #f4b400;
}
/* Sidebar lists */
#secondary ul {
    padding-left: 0;
    list-style: none;
}

#secondary ul li {
    margin-bottom: 10px;
}

#secondary ul li a {
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

#secondary ul li a:hover {
    color: #0056b3;
}


.neve-main {
    background-image: url("https://gamadentallab.ir/assets/images/services-right-dec.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size:  80% auto;

    /* جبران هدر */
    margin-top: 120px;
    padding-top: 40px;
}


.single-post footer.site-footer,
.blog footer.site-footer {
    display: none !important;
}

/* ===== Blog Grid Layout ===== */
.blog .nv-posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 992px) {
    .blog .nv-posts-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .blog .nv-posts-wrapper {
        grid-template-columns: 1fr;
    }
}
/* بزرگ‌تر شدن عرض کارت‌های بلاگ */
.nv-post-card {
    width: 100%;
    max-width: 100%;
}

/* افزایش فاصله داخلی کارت */
.nv-post-card .nv-post-card-content {
    padding: 20px 24px;
}

/* خود قاب کارت */
.nv-post-card {
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

/* افکت حرفه‌ای هنگام هاور */
.nv-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}



.blog article:hover {
    transform: translateY(-6px);
}

/* تصویر */
.blog .nv-post-thumbnail img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

/* محتوا */
.blog .nv-post-content {
    padding: 18px;
}

/* عنوان */
.blog h2 a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.blog h2 a:hover {
    color: #0056b3;
}

/* خلاصه */
.blog .entry-summary {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    margin-top: 10px;
}

/* دکمه ادامه */
.blog .more-link {
    display: inline-block;
    margin-top: 14px;
    padding: 8px 16px;
    border-radius: 30px;
    background: #0056b3;
    color: #fff !important;
    font-size: 13px;
    text-decoration: none;
}

.blog .more-link:hover {
    background: #f4b400;
    color: #000 !important;
}

.neve-main {
    padding-bottom: 10px;
}

.container.single-post-container {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}

/* محتوای صفحات و بلاگ */
.entry-content p,
.page-content p,
.post-content p,
.blog p,
.single-post p,
.archive p {
    color: #222 !important;
}

/* تیترها */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.page-content h1,
.page-content h2,
.page-content h3 {
    color: #000 !important;
}
#newsletter,
#newsletter p,
#newsletter a {
    color: #fff !important;
}

.menu-trigger {
    display: none;
    cursor: pointer;
}

.menu-trigger span {
    display: block;
    background: #fff;
    height: 2px;
    width: 25px;
    position: relative;
}

.menu-trigger span::before,
.menu-trigger span::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #fff;
    left: 0;
}

.menu-trigger span::before {
    top: -8px;
}

.menu-trigger span::after {
    top: 8px;
}
@media (max-width: 991px) {

    .menu-trigger {
        display: block;
        position: absolute;
        right: 15px;
        top: 30px;
    }

    .main-nav .nav {
        display: none;
        width: 100%;
        background: #111;
        margin-top: 20px;
        padding: 15px 0;
        text-align: right;
    }

    .main-nav .nav.active {
        display: block;
    }

    .main-nav .nav li {
        display: block;
        margin: 10px 0;
    }
}

