/* 
 Theme Name:   Hello Child
 Theme URI:    
 Description:  Websurfing.ir
 Author:       ramnmdr
 Author URI:   https://websurfing.ir
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/* home page button */
.viewproject {

    background-color: transparent !important; 
    border: 1px solid #076E00 !important;
    border-radius: 5px !important;
    position: relative !important; /* موقعیت نسبی برای تنظیم z-index */
    overflow: hidden !important;    
    fill: #076E00 !important;
    color: #076E00 !important;
    padding: 12px 45px 12px 45px !important;
    z-index: 1; /* اطمینان از اینکه متن بالای ::before قرار دارد */

}

.viewproject::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #0c7031;
    transition: left 0.5s ease-in-out;
    z-index: -1; /* قرار دادن باکس سفید زیر متن */
}

.viewproject:hover::before {
    left: 0;
}

.viewproject:hover {
    color: #efefef !important; /* تغییر رنگ متن به مشکی هنگام hover */
	
	
}
@media (min-width: 1200px) {
  .ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
.elementor-icon-list-item.elementor-repeater-item-6b251fb.elementor-inline-item {
  direction: ltr !important;
}
* {
	text-decoration: none !important;
}
