
/*----------------------------------------------------------------------- 
table of content
-------------------------------------------------------------------------* /

"Melissa - is a Ultimate Multipurpose  Premium  HTML5 Responsive Templeate by HTMLmate Team. You can use this 
for anykind of multi-purpose Bussiness"

File:           CSS Base
Version:        1.1
Last change:     
Author:         HTMLmate


/* ----------------------------
* 1 = Fonts 
* 2 = Global 
* 3 = Header
* 4 = Ways of help
* 5 = Countdown
* 6 = Recent Causes
* 7 = Our Impact
* 8 = Can We Do
* 9 = Video bg section
* 10 = Latest news
* 11 = Partner 
* 12 = Footer
* 13 = page head section

/*----------------------------------------------------------------------- 
End of Table of Content
-------------------------------------------------------------------------* /


/*----------------------------------------------------------------------- 
fonts [*1]
-------------------------------------------------------------------------*/
@font-face {
	font-family: 'Vazir';
	src: url('../fonts/Vazir.eot');
	src: local('../fonts/Vazir'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype'), url('../fonts/Vazir.svg') format('svg');
}
/*----------------------------------------------------------------------- 
Global
-------------------------------------------------------------------------*/
* { box-sizing: border-box;font-family: 'Vazir'; }
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0px;
	background-color: #fff;
	color: #757575;
	direction: rtl;
	font-family: 'Vazir';
	-webkit-font-smoothing: antialiased;
	
}

.ul-li ul {
	margin:0;
	padding: 0;
}
.ul-li  li {
	display: inline-block;
	list-style: none;
}
.ul-li-block li {
	display: block;
}
section {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	transition: .3s all ease-in-out;
	color: inherit;

}
.form-control:focus,button:visited,button.active,button:hover,button:focus,input:visited,input.active,input:hover,
input:focus,textarea:hover,textarea:focus,a:hover,a:focus,a:visited,a.active,select,select:hover, select:focus, select:visited {
	outline: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}
.form-control {
	box-shadow: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
}

.section-content {
	padding: 100px 0px;
}
.orange-gred {
	background: -moz-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ee0979), color-stop(100%, #ff6a00));
	background: -webkit-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -o-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -ms-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.deep-black {
	color: #040404;
}
.pink {
	color: #f11965;
}

@-webkit-keyframes video-icon {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes video-icon {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}


@-moz-keyframes zooming { 0% { -moz-transform: scale(1, 1); transform: scale(1, 1); }
50% { -moz-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
100% { -moz-transform: scale(1, 1); transform: scale(1, 1); } }
@-webkit-keyframes zooming { 0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
50% { -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); } }
@keyframes zooming { 0% { -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); }
50% { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
100% { -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); } }

/*--------------------------------------------- 
Margin settings
-----------------------------------------------*/
.mt25{margin-top: 25px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.mt10{margin-top: 10px;}
.mt65{margin-top: 65px;}
.mr30{margin-right: 30px;}
.ml30{margin-left: 30px;}

/*----------------------------------------------- 
Padding settings
------------------------------------------------*/
.pb10{padding-bottom: 10px;}
.pb30{padding-bottom: 30px;}
.pb20{padding-bottom: 20px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.pb60{padding-bottom: 60px;}
.pt35{padding-top: 35px;}
.pt25{padding-top: 25px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.no-padding{padding: 0;}

.table-disply {
	display: table;
	width: 100%;
}
/*----------------------------------------------------------------------- 
Start of features section
-------------------------------------------------------------------------*/
.features-icon i {
	font-size: 52px;
	transition: .3s all ease-in-out;
	position: relative;
	z-index: 1;

}
.features-text-title h3 {
	font-size: 26px;
}
.features-icon {
	height: 120px;
	width: 120px;
	margin: 0 auto;
	line-height: 160px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 5px 30px -9px rgba(238, 9, 121,0.75);
	-moz-box-shadow: 0px 5px 30px -9px rgba(238, 9, 121,0.75);
	box-shadow: 0px 5px 30px -9px rgba(238, 9, 121,0.75);
}
.features-icon:after,
.extra-features-section .extra-left .features-icon:after,
.extra-features-section .extra-right .features-icon:after {
	position: absolute;
	content: '';
	border-radius: 100%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	transition: .3s all ease-in-out;
	transform: scale(.5);
}
.features-icon:after,
.extra-features-section .extra-left .features-icon:after,
.extra-features-section .extra-right .features-icon:after  {
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0979 0%, #ff6a00 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0979 0%, #ff6a00 100%) repeat scroll 0 0;

}
.features-text-dec {
	max-width: 350px;
	margin: 0 auto;
	overflow: hidden;
}
.features-text-icon:hover .features-icon:after,
.extra-icon-text:hover .features-icon:after {
	opacity: 1;
	transform: scale(1);
}
.features-text-icon:hover i,
.extra-icon-text:hover i  {
	background: -moz-linear-gradient(left, #fff 0%, #fff 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #fff), color-stop(100%, #fff));
	background: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
	background: -o-linear-gradient(left, #fff 0%, #fff 100%);
	background: -ms-linear-gradient(left, #fff 0%, #fff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.extra-icon-text {
	position: relative;
}
/*----------------------------------------------------------------------- 
End of features section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of about section
-------------------------------------------------------------------------*/
.about-section {
	background-color: #f7f7f9;
	overflow: visible;
}
.about-section .section-content {
	padding-bottom: 35px;
}
.about-left-img {
	max-width: 370px;
	margin: 0px auto;
	margin-bottom: -100px;
}
/* Zooming */
.zooming {
	-moz-animation: zooming 18s infinite both;
	-webkit-animation: zooming 18s infinite both;
	animation: zooming 18s infinite both;
}


.about-section-text {
	padding-top: 105px;
}
.download-store li {
	margin-right: 20px;
}
/*----------------------------------------------------------------------- 
End of about section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of extra features
-------------------------------------------------------------------------*/
.extra-features-section .section-content {
	padding-top: 160px;
}
.extra-features-section .extra-left .features-icon,
.extra-features-section .extra-right .features-icon {
	width: 80px;
	height: 80px;
	line-height: 100px;
	float: right;
	box-shadow: none;
	background-color: #f7f7f9;
	margin-left: 20px;
}
.extra-features-section .features-icon i {
	font-size: 36px;
}
.extra-left-content {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
}
.extra-features-section .extra-right .features-icon {
	float: left;
	margin-right: 20px;
	margin-left: 0;
}
/*----------------------------------------------------------------------- 
End of extra features
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of how to install
-------------------------------------------------------------------------*/
.how-to-install,
.download-section {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0979 0%, #ff6a00 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0979 0%, #ff6a00 100%) repeat scroll 0 0;
}
.how-to-install .section-content {
	padding-bottom: 150px;
}
.title-install h2 {
	font-size: 52px;
	color: #fff;
}
.install-play {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	background-color: #fff;
	line-height: 120px;
	border-radius: 100%;
}
.install-play .popup-with-zoom-anim {
	display: block;
	width: 100%;
	position: relative;
}
.popup-with-zoom-anim:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 42%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: -moz-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ee0979), color-stop(100%, #ff6a00));
	background: -webkit-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -o-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -ms-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	border-radius: 50%;
	-webkit-animation: video-icon 1500ms ease-out infinite;
	animation: video-icon 1500ms ease-out infinite;
}
.install-play span {
	font-size: 36px;
}
/*----------------------------------------------------------------------- 
End of how to install
-------------------------------------------------------------------------*/




/*----------------------------------------------------------------------- 
Start of showcase section
-------------------------------------------------------------------------*/
.showcase-slider .owl-dot {
	height: 15px;
	width: 15px;
	background: -moz-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ee0979), color-stop(100%, #ff6a00));
	background: -webkit-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -o-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -ms-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	border-radius: 100%;
	display: inline-block;
	margin-right: 10px;
	transition: .3s all ease-in-out;
}
.showcase-slider .owl-controls .owl-dots {
	text-align: center;
	padding-top: 45px;
}
.showcase-slider  .owl-dot.active {
	width: 30px;
	border-radius: 20px;
}
.showcase-slider .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.showcase-slider .owl-prev,
.showcase-slider .owl-next {
	height: 80px;
	width: 80px;
	background-color: #f7f7f9;
	line-height: 65px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	top: -70px;
	-webkit-box-shadow: 2px -1px 35px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px -1px 35px -5px rgba(0,0,0,0.75);
	box-shadow: 2px -1px 35px -5px rgba(0,0,0,0.75);
	font-size: 18px;
	border: 10px solid #fff;
}
.showcase-slider .owl-prev,
.showcase-slider .owl-next span {
	color: #ee0979;
}
.showcase-slider .owl-prev {
	left: -40px;
}
.showcase-slider .owl-next {
	right: -40px;
}
.showcase-slider .owl-prev:hover,
.showcase-slider .owl-next:hover {
	background: -moz-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ee0979), color-stop(100%, #ff6a00));
	background: -webkit-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -o-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -ms-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
}
.showcase-slider .owl-prev:hover span,
.showcase-slider .owl-next:hover span {
	color: #fff;
}
/*----------------------------------------------------------------------- 
End of showcase section
-------------------------------------------------------------------------*/





/*----------------------------------------------------------------------- 
Start of testimonial section
-------------------------------------------------------------------------*/
.testimonial-section {
	background-color: #f7f7f9;
}
.testimonial-name-designation {
	background-color: #fff;
	position: relative;
	padding: 30px;
	display: inline-block;
	border-radius: 10px;
}
.quate-icon {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	line-height: 40px;
	position: absolute;
	top: -20px;
	background-color: #fff;
	text-align: center;
}
.quate-icon span {
	font-size: 18px;
	font-weight: 700;
}
.testimonial-pic {
	height: 80px;
	width: 80px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.testimonial-pic img {
	border-radius: 100%;
}
.client-designation .name {
	display: block;
	font-weight: 600;
}
/*----------------------------------------------------------------------- 
End of testimonial section
-------------------------------------------------------------------------*/




/*----------------------------------------------------------------------- 
Start of pricing plan
-------------------------------------------------------------------------*/
.landy-pricing .pricing-price .content-price {
	font-size: 52px;
	display: block;
}
.landy-pricing .content-title {
	font-size: 36px;
}
.landy-pricing {
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
	padding: 15px 20px 30px 25px;
	border-radius: 5px;
	z-index: 0;
	position: relative;
	background-color: #fff;
}
.landy-pricing-content-desc li {
	margin-bottom: 15px;
	display: block;
}
.landy-content-button,
.submit-btn button,
.load-more  {
	height: 50px;
	width: 170px;
	background-color: #f7f7f9;
	margin: 0 auto;
	line-height: 50px;
	border-radius: 35px;
}
.landy-content-button a,
.load-more a {
	display: block;
	width: 100%;
	color: #040404;
	position: relative;
	z-index: 1;
	transition: .3s all ease-out;
}
.landy-content-button a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: -moz-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ee0979), color-stop(100%, #ff6a00));
	background: -webkit-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -o-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -ms-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00c9fd', endColorstr='#81ee8e', GradientType=1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 35px;
}
.landy-content-button a:hover:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}
.landy-content-button a:hover {
	color: #fff;
}
.landing-icon span {
	font-size: 36px;
}
.landy-pricing.middle {
	position: relative;
	z-index: 1;
	padding-top: 45px;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
	margin-top: -20px;
	padding-bottom: 45px;
}
.landing-icon {
	position: absolute;
	top: 25px;
}
/*----------------------------------------------------------------------- 
End of testimonial section
-------------------------------------------------------------------------*/




/*----------------------------------------------------------------------- 
Start of download area section
-------------------------------------------------------------------------*/
.download-number h2 {
	font-size: 52px;
	color: #fff;
	font-weight: 600;
}
.download-area-text span {
	color: #fff;
	font-size: 26px;
}
.download-area-text {
	max-width: 500px;
	margin: 0 auto;
}
.download-now h3 {
	font-size: 52px;
	font-weight: 300;
	color: #fff;
}
/*----------------------------------------------------------------------- 
End of download area section
-------------------------------------------------------------------------*/




/*----------------------------------------------------------------------- 
Start of contact section
-------------------------------------------------------------------------*/
.comment-form {
	max-width: 770px;
	margin: 0 auto;
}

.contact-info input {
	width: 48%;
	float: right;
	height: 50px;
}
.contact-info-1 input {
	width: 100%;
	height: 50px;
	margin-top: 20px;
}
.contact-info textarea {
	width: 100%;
	max-height: 150px;
	margin-top: 20px;
}
.contact-info input,
.contact-info-1 input,
.contact-info textarea {
	background-color: #f7f7f9;
	border: none;
	padding: 20px;
	border-radius: 5px;
}
.submit-btn button {
	border: none;
	background: -moz-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #ee0979), color-stop(100%, #ff6a00));
	background: -webkit-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -o-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	background: -ms-linear-gradient(left, #ee0979 0%, #ff6a00 100%);
	color: #fff;
}
/*----------------------------------------------------------------------- 
End of contact section
-------------------------------------------------------------------------*/





/*----------------------------------------------------------------------- 
Start of footer sectiion
-------------------------------------------------------------------------*/
.footer-area-section {
	background-color: #ecf0f1;
}
.footer-content {
	max-width: 265px;
}
.footer-social ul li {
	margin-right: 15px;
}
.footer-social ul li span {
	color: #040404;
	transition: .3s all ease-out;
}
.footer-social ul li span:hover {
	color: #ff6a00;
}
.widgettile {
	font-size: 16px;
	font-weight: 600;
}
.service-list-item li {
	margin-bottom: 15px;
}
.service-list-item li:hover a {
	color: #f11965;
}

.newsletter input {
	height: 50px;
	background-color: #f7f7f9;
	border: none;
	border-radius: 5px;
	width: 100%;
	margin-top: 25px;
	padding: 20px;
}
.newsletter-email {
	position: relative;
}
.newsletter-email button {
	position: absolute;
	top: 25px;
	left: 0;
	background-color: #292929;
	border: none;
	height: 50px;
	width: 100px;
	border-radius: 5px;
}
/*----------------------------------------------------------------------- 
End of of footer sectiion
-------------------------------------------------------------------------*/

.your-header-class {
    background: rgba(255, 255, 255, 0.1) !important; /* رنگ سفید با شفافیت کم */
    backdrop-filter: blur(15px); /* جادوی مات شدن پشت هدر */
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* آرش جان، این اسکرول‌بار رو اختصاصی شاه‌لینک می‌کنه */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff0066 0%, #ff6600 100%); /* گرادینت سایتت */
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ff0066; 
}

/*----------------------------------------------------------------------- 
Start of home-2 banner
-------------------------------------------------------------------------*/
.banner-area-section.home-2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 290px;
	overflow: visible;
	padding-top: 340px;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0979 0%, #ff6a00 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0979 0%, #ff6a00 100%) repeat scroll 0 0;
}
.banner-area-head h1 {
	font-size: 52px;
	color: #fff;
	font-weight: 300;
}
.banner-text {
	max-width: 650px;
}
.banner-area-head  span {
	color: #f1f1f1;
	font-size: 26px;
}
.banner-area-content {
	position: relative;
}
.banner-mock-up {
	position: absolute;
	left: 0;
	top: 0;
}
.banner-mock-up.home-1 {
	top: -35px;
} 

.banner-slider {
	position: absolute;
	top: 40px;
	right: 0;
}
.banner-slider_moblile img {
	max-width: 100%;
	text-align: center;
	width: auto;
	display: inline-block;
}
.banner-slider_moblile {
	text-align: center;
	z-index: 3;
	position: relative;
	display: inline-block;
}
.banner-area-section.home-3.home-2 {
	overflow: hidden;
	padding-top: 285px;
}
.banner-slide-area {
	max-width: 300px;
	position: absolute;
	top: 110px;
	right: 18px;
}
.banner-slide-area .owl-dot {
	height: 15px;
	width: 15px;
	background-color: #ee0b76;
	border-radius: 100%; 
	margin-bottom: 15px;
}
.banner-slide-area .owl-dot.active {
	border: 2px solid #fff;
}
.banner-slide-area .owl-controls {
	position: absolute;
	right: -50px;
	top: 50px;
}
.extra-features-section.v-2 {
	background-color: #f7f7f9;
}
.extra-features-section.v-2 .section-content {
	padding-top: 100px;
}
.extra-features-section .extra-features-content.v2 .extra-left .features-icon,
.extra-features-section .extra-features-content.v2 .extra-right .features-icon {
	background-color: #ecf0f1;
	position: relative;
}
/*----------------------------------------------------------------------- 
End of home-2 banner
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of team member section
-------------------------------------------------------------------------*/
.team-social {
	padding: 12px;
}
.team-social li a {
	color: #fff;
	padding: 4px 5px;
	background-color: transparent;
	border: 6px solid transparent;
}
.team-social li a:hover {
	background-color: #fa9ca4;
	border: 6px solid #f76b84;
	border-radius: 100%;
}
/*----------------------------------------------------------------------- 
End of team member section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of blog area section
-------------------------------------------------------------------------*/
.blog-time span {
	color: #fa4d23;
}
.blog-link h2 {
	font-size: 26px;
}
.blog-meta span a {
	color: #959595;
}
/*----------------------------------------------------------------------- 
End of blog area section
-------------------------------------------------------------------------*/

.google-map-container {
	width: 100%;
	height: 500px;
	background-color: #dddddd;
}
.load-more {
	margin-top: 50px;
}


.showcase-slider{direction: ltr}
/* ===== HOTFIX HEADER - SAFE MODE ===== */

.main-menu-area {
    background: transparent !important;
}

.stricky {
    background: rgba(0,0,0,0.25) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.navbar {
    background: transparent !important;
    border: none !important;
}

.navbar-default {
    background: transparent !important;
    border: none !important;
}

.navbar-nav > li > a {
    color: #ffffff !important;
}

.navbar-nav > li > a:hover {
    color: #ffde00 !important;
}
/* ===== SAMAD BADGE ===== */

.samad-text{
font-size:14px;
line-height:28px;
margin-bottom:20px;
color:#555;
}

.samad-box{
text-align:center;
}

.samad-box a{

display:inline-block;
padding:20px 25px;
border-radius:14px;

background:#ffffff;

box-shadow:0 10px 30px rgba(0,0,0,0.08);

transition:all .35s ease;

text-decoration:none;
}

.samad-box a:hover{

transform:translateY(-6px);

box-shadow:0 15px 35px rgba(238,9,121,0.25);

}

.samad-logo{

width:90px;
display:block;
margin:auto;
margin-bottom:10px;

}

.samad-check{

display:block;

font-size:13px;
font-weight:bold;

background:linear-gradient(45deg,#ee0979,#ff6a00);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}
/* ===== ARASH TRUST WALL STYLE ===== */
.trust-container {
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    margin: 30px 0;
}

.trust-title {
    font-size: 18px;
    margin-bottom: 30px;
    color: #444;
    font-weight: bold;
    position: relative;
}

.trust-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #ee0979, #ff6a00);
    margin: 10px auto;
    border-radius: 10px;
}

.trust-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.trust-card {
    background: #ffffff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 15px;
    width: 160px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.trust-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(238, 9, 121, 0.2);
    border-color: #ee0979;
}

.trust-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
    filter: grayscale(20%);
    transition: 0.3s;
}

.trust-card:hover img {
    filter: grayscale(0%);
}

.trust-card span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    background: linear-gradient(to right, #ee0979, #ff6a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* موبایل فرندلی */
@media (max-width: 480px) {
    .trust-card { width: 130px; padding: 15px; }
    .trust-card img { width: 60px; height: 60px; }
}
/* Arash Professional Badge Styles */
.badge-wrapper {
    text-align: center;
    padding: 15px 0;
    margin-top: 10px;
    min-height: 110px; /* برای اینکه زرین پال که لود میشه باکس جابجا نشه */
    display: flex;
    justify-content: center;
    align-items: center;
}

.trust-img {
    max-width: 90px;
    height: auto;
    transition: transform 0.3s ease;
}

.trust-img:hover {
    transform: scale(1.1);
}

/* اصلاح استایل زرین پال که از سمت سرور میاد */
#zarinpal img {
    max-width: 80px !important;
    cursor: pointer;
    transition: 0.3s;
}

#zarinpal img:hover {
    transform: scale(1.1);
}

.testimonial-text span {
    display: block;
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 14px;
}
/* ===== MODERN FOOTER BY ARASH ===== */
.modern-footer {
    background-color: #f8f9fa; /* یک خاکستری بسیار ملایم برای تفکیک از بدنه */
    border-top: 1px solid #eee;
    padding-top: 60px;
}

.footer-about-text {
    font-size: 14px;
    line-height: 26px;
    color: #777;
    margin-top: 15px;
}

.contact-item {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #444;
}

.contact-item i {
    color: #ee0979; /* رنگ برند */
    margin-left: 8px;
}

.service-list-item {
    padding: 0;
    list-style: none;
}

.service-list-item li {
    margin-bottom: 12px;
}

.service-list-item li a {
    color: #666;
    font-size: 14px;
    transition: 0.3s;
}

.service-list-item li a:hover {
    color: #ff6a00;
    padding-right: 8px; /* افکت حرکت کوچک در هاور */
}

.footer-btn {
    display: inline-block;
    padding: 10px 25px;
    margin-top: 15px;
    background: linear-gradient(to left, #ee0979, #ff6a00);
    color: #fff !important;
    border-radius: 50px;
    font-weight: bold;
    font-size: 13px;
    box-shadow: 0 5px 15px rgba(238, 9, 121, 0.3);
}

.footer-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(238, 9, 121, 0.4);
}

.footer-copyright {
    padding: 25px 0;
    border-top: 1px solid #e9e9e9;
    margin-top: 40px;
    font-size: 13px;
}

.widgettile {
    font-size: 18px !important;
    position: relative;
    padding-bottom: 10px;
}

.widgettile:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #ee0979;
}
/* ===== SHAH LINK MODERN MARKETPLACE FOOTER ===== */
.modern-footer {
    background-color: #ffffff; 
    border-top: 2px solid #f0f0f0;
    padding-top: 70px;
    font-family: 'Tahoma', sans-serif; /* یا هر فونتی که توی سایتت داری */
}

.footer-about-text {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-top: 15px;
    text-align: justify;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.contact-item i {
    color: #ee0979;
    margin-left: 10px;
    font-size: 18px;
}

.service-list-item {
    padding: 0;
    list-style: none;
}

.service-list-item li {
    margin-bottom: 14px;
    position: relative;
    padding-right: 15px;
}

/* اضافه کردن بولت های ظریف به لیست */
.service-list-item li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    transition: 0.3s;
}

.service-list-item li a {
    color: #555;
    font-size: 14px;
    transition: 0.3s ease;
}

.service-list-item li:hover:before {
    background: #ff6a00;
}

.service-list-item li a:hover {
    color: #ff6a00;
    padding-right: 5px;
}

/* استایل دکمه‌های ستون چهارم */
.footer-btns-gap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.btn-gradient {
    background: linear-gradient(to left, #ee0979, #ff6a00);
    color: #fff !important;
    border: none;
}

.btn-outline {
    background: transparent;
    color: #ee0979 !important;
    border: 1px solid #ee0979;
}

.footer-btn {
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s;
    text-align: center;
}

.footer-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.footer-copyright-wrap {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
}

.copyright-text {
    font-size: 13px;
    color: #999;
}

/* هدینگ‌ها */
.widgettile {
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #222 !important;
    margin-bottom: 25px;
}
/* این بخش برای دکمه‌های جدید آرش تنظیم شده */
.footer-btns-gap {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.btn-gradient {
    background: linear-gradient(to left, #ee0979, #ff6a00);
    color: #fff !important;
    border: none;
    box-shadow: 0 4px 15px rgba(238, 9, 121, 0.3);
}

.btn-outline {
    background: #fff;
    color: #ee0979 !important;
    border: 2px solid #ee0979;
}

.footer-btn {
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.footer-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
