/*
Theme Name: Partizan Theme Child
Theme URI: https://partizan.army/
Template: hello-elementor
Author: Saeed
Author URI: https://iamsaeed.ir
Version: 3.4.5.1765355371
Updated: 2025-12-10 08:29:31

*/

html {
    scrollbar-width: thin;
    scrollbar-color: #A58239 #f0f0f0;
	 scroll-behavior: smooth;

}


.nav-menu li a:hover , .nav-menu li .elementor-item-active {
    background: linear-gradient(90deg, #2c9a60, #749c5c, #7A774A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: background 0.3s ease, color 0.3s ease;
}

.nav-menu li a:after{
      background: linear-gradient(90deg, #237a4c, #3D5A2C, #7A774A);  
}

.hero-title h2 {
    background: linear-gradient(90deg, #155935, #749c5c, #7d771d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: background 0.3s ease, color 0.3s ease;
}

.hme-port .portfolio:nth-child(2) img , .hme-port .portfolio:nth-child(5) img{
    height: 300px !important;
}

.hme-port .portfolio h2.elementor-heading-title {
    background: linear-gradient(90deg, #155935, #749c5c, #7d771d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: background 0.3s ease, color 0.3s ease;
}

/* Scrollbar track */
::-webkit-scrollbar {
    width: 10px;
}

/* پس‌زمینه اسکرول */
::-webkit-scrollbar-track {
    background: #f0f0f0; /* رنگ بک‌گراند */
}

/* بخش قابل حرکت */
::-webkit-scrollbar-thumb {
    background: #A58239; /* رنگ برند */
    border-radius: 10px;
}

/* حالت hover */
::-webkit-scrollbar-thumb:hover {
    background: #8c6d2e; /* رنگ تیره‌تر برند */
}


/* ================================
   COMMENT FORM – PARTIZAN STYLE
=================================== */

/* عنوان فرم */
#reply-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

/* متن "Logged in as…" */
.logged-in-as {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.logged-in-as a {
    color: #c2a15a;
    text-decoration: none;
}

.logged-in-as a:hover {
    text-decoration: underline;
}

/* فیلد متن */
.comment-form-comment textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 15px;
    font-size: 16px;
    color: #111;
    border-radius: 6px;
    resize: vertical;
    transition: all .2s ease;
}

.comment-form-comment textarea:focus {
    border-color: #c2a15a;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(194,161,90,0.2);
}

/* دکمه ارسال */
#submit {
    background: #c2a15a;
    color: #fff;
    font-size: 16px;
    padding: 12px 26px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    transition: all .3s ease;
    font-weight: 600;
}

#submit:hover {
    background: #a78a4b;
}

/* فاصله بین فیلدها */
.comment-form-comment,
.form-submit {
    margin-bottom: 20px;
}

/* پیام Required Fields */
.required-field-message {
    color: #777;
    font-size: 13px;
}

/* ستاره الزامی */
span.required {
    color: #c2a15a;
}

/* ================================
   COMMENT LIST (نظرات منتشر شده)
=================================== */

.comment-list {
    margin-top: 40px;
}

.comment-list li {
    list-style: none;
    margin-bottom: 30px;
    padding: 20px;
    background: #fafafa;
    border-radius: 8px;
    border-left: 4px solid #c2a15a;
}

.comment-list .comment-author {
    font-weight: 700;
    color: #000;
}

.comment-list .comment-metadata {
    font-size: 12px;
    color: #777;
    margin-bottom: 10px;
}

.comment-list p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

/* لینک reply */
.reply a {
    font-size: 14px;
    color: #c2a15a;
    text-decoration: none;
    font-weight: 600;
}

.reply a:hover {
    text-decoration: underline;
}

/* بخش Cancel Reply */
#cancel-comment-reply-link {
    font-size: 14px;
    color: #c2a15a;
}

#cancel-comment-reply-link:hover {
    text-decoration: underline;
}

.team-det {
    opacity: 0;
    transition: .3s;
}

.team-li:hover .team-det {
    transition: .3s;
    opacity: 1;
}

.team-li{
    overflow:hidden;
    border-radius:15px;
}
.team-li:hover img {
transform:scale(1.1);
    transition:.3s;
}

.team-li img {
    transition:.3s;
}
