
.lang-selector button {
    /*border: 1px solid rgb(255, 255, 255, 0.1) !important;*/
    border: none !important;
}

.banner-section-two .content-box .title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 15px;
}


.banner-section-two .content-box .subtitle {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    width: 90%;

}

.banner-section-two .content-box .title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 15px;
    width: 90%;
}

.banner-section-two .content-box .number {
    font-size: 80px;
    line-height: 1em;
    display: block;
    font-weight: 800;
    color: var(--theme-color3);
    width: 90%;
}

@media (max-width: 767px) {
    .banner-section-two .content-box .number {
        width: 100%;
    }

    .banner-section-two .content-box .title {
        width: 100%;
    }
}


.banner-section-two {
    height: 100vh;
}

.banner-section-two .slide-item {
    height: 100vh;
}

.banner-section-two .content-box .theme-btn {
    margin: 5px 10px !important;

}


.features-section-two .features-column .list-style-two li[data-lang] {
    color: initial;
}

.features-section-two .features-column .list-style-two li[data-lang]:not(.active) {
    font-weight: 300;
}


.banner-section-two .content-box {
    padding: 350px 0 260px;
}

@media (max-width: 767px) {
    .banner-section-two .content-box {
        text-align: center;
        padding: 150px 0 260px;
    }

    .main-footer .footer-upper .contact-info li[data-lang] {
        width: fit-content !important;
    }

    .main-footer .footer-upper .contact-info li[data-lang] {
        padding: 10px 15px;
    }

    .main-footer .footer-upper .contact-info li:last-child .text,
    .main-footer .footer-upper .contact-info li:last-child .title,
    .main-footer .footer-upper .contact-info li:last-child i {
        margin-right: 35px;
    }

    .header-style-three .header-lower .logo-box {
        margin-right: 0px;
    }

    .main-header .ui-btn {
        margin-left: 10px;
        margin-top: 4px;
    }

    .banner-section-two .content-box .theme-btn {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .banner-section-two .content-box {
        text-align: center;
        padding: 400px 0 260px;
    }
}

@media only screen and (max-width: 1023px) {
    .banner-section-two .content-box .number {
        font-size: 60px;

    }
}

.main-footer .footer-upper {
    padding: 15px;
}


.main-footer .footer-upper .logo-box {
    position: relative;
    background-color: transparent;
    background-image: none;
    margin-right: 40px;
}

.main-header .info-btn .icon {
    top: 25px;
}


.banner-section-two .content-box .title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-section-two .content-box .subtitle {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.service-block-three .overlay-content .title {
    margin-top: 40px;
}

.service-block-three .inner-box:hover > .overlay-content:before {
    opacity: 0.5 !important;
    /*background-color: var(--theme-color3);*/
}

.service-block-three .overlay-content .text {
    opacity: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}

.about-section-three .image-column .image-2 img {
    width: 280px;
    height: 320px;
    object-fit: cover;
}

.about-section-three .image-column .image-1 img {
    width: 400px;
    height: 500px;
    object-fit: cover;
}


.faqs-section .image-column .image-box .image-2:before {
    display: none;
}

.feature-block-three .bg-icon {
    width: 110px;
    height: 110px;
    object-fit: cover;
    right: -15px;
    left: initial;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: grayscale(100%) brightness(150%);
    opacity: 0.3;
}

.feature-block-three .feature-icon {
    text-align: right;
}

.news-block .title {
    line-height: 1.4em;
}


.news-block .lower-content {
    padding: 45px 30px 20px;
}


/* محدود کردن عنوان به سه خط */
.news-block .title a {
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* تعداد خطوط مجاز */
    -webkit-box-orient: vertical; /* جهت چینش خطوط */
    overflow: hidden; /* پنهان کردن متن اضافه */
    text-overflow: ellipsis; /* نمایش سه‌نقطه (...) */
    line-height: 1.5; /* تنظیم فاصله خطوط */
    min-height: calc(1.5em * 2); /* ارتفاع حداکثر برای 3 خط */
}

/* محدود کردن توضیحات به چهار خط */
.news-block .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    min-height: calc(1.6em * 3);
    color: #555; /* رنگ متن توضیحات؛ قابل تغییر */
}


.news-block .image-box .image img {
    height: 375px;
    object-fit: cover;
}

.contact-details__info li {
    display: flex !important;
    align-items: start !important;
}

.contact-details__info li .icon {
    min-width: 55px;
    width: 55px;
    height: 55px;
}

.contact-details__info li .text h6 {
    margin-bottom: 10px;
}

.page-title {
    padding: 200px 0 55px;
}

@media only screen and (max-width: 768px) {
    .page-title {
        padding: 85px 0 30px;
        min-height: 180px;
    }

    .page-title .title {
        font-size: 32px !important;
    }
}

.main-footer .footer-upper .contact-info li:not([data-lang]) {
    border-right: none;
}

.pagination li {
    margin: 0 5px;
}

.pagination a, .pagination span {
    width: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-header h4 {
    border-left: 4px solid var(--theme-color2);
    padding-left: 15px;
    margin-bottom: 10px;
}

.services-details__content img {
    width: 100%;
    max-height: 350px;
    object-fit: contain
}

.services-details__content h2 {
    font-size: 24px;
}

.services-details__content h3 {
    font-size: 21px;
}


.services-details__content p {
    font-weight: 400;
}

.service-list li a {
    font-size: 16px !important;
}

.blog-details__text p {
    font-weight: 400;
}


.nav-links > div > a {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.nav-links .prev {
    margin-right: 0;
}

.news-block .title {
    padding-bottom: 17px;
    margin-bottom: 0;
    line-height: 1 !important;
}

.nav-links .next span {
    font-size: 16px;
    font-weight: 600;
    text-align: center;

}

.nav-links .prev span {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.sidebar__post .sidebar__post-list li {
    padding: 16px 20px 0;
}

.sidebar__title {
    margin-bottom: 25px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image > img {
    width: auto;
    height: 60px;
    object-fit: cover;
}

.shadow-effect {
    filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.3));
}

