/*!
Theme Name: darkoob
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>darkoob</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: darkoob
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

darkoob is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/fa-regular-400.woff2") format("woff2"),
		url("fonts/fa-regular-400.woff") format("woff");
}

/* Solid */
@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	src: url("fonts/fa-solid-900.woff2") format("woff2"),
		url("fonts/fa-solid-900.woff") format("woff");
}

/* Brands */
@font-face {
	font-family: "Font Awesome 6 Brands";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/fa-brands-400.woff2") format("woff2"),
		url("fonts/fa-brands-400.woff") format("woff");
}

@font-face {
	font-family: 'IRANSans';
	src: url('fonts/IRANSansWebFaNum.eot');
	src: url('fonts/IRANSansWebFaNum.eot?#iefix') format('embedded-opentype'),
		url('fonts/IRANSansWebFaNum.woff2') format('woff2'),
		url('fonts/IRANSansWebFaNum.woff') format('woff'),
		url('fonts/IRANSansWebFaNum.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

/*p {
	margin-bottom: 1.5em;
 } */

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*ul,
ol {
	margin: 0 3em 1.5em 0;
}*/

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: right;
	position: absolute;
	top: 100%;
	right: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	right: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	right: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	right: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/*.post,
.page {
	margin: 0 0 1.5em;
}*/

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- 
.widget {
	margin: 0 0 1.5em;
}*/

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}

body {
	font-family: 'IRANSans', system-ui, -apple-system, sans-serif;
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden !important;
	width: 100% !important;
}

/* header */
.backheader1_col {
	background-color: #0E4975;
}

.backheader1_col p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 12px;
	margin-bottom: 0 !important;

}

.backheader2 {
	padding: 10px 0;
	position: relative;

}

.backheader2::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	margin-top: 13px;
}

.logo {
	text-align: center;
	padding-top: 15px;
}

@media (max-width: 768px) {
	.backheader2 .phone p {
		text-align: center;
		padding-top: 20px;


	}
}

@media (max-width: 768px) {
	.backheader2 .email p {
		display: none;
	}
}


.email p {
	text-align: right;
}

.phone p {
	text-align: left;

}

.email p,
.phone p {
	padding-top: 20px;
}

.email p a,
.phone p a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
}

.email p a::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f0e0";
	color: #0E4975;
	padding-right: 5px;
}

.phone p a::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f095";
	color: #0E4975;
	padding-right: 5px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	background-color: transparent !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-radius: 5px !important;
}

.dgwt-wcas-search-input {
	background-color: #f0f4f6 !important;
	border: none !important;
	box-shadow: none !important;
}

.dgwt-wcas-search-input:hover,
.dgwt-wcas-search-input:focus,
.dgwt-wcas-search-input:active {
	background-color: #f0f4f6 !important;
	border: none !important;
	box-shadow: none !important;
}


.menu-menu-1-container ul {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}


.menu-menu-1-container li a {
	text-decoration: none;
	display: inline;
	padding: 10px 5px 0 5px;
	line-height: normal;
	font-size: 18px;
	white-space: nowrap;
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
	transition: all 0.5s ease;
	margin: 0 10px;
}

.menu-menu-1-container li a:hover {
	border-bottom: 1px solid;
}

.menu-menu-1-container ul.menu-item-83 {
	border-bottom: 1px solid;
}

#menu-item-83>a {
	border-bottom: 1px solid !important;
}

.menu li.menu-item-has-children {
	position: relative;
}


.menu-menu-1-container>ul>li {
	display: inline-block;
	position: relative;
	margin-top: 4px;
}

.menu-menu-1-container>ul>li::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 5px;
	pointer-events: auto;
}

.menu .sub-menu {
	display: none;
	position: absolute;
	top: calc(100% + 3px);

	right: 0;
	width: 230px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 0;
	margin: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	list-style: none;
}

.menu li.menu-item-has-children:hover>.sub-menu {
	display: block;
}


.menu li.menu-item-has-children>a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	margin-right: 5px;
	vertical-align: middle;
	transition: transform 0.2s ease;
}

.menu li.menu-item-has-children:hover>.sub-menu {
	display: block;
}

.menu .sub-menu li {
	width: 100%;
}

.menu .sub-menu li a {
	display: block;
	padding: 10px 10px;
	color: #272727;
	text-decoration: none;
	white-space: normal;
	line-height: 1.4;
	word-wrap: break-word;
	text-align: right;
	direction: rtl;
	border-bottom: none;
}

.menu .sub-menu li a:hover {
	color: #0E4975;
}

.menu .menu-menu-1-container {
	display: block !important;
}

@media screen and (max-width: 768px) {
	.menu .menu-menu-1-container {
		display: none !important;
	}
}

.rmp-menu-open {
	background-color: #0E4975 !important;
}

#rmp-menu-wrap-350 .rmp-menu-current-item .rmp-menu-item-link {
	background-color: #347cb3 !important;
}



.rmp-submenu {
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	border-radius: 8px !important;
	padding: 10px 0 !important;
}

/* لینک‌های داخل ساب‌ منو */
.rmp-submenu .rmp-menu-item-link {
	color: #fff !important;
	padding: 8px 20px !important;
	display: block !important;
}

/* هاور روی لینک‌ها */
.rmp-submenu .rmp-menu-item-link:hover {
	background-color: #347cb3 !important;
	color: #fff !important;
	transition: background-color 0.3s ease !important;
}


/* پس‌زمینه ثابت منوی کشویی */
#rmp-container-350,
#rmp-container-350.rmp-menu-open,
#rmp-container-350.rmp-menu-closing,
#rmp-container-350.rmp-menu-closed {
	background-color: #0E4975 !important;
}
#rmp_menu_trigger-350.is-active {
    background-color: #0E4975 !important;
}

/* slider */

.seriousslider-caption {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	text-align: center !important;
	margin: 0 !important;
}

.cryout-serious-slider .seriousslider-caption-title span {
	font-size: 32px !important;
	color: rgb(7, 33, 51) !important;
}


@media (max-width: 768px) {
	.cryout-serious-slider .seriousslider-caption-title span {
		font-size: 20px !important;
	}

}



/* category */
.category_part {
	padding: 70px 0 70px;
}

#text-11 h2 {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}

.sp-wcsp-slider-area #sp-wcsp-slider-section-111 .sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-details-content .sp-wcsp-cat-name a {
	color: #072133 !important;
}

.sp-wcsp-slider-area.sp-wcsp-slider-area-111 .sp-wcsp-section-title {
	font-size: 25px !important;
	text-align: center !important;
	font-weight: bold !important;
	color: #072133 !important;
}

.category_part .sp-wcsp-shop-now {
	display: none !important;
}

.category_part .sp-wcsp-slider-area #sp-wcsp-slider-section-111 .sp-wcsp-cat-item .sp-wcsp-cat-item-thumb-content {
	border: none !important;
}


.category_part .sp-wcsp-cat-thumbnail {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

@media (max-width: 375px) {
	.category_part .sp-wcsp-cat-thumbnail {
		width: 150px;
		height: 150px;

	}
}

@media (min-width: 431px) and (max-width: 768px) {
	.category_part .sp-wcsp-cat-thumbnail {
		width: 150px;
		height: 150px;

	}
}


.category_part .sp-wcsp-cat-thumbnail img,
.category_part .sp-wcsp-cat-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.3s ease;
}


.category_part .sp-wcsp-cat-thumbnail:hover img {
	transform: scale(1.12);
}

.category_part .sp-wcsp-cat-name a {
	text-decoration: none;
	display: block;
	text-align: center;
	margin-top: 10px;
}

.category_part .sp-wcsp-cat-details-content {
	text-align: center;
}

.category_part .sp-wcsp-text-center a {
	text-decoration: none;
}

/* box */
/*box2*/
.box_2 {
	padding: 80px 0 80px 0;
}

.box1,
.box2,
.box3,
.box2_1,
.box2_2 {
	position: relative;
	overflow: hidden;
}

.img-wrap,
.img2-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.img-wrap img,
.img2-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
	transform-origin: center center;
}

.img-wrap:hover img,
.img2-wrap:hover img {
	transform: scale(1.08);
}

.box1 #text-5,
.box2 #text-6,
.box3 #text-9,
.box2_1 #text-25,
.box2_2 #text-26,
.box2_1 #text-27,
.box2_2 #text-28 {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	text-align: right;
	z-index: 10;
	color: #072133;
	padding: 10px;

}

.box3 {
	padding-top: 20px;
}


.box1 h2,
.box2 h2,
.box3 h2,
#text-25 h2,
#text-26 h2 {
	padding-bottom: 5px;
	font-size: 2rem;
	font-weight: bold;
}

.box1 p,
.box2 p,
.box3 p,
#text-25 p,
#text-26 p {
	font-size: 1rem;
	line-height: 1.4;
}

#text-5 p a,
#text-6 p a,
#text-9 p a,
#text-25 p a,
#text-26 p a {
	border-bottom: 1px solid;
	text-decoration: none;
	color: #072133 !important;
	font-size: 0.95rem;

}

@media (max-width: 376px) {
	.box3 h2 {
		margin-bottom: 0 !important;
		font-size: 18px;

	}

	.box3 #text-9 p {
		margin-bottom: 0 !important;
		font-size: 10px;
		padding-bottom: 2px;


	}


}

@media (max-width: 768px) {

	.box1 h2,
	.box2 h2,
	.box3 h2,
	#text-25 h2,
	#text-26 h2 {
		font-size: 20px;
	}

	.box1 p,
	.box2 p,
	.box3 p,
	#text-25 p,
	#text-26 p {
		font-size: 13px;
	}

	#text-5 p a,
	#text-6 p a,
	#text-9 p a,
	#text-25 p a,
	#text-26 p a {
		font-size: 12px;

	}

	.box3 #text-9 {
		top: 55%;
		transform: translateY(-50%);
	}
}

@media (min-width: 768px) and (max-width: 820px) {

	.box1 h2,
	.box2 h2,
	.box3 h2,
	#text-25 h2,
	#text-26 h2 {
		font-size: 22px;
	}

	.box1 p,
	.box2 p,
	.box3 p,
	#text-25 p,
	#text-26 p {
		font-size: 15px;
	}

	#text-5 p a,
	#text-6 p a,
	#text-9 p a {
		font-size: 14px;

	}

}


/* product1*/
/* product2*/

.product1,
.product2 {
	padding: 80px 0;
	display: none !important;
}

.product4,
.product5 {
	padding: 80px 0;
	display: block !important;
}

@media (min-width: 1025px) {

	.product1,
	.product2 {
		display: block !important;
	}

	.product4,
	.product5 {
		display: none !important;
	}
}

@media (max-width: 768px) {

	.product4 .woocommerce ul.products[class*=columns-] li.product.post-298,
	.product5 .woocommerce ul.products[class*=columns-] li.product.post-298 {
		display: none !important;
	}
}


#text-12 .widget-title,
#text-15 .widget-title,
#text-38 .widget-title,
#text-39 .widget-title {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	color: #072133;

}

.product1 ul.products,
.product4 ul.products,
.product2 ul.products,
.product5 ul.products {
	display: block;
	text-align: center;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

/* هر محصول به عنوان باکس */
.product1 ul.products li.product,
.product4 ul.products li.product,
.product2 ul.products li.product,
.product5 ul.products li.product {
	position: relative;
	/* برای دکمه */
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	border: 1px solid #f0f0f0;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	padding: 20px;
	overflow: hidden;
}

.product1 li.product a.woocommerce-LoopProduct-link,
.product4 li.product a.woocommerce-LoopProduct-link,
.product2 li.product a.woocommerce-LoopProduct-link,
.product5 li.product a.woocommerce-LoopProduct-link {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}

.product1 li.product a.woocommerce-LoopProduct-link img,
.product4 li.product a.woocommerce-LoopProduct-link img,
.product2 li.product a.woocommerce-LoopProduct-link img,
.product5 li.product a.woocommerce-LoopProduct-link img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}



.product1 .widget .woocommerce ul.products.columns-4 li.product h2.woocommerce-loop-product__title,
.product4 .widget .woocommerce ul.products.columns-3 li.product h2.woocommerce-loop-product__title,
.product2 .widget .woocommerce ul.products.columns-4 li.product h2.woocommerce-loop-product__title,
.product5 .widget .woocommerce ul.products.columns-3 li.product h2.woocommerce-loop-product__title {
	position: relative !important;
	text-align: center !important;
	color: #072133 !important;
	font-weight: bold !important;
	padding: 10px 0 !important;
	font-size: 17px !important;
	z-index: 2 !important;
	height: 90px !important;
}

.product1 li.product .button.product_type_simple,
.product4 li.product .button.product_type_simple,
.product2 li.product .button.product_type_simple,
.product5 li.product .button.product_type_simple {
	display: inline-block !important;
	margin: 0 auto !important;
	padding: 10px 20px !important;
	color: #fff !important;
	white-space: nowrap !important;
	background: #0E4975 !important;
	text-decoration: none;
	border-radius: 5px !important;
	text-align: center !important;
	font-size: 13px !important;

}

@media (max-width: 768px) {

	.product4 .widget .woocommerce ul.products.columns-3 li.product h2.woocommerce-loop-product__title,
	.product5 .widget .woocommerce ul.products.columns-3 li.product h2.woocommerce-loop-product__title {
		font-size: 15px !important;
	}

	.product4 .widget_text .woocommerce ul.products li.product a.button.product_type_simple,
	.product5 .widget_text .woocommerce ul.products li.product a.button.product_type_simple {
		font-size: 11px !important;

	}

	.product4,
	.product5 {
		padding: 80px 0 20px;
	}
}

/* product3*/
.product3 .widget_carousel_slider .carousel-slider {
	direction: ltr !important;
}

.product3 .widget_carousel_slider h2 {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	color: #072133;

}

.product3 .carousel-slider-outer,
.product3 .carousel-slider,
.product3 .owl-carousel,
.product3 .owl-stage-outer,
.product3 .owl-stage {
	overflow: hidden !important;
}

.product3 .carousel-slider {
	direction: ltr !important;
	padding: 0 30px;
}

.product3 .carousel-slider a.add_to_cart_button,
.product3 .carousel-slider a.add_to_cart_read_more,
.product3 .carousel-slider a.added_to_cart,
.product3 .carousel-slider a.quick_view {
	display: none !important;
}

.product3 .carousel-slider__product {
	border: 1px solid #f0f0f0 !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
	border-radius: 12px !important;
	padding: 20px !important;
	background: #fff !important;
	box-sizing: border-box;

}

.product3 .carousel-slider .woocommerce-loop-category__title,
.product3 .carousel-slider .woocommerce-loop-product__title {
	font-size: 17px !important;
	text-align: center !important;
	font-weight: bold !important;
	white-space: normal !important;
	color: #072133 !important;


}

.product3 .carousel-slider .owl-item a {
	text-decoration: none !important;
	white-space: nowrap !important;
	padding: 8px 27px !important;
	border-radius: 0px !important;
}

.product3 a.product_type_simple {
	display: inline-block !important;
	margin: 0 auto !important;
	padding: 10px 20px !important;
	color: #fff !important;
	white-space: nowrap !important;
	background: #0E4975 !important;
	text-decoration: none;
	border-radius: 5px;
	text-align: center !important;
	font-size: 14px !important;

}

/*background*/

.background {
	position: relative;
	background-image: url("https://zahmatkesh.sitedar.com/demo2/wp-content/uploads/2025/12/sub-banner-1.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 300px 0;
}


.background #text-13 {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	text-align: right;
	z-index: 10;
	color: #072133;
	padding: 10px;
}

.background .widget_text h2 {
	font-size: 30px;
	color: #072133;
	font-weight: bold;
	padding-bottom: 10px;
}


.background .textwidget p {
	font-size: 18px;
	color: #072133;
	font-weight: bold;
	padding-bottom: 10px;
	max-width: 500px;
	width: 100%;
	box-sizing: border-box;
}

.background #text-13 .textwidget p a {
	color: rgb(255, 255, 255);
	white-space: nowrap;
	background: #0E4975;
	text-decoration: none;
	font-size: 12px;
	padding: 8px 27px;
}


@media (max-width: 768px) {
	.background {
		padding: 100px 20px;
	}

	.background .widget_text h2 {
		font-size: 20px;

	}

	.background #text-13 .textwidget p:nth-child(1) {
		font-size: 13px;
		max-width: 100%;
		padding-right: 0;
	}

	.background #text-13 {
		padding-right: 0;
		top: 60%;
		transform: translateY(-50%);
	}

	.background #text-13 .textwidget p a {
		font-size: 11px;

	}
}


/*picture*/
.picture1,
.picture2,
.picture3,
.picture4 {
	position: relative;
	overflow: hidden;
	height: auto;
	padding-top: 500px;
}

.picture-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.7s ease;
}

.picture1 .picture-bg {
	background-image: url("https://zahmatkesh.sitedar.com/demo2/wp-content/uploads/2025/11/cms-banner-5.jpg");
}

.picture2 .picture-bg {
	background-image: url("https://zahmatkesh.sitedar.com/demo2/wp-content/uploads/2025/11/cms-banner-4.jpg");
}

.picture3 .picture-bg {
	background-image: url("https://zahmatkesh.sitedar.com/demo2/wp-content/uploads/2025/11/cms-banner-7.jpg");
}

.picture4 .picture-bg {
	background-image: url("https://zahmatkesh.sitedar.com/demo2/wp-content/uploads/2025/12/cms-banner-6.jpg");
}

.picture1:hover .picture-bg,
.picture2:hover .picture-bg,
.picture3:hover .picture-bg,
.picture4:hover .picture-bg {
	transform: scale(1.08);
}

.picture1 section,
.picture2 section,
.picture3 section,
.picture4 section {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	text-align: center;
	z-index: 10;
	color: #fff;
}


#text-16 h2,
#text-17 h2,
#text-18 h2,
#text-19 h2 {
	font-size: 2rem;
	font-weight: bold;

}

#text-16 p,
#text-17 p,
#text-18 p,
#text-19 p {
	margin-top: 15px;
	font-size: 1rem;
}

#text-16 p a,
#text-17 p a,
#text-18 p a,
#text-19 p a {
	border-bottom: 1px solid;
	text-decoration: none;
	color: #0E4975;
	font-size: 0.95rem;
	color: #fff;


}

/*icon*/

.wpls-logo-showcase.slick-initialized {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #e5e5e5;
	margin-bottom: 80px;
	padding: 80px 0px 80px 0px;
}

.wpls-logo-showcase .slick-dots {
	display: none !important;
}

/* blog */
.blogs {
	padding-top: 20px;
}

.carousel-slider-outer,
.owl-carousel {
	direction: ltr !important;
}

.carousel-slider__post {
	direction: rtl !important;
	text-align: right !important;
}

.blog_part #text-29 h2 {
	font-size: 20px;
	color: #072133;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	padding-bottom: 20px;
}

.blog_part #text-29 p {
	line-height: 61px;
	font-size: 30px;
	color: #072133;
	text-align: center;
	padding: 5px 0px 0px 0px;
}


.carousel-slider__post a.carousel-slider__post-title {
	text-decoration: none !important;
	min-height: 0 !important;
}

.carousel-slider__post a.carousel-slider__post-title h2 {
	font-size: 26px !important;
	color: #072133;
	transition: all 0.3s ease;
}

.carousel-slider__post a.carousel-slider__post-title h2:hover {
	color: #0E4975;
}

.carousel-slider__post-author-link {
	display: none !important;
}

.carousel-slider__post-category-link {
	display: none !important;
}

.carousel-slider__post-publication-date {
	display: none !important;

}

.carousel-slider__post .carousel-slider__post-excerpt {
	text-align: right !important;
	color: #072133 !important;
}

/* symbol*/
.symbol {
	background-color: #F0F4F6;
	margin-top: 80px;
	padding: 50px 0px 50px 0px;
}

.symbol1,
.symbol2,
.symbol3,
.symbol4 {
	white-space: nowrap;
}

.symbol1 section,
.symbol2 section,
.symbol3 section,
.symbol4 section {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px;
}

@media (max-width: 1024px) {

	.symbol1 section,
	.symbol2 section,
	.symbol3 section,
	.symbol4 section {
		display: block;
		margin: 10px 0;
		text-align: center;
	}
}


#text-30 h2,
#text-31 h2,
#text-32 h2,
#text-33 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #072133;

}

#text-30 p,
#text-31 p,
#text-32 p,
#text-33 p {
	font-size: 15px;
	color: #072133;

}

/*backfooter1*/

.backfooter1,
.backfooter2 {
	background: #0E4975;
}

.backfooter1 {
	padding: 80px 0 0 0;
}

#text-34 h2,
#text-35 h2,
#text-36 h2 {
	color: #ffffff;
	font-size: 19px;
	padding-bottom: 10px;
}

#text-34 p,
#text-35 p,
#text-36 p {
	color: #ffffff;
	font-size: 18px;
	text-align: justify;
	line-height: 1.8;
}

#text-36 p a {
	color: #ffffff;
	font-size: 18px;
	text-align: justify;
	text-decoration: none;
}

@media (max-width: 767px) {
	.footer3 #text-36 {
		text-align: center;
	}

	.footer3 #text-36 p {
		text-align: center;

	}
}

#text-37 p {
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	margin-bottom: 0px !important;
	padding: 15px 0 15px;
}

.backfooter1::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	margin-top: 50px;
}

.menu-social-container {
	padding-top: 25px;
	padding-bottom: 15px;
}

.menu-social-container ul {
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
	.menu-social-container ul {
		text-align: center;
	}
}

.menu-social-container li {
	display: inline-block;
	padding: 0 5px;

}

.menu-social-container li a {
	text-decoration: none;
	list-style: none;
	font-size: 0;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

.menu-social-container::before {
	pointer-events: none;
}

.menu-social-container li.menu-item-251 a::before {
	font-family: "Font Awesome 6 Brands";
	content: "\f16d";
	color: #fff;
	font-size: 15px;
	display: inline-block;
	border-radius: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #072133;
	transition: all 0.7s ease;


}

.menu-social-container li.menu-item-251 a:hover:before {

	background-color: #0e4064;
}

.menu-social-container li.menu-item-252 a::before {
	font-family: "Font Awesome 6 Brands";
	content: "\e61b";
	color: #fff;
	font-size: 15px;
	display: inline-block;
	border-radius: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #072133;
	transition: all 0.7s ease;

}

.menu-social-container li.menu-item-252 a:hover::before {
	background-color: #0e4064;
}


.menu-social-container li.menu-item-254 a::before {
	font-family: "Font Awesome 6 Brands";
	content: "\f09a";
	color: #fff;
	font-size: 15px;
	display: inline-block;
	border-radius: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #072133;
	transition: all 0.7s ease;

}

.menu-social-container li.menu-item-254 a:hover::before {
	background-color: #0e4064;
}


.menu-social-container li.menu-item-255 a::before {
	font-family: "Font Awesome 6 Brands";
	content: "\f232";
	color: #fff;
	font-size: 15px;
	display: inline-block;
	border-radius: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #072133;
	transition: all 0.7s ease;

}

.menu-social-container li.menu-item-255 a:hover::before {
	background-color: #0e4064;
}




/* contact form */
.wpcf7 form {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	padding: 20px 25px;
	margin: 0;
	direction: rtl;
}

/* عنوان ها */
.wpcf7 form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: #072133;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
	border: 1px solid #c0d4e0;
	border-radius: 8px;
	transition: all 0.3s ease;
	font-size: 0.95rem;
	background: #f0f5fa;
	padding: 8px 12px;
	color: #0E4975;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #0E4975;
	box-shadow: 0 0 8px rgba(14, 73, 117, 0.3);
	outline: none;
	background: #fff;
}

.wpcf7 input[type="submit"] {
    width: 100%;
    background: linear-gradient(90deg, #0E4975, #16639b, #1f78b8);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    padding: 12px;
    margin-top: 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(14, 73, 117, 0.35);
}

.wpcf7 input[type="submit"]:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 18px rgba(14, 73, 117, 0.4);
}

/* placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	color: #7a9bbd;
}

.wpcf7-response-output {
	margin-top: 20px;
	padding: 10px 15px;
	border-radius: 8px;
	font-weight: 500;
	text-align: center;
}

/* موفقیت */
.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #1b72aa;
	background: #e3f0fa;
	color: #0e4975;
}

/* خطا */
.wpcf7 form.invalid .wpcf7-response-output {
	border: 1px solid #0E4975;
	background: #f9ebee;
	color: #b02a37;
}

@media (max-width: 768px) {
	.wpcf7 form {
		padding: 25px 20px;
	}
}

.wpcf7-form p:nth-of-type(1),
.wpcf7-form p:nth-of-type(2),
.wpcf7-form p:nth-of-type(3),
.wpcf7-form p:nth-of-type(4) {
	float: right;
	width: 48%;
	margin-left: 4%;
}

/* ستون چپ */
.wpcf7-form p:nth-of-type(2),
.wpcf7-form p:nth-of-type(4) {
	margin-left: 0;
}

.wpcf7-form p:nth-of-type(5),
.wpcf7-form p:nth-of-type(6),
.wpcf7-form p:nth-of-type(7) {
	clear: both;
	width: 100%;
}

.wpcf7-form-control.wpcf7-captchar,
.wpcf7-form-control-wrap[data-name="captcha-5"] input.wpcf7-captchar,
input[name="captcha-5"] {
	width: 80px;
	max-width: 100%;
	box-sizing: border-box;
	display: inline-block;
}

@media (max-width: 768px) {
	.wpcf7-form p {
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
	}
}

form.wpcf7-form textarea[name="your-message"] {
	height: 100px !important;
}

@media (max-width: 1024px) {
	.contact .map {
		padding-top: 20px;
	}
}

/* shop */
body.post-type-archive-product .site-main {
	padding: 20px;
}

body.woocommerce-page .site-main {
	padding: 20px;
}

body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a,
body.woocommerce .woocommerce-result-count {
	color: #072133 !important;
}

.woocommerce-products-header h1.woocommerce-products-header__title {
	color: #072133 !important;
}


body.woocommerce .woocommerce-ordering {
	padding-left: 5px;
}

.custom-select-wrapper {
	position: relative;
	width: 250px;
	margin: 0 auto;
}

.orderby {
	width: 100%;
	padding: 10px 15px;
	border-radius: 8px;
	border: 1px solid #ccc;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 14px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.orderby:hover {
	border-color: #0073e6;
	box-shadow: 0 2px 8px rgba(0, 115, 230, 0.2);
}

body.woocommerce ul.products {
	display: block !important;
	padding: 0 !important;
	margin: 0 auto !important;
	list-style: none !important;
	text-align: center !important;
}


body.woocommerce ul.products li.product {
	display: inline-block !important;
	vertical-align: top !important;
	box-sizing: border-box !important;
	position: relative !important;
	border: 1px solid #f0f0f0;
	background: #fff;
	border-radius: 12px;
	padding: 15px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

body.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: block;
	position: relative;
	width: 100%;
}


body.woocommerce-page ul.products li.product a img,
body.woocommerce ul.products li.product a img {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
	display: block !important;
	object-fit: contain !important;
	transition: transform 0.4s ease;
}

body.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
body.woocommerce ul.products li.product h3 {
	font-size: 15px !important;
	font-weight: bold !important;
	color: #072133;
	margin: 12px 0;
	height: 60px;
	overflow: hidden;
}


body.woocommerce-page ul.products li.product .button,
body.woocommerce ul.products li.product .button {
	display: inline-block !important;
	margin: 10px auto 0;
	padding: 10px 20px;
	background: #0E4975;
	color: #fff !important;
	border-radius: 5px;
	font-size: 13px;
	text-decoration: none;
}


/* صفحه داخلی محصولات */
article .product-type-simple {
	padding: 0 40px 30px 40px;
	margin-bottom: 25px;
}

.product-type-simple .entry-header h1 {
	padding: 20px 30px;
}

.entry-summary h1.product_title {
	color: #000;

}

.woocommerce div.product div.images.woocommerce-product-gallery {
	border-radius: 12px;
	padding: 12px;
	background: #fafafa;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.woocommerce-product-details__short-description p {
	font-size: 15px;
	text-align: justify;
	line-height: 35px;
	color: #000;
}

.product_meta a {
	text-decoration: none;
	color: #0E4975;

}

.wc-tab p {
	font-size: 14px;
	text-align: justify;
	line-height: 35px;
}



/* page */
.type-page .entry-header h1 {
	background: #f0f4f6;
	padding: 20px 25px 20px;
	color: #0E4975;
	font-size: 2em;
	margin: 0 30px;
	border-radius: 15px 15px 60px 60px;
	position: relative;
	overflow: hidden;
}

.type-page .entry-content {
	line-height: 35px;
	padding: 0 40px 30px 40px;
	margin-bottom: 25px;
	font-size: 14px;
	text-align: justify;
}

.type-page .entry-content p {
	padding: 0 10px;
}

.type-page .entry-content p a {
	text-decoration: none;
}

/* post */
.archive-container h1.page-title {
    padding: 25px 30px;
    background: linear-gradient(135deg, #0E4975, #1a6aa3);
    color: #fff;
    border-radius: 14px;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    box-shadow: 0 12px 30px rgba(14, 73, 117, 0.35);
}




.archive-post {
	margin: 30px auto;
	background: #ffffff;
	border-radius: 18px;
	padding: 25px;
	max-width: 800px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	transition: transform .3s ease, box-shadow .3s ease;
}

.archive-post:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.archive-post h2 {
	text-align: center;

}

.archive-post h2 a {
	text-decoration: none;
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: 700;
	color: #0E4975;
	padding-top: 10px;
	text-transform: none;
}

.archive-post p {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #444;
	background: transparent;
	padding: 0;
	box-shadow: none;
	text-align: center;
}

.archive-post .entry-meta {
	display: none;
}



/* داخل اخبار */
.single-post .entry-header h1 {
	background: #f0f4f6;
	padding: 20px 25px 20px;
	color: #0E4975;
	font-size: 2em;
	margin: 0 30px;
	border-radius: 15px 15px 60px 60px;
	position: relative;
	overflow: hidden;
}

.single-post .entry-meta {
	display: none;
}

.single-post .post-thumbnail {
	text-align: center;
}

.single-post .post-thumbnail .wp-post-image {
	padding-top: 20px;
}

.single-post .entry-content {
	line-height: 35px;
	padding: 0 40px 30px 40px;
	margin-bottom: 25px;
	font-size: 14px;
	text-align: justify;

}

/* بخش کامنت */
#comments {
	margin: 40px auto;
	padding: 20px;
	max-width: 800px;
	background-color: #f9f9f9;
	border-radius: 10px;
	border: 1px solid #ddd;
}

.comment-reply-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* لینک لغو پاسخ */
#cancel-comment-reply-link {
	font-size: 14px;
	color: #007BFF;
	text-decoration: none;
}

#cancel-comment-reply-link:hover {
	text-decoration: underline;
}

/* فرم کامنت */
.comment-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"] {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	box-sizing: border-box;
	font-family: inherit;
}

form.wpcf7-form textarea[name="your-message"] {
	height: 100px !important;
}

.nav-links {
	overflow: hidden;
	margin: 20px 40px;
}


.nav-links .nav-previous {
	float: left;
}

.nav-links .nav-next {
	float: right;
}

.nav-links a {
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px;
	background-color: #0E4975;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	transition: background-color 0.3s;
}

.nav-links a:hover {
	background-color: #0056b3;
}


.nav-links .nav-title {
	display: none;
}


@media (max-width: 768px) {
	.nav-links {
		margin: 10px 20px;
	}

	.nav-links .nav-previous,
	.nav-links .nav-next {
		float: none;
		text-align: center;
		margin: 8px 0;
	}

	.nav-links a {
		width: 90%;
		padding: 8px 15px;
		font-size: 14px;
		box-sizing: border-box;
	}
}

.comment-form .submit {
	background-color: #0E4975;
	color: #fff;
	padding: 10px 25px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	transition: background-color 0.3s;
}

.comment-form .submit:hover {
	background-color: #0056b3;
}

/* پیام‌های راهنما */
.required-field-message {
	font-size: 12px;
	color: #666;
}

/* نظرات قبلی */
.comment-list {
	margin-top: 40px;
	list-style: none;
	padding: 0;
}

.comment-list li {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.comment-list .comment-author {
	font-weight: bold;
	margin-bottom: 5px;
}

.comment-list .comment-meta {
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
}

.comment-list .comment-content {
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 768px) {
	#comments {
		padding: 15px;
		margin: 20px 10px;
	}

	.comment-form .submit {
		width: 100%;
	}
}