/* 
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 */



body{
	background-color:rgba(245, 245, 245, 1);
}
.footer:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -20px;
    width: 100%;
    height: 25px;
    background-color: #FCCC00;
    z-index: 0;
    clip-path: polygon(-0.035% 0%, 99.965% 100%, 100.035% 100%, 51.25% 100%, -0.035% 100%, -0.035% 0%);
}
.footer:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -1px;
    top: -20px;
    width: 100%;
    height: 25px;
		background-image: url(https://ramanagency.ir/projects/sina/wp-content/uploads/2025/08/Footer-2.webp);
    z-index: 1;
    clip-path: polygon( 99.965% 0%,-0.035% 100%,50.278% 100%,99.965% 100%,99.965% 0% );
}

.sina-title .elementor-image-box-title span:after , #reply-title:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #fccc00;
    position: absolute;
    bottom: 4px;
    right: 0;
    border-radius: 5px;
    z-index: -1;
}
.sina-title .elementor-image-box-title span , #reply-title  {
    position: relative;
    z-index: 1;
	width: fit-content;
}

span.toman {
    color: #767676;
    font-size: 15px;
    font-weight: 400;
    margin-right: 5px;
}
span.toman p{
    margin-bottom: 0;
}

.ntb_table_wrapper {
    max-width: 100% !important;
    font-family: 'IranSansX' !important;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color:unset;
}
span.qlwapp__text:not(.qlwapp__icon) {
    font-family: 'IranSansX';
}