/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
rect:not(.notfill)  {
    fill: var(--e-global-color-primary);
}
a {
    color: var(--e-global-color-primary);

}
  .hasleftline  .elementor-heading-title::before{
    content: " ";
    background-color: var(--e-global-color-accent);
    width: 94px;
    height: 7px;
    display: block;
		    margin-left: 0;
    margin-bottom: 20px;
    margin-right: auto;
}
 .hasrightline .elementor-heading-title::before {
    content: " ";
    background-color: var(--e-global-color-accent);
    width: 94px;
    height: 7px;
    display: block;
    margin-bottom: 20px;
}
.hascenterline .elementor-heading-title
{
	text-align:center;
}
 .hascenterline  .elementor-heading-title::before{
    content: " ";
    background-color: var(--e-global-color-accent);
    width: 94px;
    height: 7px;
    display: block;
	     margin: auto;
    margin-bottom: 20px;
}
.catloop .activecat .elementor-icon {
	    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%);
}
.catloop .activecat .elementor-icon svg {
    filter: brightness(0) invert(1);
}
.catloop
.elementor-widget-container
{padding:0px;}
.catloop  .elementor-icon {

    padding: 3px;
	border-radius: 5px;
}


.taxfilter .e-filter-item::after {
	
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    margin-right: auto;
    background-image: url(https://novapvd.ir/wp-content/uploads/2025/10/ArrowUpRight-1-1.svg), linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%);
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 14px;
    background-size: 18px 18px, cover;
    background-position: center center;
    border-radius: 5px;
		box-shadow: -4px 4px 20px var(--e-global-color-b67f273);
}
.taxfilter .e-filter-item:not( [aria-pressed=true] ):not( :hover )::after {
background-image: url(https://novapvd.ir/wp-content/uploads/2025/10/ArrowUpRight.svg);
		box-shadow: -4px 4px 20px #fff;
}
.page-numbers
 {
    display: inline-block;
    min-width: 24px;
    height: 24px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    margin: 0px !important;
}
span.page-numbers
 {
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%);
	 color:#fff;
}
a.page-numbers {
    color: var(--e-global-color-secondary);
}
nav.elementor-pagination {
    margin-top: 35px;
    direction: ltr !important;
}

.horizintalfiltr button
 {
    background: #fff !important;
    min-width: 110px !important;
    border-radius: 10px !important;
    box-shadow: 2px 2px 10px rgba(75, 75, 75, 0.2) !important;
  
}
.horizintalfiltr .e-filter-item[aria-pressed=true] {
    
	background-color: transparent;
    background-image: linear-gradient(180deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%) !important;
	color:#fff;
}
.Paginationwide span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    min-width: 50px;
    background-color: var(--e-global-color-accent);
}
.Paginationwide span.swiper-pagination-bullet {
    min-width: 40px;
    border-radius: 10px;
}
.Paginationnormal span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--e-global-color-accent);
}

.hovermove
{
  transition: transform 0.5s ease; /* انیمیشن نرم در نیم ثانیه */
}
.hovermove:hover {
  transform: translateY(-5px); 
box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1) !important;
}
.elementor-field-type-submit .elementor-button-icon {
    font-size: 25px;
    margin: 0;
    padding: 0;
    max-height: 18px;
}
.serachform.e-focus {
    width: 500px !important;
}

.linerightcenter:before {
        content: '';
        position: absolute;
        top: calc(50% - 3.5px);
        right: calc((1290px - 100vw) / 2);
        height: 7px;
        width: calc((100vw - 1320px) / 2);
        background: var(--e-global-color-accent);
    }
p{
	text-align:justify;
}
.iconfile {
    height: 36px;
}
.greenblackbox {
padding:20px;
	border-radius:20px;
  background-image: url('https://novapvd.ir/wp-content/uploads/2025/10/Rectangle-18.svg'), url('https://novapvd.ir/wp-content/uploads/2025/10/Rectangle-17.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: auto 30%, auto 50%;
}
.navigationicon .elementor-swiper-button svg {
    padding: 3px;
}

@media screen and (max-width: 760px) {
	
 .hasrightline .elementor-heading-title::before, .hascenterline  .elementor-heading-title::before,   .hasleftline  .elementor-heading-title::before{
    margin: auto;
    margin-bottom: 20px;
}
.hascenterline .elementor-heading-title,.hasrightline  .elementor-heading-title,.hasleftline  .elementor-heading-title
{
	text-align:center ;
}
	
.greenblackbox {
padding:12px;
	border-radius:12px;
	}
	
  }
.borderright 
{
  position: relative;
}

.borderright::after {
  content: "";
  position: absolute;
  right: 0;             /* سمت راست بچسبه */
  top: 5%;             /* از بالا ۱۰٪ فاصله بگیره */
  bottom: 5%;          /* از پایین ۱۰٪ فاصله بگیره */
  width: 2px;           /* ضخامت خط */
  background-color: #c6c6c6; /* رنگ خط */
}
