.site-breadcrumb {
    position: relative;
    padding: 60px 0 50px 0;
    background-size: cover;
    background-position: center;
}
.site-breadcrumb::after {
    content: "";
    background: rgba(40,79,149,.55); /* آبی نیمه‌شفاف */
    position: absolute;
    inset: 0;
    z-index: 1;
}
.site-breadcrumb .container {
    position: relative;
    z-index: 2;
}
.breadcrumb-title {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 16px;
    letter-spacing: -.5px;
}
.breadcrumb-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: right;
    font-size: 1.05rem;
}
.breadcrumb-menu li {
    list-style: none;
    color: #fff;
    font-weight: 500;
}
.breadcrumb-menu a {
    color: #fff;
    text-decoration: none;
    transition: color .2s;
    font-weight: 500;
}
.breadcrumb-menu a:hover {
    color: #ffd700; /* طلایی */
}
.breadcrumb-menu .active {
    color: #ffd700;
    font-weight: 700;
}
.breadcrumb-divider {
    color: #fff;
    font-size: 1rem;
    opacity: .75;
    margin: 0 2px;
    display: flex;
    align-items: center;
}

.fa-angle-left{
    color: #fff;
}


.popup-overlay {
    display: none; /* مخفی است */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.popup-content {
    position: relative;
    background: #fff;
    padding: 30px;
    max-width: 400px;
    margin: 100px auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #000;
    cursor: pointer;
}


.appointment-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.appointment-options li {
    margin: 15px 0;
}

.appointment-link {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    transition: background-color 0.3s;
}

.footer-area {
    background: #111;
    color: #f3f3f3;
    font-size: 1rem;
    direction: rtl;
}
.footer-menu a {
    color: #f3f3f3;
    transition: color .2s;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.97rem;
}
.footer-menu a:hover {
    color: #3887E2;
    text-decoration: underline;
}
.footer-menu li {
    margin-bottom: 8px;
}

.center{
    text-align: center;
}

.service-details p{
    line-height: 3.5;
    text-align: justify;
    font-size: 18px;
}

.service-details h2 {
    font-size: 22px;
    color: #077ed9;
    font-weight: 600;
    padding-bottom: 15px;
}


.service-details h3 {
    padding-top: 15px;
    font-size: 22px;
    color: #363484;
    font-weight: 600;
}

.service-details img {
    border: 2px solid #6286c4;
    border-radius: 20px;
    padding: 30px;
    background-color: #077ed98a;
    float: left;
    margin-right: 20px;
    width: 450px;
}


.service-details ul li {
    direction: rtl;
    text-align: justify;
    list-style: inside;
    line-height: 3.5;
    font-size: 18px;
}
.service-details ol li {
    direction: rtl;
    text-align: justify;
    list-style: inside;
    line-height: 3.5;
    font-size: 18px;
}

.blog-details a{
    color: #0067ff!important;
    font-weight: 600!important;
}

.blog-card {
    background: #fff;
    margin-bottom: 40px;
    transition: transform 0.19s cubic-bezier(.42,1.08,.89,.83), box-shadow 0.18s;
}
.blog-card:hover {
    transform: translateY(-8px) scale(1.025);
    box-shadow: 0 8px 32px rgba(34,50,96,0.12) !important;
}
.blog-card-img {
    position: relative;
    overflow: hidden;
    border-radius: 1rem 1rem 0 0;
}
.blog-img {
    transition: filter 0.2s;
}
.blog-card:hover .blog-img {
    filter: brightness(0.90) blur(1px) grayscale(8%);
}
.img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0.09) 30%,rgba(0,0,0,.15) 100%);
    z-index: 2;
    pointer-events: none;
    transition: background 0.22s;
    border-radius: inherit;
}
.blog-title {
    font-size: 1.05rem;
    font-weight: bold;
    line-height: 1.5;
}
.blog-title a {
    color: #222;
    transition: color 0.13s cubic-bezier(.37,1.54,.94,1);
}
.blog-title a:hover {
    color: #256eee;
}
.btn-outline-primary {
    border-radius: 2rem;
    font-weight: 500;
}

.site-breadcrumb {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 60px 0; /* ارتفاع بنر */
    color: #fff;
}

.site-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.55), rgba(0,0,0,0.25));
}

.site-breadcrumb .container {
    position: relative; /* برای قرارگیری روی گرادینت */
    z-index: 2;
}

.breadcrumb-title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 15px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.4);
}

.breadcrumb-custom {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-custom .breadcrumb-item a {
    color: #f8f9fa;
    margin-left: 7px;
    transition: color 0.3s ease;
    text-decoration: none;
}

.breadcrumb-custom .breadcrumb-item a:hover {
    color: #08d8eb;
}



.service-content p {
    line-height: 1.8;
    margin-bottom: 1rem;
}

.service-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.sidebar-banner img {
    transition: transform 0.3s ease;
}

.sidebar-banner img:hover {
    transform: scale(1.03);
}




.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    font-size: 1rem;
    color: #08d8eb;
    padding: 0 0.5rem;
    position: relative;
    top: -1px;
}

.breadcrumb-custom .breadcrumb-item + .breadcrumb-item.active {
    color: #f5f5f5;
}

.related-video-item {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.related-video-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}
.video-title-overlay {
    backdrop-filter: blur(6px);
}

.video-wrapper {
    position: relative;
    display: inline-block;
}


.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 72px;
    color: rgba(255, 255, 255, 0.85);
    pointer-events: none; /* اجازه بده کلیک روی ویدیو بره */
    transition: transform 0.2s ease-in-out, opacity 0.2s;
}

.video-wrapper:hover .play-button-overlay {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

@media (max-width: 768px) {
    .blog-card-body {
        padding: 1rem !important;
    }
    .blog-title {
        font-size: .98rem;
    }
}

