@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum)_Black.eot');
	src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/IRANSans/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),  
		 url('../fonts/IRANSans/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),
		 url('../fonts/IRANSans/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/IRANSans/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  
		 url('../fonts/IRANSans/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
		 url('../fonts/IRANSans/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/IRANSans/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
		 url('../fonts/IRANSans/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
		 url('../fonts/IRANSans/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum)_Light.eot');
	src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/IRANSans/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  
		 url('../fonts/IRANSans/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
		 url('../fonts/IRANSans/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/IRANSans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  
		 url('../fonts/IRANSans/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),
		 url('../fonts/IRANSans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum).eot');
	src: url('../fonts/IRANSans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
		 url('../fonts/IRANSans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  
		 url('../fonts/IRANSans/woff/IRANSansWeb(FaNum).woff') format('woff'),
		 url('../fonts/IRANSans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body, input, textarea, button {
    font-family: IRANSans;
    overflow-x: hidden;
}

/* Table */
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
th {
    padding: 18px 20px;
    text-align: right;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    color: #2c2c28;
    text-transform: uppercase;
    background-color: #f7f7f7;
    border-bottom: 2px solid #d0d0c0;
}
td {
    padding: 14px 20px;
    font-size: 0.9rem;
    color: #3a3a35;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e0;
    transition: all 0.2s ease;
}
tbody tr:nth-child(even) td {
    background-color: #f7f7f7;
}
tbody tr:hover td {
    background-color: #f1f1f1;
    transform: scale(1.002);
    box-shadow: inset 0 1px 0 #ffffff;
}
tbody tr:last-child td {
    border-bottom: none;
}
table a {
    color: #5a5a50;
    text-decoration: none;
    border-bottom: 1px dashed #c0c0b0;
    transition: color 0.2s;
}
table a:hover {
    color: #8a8a78;
    border-bottom-color: #a0a090;
}
@media (max-width: 768px) {
    th, td {
        padding: 12px 14px;
        font-size: 0.8rem;
    }
}

/* Comment */
.comment-list a {
    color: #444;
}
textarea#comment {
    border: 1px solid #ddd;
    border-radius: 12px;
    width: 100%;
}
input#submit {
    all: unset;
    color: white;
    background-color: var(--e-global-color-accent);
    border-radius: 6px;
    padding: 12px 32px;
    cursor: pointer;
    transition: .3s;
}
input#submit:hover {
    color: #333;
    background-color: var(--e-global-color-primary);
}
ul.comment-list, ul.children {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}
li.comment {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
}
footer.comment-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
a.comment-reply-link {
    text-decoration: underline;
    text-underline-offset: 8px;
    font-size: 12px;
}
#commentform {
    display: flex;
    flex-direction: column;
}
#commentform p:not(.form-submit) input {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px 12px;
}
#commentform p {
    position: relative;
}
#commentform label {
    position: absolute;
    top: -12px;
    right: 12px;
    background-color: white;
    padding: 0 12px;
    border-radius: 6px;
}
#commentform p:not(.form-submit) :is(input, textarea) {
    padding: 16px;
}
p.comment-form-author {
    display: flex;
    flex-direction: column;
    order: 0;
    margin: 0;
}
p.comment-form-comment {
    order: 1;
}
p.form-submit {
    order: 2;
}
p.comment-form-aios-antibot-keys {
    order: 3;
    margin: 0;
}

/* Gform */
.gform_heading, .gfield_required {
    display: none !important;
}
.gform_fields {
    gap: 10px !important;
}
.gfield_label {
    color: #888 !important;
    font-weight: 300 !important;
}
.gfield :is(input:not([type="radio"]), textarea) {
    border: 0 !important;
    border-bottom: 1px solid var(--e-global-color-accent) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.gfield :is(input, textarea):focus {
    outline: none !important;
}
input.gform_button {
    all: unset !important;
    background: var(--e-global-color-accent) !important;
    color: white !important;
    padding: 18px  50px !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}
input.gform_button:hover {
    background: var(--e-global-color-primary) !important;
}

/* Custom class */
.service-btn svg {
	transform: rotate(45deg);
	transition: 0.3s;
}
.service-btn:hover svg {
	transform: rotate(0deg);
}
.service-btn svg path {
	fill: currentcolor;
}
.service-btn a {
	text-underline-offset: 8px;
}

@media (max-width: 768px){
	input.gform_button {
		width: 100% !important;
		text-align: center !important;
		font-size: 14px !important;
	}
}

@keyframes shimmer {
0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%;
}
100% {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%;
}
}