@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/eot/IRANSansWeb_Black.eot');
	src: url('fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/IRANSansWeb_Bold.eot');
	src: url('fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/eot/IRANSansWeb_Medium.eot');
	src: url('fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/eot/IRANSansWeb_Light.eot');
	src: url('fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/eot/IRANSansWeb_UltraLight.eot');
	src: url('fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/IRANSansWeb.eot');
	src: url('fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb.ttf') format('truetype');
}
.elementor-widget-button .elementor-button {
    background-color: var(--e-global-color-accent);
    font-family: 'IRANSans' !important;
    font-weight: var(--e-global-typography-accent-font-weight);
}
body {
	font-family: IRANSans !important;
	font-weight: 300;
	direction: rtl;
	background-color: rgb(245 245 245) !important;
	margin: 0;
	
}
h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: IRANSans !important;
}
.page-header {
    display:none;
}
h1 {
	font-weight: bold;
}
.wrapper {
	max-width: 900px;
	margin: 0 auto;
}
.ltr {
	direction: ltr;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}

.text-small {
	font-size: 0.8em;
}
.text-xsmall {
	font-size: 0.6em;
}
.text-large {
	font-size: 1.2em;
}
.text-xlarge {
	font-size: 1.4em;
}
.text-underline {
	text-decoration:underline;
}
.text-ultralight {
	font-weight: 200;
}
.text-light {
	font-weight: 300;
}
.text-regular {
	font-weight: normal;
}
.text-medium {
	font-weight: 500;
}
.text-bold {
	font-weight: bold;
}
.text-black {
	font-weight: 900;
}
blockquote {
	font-weight: 500;
	padding: 10px;
	border: 1px dashed #666666;
}

.mainbox {
	width: 100%;
	background-color: #EFEFEF;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #FFFF33;
}

.mainboxnegativ {
	width: 100%;
	background-color: #000000;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #FFFF33;
	color: #F9F9F9;
}

.mainbox2 {
	font-size: 1em;
	width: 90%;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainbox3 {
	width: 100%;
	background-color: #b8b8b8;
	display: table;
	margin-bottom: 30px;
	border-right: 8px solid #bd70ff;
}

.mainbox2negativ {
	font-size: 1em;
	color: #F9F9F9;
	background-color: #000000;
	padding-right: 20px;
}

.farsiparagraph {
	font-size: 1em;
	width: 47%;
	float:right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.englishparagraph {
	font-size: 1em;
	width: 47%;
	float: left;
	direction:ltr;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;


}
.rightbox {
	width: 60%;
	padding-right: 20px;
	padding-left: 5px;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	min-width: 0px;
	background-color: #F7F7F7;

}

.titelbox {
	width: 60%;
	padding-right: 25px;
	padding-left: 0px;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	min-width: 0px;
	background-color: #F2F2F2;
	color: #4B4B4B;
}


.lefttbox {
	
	padding-right: 20px;
	padding-left: 4px;
	float: right;
	margin-bottom: 10px;
	min-width: 0px;
}

.alphabet {
	width: 35%;
	float: left;
	font-size: 21em;
	text-align: center;
	font-weight: 500;
	color: #999999;
}

.alphabet2 {
	width: 35%;
	float: left;
	direction: ltr;
	font-size: 1.6em;
	text-align: left;
	font-weight: 500;
	color: #333333;
	margin-top: 100px;
}
.footer {
	font-weight: 300;
	font-size: 0.7em;
	text-align: center;
	direction: ltr;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.headmenu { 
 border-radius: 16px;
background: #FFF;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
margin:5px;
padding:0px;

}
.elementor-nav-menu--layout-horizontal {

    height: 45px;
}
.logohead {
    border-radius: 16px;
background: #FFF;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
margin:5px;
}
.headbot {
    background: #FFF;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
margin:5px;
    border-radius: 16px;

}
.headbot .elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    font-size: 15px;
    padding: 14px;
    border-radius: 3px;
    color: #000;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    text-align: center;
    width: 100%;
    height: 45px;
}
.headbotgr {
        background: #FFF;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
margin:5px;
    border-radius: 16px;
    border-radius: 16px;
background: var(--gradient-broker, linear-gradient(259deg, #661ECB 15.35%, #592AC7 24.64%, #4340BF 38.89%, #374CBB 60.57%, #4861E8 84.11%, #4E69F8 103.31%));
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
}
.headbotgr .elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #000;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    text-align: center;
    width: 100%;
}
.elementor-2348 .elementor-element.elementor-element-b49d64b img {
    width: 45px !important;
    height: 45px !important;
    padding: 6px !important;
}
.top-wrapper-menu {
    position: relative;
    direction: ltr;
}
#notification-bell {
    position: relative;
    cursor: pointer;
}

#notification-bell .notification-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}

#notification-list {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 10px;
    max-height: 300px;
    overflow-y: auto;
    width: 300px;
}
#notification-bell {
    position: relative;
    cursor: pointer;
    display: flex
;
    padding: initial;
    align-items: center;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    width: 45px;
    text-align: center;
    display: block !important;
    height: 45px;
}
.infor-account {
    display: flex;
    align-items: center;
    gap: 10px;
    direction: rtl;
}

.avatar-wrapper {
    width: 45px; /* اندازه مشخص برای آواتار */
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.username-wrapper {
    font-size: 14px;
    color: #fff; /* یا هر رنگ دیگری که بخواهید */
    white-space: nowrap; /* جلوگیری از شکستن متن به خط بعد */
}
.top-wrapper-menu .avatar-wrapper {
    width: 45px;
    height: 45px;
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.top-wrapper-menu .btn-login .login-icon {
    margin-right: 10px;
    font-size: 27px;
    float: right;
    line-height: 47px;
    margin-bottom: -4px;
}
.apus-user-login span {
    text-align: right;
    float: right;
    margin-right: 10px;
    line-height: 40px;
}
#login-required-icon {
    position: relative;
    cursor: pointer;
    display: flex;
    padding: initial;
    align-items: center;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    width: 45px;
    text-align: center;
    display: block !important;
    height: 45px;
    padding: 10px;
    text-align: center;
    line-height: 0;
}
.elementor-headline--style-highlight .elementor-headline-plain-text {
    position: relative;
    z-index: 1;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #445DE0 6%, #661DCB 79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 900;
}
.elementor-headline--style-highlight svg {
    height: calc(100% + 20px);
    left: 50%;
    overflow: visible;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    background: #000;
    border-radius: 61px;
    padding: 10px;
    background: var(--gradient-broker, linear-gradient(259deg, #661ECB 15.35%, #592AC7 24.64%, #4340BF 38.89%, #374CBB 60.57%, #4861E8 84.11%, #4E69F8 103.31%));
}
.elementor-headline--style-highlight svg path {
    stroke: #ffffff;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: .3s;
    display: none;
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
    position: relative;
    display: inline-flex;
    padding: 3px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.wpstory-shortcode-wrapper .wpstory-item-circles .wpstory-feed-item-fb {
    border: 0;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2) !important;
    cursor: pointer;
    display: inline-block;
    height: 190px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 141px !important; 
    height: 254px!important;
}
.broker-item .broker-image:before {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--homez-second-color);
    opacity: 0.1;
    filter: alpha(opacity = 10);
    z-index: 1;
    display: none;
}
.video-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* عرض ویدیو */
    height: 100%; /* ارتفاع ویدیو */
}

.play-button {
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}
.broker-grid {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.broker-thumbnail-wrapper {
        padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #E7EBFF;
    background: #FFF;
    padding-bottom: 4px;
}
.broker-grid .top-info {
          padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #E7EBFF;
    background: #FFF;
    padding-bottom: 4px;
}
/* کانتینر اصلی */
.block-progress-container {
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
}

/* لیبل امتیاز */
.progress-label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
}
/* نوار پیشرفت (بلوک‌ها) */
.block-progress-bar {
    display: flex;
    gap: 3px;
    justify-content: center;
}

/* بلوک‌های پیشرفت */
.block {
    width: calc(100% / 5 - 0px);
    height: 20px;
    border-radius: 5px;
    background: #e0e0e0;
    transition: background 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* بلوک‌های فعال */
.block.active {
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}
.progress-label .text {
    float:left;
}
.progress-label .image img {
    width: 24px;
    height: 24px;
    margin-left: 5px;
    display: inline-block;
}
.botonbot {
    padding: 6px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
   
}
.botonbot a {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    width: 100%;
    font-weight: 900;
    background: var(--gradient-broker, linear-gradient(259deg, #661ECB 15.35%, #592AC7 24.64%, #4340BF 38.89%, #374CBB 60.57%, #4861E8 84.11%, #4E69F8 103.31%));
    color: #fff !important;
    text-align: center;
    display: block;
    border-radius: 15px;
    padding: 9px;
}
.botonbot a:hover {
    color: #fff !important;
    background: #fff;
    background: var(--gradient-broker, linear-gradient(183deg, #4E69F8 15.35%, #4861E8 24.64%, #374CBB 38.89%, #4340BF 60.57%, #592AC7 84.11%, #661ECB 103.31%));
    text-decoration: none;
}
.action-item [class*="btn"]:last-child {
    margin-left: 0 !important;
    position: absolute;
    bottom: 11px;
    padding: 19px;
    border-radius: 11px;
    height: 50.5px;
    width: 50px;
    left: 13px;
    border: 0.5px solid #3f56d1;
}
.btn-add-broker-favorite {
    margin-left: 0 !important;
    position: absolute !important;
    bottom: 11px;
    padding: 19px;
    border-radius: 11px !important;;
    height: 50.5px !important;;
    width: 50px !important;;
    right: 13px;
    border: 0.5px solid #3f56d1;
}
.btn-added-broker-favorite {
    margin-left: 0 !important;
    position: absolute !important;
    bottom: 11px;
    padding: 19px;
    border-radius: 11px !important;;
    height: 50.5px !important;;
    width: 50px !important;;
    right: 13px;
    border: 0.5px solid #3f56d1;
}
.comparison-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.comparison-card {
    width: 45%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.card-logo {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    flex-grow: 1;
}

.card-rating {
    font-size: 16px;
    color: #4caf50;
}

.card-description h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.card-description p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.card-details {
    margin-top: 20px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.detail-label {
    font-weight: bold;
}

.remove-from-compare {
    background: #ff4d4d;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}
body {
    font-family: IRANSans !important;
    font-weight: 300;
    direction: rtl;
    background-color: #fff;
    margin: 0;
}
.gradtext {
    background: var(--gradient-broker, linear-gradient(259deg, #661ECB 15.35%, #592AC7 24.64%, #4340BF 38.89%, #374CBB 60.57%, #4861E8 84.11%, #4E69F8 103.31%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 12px;
}
.grdbotton a{
border-radius: 16px;
background: var(--gradient-broker, linear-gradient(259deg, #661ECB 15.35%, #592AC7 24.64%, #4340BF 38.89%, #374CBB 60.57%, #4861E8 84.11%, #4E69F8 103.31%));
box-shadow: 0px 2px 6px 1px rgba(80, 50, 195, 0.20);
}
.web-stories-list.is-view-type-circles .web-stories-list__story {
    display: inline-block;
    margin: 0 5px;
    max-width: var(--ws-circle-size);
    min-width: var(--ws-circle-size);
    text-align: center;
    height: 254px !important;
}

.web-stories-list.is-view-type-circles .web-stories-list__story-poster a>img {
    /* border-radius: 50%; */
    height: 254px !important;
    border-radius: 10px !important;
    border: none !important;
        border-radius: 24px !important;
    border: 2px solid var(--gradient-broker, #661ECB) !important;
    background: #FFF;
}
.web-stories-list.is-view-type-circles .glider-track {
    margin: 0 auto;
    height: 254px !important;
}
.web-stories-list.is-view-type-circles .web-stories-list__story-poster, .web-stories-list.is-view-type-circles .web-stories-list__story-poster a {
    aspect-ratio: 1;
    height: 254px;
}
.web-stories-list.is-carousel .web-stories-list__inner-wrapper {
    margin: 0 auto;
    max-width: 100% !important;
    position: relative;
}
.glider-track {
    display: inline-flex !important;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1;
}
.glider-prev {
    right: -41px !important;
}
.glider-next {
    left: -41px !important;
}
.web-stories-list.is-carousel .amp-carousel-button, .web-stories-list.is-carousel .glider-next, .web-stories-list.is-carousel .glider-prev {
    color: #000;
    background-color: #ffffff !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30%;
    border-radius: 50%;
    border-style: none;
    box-sizing: border-box;
    cursor: pointer;
    height: 34px !important;
    pointer-events: all;
    width: 34px!important;
    z-index: 10!important;
    border-radius: 8px!important;
    box-shadow: 0px 2px 6px 0px rgba(91, 40, 199, 0.20)!important;
    text-align: center!important;
}
.txcop {
      display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.botsh a{
    display: flex;
width: 301px;
height: 56px;
padding: 14px 139px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 16px;
background: var(--gradient-broker, linear-gradient(259deg, #661ECB 15.35%, #592AC7 24.64%, #4340BF 38.89%, #374CBB 60.57%, #4861E8 84.11%, #4E69F8 103.31%));
}
.complaint-like-btnط {
    display: flex;
width: 59px;
height: 56px;
padding: 14px 139px;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 16px;
background: var(--pry-blue-200, #DBE0FF);
}
.complaint-like-btn {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 16px !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 50px;
    height: 50px;
    margin: auto;
    margin-right: 9px;
    margin-top: 2px;
    text-align: center;
}
.like-count {
    position: absolute !important;
    top: -1px;
    background: #661ecb;
    /* padding: 10px; */
    border-radius: 4px;
    width: 15px;
    height: 15px;
    color: #fff;
    overflow: h;
    font-size: 10px;
    line-height: 17px;
    left: 0;
}
.broker-layout {
    display: flex;
    gap: 20px;
}

.broker-sidebar {
    width: 25%;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.broker-content {
    width: 75%;
}

.view-options {
    margin-bottom: 15px;
}

.grid-view .broker-item {
    display: inline-block;
    width: 30%;
    margin: 10px;
    vertical-align: top;
}

.list-view .broker-item {
    display: block;
    width: 100%;
    margin: 10px 0;
}
/* حالت لیست */
.list-view .list-grid-container .broker-item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

/* حالت گرید */
.grid-view .list-grid-container .broker-item {
    display: inline-block;
    width: 48%;
    margin: 1%;
    vertical-align: top;
}
.elementor-90 .elementor-element.elementor-element-3204e1d .jet-listing-grid__slider-icon {
    width: 33px;
    height: 33px;
    line-height: 33px;
    margin-top: calc(-33px / 2);
    font-size: 18px;
    color: #060C30;
    background: #FFFFFF;
    color: #000;
    background-color: #ffffff !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30%;
    border-radius: 50%;
    border-style: none;
    box-sizing: border-box;
    cursor: pointer;
    height: 34px !important;
    pointer-events: all;
    width: 34px !important;
    z-index: 10 !important;
    border-radius: 8px !important;
    box-shadow: 0px 2px 6px 0px rgba(91, 40, 199, 0.20) !important;
    text-align: center !important;
}

.elementor-widget-icon-box .elementor-icon-box-description {
    color: var(--e-global-color-text);
    font-family: 'IRANSans' !important;
    font-weight: var(--e-global-typography-text-font-weight);
}
.botliksx {
    border-radius: 16px;
background: var(--gradient-broker, linear-gradient(259deg, #661ECB 15.35%, #592AC7 24.64%, #4340BF 38.89%, #374CBB 60.57%, #4861E8 84.11%, #4E69F8 103.31%));
}
body.rtl .elementor-165 .elementor-element.elementor-element-a816896 {
    right: 47px !important;;
}

.elementor-165 .elementor-element.elementor-element-a816896 {
    top: -4px !important;
    z-index: 1111111111111111;
    background: #3F51B5;
    text-align: center;
    width: 19px;
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
}
.elementor-widget-theme-post-content {
    color: var(--e-global-color-text);
    font-family: 'IRANSans' !important;
    font-weight: var(--e-global-typography-text-font-weight);
}
.company-activity-class {
     color: var(--pry-blue-1200, #3350E7);
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;}
.complaint-count-class {
     color: var(--pry-blue-1200, #3350E7);
text-align: right;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.elementor-widget-text-editor {
    color: var(--e-global-color-text);
    font-family: 'IRANSans' !important;
    font-weight: var(--e-global-typography-text-font-weight);
}
.elementor-299 .elementor-element.elementor-element-7744bc4::before {
 content: "";
    position: absolute;
    top: 0; /* یا مقدار دلخواه */
    left: 50%; /* شروع از مرکز */
    transform: translateX(-50%); /* انتقال برای وسط‌چین کردن */
    width: 100%; /* عرض کامل تا حداکثر مقدار والد */
    max-width: 1242px; /* حداکثر عرض */
    height: 2px; /* ارتفاع خط */
    background: linear-gradient(to right, blue, purple); /* گرادینت از آبی به بنفش */
    border-radius: 2px; /* گرد کردن گوشه‌ها */

}
.elementor-299 .elementor-element.elementor-element-e994c63::before {
content: "";
    position: absolute;
    top: 0; /* یا مقدار دلخواه */
    left: 50%; /* شروع از مرکز */
    transform: translateX(-50%); /* انتقال برای وسط‌چین کردن */
    width: 100%; /* عرض کامل تا حداکثر مقدار والد */
    max-width: 1242px; /* حداکثر عرض */
    height: 2px; /* ارتفاع خط */
    background: linear-gradient(to right, blue, purple); /* گرادینت از آبی به بنفش */
    border-radius: 2px; /* گرد کردن گوشه‌ها */
}
.elementor-299 .elementor-element.elementor-element-1dedddc > .elementor-container::before {
    content: "";
    position: absolute;
    top: 0; /* یا مقدار دلخواه */
    left: 50%; /* شروع از مرکز */
    transform: translateX(-50%); /* انتقال برای وسط‌چین کردن */
    width: 100%; /* عرض کامل تا حداکثر مقدار والد */
    max-width: 1242px; /* حداکثر عرض */
    height: 2px; /* ارتفاع خط */
    background: linear-gradient(to right, blue, purple); /* گرادینت از آبی به بنفش */
    border-radius: 2px; /* گرد کردن گوشه‌ها */
}
.jet-subscribe-form .jet-subscribe-form__input {
    border: 1px solid #e0e0e8;
    background-color: #f7fafd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 13px 20px;
    /* margin: 5px 0; */
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(55, 76, 187, 0.20);
    height: 50px;
}
.jet-subscribe-form--inline-layout .jet-subscribe-form__submit {
    margin-right: auto !important;
    /* border-radius: 20px; */
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(55, 76, 187, 0.20);
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /* border-radius: 20px; */
    background: #FFF !important;
    /* box-shadow: 0px 2px 8px 0px rgba(55, 76, 187, 0.20); */
    color: #000;
    padding: 13px 20px;
 
    height: 50px;
}
.jet-subscribe-form__submit span {
    visibility: visible;
    font-family: 'IRANSans';
}
.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a {
    font-family: 'IRANSans';
    font-weight: var(--e-global-typography-text-font-weight);
}
.elementor-widget-heading .elementor-heading-title {
    color: var(--e-global-color-primary);
    font-family: 'IRANSans';
    font-weight: var(--e-global-typography-primary-font-weight);
}
.videnter img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    max-height: 349px;
    min-width: 589px;
    border-radius: 15px;
}
.serbox:hover{


}
.topolist ul.elementor-icon-list-items {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 46px;
    margin-top: 0;
}
.insbrokera{
    display:none;
}
.ratbox {
    color:#000;
}
.listbroktop .elementor-icon-list-item {
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* رنگ متن */
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1) ; /* پس‌زمینه نیمه‌شفاف */
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  backdrop-filter: blur(10px); /* افکت بلور */
  -webkit-backdrop-filter: blur(10px); /* پشتیبانی از مرورگرهای قدیمی */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; /* انیمیشن برای تغییرات */
}

.listbroktop .elementor-icon-list-item:hover {
  background: rgba(255, 255, 255, 0.2); /* تغییر پس‌زمینه هنگام هاور */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* تغییر سایه هنگام هاور */
  color: #000; /* تغییر رنگ متن هنگام هاور (اختیاری) */
}
.listbroktop .elementor-icon-list-text {
    transition: color 0.3s;
    color: #fff !important;
    margin-right: 38px;
}
.listbroktop .ratbox {
      align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* رنگ متن */
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1) ; /* پس‌زمینه نیمه‌شفاف */
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  backdrop-filter: blur(10px); /* افکت بلور */
  -webkit-backdrop-filter: blur(10px); /* پشتیبانی از مرورگرهای قدیمی */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
    
}
.listbroktop .elementor-icon-list-icon {
    transition: fill 0.3s;
    position: absolute !important;
    right: 0px;
    background: #ffffff8c;
    padding: 10px;
    height: 46px;
    top: 0px;
    width: 50px;
    border-radius: 10px;
    font-size: 10px !important;
}
.listbroktop .elementor-icon-list-icon svg {
    fill: #ffffff;
    transition: fill 0.3s;
}

.listbroktop .elementor-icon-list-icon svg {
    margin: auto;
}
.listbroktop .elementor-icon-list-icon svg {
    fill: #ffffff;
    transition: fill 0.3s;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}
.score {
    font-size: 0.6em;
    font-weight: bold;
    text-anchor: middle;
    fill: #fff !important;
}
.imgdiv {
    position: relative; /* برای تنظیم موقعیت روکش */
    display: inline-block;
    cursor: pointer;
}

.imgdiv img {
    max-width: 100%;
    display: block;
    border-radius: 15px;
}


#ratboton {
    position: absolute;
    right: -9px;
    width: 145px;
    bottom: -60px;
    border-radius: 9px;
    background: #ffff;
    color: #000;
       position: absolute; /* برای قرارگیری دقیق در انتهای باکس */
    bottom: 0; /* چسبیدن به کف باکس */
    left: 0; /* چسبیدن به سمت چپ باکس */
    width: 100%; /* عرض دکمه برابر با عرض باکس */
    background-color: #28a745; /* رنگ سبز (اختیاری) */
    color: white; /* متن سفید */
    text-align: center; /* متن در مرکز دکمه */
    padding: 10px 0; /* فاصله داخلی عمودی */
    border: none; /* حذف حاشیه */
    cursor: pointer; /* نشانگر موس به حالت کلیک */
    font-size: 16px; /* اندازه متن */
    z-index: 1; /* بالای محتویات دیگر باکس */
}
.imgdiv:hover::after {
    background: rgba(0, 0, 0, 0.3); /* هنگام هاور شفافیت روکش کاهش می‌یابد */
}
.do-dont-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
}

.do-section, .dont-section {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
}

.do-header, .dont-header {
    position: absolute;
    top: 0;
    right: -50px;
    writing-mode: vertical-rl;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    color: #fff;
}

.do-header {
    background: #4CAF50;
}

.dont-header {
    background: #F44336;
}
.elementor-widget-jet-audio .elementor-widget-container {
    width: 100%;
    padding: 5px;
    background: #00b4ff;
    background: transparent;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.jet-audio .mejs-controls .mejs-playpause-button>button {
    padding: 14px;
    color: #303865;
    background-color: #fff;
    border-radius: 15px;
}
.rating-subtitle {
    font-size: 11px;
    color: #e0e0e0;
    margin-top: 0;
    text-align: center;
    font-family: 'IRANSans';
}
.elementor-widget-table-of-contents .elementor-toc__list-item {
    font-family: 'IRANSans';
    font-weight: var(--e-global-typography-text-font-weight);
}
.card {
border: 1px solid #E6E9EB !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    margin:5px;
    background: #fff;

}
.license-item {
    display: inline-flex;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 20px;
    width: 90%;
    max-width: 350px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    opacity: 0.5;
    transition: transform 0.3s ease, opacity 0.3s ease;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    flex-direction: row-reverse;
    align-items: center;
}
.license-item {
    margin-bottom: -10px;
}

.license-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.license-input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.license-textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.license-icon-wrapper,
.license-image-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.licenses-count {
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 16px;
    color: #333;
    background: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
    padding-top: 10px;
    font-weight: 700;
}
.upload-icon-button,
.upload-image-button {
    padding: 8px 12px;
}

.license-actions {
    display: flex;
    gap: 10px;
}

.duplicate-license {
    background: #ffc107;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.remove-license {
    background: #f44336;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.licenses-carousel-wrapper {
        position: relative;
        max-height: 400px;
        overflow: hidden;
        padding: 20px;
        background-color: #1c2039 !important;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .licenses-count {
        margin-bottom: 10px;
        font-size: 16px;
        color: #333;
        text-align: center;
    }

    .licenses-carousel {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .license-item {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 15px;
        width: 90%;
        max-width: 350px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        opacity: 0.5;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .license-item.active {
        transform: scale(1.1);
        opacity: 1;
    }

    .license-item.nearby {
        opacity: 0.75;
        transform: scale(0.9);
    }

.license-icon img {
    width: 60px;
    height: auto;
    margin-right: 0;
    border-radius: 12px;
    background-color: #d3e3fc;
    padding: 10px;
    margin: auto;
    margin-bottom: -9px;
    align-items: center;
    /* padding: 10px 20px; */
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 0.5px solid #00000063;
    margin-left: 17px;
}
.license-action .arrow-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    cursor: pointer;
    display: flex
;
    float: left;
    /* align-items: baseline; */
    /* justify-content: center; */
    align-content: stretch;
    margin-top: -15px;
    margin-left: 9px;
}
.license-action {
    margin-right: auto;
    float: left !important;
    margin-left: -12px !important;
}
    .license-content h3 {
        margin: 0;
        font-size: 18px;
        color: #333;
    }

    .license-content p {
        margin: 5px 0 0;
        font-size: 14px;
        color: #666;
    }

    .license-action {
        margin-left: auto;
    }

    .license-action a {
        display: inline-block;
        color: #4285f4;
        font-size: 20px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .license-action a:hover {
        color: #3367d6;
    }

.carousel-controls {
    position: absolute;
    top: 50%;
    right: 6px !important;
    transform: translateY(-50%);
    display: flex;    flex-direction: column;
    gap: 3px !important;
}

.carousel-controls button {
    background-color: #6322ca;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 15px !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background: var(--gradient-broker, linear-gradient(183deg, #4E69F8 15.35%, #4861E8 24.64%, #374CBB 38.89%, #4340BF 60.57%, #592AC7 84.11%, #661ECB 103.31%));
}

    .carousel-controls button:hover {
        background-color: #3367d6;
    }
    
.speedtxt {
    align-items: center;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 2px !important;
    text-align: center;
}
.sectionx {
    background-image: url(https://raw.githubusercontent.com/mobalti/open-props-interfaces/refs/heads/main/ai-hero-chat-popover/assets/bg-gradient.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
border: 1px solid #E6E9EB !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    margin:5px;

}
.logbotx {
    border-radius: 16px;
background: var(--gradient-broker, linear-gradient(259deg, #661ECB 15.35%, #592AC7 24.64%, #4340BF 38.89%, #374CBB 60.57%, #4861E8 84.11%, #4E69F8 103.31%));
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
padding: 12px 16px 12px 12px;
align-items: center;
gap: 12px;
}
.software-image-item {
    width: 25%;
    float: right;
    margin: 1px;
}
.slidebox {
  overflow: hidden; /* مخفی کردن محتوای اضافی */
  display: block; /* اطمینان از نمایش صحیح */
}
@media (max-width: 768px) { /* سایز دستگاه تبلت */
  .discclass {
    overflow: hidden; /* برای جلوگیری از نمایش محتوای اضافی */
  }
}
.digits-login-modal {
    cursor: pointer;
    color: #fff !important;
    font-weight: 600;
}
.dm-icon {
    float:left;
}
.elementor-widget-jet-reviews-advanced .jet-reviews-advanced__header .jet-reviews-advanced__header-title {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    display: none;
}
.jet-reviews-message p {
    margin-bottom:0px !important;
}
.elementor-widget-jet-reviews-advanced .jet-reviews-button.jet-reviews-button--primary .jet-reviews-button__text {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: var(--e-global-color-secondary);
    color: #fff !important;
    background: #fff;
    background: var(--gradient-broker, linear-gradient(183deg, #4E69F8 15.35%, #4861E8 24.64%, #374CBB 38.89%, #4340BF 60.57%, #592AC7 84.11%, #661ECB 103.31%));
    text-decoration: none;
    padding: 10px;
    border-radius: 15px;
    font-family: 'IRANSans';
    width: 152px;
    text-align: center;
}
.rtl .jet-reviews-advanced__header-info .jet-reviews-button {
    margin-left: 0;
    margin-right: 0px;
}
.jet-reviews-advanced .jet-reviews-input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 12px;
    border: 1px solid #ebeced;
    background-color: #fff;
    border-radius: 15px;
}
.jet-reviews-advanced .jet-reviews-content-editable:after {
    pointer-events: none;
    display: none;
    position: absolute;
    top: 1px;
    right: 4px;
    font-size: 10px;
    color: #d35c34;
    display:none;
    
}
.elementor-widget-jet-reviews-advanced .jet-reviews-button.jet-reviews-button--secondary .jet-reviews-button__text {
    font-family: 'IRANSans';
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: var(--e-global-color-text);
}
.location-item.selected {
    background-color: #4939c1 !important;
    color: #fff;
    border-color: #fff !important;
}
.jet-filter-label {
    stroke-width: 1px;
    stroke: var(--gradient-broker, #661ECB);
    border-bottom: 1px solid #661ECB;
    margin-bottom: 9px;
    padding-bottom: 5px;
    font-weight: 900;
}
.jet-search-filter__input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.jet-search-filter__icon {
    position: absolute;
    left: 10px; /* تنظیم موقعیت آیکون */
    font-size: 16px;
    color: #666;
    pointer-events: none;
}

.jet-search-filter__input {
    padding-left: 35px; /* فاصله ورودی از آیکون */
    width: 100%;
}
.jet-search-filter__input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.jet-search-filter__icon {
    position: absolute;
    left: 10px; /* تنظیم موقعیت آیکون */
    font-size: 16px;
    color: #666;
    pointer-events: none;
}

.jet-search-filter__input {
    padding-left: 35px; /* فاصله ورودی از آیکون */
    width: 100%;
}
.jet-select__control {
    display: flex;
padding-right: 12px;
align-items: center;
gap: 102px;
align-self: stretch;
border-radius: 8px;
background: #FFF;
box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.08);
    max-width: 100% !important;
border: 0.5px solid var(--Black-1000, #673ab74d) !important;}
.jet-smart-filters-select.jet-filter .jet-select {
        max-width: 100% !important;

}

.rtl .elementor-24 .elementor-element.elementor-element-f9a6af5 .jet-checkboxes-list__decorator {
    margin-left: 0px;
    float: left;
    margin-top: 0px;
}
.jet-filter-items-dropdown__label {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flow-root !important;
    width: 100%;
    border-color: #ccc;
    border-width: 1px;
    max-width: 100%;
    display: flex;
    padding: 8px !important;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 9px !important;
border: 0.5px solid var(--Black-1000, #673ab74d) !important;
}
.jet-filter-items-dropdown__label:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto  !important;;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: currentColor transparent transparent transparent;
    left: 8px !important;
}
.elementor-widget-jet-smart-filters-remove-filters .jet-remove-all-filters__button {
    font-family: 'IRANSans' !important;
}

.elementor-widget.hide-widget {
    display: block !important;
}


/*ads*/
    .custom-carousel-container {
                position: relative;
                width: 100%;
                overflow: hidden;
                padding: 20px 0;
            }
            .custom-carousel {
                display: flex;
                gap: 15px;
                transition: transform 0.5s ease;
            }
            .carousel-item {
                min-width: 180px;
                text-align: center;
                background: #fff;
                padding: 10px;
                border-radius: 10px;
                box-shadow: 0 4px 6px rgba(0,0,0,0.1);
                position: relative;
            }
            .carousel-item img {
                width: 100%;
                border-radius: 10px;
            }
            .prev-btn, .next-btn {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background: #ddd;
                border: none;
                padding: 10px;
                cursor: pointer;
                border-radius: 50%;
            }
            .prev-btn { left: 10px; }
            .next-btn { right: 10px; }

            /* آیکون علامت سوال */
 .tooltip-icon {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #673AB7;
    border-radius: 10px;
    right: auto;
}

            /* تولتیپ */
            .tooltip-text {
                visibility: hidden;
                width: 140px;
                background-color: rgba(0, 0, 0, 0.8);
                color: #fff;
                text-align: center;
                padding: 6px;
                border-radius: 5px;
                position: absolute;
                top: 30px;
                right: 0;
                z-index: 100;
                opacity: 0;
                transition: opacity 0.3s;
                font-size: 12px;
            }

            .tooltip-icon:hover .tooltip-text {
                visibility: visible;
                opacity: 1;
            }
.carousel-item {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.custom-carousel a h3 {
    margin: auto;
    font-size: 18px;
    font-size: .875rem;
    line-height: 1.25rem;
}

.carousel-item img {
    width: 100%;
    height: 95px;
    object-fit: cover;
    border-radius: 10px;
}
.tooltip-icon {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #673AB7;
    border-radius: 10px;
    right: auto;
}
.tooltip-icon img {
    width: 20px;  /* کوچک کردن فقط خود آیکون */
    height: 20px;
    display: block;
}
.tooltip-text {
    visibility: hidden;
    width: 140px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 5px;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.tooltip-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff !important;
    border: 1px solid var(--rbb-general-button-bg-color);
    border-radius: 100%;
    box-shadow: 3px 4px 8px 0 #0000001a;
    height: 53px;
    margin-top: -5px;
    transition: all .5sease;
    width: 53px;
    z-index: 9;
}
.elementor-24 .elementor-element.elementor-element-4c0288d .jet-active-filter {
    margin-right: 3px;
    margin-bottom: 5px;
    min-width: 10px;
    font-size: 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    padding: 2px 12px;
    text-transform: capitalize;
    -webkit-transition: all .3sease -in-out;
    transition: all .3sease -in-out;
    white-space: nowrap;
    background: #fff;
    border-radius: 5px !important;
}
.jet-smart-filters-active .jet-active-filter__remove {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-text-stroke: 1px #fff;
    align-items: center;
    background: #673AB7;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    font-size: 9px !important;
    height: 13px;
    justify-content: center;
    left: -5px;
    position: absolute;
    top: -5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 13px;
    left: auto;
    border-radius: 5px;
}
.jet-remove-all-filters__button {
        margin-right: 3px;
    margin-bottom: 5px;
    min-width: 10px;
    font-size: 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    padding: 2px 12px;
    text-transform: capitalize;
    -webkit-transition: all .3sease -in-out;
    transition: all .3sease -in-out;
    white-space: nowrap;
    background: #fff;
    border-radius: 5px !important;
}
.je-layout-switcher__btn-icon {
    background: #ffffff;
    line-height: 0;
    padding: 7px;
    border-radius: 11px;
}
.elementor-24 .elementor-element.elementor-element-db24df9 .je-layout-switcher__btn {
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: initial;
    margin: auto;
}
.je-layout-switcher__btn--active .je-layout-switcher__btn-icon {
    background: #ffffff;
    line-height: 0;
    padding: 7px;
    border-radius: 11px;
    color: #fff;
    border: 2px solid #673AB7;
}
.je-layout-switcher__btn:hover {
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: initial;
    background: #ffffff;
    line-height: 0;
    padding: 7px;
    border-radius: 11px;
    color: #fff;
    border: 2px solid #673AB7;
    background-color: #ffff !important;
    border-radius: 15px !important;
}
.je-layout-switcher__btn:focus {
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: initial;
    background: #ffffff;
    line-height: 0;
    padding: 7px;
    border-radius: 11px;
    color: #fff;
    border: 2px solid #673AB7;
    background-color: #ffff !important;
    border-radius: 15px !important;
}
   .accounts-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.account-box {
    width: 320px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.account-box table {
    width: 100%;
    border-collapse: collapse;
}

.account-box th {
    background: #0073aa;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.account-box td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    text-align: right;
}

.account-box tr:last-child td {
    border-bottom: none;
}

.icon-check {
    color: green;
    font-size: 18px;
}

.icon-cross {
    color: red;
    font-size: 18px;
}
 #broker_accounts {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#broker_accounts .postbox-header {
    background: #f7f7f7;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
    font-size: 16px;
    font-weight: bold;
}

.broker-account {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
}

.broker-account label {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.broker-account input[type="text"] {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.broker-account label input[type="checkbox"] {
    margin-right: 5px;
}

button.remove-account {
    background: #ff4d4d;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

button.remove-account:hover {
    background: #cc0000;
}

#add-broker-account {
    display: block;
    width: 100%;
    background: #28a745;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
}

#add-broker-account:hover {
    background: #218838;
}
/* استایل کلی برای تب‌ها */
.broker-tabs {
    width: 100%;
    margin: auto;
}

/* استایل لیست تب‌ها */
.tab-titles {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
}

.tab-title {
    padding: 12px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    background: #f7f7f7;
    border-radius: 6px 6px 0 0;
    margin: 0 5px;
    transition: 0.3s;
}

.tab-title.active {
    background: #007BFF;
    color: white;
    border-bottom: 3px solid #007BFF;
}

/* استایل محتوای هر تب */
.tab-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* استایل کارت‌های داخل هر تب */
.tab-content {
    background: white;
    width: 100%;
    padding: 20px;
    display: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* نمایش تب فعال */
.tab-content.active {
    display: block;
}

/* استایل گرید برای نمایش ۴ آیتم در هر ردیف */
.broker-account-details {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.detail {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 6px;
    text-align: right;
    font-size: 14px;
    border: 1px solid #ddd;
}

.detail strong {
    color: #333;
}

/* واکنش‌گرایی برای موبایل */
@media (max-width: 768px) {
    .broker-account-details {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* استایل برای گرید، نمایش چهار تایی در هر ردیف */
.broker-account-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    width: 100%;
}

/* استایل برای کارت‌های اطلاعات */
.detail {
    background: #f9f9f9;
    padding: 12px 16px;
    border-radius: 8px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
}

/* واکنش‌گرایی برای سایزهای کوچکتر */
@media (max-width: 768px) {
    .broker-account-details {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .broker-account-details {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 480px) {
    .broker-account-details {
        grid-template-columns: repeat(1, 1fr);
    }
    .dm-modal-shortcode .digits-login-modal{
        display:block;
    }
    .dm-modal-shortcode span{
        display:none;
    }
    .dm-icon {
    float: none;
}
.logbotx {
    border-radius: 16px;
    background: var(--gradient-broker, linear-gradient(259deg, #661ECB 15.35%, #592AC7 24.64%, #4340BF 38.89%, #374CBB 60.57%, #4861E8 84.11%, #4E69F8 103.31%));
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    padding: 12px 16px 12px 12px;
    align-items: center;
    gap: 12px;
    text-align: center;
    width: 50px !important;
    height: 50px;
    padding-left: 14px;
}
.jet-mobile-menu__instance {
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    display: block;
    padding-top: 7px;
    font-size: 26px;
}
.jet-mobile-menu__toggle-icon svg {
    width: 23px;
    height: auto;
}
.glider-prev {
    right: 0px !important;
}
    .glider-next {
    left: 1px !important;
}
.jet-offcanvas {
    padding: 10px !important;
    position: fixed;
    left: -100vw;
    top: 0;
    max-width: 90vw !important;
    width: 90vw !important;
    bottom: 0;
    display: block;
    z-index: 99999;
    background: #fff;
    overflow: auto;
    transition: left 200mslinear;
}
.elementor-24 .elementor-element.elementor-element-4755172:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-24 .elementor-element.elementor-element-4755172 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #FFFFFF;
    padding: 10px;
}
body {
    overflow-x: hidden;
}
.jet-offcanvas-expand {
    margin: 0px 20px 0px 0px;
    position: absolute;
    top: -36px;
}
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}
.custom-carousel-container {
    position: relative;
    overflow: hidden; /* جلوگیری از خروج آیتم‌ها */
    width: 100%;
}

.custom-carousel {
    display: flex;
    flex-wrap: nowrap; /* جلوگیری از رفتن آیتم‌ها به خط بعد */
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    flex: 0 0 auto;
    width: 25%; /* هر آیتم 25٪ از عرض اسلایدر */
    max-width: 300px; /* جلوگیری از بیش از حد بزرگ شدن */
    text-align: center;
}

}
   .exchange-features {
            background: #fff;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }
        .exchange-features h3 {
            font-size: 18px;
            margin-bottom: 10px;
            color: #333;
        }
        .exchange-features ul {
            list-style: none;
            padding: 0;
        }
        .exchange-features li {
            background: #f9f9f9;
            padding: 8px;
            margin-bottom: 5px;
            border-radius: 4px;
            border-left: 4px solid #28a745;
            font-size: 14px;
        }
        
        
        .elementor-1263 .elementor-element.elementor-element-2e82ce5 .elementor-icon-list-text {
    transition: color 0.3s;
    margin: 8px 0;
    display: flex
;
    align-items: center;
    text-align: right;
    margin-top: 15px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    background: #f9f9f9;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    font-weight: 900;
}
.je-layout-switcher__btn {
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: initial;
    margin: auto;
}
.elementor-widget-jet-blog-smart-tiles .jet-smart-tiles__box-title {
    font-family: 'IRANSans' !important;
}
.elementor-widget-jet-blog-smart-tiles .jet-smart-tiles__box-excerpt {
    font-family: 'IRANSans'!important;
}

 #map-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        #location-tabs {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

        .location-tab {
            padding: 8px 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            background-color: #f1f1f1;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .location-tab.active {
            background-color: #007bff;
            color: #fff;
            border-color: #0056b3;
        }

        #map-and-gallery {
            display: flex;
            gap: 15px;
            align-items: flex-start;
        }

        #company-map {
            flex: 1;
            height: 400px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

        #gallery-section {
            flex: 0 0 150px;
            max-height: 400px;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 10px;
        }

        #gallery-section img {
            max-width: 100%;
            height: auto;
            border-radius: 5px;
            cursor: pointer;
        }

        #gallery-section::-webkit-scrollbar {
            width: 8px;
        }

        #gallery-section::-webkit-scrollbar-thumb {
            background-color: #888;
            border-radius: 5px;
        }

        #gallery-section::-webkit-scrollbar-track {
            background-color: #f1f1f1;
        }
@media (max-width: 1024px) { /* فقط برای موبایل و تبلت */


#location-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}
#map-and-gallery {
        flex-direction: column; /* تغییر جهت به عمودی */
    }
    
    #gallery-section, #company-map {
        width: 100%; /* هر دو بخش ۱۰۰٪ عرض را بگیرند */
    }

    #map {
        height: 300px; /* ارتفاع مناسب برای موبایل */
    }

    #gallery-section img {
        max-width: 100%; /* تصاویر گالری بیش از حد بزرگ نشوند */
        height: auto;
        display: block;
        margin-bottom: 10px;
    }
   #gallery-section {
        flex-direction: row; /* تغییر جهت به افقی */
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto; /* فعال کردن اسکرول افقی */
        overflow-y: hidden; /* جلوگیری از اسکرول عمودی */
        white-space: nowrap; /* اطمینان از نمایش در یک خط */
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }

    #gallery-section a {
        flex: 0 0 auto; /* جلوگیری از کشیده شدن به اندازه کل صفحه */
        scroll-snap-align: center;
        display: inline-block; /* نمایش تصاویر در یک خط */
    }

       #gallery-section img {
        max-width: 33vw;
        height: auto;
        border-radius: 8px;
        display: block;
    }
    .jet-mobile-menu__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 51px;
    z-index: 99999;
}

.jet-subscribe-form--inline-layout .jet-subscribe-form__input-group .jet-subscribe-form__submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 42%;
    font-size: 12px;
}
.jet-subscribe-form--inline-layout .jet-subscribe-form__input-group .jet-subscribe-form__fields {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    /* flex: 1 1 auto; */
    width: 58%;
}
    .elementor-1263 .elementor-element.elementor-element-2f21c6ef > .elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 15px 15px 15px 15px;
    }
    .rating-button {
    background: #ffffff;
    color: #6a11cb !important;
    border: none;
    border-radius: 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    font-weight: 900;
    position: absolute;
}
.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: #fff !important;
    border: 1px solid var(--rbb-general-button-bg-color);
    border-radius: 100%;
    box-shadow: 3px 4px 8px 0 #0000001a;
    height: 32px;
    margin-top: -5px;
    transition: all .5sease;
    width: 32px;
    z-index: 9;
    line-height: 10px;
}
.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0;
    top: 24% !important;
        position: fixed !important;}
}
.logbotx {
    border-radius: 16px;
    background: var(--gradient-broker, linear-gradient(259deg, #661ECB 15.35%, #592AC7 24.64%, #4340BF 38.89%, #374CBB 60.57%, #4861E8 84.11%, #4E69F8 103.31%));
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    padding: 12px 16px 12px 12px;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
.imgdiv img {
    max-width: 100%;
    display: block;
    border-radius: 15px;
    cursor: auto !important;
}
.video-button-container {
    cursor: pointer;
}
.noliknk {
    background: #000;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    width: 100%;
    font-weight: 900;
    background: var(--gradient-broker, linear-gradient(259deg, #9e9d9f 15.35%, #592AC7 24.64%, #4340BF 38.89%, #374CBB 60.57%, #4861E8 84.11%, #4E69F8 103.31%));
    color: #fff !important;
    text-align: center;
    display: block;
    border-radius: 15px;
    padding: 9px;
    background: linear-gradient(to right, #b3b3b3, #808080);
    color: #ddd;
    pointer-events: none;
    cursor: none !important;
    background: linear-gradient(to right, #b3b3b3, #808080) !important;
    color: #ddd !important;
    cursor: default !important;
    pointer-events: none !important;
    text-decoration: none !important;
    user-select: none !important;
    margin: auto !important;
}
