/*
Theme Name: New Space
Author: Mehdi Jalili
Author URI: https://github.com/mehdi-jalili/
Description: New Space is a customized wordpress theme for new space consulting company.
Theme URI: https://github.com/mehdi-jalili/
Version: 1.0.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pardis
Tags: blog, one-column, Two-columns, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, threaded-comments, translation-ready, block-styles, wide-blocks, custom-header, featured-image-header, flexible-header

This theme, like WordPress, is licensed under the GPL.
*/

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 {
	margin: 0.67em 0;
}

/* theme style
	 ========================================================================== */

/* Poppins */
@font-face {font-family: 'Poppins'; src: url('/assets/fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff'); font-weight: 200; font-style: normal; font-display: swap; }
@font-face {font-family: 'Poppins'; src: url('/assets/fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face {font-family: 'Poppins'; src: url('/assets/fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face {font-family: 'Poppins'; src: url('/assets/fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face {font-family: 'Poppins'; src: url('/assets/fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff'); font-weight: 100; font-style: normal; font-display: swap; }

/* Oswald */
@font-face {font-family: 'Oswald'; src: url('/assets/fonts/Oswald-SemiBold.woff2') format('woff2'), url('../fonts/Oswald-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face {font-family: 'Oswald'; src: url('/assets/fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face {font-family: 'Oswald'; src: url('/assets/fonts/Oswald-Regular.woff2') format('woff2'), url('../fonts/Oswald-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face {font-family: 'Oswald'; src: url('/assets/fonts/Oswald-Light.woff2') format('woff2'), url('../fonts/Oswald-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face {font-family: 'Oswald'; src: url('/assets/fonts/Oswald-Medium.woff2') format('woff2'), url('../fonts/Oswald-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
.oswald{font-family: 'Oswald';}


/* Common CSS */
*{margin: 0; padding: 0; box-sizing: border-box;}
a{text-decoration: none; display: inline-block; transition:  0.2s ease-in;}
a:hover{text-decoration: none;}
/* a:focus{outline: none !important;} */
body{line-height: 1.8;}
html{scroll-behavior: smooth;}

/* button:focus{outline: auto;} */
/* input:focus{outline: auto; box-shadow: none !important;} */
.container{max-width: 1800px;}
.font-13{font-size: 13px;}
.font-14{font-size: 14px;}
.font-16{font-size: 16px;}
.font-18{font-size: 18px;}
.font-20{font-size: 20px;}
.font-27{font-size: 27px;}
.font-300{font-weight: 300;}
.font-400{font-weight: 400;}
.font-500{font-weight: 500;}
.font-600{font-weight: 600;}
.font-700{font-weight: 700;}
.border-r5{border-radius: 5px;}
.border-r10{border-radius: 10px;}
.border-r20{border-radius: 20px;}
.border-r30{border-radius: 30px;}
.border-r50{border-radius: 50px;}
.border-50{border-radius: 100%;}
.form-control{border-radius: 0; border: 0; background-color: transparent;}
.form-control:focus{box-shadow: none; outline: 0;}
.relative{position: relative;}
.form-control::placeholder{color: #BEC2CE;}
select{
	appearance: none;
	background: url('/assets/images/angle-dropdown.png') no-repeat right 15px center;
	 padding-right: 40px;}
select:focus{outline: 0;}
.text-underline{text-decoration: underline !important;}
.pointer{cursor: pointer;}


#pc-header-cnt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid#1A2C56;
}

.btn{
	min-width: 115px;
}

/* Site Branding */
.site-logo {max-width: 230px;}
.site-branding{padding-top: 15px;}
.site-branding .site-title a {font-size: 25px; color: #fff;}
h1.site-title,
h1.site-title a{color: #fff;}

/* Header CSS */

#mobile-menu-container{
    position: fixed;
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    z-index: 3;
    transition: 0.7 ease;
}


.mobile-menu {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.mobile-menu.show {
    opacity: 1;
    visibility: visible;
}

#mobile-menu-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 80vw;
    background-color: #fff;
    padding-bottom: 60px;
}



#primary-menu-list{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0;
    padding: 5px 0px 5px 0px;
	list-style: none;
}

#primary-menu-list li{
	font-weight: 500;
}


/* .menu .navbar-nav li a:focus{outline: none;} */
.menu .navbar-nav li.active a, .menu .navbar-nav li a:hover {color: #1A2C56;}
.menu .navbar-nav li{margin: 0 10px; position: relative;padding: 10px 0;}
.menu ul ul { list-style: none; display: none; right: auto; left: 0; border-top: 1px solid #1A2C56; margin: 0; min-width: 245px; position: absolute; top: 35px; z-index: 9999; background: #252728; padding: 0px; }
.menu li:hover ul { display: block; }
.menu .navbar-nav li.current-menu-item a{color: #1A2C56; font-weight: bold;}
.navbar-brand {max-width: 260px;}
.mobile-menu-close {display: none;}
.submenu-caret {padding: 0 10px;}
.submenu-caret:focus {
    padding: 0 10px;
    outline: 1px dotted white;
}

/* Responsive
	 ========================================================================== */


@media only screen and (max-width: 1440px) {
    .menu .navbar-nav .nav-item .nav-link {font-size: 16px;}
    .menu .navbar-nav .nav-item {margin: 0 5px;}
}

@media only screen and (max-width: 1240px) {
    .navbar-brand {max-width: 160px;}
    .menu .navbar-nav .nav-item .nav-link {font-size: 14px; padding: 8px 5px;}
    .header-right-section img {width: 25px; height: 25px;}
    .font-20{font-size: 18px;}
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 991px) {
    .menu .navbar-nav .nav-item .nav-link {font-size: 16px;}
    div#navbarNav {border-top: 1px solid #fff; position: absolute; top: 0; left: 0; right: 0; background-color: #9b9b9b; z-index: 1;}
    ul.navbar-nav {height: 100vh; padding: 30px; text-align: center; }
    button.navbar-toggler {position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
    .header-right-section {margin-right: 70px;}
    .menu .navbar-light .navbar-toggler-icon {background-image: url(../pardis/assets/images/menu.png); background-size: 22px;}
    .menu .navbar-light .navbar-toggler {border-color: #fff;}
    .menu .navbar-nav .nav-item {margin: 2px 10px;}
    .form-active { bottom: -90px;}
    .menu ul ul {position: static; border-top: unset;background: none;}
    .menu li:hover ul{display: none;}
    .menu li:hover ul li{padding: 15px;}
    .menu .navbar-nav li{padding: 15px;}
	.menu .navbar-nav li li{padding: 15px;}
	
    .menu .navbar-nav li.menu-item-has-children > a:after {display: none;}

    .mobile-menu-close {display: block; position: absolute; top: 2px; right: 2px; padding: 15px 20px;}
    .mobile-menu-close img {width: 15px; }
    .mobile-menu-close:focus {padding: 15px 20px; outline: 1px dotted white;}
}


@media only screen and (max-width: 575px) {
    .navbar-toggler { padding: 2px 6px;}
    nav.navbar {padding-left: 10px !important; padding-right: 10px !important;}
    button.navbar-toggler{right: 10px;}
    .header-right-section { margin-right: 55px;}
    .footer-title {height: auto;}
    .navbar-brand {max-width: 130px;}
    .font-16-mobile{font-size: 16px;}
}

.search-icon-btn{
    width: 40px;
    padding: 0px;
    margin: 0px;
    background-color: red;
}


/* Page Content */
.pardis-page {
    display: block;
    padding: 50px 4%;
    min-height: 60vh;
}

.page-header {margin-bottom: 20px;}


/* Page Links */
.nav-links a,
.entry-meta a,
.entry-content a,
.page-content a,
.comment-form a {
    font-weight: bold;
    text-decoration: underline;
}

.readmore-meta a{
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.comment-form input[type="submit"] {padding: 10px 15px;}


/* Widget */
.widget-area a {
    color: #1A2C56;
    font-weight: bold;
}
.widget-area ul {
    list-style-type: unset;
}

/* Footer */

.contact-form-newsletter-sub{
	display: flex;
	flex-direction: row;
}


.footer-cnt,
.footer-subcnt{
	display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-cnt{
    align-items: flex-start;
    padding: 20px;
}

#footer-newsletter-cnt{
	width: 100%;
	height: 150px;
	background-color: #1A2C56;
	display: flex;
    flex-direction: row;
	justify-content: space-around;
}

.main404{
    min-height: 60vh;
}

#newsletter-footer-text-cnt-one,
#newsletter-footer-text-cnt-two{
    font-size: 27px;
    color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}


footer{
	background-color: #eeeeee;
}

.social-icons img{width: 45px; height: 45px;}
.social-icons a{margin-left: 15px;}



/* 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 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 {
	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 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 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: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"],
.form-submit #submit {
	border: 1px solid;
	line-height: 1;
	padding: 0.6em 1em;
	transition: 0.5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.form-submit #submit:hover {
	border-color:#1A2C56;
	color:#1A2C56;
	background-color: #ffffff;
	transition: 0.5s;
}

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: #1A2C56;
	color:#1A2C56;
	background-color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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: #1A2C56;
	border: 1px solid #1A2C56;
	border-radius: 3px;
	padding: 3px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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: #1A2C56;
}

select {
	border: 1px solid #1A2C56;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
#masthead{
	background-color: #1A2C56;
}

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

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

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

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

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

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 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
--------------------------------------------- */

/*
post box desktop
*/

.index-post-box-even,
.index-post-box-odd{
    display: flex;
    flex-direction: column;
	width: 400px;
}

.index-post-box-even{
	background-color: #ffffff;
}

.index-post-box-odd{
	background-color: #F1F2F9;
}

#newsletter-form-cnt,
#newsletter-form-cnt p{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    width: 330px;
    padding: 10px 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #27085a;
    position: relative;
    z-index: 2;
    margin-left: -90px;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #fff;
    color: #27085a;
}

#footer-menu-list{
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.w-875{
	width: 875px;
}

button,
.form-submit #submit{
    outline: 0;
    border: 1px solid #1A2C56;
	background-color: #1A2C56;
	color: #ffffff;
	min-width: 115px;
	font-weight: 600;
}

button#search-icon-btn{
    min-width: 5px;
    background-color: transparent !important;
    padding: 0;
}

.mainpage-header-ttl{
	font-weight: bold;
	color: #1A2C56;
	text-decoration: underline;
}

.pt-pb-100{
	padding: 100px 0px;
}

@media screen and (min-width: 992px) {

	.index-post-txt-thumb,
	.index-post-txt-nothumb{
		padding: 0px 20px;
	}

	.index-post-txt-nothumb {
		padding: 0px 20px;
	}

	.index-post-img,
	img.wp-post-image {
		height: 226px;
		width: 400px;
	}

    #footer-newsletter-cnt{
        flex-direction: row;
        justify-content: center;
    }

    .index-post-box-even,
    .index-post-box-odd{
        margin: 0px 10px;
    }
    

}

@media screen and (max-width: 991px) {

    .pt-pb-100{
	    padding: 50px 0px;
    }

    .w-875 {
        width: 80%;
    }

    button {
        min-width: 140px;
        min-height: 45px;
    }

    .mainpage-header-ttl{
        font-size: 22px;
    }

    #primary-menu-list,
    #footer-newsletter-cnt,
    .footer-cnt,
    #footer-menu-list,
    .footer-subcnt{
        flex-direction: column;
        justify-content: center;
    }

    .footer-cnt{
        align-items: center;
    }

    
    .index-post-box-even,
    .index-post-box-odd{
        width: 400px;
        margin-bottom: 50px;
    }

    .index-post-txt-thumb,
	.index-post-txt-nothumb{
		padding: 0px 15px;
	}

    #footer-newsletter-cnt{
        width: 100%;
        height: 150px;
        background-color: #1A2C56;
    }

    #primary-menu-list li{
        padding: 20px 0px 0px 0px;
        border-bottom: 1px solid #000;
    }

    #newsletter-footer-text-cnt-one,
    #newsletter-footer-text-cnt-two{
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

    #footer-menu-list{
        text-align: center;
        font-size: 18px;
    }

    #footer-menu-list li{
        padding: 20px;
        border-bottom: 1px solid #000;
    }

    #newsletter-form-cnt {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        align-items: center;
    }

    #newsletter-form-input {
        flex: 1;
        min-width: 0;
        margin-left: 90px;
    }

    #newsletter-submit-btn {
        flex-shrink: 0;
    }
    #newsletter-form-cnt {
        flex-direction: row;
        width: 100%;
    }
    
    #newsletter-form-input input,
    #newsletter-submit-btn input {
        height: 40px; /* ارتفاع یکسان */
        box-sizing: border-box;
    }
    
    #newsletter-form-input {
        flex: 1;
    }

    input.wpcf7-form-control.wpcf7-submit.has-spinner {
        margin-left: -86px;
    }

        .mainpage-header-ttl{
        font-size: 22px;
    }
}


@media screen and (max-width: 687px) {
    .site-logo {max-width: 150px;}
	h3.mainpage-header-ttl {
    text-align: center;
	}
}

/*
post box end
*/

.sticky {
	display: block;
}

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

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

/* .entry-img{
	display: flex;
	justify-content: center;
} */

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

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

.bypostauthor {
	display: block;
}

.comment-meta {
	background-color: transparent;
	padding: 20px 10px;
}

.comment-body{
	border: 1px solid #1A2C56;
	border-radius: 15px;
	padding: 10px 20px;
}

.comment-form-url,
.comment-form-cookies-consent{
    display: none;
}

/* Widgets
--------------------------------------------- */

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.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-left: auto;
	margin-right: 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;
	left: 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;
}

.back-post-even{
	background-color: #F1F2F9;
}

.w-920{
	width: 920px;
}

.max-h-480{
	max-height: 480px;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.header-cnt {
    padding: 0px 50px;
}

.search-field-form{
    display: flex;
    flex-direction: row;
}

input.search-input {
    width: 150px;
}

#search-icon-btn {
    background: none;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    margin-left: -40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search-icon-btn:hover svg {
    stroke: #0073aa; /* تغییر رنگ آیکون هنگام هاور */
}


#search-icon-btn:hover {
    background-color: #005a87;
}


.mob-menu-btn{
    width: 250px;
    margin: 10px;
}


img#footer-linkedin-img {
    width: 55px;
    height: auto;
}

.hr-footer{
	margin: 0;
}

footer p{
	margin: 0;
	line-height: 20px;
}

.tblhead{
	background-color: #1A2C56;
	color: #ffffff;
}

.sortable {
    cursor: pointer;
    position: relative;
    padding-right: 30px !important;
}

.sortable::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffffff;
	margin-top: 5px;
    opacity: 0.8;
}

.sortable::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    margin-top: -8px;
	opacity: 0.8;
}

.sortable.asc::after {
    border-top-color: #ccc;
    opacity: 0.8;
}

.sortable.asc::before {
    border-bottom-color: #fff;
    opacity: 0.8;
}

.sortable.desc::after {
    border-top-color: #fff;
    opacity: 0.8;
}

.sortable.desc::before {
    border-bottom-color: #ccc;
    opacity: 1;
}

.table-head-shevron-cnt{
	position: relative;
}


/* single company */

/* استایل‌های صفحه تک شرکت */
.company-single {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* هدر شرکت */
.company-header {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 30px 40px;
}

.company-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.company-breadcrumb {
    color: rgba(255,255,255,0.8);
}

.company-breadcrumb a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.company-breadcrumb a:hover {
    opacity: 0.9;
}

.company-actions {
    display: flex;
    gap: 10px;
}

.company-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.company-logo-title {
    display: flex;
    align-items: center;
    gap: 25px;
    flex: 1;
}

.company-logo-container {
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-height: 50px;
}

.company-logo {
    height: 50px;
	width: auto;
    object-fit: contain;
}

.company-title-wrapper {
    flex: 1;
}

.company-title {
    color: white;
    font-size: 2.8em;
    margin: 0 0 15px 0;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.2);
}

.company-category-badge {
    display: inline-flex;
	max-width: 300px;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.95em;
    backdrop-filter: blur(10px);
}

.company-website-link .website-btn {
    background: #4CAF50;
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: transform 0.3s, background 0.3s;
    white-space: nowrap;
}

.company-website-link .website-btn:hover {
    background: #45a049;
    transform: translateY(-2px);
}

/* محتوای اصلی */
.company-content-wrapper {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    padding: 40px;
}

@media (max-width: 1024px) {
    .company-content-wrapper {
        grid-template-columns: 1fr;
    }
}

/* سایدبار */
.company-info-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
    position: sticky;
    top: 20px;
}

.info-card-title {
    color: #1e293b;
    border-bottom: 2px solid #cbd5e1;
    padding-bottom: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.4em;
}

.company-info-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 12px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    transition: border-color 0.3s;
}

.info-item:hover {
    border-color: #3b82f6;
}

.info-icon {
    color: #3b82f6;
    font-size: 1.2em;
    margin-top: 2px;
}

.info-content {
    flex: 1;
}

.info-label {
    display: block;
    color: #64748b;
    font-size: 0.85em;
    margin-bottom: 4px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.info-value {
    display: block;
    color: #1e293b;
    font-weight: 500;
    line-height: 1.4;
}

/* بخش محصولات */
.company-products-section,
.company-executives-section {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 2px solid #e2e8f0;
}

.section-title {
    color: #334155;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1em;
}

.products-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-item {
    padding: 8px 0;
    border-bottom: 1px dashed #e2e8f0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #475569;
}

.product-item:last-child {
    border-bottom: none;
}

.product-item .dashicons {
    color: #3b82f6;
    font-size: 1em;
}

/* بخش C-Level Executives */
.executives-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.executive-item {
    padding: 12px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    line-height: 1.5;
}

.executive-position {
    color: #1e40af;
    font-weight: 600;
    margin-right: 8px;
}

.executive-name {
    color: #1e293b;
}

/* لینک وبسایت */
.company-contact-section {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid #e2e8f0;
}

.website-full-link {
    display: block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.website-full-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    color: white;
}

/* محتوای اصلی */
.company-main-content {
    color: #334155;
    line-height: 1.8;
}

.section-main-title {
    color: #1e293b;
    border-bottom: 3px solid #3b82f6;
    padding-bottom: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.6em;
}

.company-highlights {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 25px;
    border-radius: 12px;
    margin: 30px 0;
    border-left: 4px solid #0ea5e9;
}

.company-additional-details {
    margin-top: 40px;
}

.taxonomy-section {
    margin-bottom: 25px;
}

.taxonomy-title {
    color: #475569;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.taxonomy-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.taxonomy-tag {
    background: #f1f5f9;
    color: #475569;
    padding: 6px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9em;
    transition: all 0.3s;
    border: 1px solid #cbd5e1;
}

.taxonomy-tag:hover {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6;
    transform: translateY(-2px);
}

/* فوتر شرکت */
.company-footer {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 25px 40px;
}

.company-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.company-meta {
    color: #64748b;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.post-date,
.post-id {
    display: flex;
    align-items: center;
    gap: 8px;
}

.company-share-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.share-label {
    color: #64748b;
    font-weight: 500;
}

.share-btn {
    padding: 6px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9em;
    transition: opacity 0.3s;
}

.share-btn.facebook { background: #1877f2; color: white; }
.share-btn.twitter { background: #1da1f2; color: white; }
.share-btn.linkedin { background: #0077b5; color: white; }
.share-btn.email { background: #ea4335; color: white; }

.share-btn:hover {
    opacity: 0.9;
    color: white;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .company-header,
    .company-content-wrapper,
    .company-footer {
        padding: 20px;
    }
    
    .company-title {
        font-size: 2em;
    }
    
    .company-logo-title {
        flex-direction: column;
        text-align: center;
    }
    
    .company-header-main {
        flex-direction: column;
        text-align: center;
    }
    
    .company-footer-content {
        flex-direction: column;
        text-align: center;
    }

    #newsletter-footer-text-cnt-one, #newsletter-footer-text-cnt-two {
    font-size: 19px;
    }

    input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
        width: 230px;
        padding: 5px;
    }


}

/* استایل‌های عمومی */
.dashicons {
    vertical-align: middle;
    line-height: inherit;
}

/* انیمیشن‌ها */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.company-info-card,
.company-description,
.company-highlights {
    animation: fadeIn 0.5s ease-out;
}

/* post type companies */

        .company-meta-fields .meta-field-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }
        
        @media (max-width: 768px) {
            .company-meta-fields .meta-field-row {
                grid-template-columns: 1fr;
            }
        }
        
        .company-meta-fields p {
            margin-bottom: 20px;
        }
        
        .company-meta-fields label {
            display: block;
            margin-bottom: 5px;
        }
        
        .company-meta-fields .description {
            display: block;
            color: #666;
            font-size: 12px;
            margin-top: 4px;
            font-style: italic;
        }
        
        .company-meta-fields input[type="text"],
        .company-meta-fields input[type="url"],
        .company-meta-fields textarea {
            border: 1px solid #ddd;
            border-radius: 4px;
        }
        
        .company-meta-fields input[type="text"]:focus,
        .company-meta-fields input[type="url"]:focus,
        .company-meta-fields textarea:focus {
            border-color: #007cba;
            box-shadow: 0 0 0 1px #007cba;
            outline: none;
        }

        select.form-select.d-flex {
            width: 140px;
        }

/* company single page */

.company-single {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }
    
    .company-header {
        background: #f8f9fa;
        border-radius: 10px;
        padding: 30px;
        margin-bottom: 30px;
        border: 1px solid #e9ecef;
    }
    
    .company-header-top {
        margin-bottom: 20px;
    }
    
    .company-breadcrumb {
        font-size: 14px;
        color: #6c757d;
    }
    
    .company-breadcrumb a {
        color: #0d6efd;
        text-decoration: none;
    }
    
    .company-breadcrumb a:hover {
        text-decoration: underline;
    }
    
    .company-header-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .company-logo-title {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    .company-logo-container {
        width: 100px;
        height: 100px;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #dee2e6;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .company-logo {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
    }
    
    .company-title-wrapper {
        flex: 1;
    }
    
    .company-title {
        margin: 0 0 10px 0;
        color: #212529;
        font-size: 32px;
    }
    
    .company-category-badge {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        background: #e7f1ff;
        color: #0d6efd;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 500;
    }
    
    .company-website-link .website-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #0d6efd;
        color: white;
        padding: 10px 20px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 500;
        transition: background 0.3s;
    }
    
    .company-website-link .website-btn:hover {
        background: #0b5ed7;
    }
    
    .company-content-wrapper {
        display: grid;
        grid-template-columns: 350px 1fr;
        gap: 30px;
    }
    
    @media (max-width: 992px) {
        .company-content-wrapper {
            grid-template-columns: 1fr;
        }
    }
    
    .company-sidebar {
        position: sticky;
        top: 20px;
        height: fit-content;
    }
    
    .company-info-card {
        background: white;
        border-radius: 10px;
        padding: 25px;
        border: 1px solid #e9ecef;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    
    .info-card-title {
        margin: 0 0 25px 0;
        padding-bottom: 15px;
        border-bottom: 2px solid #0d6efd;
        color: #212529;
        font-size: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .company-info-grid {
        display: grid;
        gap: 15px;
        margin-bottom: 25px;
    }
    
    .info-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 12px;
        background: #f8f9fa;
        border-radius: 8px;
    }
    
    .info-icon {
        color: #0d6efd;
    }
    
    .info-content {
        flex: 1;
    }
    
    .info-label {
        display: block;
        font-size: 12px;
        color: #6c757d;
        margin-bottom: 4px;
    }
    
    .info-value {
        display: block;
        font-weight: 500;
        color: #212529;
    }
    
    .company-fields-section,
    .company-products-section,
    .company-executives-section {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #e9ecef;
    }
    
    .section-title {
        margin: 0 0 15px 0;
        color: #495057;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .fields-list,
    .executives-list {
        display: grid;
        gap: 10px;
    }
    
    .field-item,
    .executive-item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        background: #f8f9fa;
        border-radius: 6px;
        border-left: 3px solid #0d6efd;
    }
    
    .field-item .dashicons,
    .product-item .dashicons {
        color: #0d6efd;
        font-size: 16px;
    }
    
    .executive-position {
        font-weight: 600;
        color: #212529;
    }
    
    .executive-name {
        color: #495057;
    }
    
    .products-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .product-item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 0;
        border-bottom: 1px solid #e9ecef;
    }
    
    .product-item:last-child {
        border-bottom: none;
    }
    
    .company-contact-section {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #e9ecef;
    }
    
    .website-full-link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #198754;
        color: white;
        padding: 12px 20px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 500;
        text-align: center;
        transition: background 0.3s;
    }
    
    .website-full-link:hover {
        background: #157347;
        color: white;
    }
    
    .company-main-content {
        background: white;
        border-radius: 10px;
        padding: 30px;
        border: 1px solid #e9ecef;
    }
    
    .company-description {
        margin-bottom: 30px;
    }
    
    .section-main-title {
        margin: 0 0 20px 0;
        color: #212529;
        font-size: 24px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .entry-content {
        line-height: 1.8;
        color: #495057;
    }
    
    .company-highlights {
        background: #fff3cd;
        border: 1px solid #ffecb5;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .company-highlights .section-title {
        color: #856404;
    }
    
    .excerpt-content {
        color: #856404;
        line-height: 1.6;
    }
    
    .company-additional-details {
        display: grid;
        gap: 20px;
    }
    
    .taxonomy-section {
        padding: 20px;
        background: #f8f9fa;
        border-radius: 8px;
    }
    
    .taxonomy-title {
        margin: 0 0 15px 0;
        color: #495057;
        font-size: 16px;
    }
    
    .taxonomy-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .taxonomy-tag {
        display: inline-block;
        padding: 5px 12px;
        background: white;
        color: #0d6efd;
        border: 1px solid #0d6efd;
        border-radius: 20px;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s;
    }
    
    .taxonomy-tag:hover {
        background: #0d6efd;
        color: white;
    }

.wpcf7-response-output {
    position: absolute;
    margin: 0 !important;
    background-color: white;
    color: blue;
    border-color: #27085a !important;
}

.wpcf7-not-valid-tip {
    display: none;
}

/* Essential styles for dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    min-width: 220px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175);
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-menu.show {
    display: block !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 15px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: capitalize;
}

.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

#categoryDropdown {
    background-color: #27085a;
    border-color: #27085a;
    min-width: 200px;
    transition: all 0.3s ease;
    padding-right: 30px; /* More space for caret */
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

#categoryDropdown:hover {
    background-color: #ffffff;
    border-color: #27085a;
    color: #27085a;
}

/* Caret (arrow) style */
#categoryDropdown .caret {
    display: inline-block !important;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 5px solid white;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

/* Caret rotation animation when dropdown opens */
.dropdown.show #categoryDropdown .caret {
    transform: translateY(-50%) rotate(180deg);
}

/* Spinner */
#loading-spinner {
    width: 3rem;
    height: 3rem;
}

/* Animation for posts */
#posts-container {
    transition: opacity 0.3s ease;
}

#posts-container article {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Prevent other styles from affecting dropdown */
.dropdown-toggle::after {
    display: none !important;
}

/* For mobile */
@media (max-width: 768px) {
    #categoryDropdown,
    .width-sm-200 {
        min-width: 200px;
    }
    
    .dropdown-menu {
        min-width: 180px;
    }
}