/*!
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.
 */
/* Regular */

@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;
}


/* header */
html,
body {
	overflow-x: hidden !important;
}

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


.backheader1 {
	background-color: #8B0303;
	margin-bottom: 0;
}

.backheader1_col {
	padding: 10px 0;
}

.menu-social-container {
	text-align: center;
}

@media (min-width: 768px) {
	.menu-social-container {
		text-align: right;
	}
}

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

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

.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 li::before {
	pointer-events: none;
}

.menu-social-container li.menu-item-9 a::before {
	font-family: "Font Awesome 6 Brands";
	content: "\f16d";
	color: #fff;
	font-size: 15px;
}

.menu-social-container li.menu-item-9 a:hover:before {
	color: #093250;
}

.menu-social-container li.menu-item-10 a::before {
	font-family: "Font Awesome 6 Brands";
	content: "\e61b";
	color: #fff;
	font-size: 15px;
}

.menu-social-container li.menu-item-10 a:hover::before {
	color: #000;
}


.menu-social-container li.menu-item-11 a::before {
	font-family: "Font Awesome 6 Brands";
	content: "\f0e1";
	color: #fff;
	font-size: 15px;
}

.menu-social-container li.menu-item-11 a:hover::before {
	color: #093250;
}

.menu-social-container li.menu-item-245 a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('https://papcoke.com/wp-content/uploads/2025/11/aparat-1.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	text-indent: -9999px;
	transition: filter 0.2s ease-in-out;
}

.menu-social-container li.menu-item-245 a:hover {
	filter: brightness(0);
}


.email p {
	text-align: center;
	margin-bottom: 0 !important;
}

.phone p {
	text-align: center;
	margin-bottom: 0 !important;

}


@media (min-width: 768px) {
	.phone p {
		text-align: left;
	}

	.email p {
		text-align: left;

	}
}

@media (max-width: 767px) {
	.menu-social-container ul {
		padding: 5px;
	}

	.email p {
		padding-bottom: 5px;
	}
}


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

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

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

/* header2 */


.logo {
	padding-top: 8px;
	text-align: right;
}


.menu-mainmenu-container ul {
	margin: 35px 0;
	padding-left: 0;
	padding-right: 0;
	white-space: nowrap;
	list-style: none;

}

.menu-mainmenu-container>ul>li {
	display: inline-block;
	margin: 0 3px;
}

.menu-mainmenu-container li a {
	text-decoration: none;
	padding: 6px 2px;
	font-size: 15px;
	white-space: nowrap;
	display: block;
	font-weight: bold;
	text-transform: capitalize;
	color: #093250;
	transition: all 0.5s ease;


}

@media (min-width: 1024px) and (max-width: 1199px) {
	.menu-mainmenu-container li a {
		padding: 2px 3px;
		font-size: 13px;
		margin: 0;
		white-space: nowrap;
	}

	.menu-mainmenu-container>ul>li {
		margin: 0 1px;
	}
}

.menu-mainmenu-container li a:hover {
	color: #8B0303;
}

.menu-mainmenu-container ul.menu-item-24 {
	color: #8B0303;
}

#menu-item-113>a {
	color: #8B0303 !important;
}

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

.menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 230px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	padding: 0;
	margin: 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	backdrop-filter: none;
}


.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
}

.menu .sub-menu li a:hover {
	color: #8B0303;
}

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

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

.btn {
	padding-top: 30px;
	display: block !important;

}

.btn p a {
	text-decoration: none;
	background: #8B0303;
	color: #fff;
	display: block;
	font-size: 14px;
	border-radius: 5px;
	padding: 12px 25px;
	font-weight: 600;
	transition: transform 0.5s ease;
	white-space: nowrap;
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.btn p a {
		padding: 10px 20px;
		white-space: nowrap;
	}
}

.btn p a:hover {
	background-color: #093250;
}


@media screen and (max-width: 1024px) {
	.btn {
		display: none !important;
	}
}

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

#rmp-menu-wrap-141 .rmp-menu-current-item .rmp-menu-item-link {
	background-color: #8B0303 !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: rgba(9, 50, 80, 0.4) !important;
	color: #fff !important;
	transition: background-color 0.3s ease !important;
}

@media (min-width: 576px) and (max-width: 767px) {
	#rmp_menu_trigger-141 {
		right: auto;
		left: 20px;
		top: 97px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#rmp_menu_trigger-141 {
		right: auto;
		left: 20px;
		top: 68px;
	}
}




/* slidr */

.seriousslider-caption-text p {
	font-size: 18px !important;
}

.seriousslider-caption-buttons a:nth-child(1) {
	color: rgb(255, 255, 255) !important;
	border-radius: 5px !important;
	padding: 15px 30px !important;
	background-color: transparent !important;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: transform 0.5s ease !important;
	font-size: 16px !important;
}

.seriousslider-caption-buttons a:nth-child(1):hover {
	background-color: #8B0303 !important;
	border-color: #8B0303 !important;
}

.seriousslider-caption-buttons a:nth-child(2) {
	color: rgb(255, 255, 255) !important;
	border-radius: 5px !important;
	padding: 15px 30px !important;
	background-color: #8B0303 !important;
	text-decoration: none !important;
	box-shadow: none !important;
	margin-right: 10px !important;
	border-color: #8B0303 !important;
	transition: transform 0.5s ease !important;
	font-size: 16px !important;
}

.seriousslider-caption-buttons a:nth-child(2):hover {
	background-color: #093250 !important;
	border-color: #093250 !important;
}

.cryout-serious-slider .seriousslider-inner,
.cryout-serious-slider .item {
	margin: 0 !important;
	padding: 0 !important;
}

.cryout-serious-slider .item img.item-image {
	display: block !important;
	width: 100% !important;
	height: auto !important;
}



/*contact*/
.contact {
	background-color: #8B0303;
}

.contact_text p {
	color: #FFFFFF;
	font-size: 15px;
	padding-top: 25px;
	padding-bottom: 5px;
}

.contact_btn {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

@media (min-width:1200px) {
	.contact_btn {
		text-align: left;
		padding-top: 40px;


	}

	.contact_text p {
		font-size: 18px;
		padding-top: 40px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.contact_btn {
		text-align: left;
		padding-top: 40px;
	}

	.contact_text p {
		padding-top: 40px;
		font-size: 15px;
	}
}

.contact_btn p a {

	text-decoration: none;
	background-color: #FFFFFF;
	color: #093250;
	border-style: none;
	padding: 12px 40px 12px 40px;
	font-size: 16px;
}

/*box*/
.box {
	padding: 90px 0;
}

@media (max-width: 768px) {
	.box {
		padding: 90px 0 20px;
	}
}

.box_img1,
.box_img2,
.box_img3 {
	padding: 0 20px;
	box-sizing: border-box;
}

.box_img1 .widget_media_image,
.box_img2 .widget_media_image,
.box_img3 .widget_media_image {
	text-align: center;
}

.box_img1 .widget_media_image img,
.box_img2 .widget_media_image img,
.box_img3 .widget_media_image img {
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15),
		0 4px 8px rgba(0, 0, 0, 0.08);
}


.box_img1 h2,
.box_img2 h2,
.box_img3 h2 {
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin-bottom: 10px;
	font-size: 21px;
	color: #8B0303;
}

.box_img1 p,
.box_img2 p,
.box_img3 p {
	text-align: center;
	font-size: 17px;
	line-height: 1.8;
	color: #093250;
	padding: 0 8px;
}

/*about*/
.about {
	padding: 90px 0;
}

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

.about_text #text-10 h2 {
	font-size: 20px;
	font-weight: bold;
	color: #8B0303;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);

}

.about_img .widget_media_image img {
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15),
		0 4px 8px rgba(0, 0, 0, 0.08);
}

.about_text #text-11 h2 {
	font-size: 30px;
	line-height: 61px;
	color: #093250;

}

.about_text #text-11 p {
	padding: 20px 0px 0px 0px;
	margin-top: 10px;
	text-align: justify;
	line-height: 2;
}

#text-12 p {
	font-size: 20px;
	font-weight: bold;
	color: #093250;
}


#text-13 p a {
	margin: 10px 0px 0px 0px;
	padding: 14px 44px 14px 44px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: none;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	background-color: #8B0303;
	transition: transform 0.5s ease;
}

#text-13 p a:hover {
	background-color: #093250;
}

/* service */
.service {
	padding: 90px 0 70px;
}

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


.service_title p {
	line-height: 61px;
	font-size: 30px;
	color: #093250;
	text-align: center;
	padding-bottom: 20px;
}

.service1,
.service2,
.service3,
.service4 {
	padding: 50px 30px 46px 30px;
	transition: all 0.3s ease;
}

.service1 .widget_media_image img,
.service2 .widget_media_image img,
.service3 .widget_media_image img,
.service4 .widget_media_image img {
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.08);
}

.service1:hover,
.service2:hover,
.service3:hover,
.service4:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	background-color: #f9f9f9;
}


.service1 .widget_media_image,
.service2 .widget_media_image,
.service3 .widget_media_image,
.service4 .widget_media_image {
	text-align: center;
	font-size: 16px;
}

.service1 #text-15 h2,
.service2 #text-16 h2,
.service3 #text-17 h2,
.service4 #text-18 h2 {
	text-align: center;
	padding: 20px 0 0 0;
	color: #093250;
	font-size: 19px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}

.service1:hover #text-15 h2,
.service2:hover #text-16 h2,
.service3:hover #text-17 h2,
.service4:hover #text-18 h2 {
	color: #8B0303;
}

.service1 #text-15 P,
.service2 #text-16 P,
.service3 #text-17 P,
.service4 #text-18 P {
	text-align: center;
	color: #666;
	font-size: 16px;
	transition: all 0.3s ease;
}

.service1:hover #text-15 p,
.service2:hover #text-16 p,
.service3:hover #text-17 p,
.service4:hover #text-18 p {
	color: #093250;
}

/*project*/
.project {
	background-color: #093250;
	padding: 90px 0 70px;
}

.project_title h2 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.project_title p {
	color: #FFFFFF;
	line-height: 61px;
	font-size: 25px;
	text-align: center;
	padding: 0px 0px 20px 0px;
}



.aigpl-img-wrp {
	width: 100%;
	overflow: hidden;
}

.aigpl-img-wrp img.aigpl-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.aigpl-img-wrp:hover img.aigpl-img {
	transform: scale(1.05);
}

/* Engineer 
.engineer {
	padding: 90px 0 50px;
}

.engineer_title h2 {
	font-size: 20px;
	color: #8B0303;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.engineer1 .widget_media_image,
.engineer2 .widget_media_image,
.engineer3 .widget_media_image {
	text-align: center;
}

.engineer1 .widget_media_image img,
.engineer2 .widget_media_image img,
.engineer3 .widget_media_image img {
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15),
		0 4px 8px rgba(0, 0, 0, 0.08);
}

.engineer_title p {
	line-height: 61px;
	font-size: 30px;
	color: #093250;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

#text-24,
#text-25,
#text-26 {
	padding: 18px 10px 23px;
}

#text-24 h2,
#text-25 h2,
#text-26 h2 {
	text-align: center;
	font-size: 19px;
	color: #8B0303;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);

}

#text-24 p,
#text-25 p,
#text-26 p {
	text-align: center;
	color: #093250;
	font-size: 16px;
}*/

/*video*/
.video {
	position: relative;
	background-image: url("https://papcoke.com/wp-content/uploads/2025/11/bacground.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 200px 0;
}

.video_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.video_icon img {
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.5),
		0 0 30px 10px rgba(255, 255, 255, 0.3);
	animation: halo 2s infinite;
}


@keyframes halo {
	0% {
		box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 8px,
			rgba(255, 255, 255, 0.3) 0 0 0 18px,
			rgba(255, 255, 255, 0.035) 0 0 0 28px;
	}

	50% {
		box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 12px,
			rgba(255, 255, 255, 0.3) 0 0 0 24px,
			rgba(255, 255, 255, 0.035) 0 0 0 36px;
	}

	100% {
		box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 8px,
			rgba(255, 255, 255, 0.3) 0 0 0 18px,
			rgba(255, 255, 255, 0.035) 0 0 0 28px;
	}
}

/* logo*/
.logo_part {
	background-color: #8B0303;
}

#wpls-logo-showcase-slider-1 .wpls-fix-box,
#wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image {
	padding: 20px 0;
}

/* blog */
.blogs {
	padding: 90px 0 80px;
}

.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: #8B0303;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.blog_part #text-29 p {
	line-height: 61px;
	font-size: 30px;
	color: #093250;
	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: #093250;
	transition: all 0.3s ease;
}

.carousel-slider__post a.carousel-slider__post-title h2:hover {
	color: #8B0303;
}

.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;
}

/*footer*/
.footerback1 {
	background-color: #093250;
}

.footer_part {
	padding: 100px 0 90px;
}

#text-30 h2,
#text-31 h2,
#text-32 h2,
#text-33 h2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 19px;
	position: relative;
	padding-bottom: 10px;
}

#text-30 h2::after,
#text-31 h2::after,
#text-32 h2::after,
#text-33 h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 3px;
	background-color: #8B0303;
	border-radius: 2px;
}

#text-30 p {
	color: #fff;
	font-size: 18px;
	text-align: justify;
	line-height: 1.8;
}

#text-31 p {
	color: #fff;
	font-size: 18px;
	text-align: right;
	line-height: 1.8;
}

#text-32 p a,
#text-33 p a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-align: justify;
	transition: all 0.3s ease;
}

#text-32 p a:hover,
#text-33 p a:hover {
	color: #8B0303;
}

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

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

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

}

.menu-footersocial-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 li::before {
	pointer-events: none;
}

.menu-footersocial-container li.menu-item-104 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: #0b456e;

}

.menu-footersocial-container li.menu-item-104 a:hover:before {

	background-color: #8B0303;
}

.menu-footersocial-container li.menu-item-105 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: #0b456e;
}

.menu-footersocial-container li.menu-item-105 a:hover::before {
	background-color: #8B0303;
}


.menu-footersocial-container li.menu-item-106 a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('https://papcoke.com/wp-content/uploads/2025/11/aparat-1.png');
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 4px;
	background-color: #0b456e;
	vertical-align: middle;
	text-indent: -9999px;
	transition: background-color 0.2s ease-in-out, filter 0.2s ease-in-out;
}

.menu-footersocial-container li.menu-item-106 a:hover {
	background-color: #8B0303;
}


.menu-footersocial-container li.menu-item-107 a::before {
	font-family: "Font Awesome 6 Brands";
	content: "\f0e1";
	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: #0b456e;
}

.menu-footersocial-container li.menu-item-107 a:hover::before {
	background-color: #8B0303;
}

.footerback2 {
	background-color: #8B0303;
}

.footer_part2 {
	padding: 15px 0;
}

.footer2 p {
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin-bottom: 0 !important;
}

@media (max-width: 768px) {
	.footer_part {
		text-align: center;
		padding: 50px 20px;
	}

	#text-30 h2::after,
	#text-31 h2::after,
	#text-32 h2::after,
	#text-33 h2::after {
		left: 50%;
		right: auto;
		transform: translateX(-50%)
	}

	.footer_part p {
		text-align: center;
	}

	#text-32 p a,
	#text-33 p a {
		display: inline-block;
		text-align: center;

	}

	#text-32 p a:last-child {
		padding-bottom: 10px;
	}

	.menu-footersocial-container {
		text-align: center;
		padding-top: 10px;
	}

	.menu-footersocial-container li {
		display: inline-block;
		margin: 5px;
	}

	#text-30 h2,
	#text-31 h2,
	#text-32 h2,
	#text-33 h2 {
		text-align: center;
		margin-bottom: 15px;
	}
}

/* صفحات داخلی */
#post-38 .entry-header h1,
#post-40 .entry-header h1,
#post-44 .entry-header h1 {
	background: #8B0303;
	padding: 25px;
	color: #fff;
	font-size: 2em;
	margin: 0 30px;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}


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

/* 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: #333;
}

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



/* زمانی که کایک می کنیم روی باکس ها */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #8B0303;
	box-shadow: 0 0 8px rgba(227, 57, 0, 0.3);
	outline: none;
	background: #fff;
}

/* دکمه ارسال */
.wpcf7 input[type="submit"] {
	width: 100%;
	background: linear-gradient(90deg, #8B0303, #ae2b00);
	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;
}

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

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

/* پاسخ فرم (بعد از ارسال) */
.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 #28a745;
	background: #e9f9ee;
	color: #1c7c35;
}

/* خطا */
.wpcf7 form.invalid .wpcf7-response-output {
	border: 1px solid #8B0303;
	background: #ffe9eb;
	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;
	}
}


/* اخبار */
.archive-post {
	margin-bottom: 30px;
}

.archive-container h1.page-title {
	padding: 30px;
	border-right: 10px solid #8B0303;
	color: #093250;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 30px;
}

.archive-post h2 {
	padding: 20px 4px;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	margin: 0 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 9;
	background-color: #fff;
	line-height: 2;
	height: 108px;
}

.archive-post h2 a {
	color: #093250;
	text-decoration: none;
}

.archive-post p {
	padding-bottom: 18px;
	border-radius: 0;
	bottom: 60px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
	clear: both;
	color: #696969;
	display: block;
	font-size: 12px;
	font-weight: 300;
	left: 0;
	margin: 0 20px;
	position: relative;
	text-align: center;
	z-index: 9;
	background-color: #fff;
	padding: 8px;
	line-height: 1.8;
}

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


/* داخل اخبار */
.single-post .entry-header h1 {
	padding-top: 60px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
}

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

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

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

}


/* دکمه های بخش اخبار*/
.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: #093250;
	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;
	}
}


/* بخش کامنت */
#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;
}


/* دکمه ارسال */
.comment-form .submit {
	background-color: #093250;
	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%;
	}
}


/* page */
.type-page .entry-header h1 {
	background: #8B0303;
	padding: 25px;
	color: #fff;
	font-size: 2em;
	margin: 0 30px;
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

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

/*pdf*/
.pdf-list {
	margin: 20px 0;
}

.pdf-card {
	border: 1px solid #ddd;
	padding: 12px 15px;
	border-radius: 8px;
	margin-bottom: 15px;
	background: #f9f9f9;
}

.pdf-title {
	display: block;
	margin-bottom: 8px;
	font-size: 1.1em;
	color: #333;
}

.pdf-actions {
	display: table;
}

.pdf-cell {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}


.download-btn {
	text-decoration: none;
	color: #fff;
	background: #093250;
	padding: 5px 12px;
	border-radius: 5px;
	font-size: 0.9em;
}

.download-btn:hover {
	background: #005177;
	color: #fff;

}

/* جدول آنالیز */
.table-wrapper {
	overflow-x: auto;
	margin: 15px auto;
	max-width: 680px;
}

.styled-table-compact {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	border: 2px solid #093250;
	font-family: sans-serif;
}

.styled-table-compact thead tr {
	background-color: #8B0303;
	color: #ffffff;
	font-weight: bold;
}

.styled-table-compact th,
.styled-table-compact td {
	border: 1px solid #093250;
	padding: 4px 6px;
	font-size: 0.95em;
}

.styled-table-compact tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

.styled-table-compact tbody tr:hover {
	background-color: #d1e0ff;
}

.entry-content .container .col-12:nth-child(2) h2 {
	font-size: 30px;
}

.table-wrapper p {
	text-align: center;
}


.particle-table-wrapper {
	overflow-x: auto;
	margin: 15px auto;
	max-width: 680px;
}

.particle-table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
	border: 2px solid #093250;
	font-family: sans-serif;
}

.particle-table thead tr {
	background-color: #8B0303;
	color: #ffffff;
	font-weight: bold;
}

.particle-table th,
.particle-table td {
	border: 1px solid #093250;
	padding: 4px 6px;
	font-size: 0.95em;
}

.particle-table tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}

.particle-table tbody tr:hover {
	background-color: #d1e0ff;
}


/* فرم استخدام*/

#wpcf7-f390-p393-o1 form {
	max-width: 600px;
	margin: 0 auto !important;
	background: #ffffff;
	padding: 25px;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

/* ظاهر فیلدها */
#wpcf7-f390-p393-o1 input[type="text"],
#wpcf7-f390-p393-o1 input[type="email"],
#wpcf7-f390-p393-o1 input[type="tel"],
#wpcf7-f390-p393-o1 input[type="number"],
#wpcf7-f390-p393-o1 select,
#wpcf7-f390-p393-o1 textarea,
#wpcf7-f390-p393-o1 input[type="file"] {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 14px;
	transition: 0.3s ease;
}

/* حالت فوکوس */
#wpcf7-f390-p393-o1 input:focus,
#wpcf7-f390-p393-o1 select:focus,
#wpcf7-f390-p393-o1 textarea:focus {
	border-color: #8B0303;
	box-shadow: 0 0 8px rgba(227, 57, 0, 0.3);
}

/* فاصله بین فیلدها */
#wpcf7-f390-p393-o1 p {
	margin-bottom: 18px;
}

#wpcf7-f390-p393-o1 input[type="submit"] {
	background: #8B0303;
	color: #fff;
	padding: 14px 20px;
	border-radius: 10px;
	border: none;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
	transition: background 0.3s;
}

#wpcf7-f390-p393-o1 input[type="submit"]:hover {
	background: #8B0303;
}

@media (max-width: 768px) {
  .entry-content iframe {
    height: 300px !important;
	width: 100%!important;
	text-align: center!important;
  }
}
@media (max-width: 576px) {
  .entry-content iframe {
    height: 250px !important;
	width: 100%!important;
  }
}

#post-393 .entry-content p:nth-child(1) {
	 font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
	text-align: center;
	font-weight: bold;
}