/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2025 | 11:55:38 */
.boxs{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.custom-box {
  border: 2px solid #1e9898; /* بوردِر رنگی */
  border-radius: 15px;       /* گوشه گرد */
  padding: 20px;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.custom-box:hover {
  transform:  scale(1.05); /* چرخش + بزرگ شدن */
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  border-color: #E9B92C; /* تغییر رنگ بوردِر روی هاور */
}
 /* slider bullet */
span.swiper-pagination-bullet {
    width:50px;
    height: 2px;
}
/* حساب کاربری */
.account-menu-wrapper {
  position: relative;
  display: inline-block;
}

.account-trigger {
  cursor: pointer;
  padding: 4px 20px;
  background: #DA0000;
  border-radius: 50px;
  font-weight: 500;
	color:white;
	font-size:14px;
}

.account-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 10px;
  border-radius: 10px;
  min-width: 180px;
  z-index: 1000;
}

.account-menu-wrapper:hover .account-dropdown {
  display: block;
}

.account-dropdown a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
	font-size:14px;
}

.account-dropdown a:hover {
  background-color:white;
}
a.account-login-link:hover {
    color: white;
}
a.account-login-link:active {
    color: white;
}
.account-login-link {
  padding: 8px 12px;
  background: #DA0000;
  border-radius: 6px;
  display: inline-block;
  font-weight: 500;
	color:white;
	font-size:14px;
}
.account-login-link:hover {
  padding: 8px 12px;
  background: #B70202;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
	color:white;
	font-size:14px;
}
.account-login-link:active {
  background: #B70202;
}
/* فرم ثبت نام */
input#gform_submit_button_12 {
    font-weight: 900;
    font-size: 16px;
    border-radius: 9px;
    padding: 16px 30px;
    margin: 0 auto;
}
div#field_12_4 {
    background: #fafafa;
    padding: 16px 40px;
    border-radius: 12px;
    margin: 0 auto;
    font-size: 22px;
    /* width: 87%; */
    /* text-align: center; */
	visibility:hidden !important;
}
form#gform_12 input, textarea {
    border-radius: 10px;
}
.gform-theme--framework *, .gform-theme--framework ::after, .gform-theme--framework ::before {
    box-sizing: border-box;
    gap: 5;
    /* padding: 0 !important; */
    margin-top: 5px !important;
    margin-bottom: -8px !important;
}
input#gform_submit_button_12 {
    margin-top: -44px !important;
}