/*!
Theme Name: IOTA-Diagnostic
Theme URI: http://underscores.me/
Author: Prashant Gohil
Author URI: https://in.linkedin.com/in/prashant-gohil-5890
Description: Description
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: iota-diagnostic
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.

IOTA-Diagnostic 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.
 */
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;
	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;
	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 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 {
	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-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: auto;
}

.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
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0m;
}

.post,
body.page {
	margin: 0 0 0em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0em 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-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;
}

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

/*--------------------------------------------------------------
# Professional Header Design
--------------------------------------------------------------*/
.site-header {
	background-color: #FFFFFF !important;
	/* Default white background for all pages */
	padding: 24px 0;
	position: sticky;
	top: 0;
	z-index: 999;
	transition: box-shadow 0.3s ease, padding 0.3s ease;
}

/* Add shadow when scrolled */
.site-header.scrolled {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	padding: 15px 0;
}

/* Home page specific background */
.home .site-header {
	background-color: #EAF3F7 !important;
}

.site-header .container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

/* Logo/Branding */
.site-branding {
	flex: 0 0 auto;
}

.site-branding .custom-logo-link {
	display: block;
	line-height: 0;
}

.site-branding img {
	max-height: 60px;
	width: auto;
}

.site-branding .site-title {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}

.site-branding .site-title a {
	color: #2487AB;
	text-decoration: none;
}

.site-description {
	display: none;
}

/* Navigation */
.main-navigation {
	flex: 1 1 auto;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

/* Desktop Menu - Visible by default */
.main-navigation .desktop-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0;
}

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

.main-navigation li {
	position: relative;
	margin: 0;
	padding: 0 20px;
	/* Left and right padding on list item */
}

.main-navigation a {
	display: block;
	padding: 15px 0;
	/* Only top and bottom padding */
/* 	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; */
	font-family: "Exo", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.02em;
	color: #555555;
	text-decoration: none;
	transition: color 0.3s ease, border-bottom 0.3s ease;
	border-bottom: 2px solid transparent;
}

.main-navigation a:hover {
	color: #2487AB;
	border-bottom: 2px solid #2487AB;
}

.main-navigation .current-menu-item>a,
.main-navigation .current_page_item>a,
.main-navigation .current-menu-ancestor>a,
.main-navigation .current_page_ancestor>a {
	color: #2487AB;
	border-bottom: 2px solid #2487AB;
}

/* Parent Menu Item Indicator (SVG Arrow Down) */
.main-navigation .menu-item-has-children>a,
.main-navigation .page_item_has_children>a {
	position: relative;
}

.main-navigation .menu-item-has-children>a::after,
.main-navigation .page_item_has_children>a::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 7px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.61411 6.61297L0.159841 1.1587C0.109166 1.10802 0.068968 1.04786 0.0415425 0.981653C0.014117 0.915442 5.1315e-07 0.844477 5.16282e-07 0.772811C5.19415e-07 0.701145 0.014117 0.63018 0.0415426 0.563969C0.0689681 0.497758 0.109166 0.437597 0.159841 0.386921C0.210517 0.336245 0.270678 0.296047 0.336889 0.268622C0.4031 0.241196 0.474065 0.227081 0.545731 0.227081C0.617398 0.227081 0.688362 0.241196 0.754573 0.268622C0.820784 0.296047 0.880945 0.336245 0.931621 0.386921L6 5.45598L11.0684 0.386922C11.1707 0.284577 11.3095 0.227081 11.4543 0.227081C11.599 0.227081 11.7378 0.284577 11.8402 0.386922C11.9425 0.489266 12 0.628075 12 0.772811C12 0.917548 11.9425 1.05636 11.8402 1.1587L6.38589 6.61297C6.33523 6.66368 6.27508 6.70391 6.20887 6.73136C6.14265 6.75881 6.07168 6.77294 6 6.77294C5.92832 6.77294 5.85735 6.75881 5.79113 6.73136C5.72492 6.70391 5.66477 6.66368 5.61411 6.61297Z' fill='%23555555'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 15px;
	vertical-align: middle;
	transition: all 0.3s ease;
	position: relative;
	top: 0;
	line-height: 1;
}

.main-navigation .menu-item-has-children>a:hover::after,
.main-navigation .page_item_has_children>a:hover::after {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.61411 6.61297L0.159841 1.1587C0.109166 1.10802 0.068968 1.04786 0.0415425 0.981653C0.014117 0.915442 5.1315e-07 0.844477 5.16282e-07 0.772811C5.19415e-07 0.701145 0.014117 0.63018 0.0415426 0.563969C0.0689681 0.497758 0.109166 0.437597 0.159841 0.386921C0.210517 0.336245 0.270678 0.296047 0.336889 0.268622C0.4031 0.241196 0.474065 0.227081 0.545731 0.227081C0.617398 0.227081 0.688362 0.241196 0.754573 0.268622C0.820784 0.296047 0.880945 0.336245 0.931621 0.386921L6 5.45598L11.0684 0.386922C11.1707 0.284577 11.3095 0.227081 11.4543 0.227081C11.599 0.227081 11.7378 0.284577 11.8402 0.386922C11.9425 0.489266 12 0.628075 12 0.772811C12 0.917548 11.9425 1.05636 11.8402 1.1587L6.38589 6.61297C6.33523 6.66368 6.27508 6.70391 6.20887 6.73136C6.14265 6.75881 6.07168 6.77294 6 6.77294C5.92832 6.77294 5.85735 6.75881 5.79113 6.73136C5.72492 6.70391 5.66477 6.66368 5.61411 6.61297Z' fill='%232487AB'/%3E%3C/svg%3E");
	transform: translateY(2px);
}

.main-navigation .menu-item-has-children:hover>a::after,
.main-navigation .page_item_has_children:hover>a::after {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.61411 6.61297L0.159841 1.1587C0.109166 1.10802 0.068968 1.04786 0.0415425 0.981653C0.014117 0.915442 5.1315e-07 0.844477 5.16282e-07 0.772811C5.19415e-07 0.701145 0.014117 0.63018 0.0415426 0.563969C0.0689681 0.497758 0.109166 0.437597 0.159841 0.386921C0.210517 0.336245 0.270678 0.296047 0.336889 0.268622C0.4031 0.241196 0.474065 0.227081 0.545731 0.227081C0.617398 0.227081 0.688362 0.241196 0.754573 0.268622C0.820784 0.296047 0.880945 0.336245 0.931621 0.386921L6 5.45598L11.0684 0.386922C11.1707 0.284577 11.3095 0.227081 11.4543 0.227081C11.599 0.227081 11.7378 0.284577 11.8402 0.386922C11.9425 0.489266 12 0.628075 12 0.772811C12 0.917548 11.9425 1.05636 11.8402 1.1587L6.38589 6.61297C6.33523 6.66368 6.27508 6.70391 6.20887 6.73136C6.14265 6.75881 6.07168 6.77294 6 6.77294C5.92832 6.77294 5.85735 6.75881 5.79113 6.73136C5.72492 6.70391 5.66477 6.66368 5.61411 6.61297Z' fill='%232487AB'/%3E%3C/svg%3E");
	transform: rotate(180deg);
}

/* Hide menu toggle and mobile menu elements on desktop */
@media screen and (min-width: 1101px) {
	.menu-toggle {
		display: none !important;
	}

	.mobile-menu-overlay,
	.mobile-menu-sidebar {
		display: none !important;
	}

	/* Ensure desktop menu is visible */
	.main-navigation .desktop-menu {
		display: flex !important;
	}

	/* Hide mobile menu on desktop */
	.main-navigation .mobile-menu-list {
		display: none !important;
	}
}

/* Header Actions (CTA + Cart) */
.header-actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
}

.header-actions .site-header-cart {
	position: initial;
}

/* CTA Button */
.header-cta-button {
	display: inline-block;
	padding: 18px 30px;
	background: #2487AB;
	color: #FFFFFF !important;
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0;
	text-decoration: none;
	border-radius: 30px;
	border: 2px solid #2487AB;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.header-cta-button:hover {
	background: transparent !important;
	color: #2487AB !important;
	border: 2px solid #2487AB !important;
}

.header-cta-button:active {
	background: transparent !important;
	color: #2487AB !important;
	border: 2px solid #2487AB !important;
}

.header-cta-button:focus {
	outline: none !important;
	box-shadow: none !important;
}

/* Shopping Cart in Header */
.site-header-cart {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.site-header-cart li {
	display: inline-block;
}

.site-header-cart .cart-contents {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 15px;
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	min-width: 50px;
	padding-right: 0
}

.site-header-cart .cart-contents:hover {
	color: #2487AB;
}

.site-header-cart .cart-contents:focus {
	outline: none !important;
}

.site-header-cart .cart-contents svg {
	width: 32px;
	height: 32px;
	stroke: currentColor;
	fill: none;
	transition: all 0.3s ease;
}

.site-header-cart .cart-contents:hover svg {
	stroke: #2487AB;
}

/* Hide price amount */
.site-header-cart .amount {
	display: none;
}

/* Style cart count as badge */
.site-header-cart .count {
	position: absolute;
	top: 8px;
	right: -3px;
	background: #2487AB;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 600;
	border-radius: 50%;
	min-width: 17px;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	line-height: 1;
}

.site-header-cart .cart-contents:hover .count {
	background: #1d6d8a;
}

/* Cart Icon SVG - Hidden (using inline SVG instead) */
.site-header-cart .cart-contents::before {
	display: none !important;
}

/* Dropdown Submenu */
/* Desktop Submenu - Professional Design */
.main-navigation ul ul {
	display: none;
	position: absolute;
	top: calc(100% + 00px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 99999;
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 53, 71, 0.15);
	min-width: 240px;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	transform: translateX(-50%) translateY(-10px);
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateX(00%) translateY(0);
}

.main-navigation ul ul li {
	width: 100%;
	margin: 0;
	position: relative;
}

.main-navigation ul ul li:first-child {
	border-radius: 12px 12px 0 0;
}

.main-navigation ul ul li:last-child {
	border-radius: 0 0 12px 12px;
}

.main-navigation ul ul a {
	padding: 14px 24px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	letter-spacing: 0.01em;
	display: block;
	transition: all 0.3s ease;
	position: relative;
	white-space: nowrap;
}

/* Submenu Item Hover Effect */
.main-navigation ul ul a:hover {
	background-color: #EAF3F7;
	color: #2487AB;
	padding-left: 28px;
}

/* Submenu Item Active State */
.main-navigation ul ul .current-menu-item>a,
.main-navigation ul ul .current_page_item>a {
	background-color: #EAF3F7;
	color: #2487AB;
	font-weight: 500;
}

/* Submenu Arrow Indicator (Optional - for items with children) */
.main-navigation ul ul .menu-item-has-children>a::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid #2487AB;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.main-navigation ul ul .menu-item-has-children>a:hover::after {
	opacity: 1;
}

/* Submenu Divider (Optional - subtle separator) */
.main-navigation ul ul li:not(:last-child)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 14px;
	right: 14px;
	height: 1px;
	background: #E0E0E0;
	opacity: 0.5;
}

.main-navigation ul ul li:last-child::after {
	display: none;
}

/* Third Level Submenu (Nested) */
.main-navigation ul ul ul {
	top: 0;
	left: 100%;
	transform: translateX(10px);
	margin-left: 0;
}

.main-navigation ul ul ul li:hover>ul,
.main-navigation ul ul ul li.focus>ul {
	transform: translateX(0);
}

/* Submenu Border Accent (Top border with brand color) */
/* .main-navigation ul ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #2487AB 0%, #003547 100%);
	border-radius: 12px 12px 0 0;
} */

/* Submenu Arrow (Pointing up to parent) */
.main-navigation ul ul::after {
	content: '';
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #FFFFFF;
	filter: drop-shadow(0 -2px 4px rgba(0, 53, 71, 0.1));
}

@media screen and (max-width: 1500px) {
	.main-navigation a {
		font-size: 16px;
	}
}

/* Responsive Submenu Adjustments */
@media screen and (max-width: 1440px) {
	.main-navigation ul ul {
		min-width: 220px;
		padding: 6px 0;
	}

	.main-navigation ul ul a {
		padding: 12px 20px;
		font-size: 15px;
	}
}

@media screen and (max-width: 1280px) {
	.main-navigation ul ul {
		min-width: 200px;
		padding: 6px 0;
	}

	.main-navigation ul ul a {
		padding: 12px 18px;
		font-size: 15px;
	}
}

/* Responsive Breakpoints for Menu */

/* 1440px - Reduce spacing */
@media screen and (max-width: 1440px) {
	.site-header .container {
		padding: 0 60px;
		gap: 25px;
	}

	.main-navigation a {
		padding: 15px 0;
		font-size: 17px;
	}

	.header-cta-button {
		padding: 16px 26px;
		font-size: 17px;
	}
}

/* 1366px - Further reduce spacing */
@media screen and (max-width: 1366px) {
	.site-header .container {
		padding: 0 50px;
		gap: 20px;
	}

	.main-navigation a {
		padding: 12px 0;
		font-size: 16px;
	}

	.main-navigation li {
		padding: 0 15px;
	}

	.header-cta-button {
		padding: 15px 24px;
		font-size: 16px;
	}
}

/* 1280px - Compact menu */
@media screen and (max-width: 1280px) {
	.site-header .container {
		padding: 0 40px;
		gap: 15px;
	}

	.main-navigation a {
		padding: 10px 0;
		font-size: 15px;
	}

	.header-cta-button {
		padding: 14px 22px;
		font-size: 15px;
	}

	.header-actions {
		gap: 10px;
	}
}

/* 1200px - Very compact */
@media screen and (max-width: 1200px) {
	.site-header .container {
		padding: 0 35px;
		gap: 12px;
	}

	.main-navigation a {
		padding: 8px 0;
		font-size: 14px;
	}

	.header-cta-button {
		padding: 13px 20px;
		font-size: 14px;
	}
}

/* 1100px - Enable toggle button */
@media screen and (max-width: 1100px) {
	.main-navigation ul ul::after {
		display: none;
	}

	.site-header-cart .cart-contents {
		padding-right: 0;
	}

	.site-header .container {
		position: relative;
		padding: 0 30px;
		gap: 0px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	/* Logo - Centered */
	.site-branding {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		flex: 0 0 auto;
	}

	/* Show menu toggle - Left */
	.menu-toggle {
		display: block;
		background: transparent;
		border: none;
		padding: 10px;
		cursor: pointer;
		position: relative;
		order: 1;
		z-index: 1001;
		margin-right: auto;
	}

	.menu-toggle .menu-icon {
		display: block;
		width: 25px;
		height: 3px;
		background: #555555;
		margin: 5px 0;
		transition: all 0.3s ease;
	}

	/* Hamburger to X animation when menu is open */
	.main-navigation.toggled .menu-toggle .menu-icon:nth-child(1) {
		transform: rotate(45deg) translate(7px, 7px);
	}

	.main-navigation.toggled .menu-toggle .menu-icon:nth-child(2) {
		opacity: 0;
	}

	.main-navigation.toggled .menu-toggle .menu-icon:nth-child(3) {
		transform: rotate(-45deg) translate(4px, -5px);
	}

	.main-navigation {
		order: 1;
		flex: 0 0 auto;
		width: auto;
		justify-content: flex-start;
	}

	/* Mobile Menu Overlay (Backdrop) */
	.mobile-menu-overlay {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 9998;
		opacity: 0;
		transition: opacity 0.3s ease;
		pointer-events: none;
	}

	.main-navigation.toggled .mobile-menu-overlay {
		display: block;
		opacity: 1;
		pointer-events: auto;
	}

	/* Mobile Menu Sidebar - Full Width */
	.mobile-menu-sidebar {
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		background: #003547;
		z-index: 9999;
		overflow-y: auto;
		transition: left 0.3s ease;
	}

	.main-navigation.toggled .mobile-menu-sidebar {
		left: 0;
	}

	/* Close Button */
	.mobile-menu-close {
		position: absolute;
		top: 20px;
		right: 20px;
		background: transparent;
		border: none;
		padding: 10px;
		cursor: pointer;
		color: #FFFFFF;
		z-index: 10000;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: opacity 0.3s ease;
	}

	.mobile-menu-close:hover {
		opacity: 0.7;
	}

	.mobile-menu-close svg {
		width: 24px;
		height: 24px;
		stroke: currentColor;
	}

	/* Mobile Menu List */
	.mobile-menu-sidebar .mobile-menu-list,
	.mobile-menu-sidebar ul {
		list-style: none;
		margin: 0;
		padding: 50px 15px 0px 15px;
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.mobile-menu-sidebar li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.mobile-menu-sidebar a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 30px;
		font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.05em;
		color: #FFFFFF;
		text-decoration: none;
		text-transform: uppercase;
		transition: background-color 0.3s ease, color 0.3s ease;
	}

	.mobile-menu-sidebar a:hover {
		background-color: rgba(255, 255, 255, 0.05);
		color: #FFFFFF;
	}

	/* Submenu Indicator (Chevron) */
	.mobile-menu-sidebar .menu-item-has-children>a::after,
	.mobile-menu-sidebar .page_item_has_children>a::after {
		content: '';
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #FFFFFF;
		margin-left: 10px;
		transition: transform 0.3s ease;
	}

	.mobile-menu-sidebar .menu-item-has-children.focus>a::after,
	.mobile-menu-sidebar .page_item_has_children.focus>a::after {
		transform: rotate(180deg);
	}

	/* Submenu */
	.mobile-menu-sidebar ul ul {
		display: none;
		background: rgba(0, 0, 0, 0.2);
		padding: 0;
		margin: 0;
	}

	.mobile-menu-sidebar ul li.focus>ul {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		border-radius: 0;
		box-shadow: none;
		background: #003547;
	}

	.main-navigation ul ul li:not(:last-child)::after {
		left: 0;
		right: 0;
		background: rgba(255, 255, 255, 0.1);
		opacity: 0;
	}


	.main-navigation.toggled ul ul.sub-menu {
		transform: none;
		position: inherit;
		opacity: 1;
		visibility: visible;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		display: none;
	}

	.main-navigation.toggled ul li.focus>ul {
		display: block;
	}

	.main-navigation ul ul li:last-child {
		border-radius: 0;
	}

	.mobile-menu-sidebar ul ul a {
		padding-left: 50px;
		font-size: 14px;
		text-transform: none;
		letter-spacing: 0.02em;
		color: #fff;
	}

	.mobile-menu-sidebar ul ul a::after {
		display: none;
	}

	/* Hide desktop menu on mobile */
	.main-navigation .desktop-menu {
		display: none !important;
	}

	.header-actions {
		order: 3;
		gap: 12px;
		margin-left: auto;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	/* Hide Free Demo button on mobile */
	.header-cta-button {
		display: none !important;
	}

	.site-header-cart {
		flex: 0 0 auto;
		order: 2;
	}
}

/* Mobile Responsive */
@media screen and (max-width: 1024px) {
	.site-header .container {
		flex-wrap: wrap;
		padding: 0 50px;
		gap: 0;
	}

	.main-navigation {
		order: 3;
		flex: 1 1 50%;
		justify-content: flex-start;
	}

	.main-navigation ul {
		gap: 0;
	}

	.main-navigation a {
		padding: 15px 20px;
		font-size: 16px;
	}

	.header-cta-button {
		padding: 15px 25px;
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.site-header {
		padding: 15px 0;
	}

	.site-header .container {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 0;
		padding: 0 20px;
		position: relative;
	}

	/* Logo - Centered */
	.site-branding {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		flex: 0 0 auto;
	}

	/* Mobile Menu Toggle - Left */
	.menu-toggle {
		display: block;
		background: transparent;
		border: none;
		padding: 10px;
		cursor: pointer;
		position: relative;
		order: 1;
		z-index: 1001;
		margin-right: auto;
	}

	.menu-toggle .menu-icon {
		display: block;
		width: 25px;
		height: 3px;
		background: #555555;
		margin: 5px 0;
		transition: all 0.3s ease;
	}

	.main-navigation {
		order: 1;
		flex: 0 0 auto;
		width: auto;
		justify-content: flex-start;
	}

	/* Mobile Menu Sidebar - Full width on mobile too */
	.mobile-menu-sidebar {
		width: 100%;
	}

	.mobile-menu-sidebar a {
		padding: 18px 25px;
		font-size: 15px;
	}

	.mobile-menu-sidebar ul ul a {
		padding-left: 40px;
		font-size: 15px;
	}

	/* Prevent body scroll when menu is open */
	body.menu-open {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}

	/* Header Actions - Right side (Cart only) */
	.header-actions {
		order: 3;
		width: auto;
		justify-content: flex-end;
		display: flex;
		align-items: center;
		margin-left: auto;
	}

	/* Hide Free Demo button on mobile */
	.header-cta-button {
		display: none !important;
	}

	.site-header-cart {
		flex: 0 0 auto;
		order: 2;
	}
}

/* Very Small Mobile (max-width: 480px) */
@media screen and (max-width: 480px) {
	.mobile-menu-sidebar {
		width: 100%;
	}

	.mobile-menu-sidebar a {
		padding: 16px 20px;
		font-size: 14px;
	}

	.mobile-menu-sidebar ul ul a {
		padding-left: 35px;
		font-size: 15px;
	}

	.mobile-menu-close {
		top: 15px;
		right: 15px;
		padding: 8px;
	}

	.mobile-menu-close svg {
		width: 20px;
		height: 20px;
	}
}

/*--------------------------------------------------------------
# Container & Content Wrapper
--------------------------------------------------------------*/

/* Global Container Class */
.container {
	max-width: 1516px;
	padding: 0 20px;
	margin: 0 auto;
}

/* Content Wrapper (for pages with sidebar) */
.site-content {
	padding: 0em 0em;
	max-width: 100%;
	margin: 0 auto;
}

/* Full Width Content for WPBakery Pages */
.wpbakery-homepage-template,
.page-template-template-wpbakery-homepage .site-content {
	max-width: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

.page-template-template-wpbakery-homepage .site-main {
	width: 100%;
	max-width: 100%;
}

/* Remove article and entry-content wrappers constraints */
.wpbakery-homepage-template article,
.wpbakery-homepage-template .entry-content {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Remove WPBakery default row margins/padding for full width */
.wpbakery-homepage-template .vc_row,
.wpbakery-homepage-template .wpb_row,
.page .vc_row,
.page-template-template-wpbakery-homepage .vc_row,
.page-template-template-wpbakery-homepage .wpb_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Remove WPBakery column padding for full width sections */
.wpbakery-homepage-template .vc_column_container,
.page .vc_column_container,
.page-template-template-wpbakery-homepage .vc_column_container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Ensure WPBakery inner content doesn't add padding */
.wpbakery-homepage-template .vc_column-inner,
.page .vc_column-inner,
.page-template-template-wpbakery-homepage .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media screen and (min-width: 768px) {
	/* .site-content {
		display: flex;
		gap: 2em;
	}

	.site-main {
		flex: 1 1 70%;
	}

	.widget-area {
		flex: 0 0 25%;
	}

	.no-sidebar .site-main {
		flex: 1 1 100%;
	} */

	/* Override flex for WPBakery pages */
	.page-template-template-wpbakery-homepage .site-content {
		display: block;
	}

	.wpbakery-homepage-template {
		flex: none;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Single Blog Post Page Styles
--------------------------------------------------------------*/

/* Single Post Container */
.single-post .site-main {
	padding: 80px 0;
}

.single-post .site-main .container {
	max-width: 1516px;
	padding: 0 20px;
	margin: 0 auto;
}

/* Animation Classes for Single Post (Initial State - Desktop Only) */
@media screen and (min-width: 1025px) {
	.single-post .iota-blog-animate-date {
		opacity: 0;
		transform: translateY(30px);
	}

	.single-post .iota-blog-animate-title {
		opacity: 0;
		transform: translateY(40px);
	}

	.single-post .iota-blog-animate-image {
		opacity: 0;
		transform: scale(0.95);
	}

	.single-post .iota-blog-animate-content {
		opacity: 0;
		transform: translateY(30px);
	}

	.single-post .iota-blog-animate-navigation {
		opacity: 0;
		transform: translateY(20px);
	}

	.single-post .iota-blog-animate-comments {
		opacity: 0;
		transform: translateY(30px);
	}

	.single-post .iota-blog-animate-related {
		opacity: 0;
		transform: translateY(40px);
	}

	/* Blog Listing Animation Classes */
	.iota-blog-listing-title-animate {
		opacity: 0;
		transform: translateY(40px);
	}

	.iota-blog-listing-item {
		opacity: 0;
		transform: translateY(20px);
	}
}

/* Ensure animations don't break ul/li */
.single-post .entry-content ul,
.single-post .entry-content ol {
	will-change: auto;
}

.single-post .entry-content ul li,
.single-post .entry-content ol li {
	will-change: auto;
}

/* Hide sidebar on single post pages */
.single-post .widget-area {
	display: none;
}

.single-post .site-content {
	display: block;
}

/* Entry Header - Date */
.single-post .entry-header .entry-meta {
	margin-bottom: 20px;
	text-align: center;
	margin-top: 0;
}

.single-post .entry-header .entry-meta .posted-on {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0;
	color: #555555;
}

.single-post .entry-header .entry-meta .posted-on a {
	color: #555555;
	text-decoration: none;
}

.single-post .entry-header .entry-meta .byline {
	display: none;
	/* Hide author on single post */
}

/* Entry Title */
.single-post .entry-header .entry-title {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -0.03em;
	text-align: center;
	color: #000000;
	margin: 0 0 50px 0;
}

/* Post Thumbnail */
.single-post .post-thumbnail {
	margin-bottom: 100px;
	text-align: center;
}

.single-post .post-thumbnail img {
	max-width: 100%;
	height: 840px;
	object-fit: cover;
	border-top-left-radius: 150px;
	border-bottom-right-radius: 150px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	display: block;
	margin: 0 auto;
}

/* Entry Content */
.single-post .entry-content {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	color: #555555;
	max-width: 1256px;
	margin: 0 auto;
}

/* Content Headings (h2, h3, etc.) */
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -0.03em;
	color: #000000;
	margin-top: 40px;
	margin-bottom: 20px;
}

.single-post .entry-content p {
	margin-bottom: 20px;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-post .entry-content ul li,
.single-post .entry-content ol li {
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
	margin-bottom: 12px;
}

.single-post .entry-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.1761 0.900391H8.63525V8.33872M8.55638 1.01262L0.635254 8.90039' stroke='%232487AB' stroke-width='1.8'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.single-post .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
	margin: 30px 0;
}

/* Hide Entry Footer */
.single-post .entry-footer {
	display: none;
}

/* Post Navigation Border */
.single-post .post::after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 50px;
	margin-bottom: 0;
}

/* Post Navigation */
.single-post .post-navigation {
	margin-top: 0;
	margin-bottom: 250px;
	padding: 30px 0;
}

.single-post .post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.single-post .post-navigation .nav-previous,
.single-post .post-navigation .nav-next {
	flex: 1;
}

.single-post .post-navigation .nav-previous {
	text-align: left;
}

.single-post .post-navigation .nav-next {
	text-align: right;
}

.single-post .post-navigation a {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0;
	color: #2487AB;
	text-decoration: none;
	padding-bottom: 11px;
	border-bottom: 1px solid #2487AB;
	display: inline-block;
	transition: all 0.3s ease;
	position: relative;
}

.single-post .post-navigation a:hover {
	color: #1a6a8a;
	border-bottom-color: #1a6a8a;
	transform: translateY(-2px);
}

.single-post .post-navigation .nav-previous a:hover .nav-subtitle::before {
	transform: translateX(-3px);
	transition: transform 0.3s ease;
}

.single-post .post-navigation .nav-next a:hover .nav-subtitle::after {
	transform: translateX(3px);
	transition: transform 0.3s ease;
}

.single-post .post-navigation .nav-subtitle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0;
	color: #2487AB;
	margin-right: 8px;
	position: relative;
}

/* Previous: Left arrow before text */
.single-post .post-navigation .nav-previous .nav-subtitle::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.35905 0.900391H0.899902V8.33872M0.978776 1.01262L8.8999 8.90039' stroke='%232487AB' stroke-width='1.8'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex-shrink: 0;
}

/* Next: Right arrow after text */
.single-post .post-navigation .nav-next .nav-subtitle::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.1761 0.900391H8.63525V8.33872M8.55638 1.01262L0.635254 8.90039' stroke='%232487AB' stroke-width='1.8'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex-shrink: 0;
}

.single-post .post-navigation .nav-title {
	display: none;
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0;
	color: #2487AB;
}

/* Comments Section */
.single-post .comments-area {
	max-width: 1256px;
	margin: 0 auto;
	padding: 80px 0;
}

.single-post .comments-title {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -0.03em;
	color: #000000;
	margin: 0 0 40px 0;
}

.single-post .comment-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}

.single-post .comment {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DDDDDD;
}

.single-post .comment-content {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #555555;
	margin-top: 15px;
}

.single-post .comment-author {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #000000;
}

.single-post .comment-metadata {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	margin-top: 5px;
}

/* Comment Form */
.single-post .comment-respond {
	margin-top: 60px;
}

.single-post .comment-respond #reply-title {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -0.03em;
	color: #000000;
	margin: 0 0 30px 0;
}

.single-post .comment-form {
	margin-top: 30px;
}

.single-post .comment-form label {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	display: block;
	margin-bottom: 10px;
}

.single-post .comment-form textarea,
.single-post .comment-form input[type="text"],
.single-post .comment-form input[type="email"],
.single-post .comment-form input[type="url"] {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	width: 100%;
	padding: 15px;
	border: 1px solid #DDDDDD;
	border-radius: 7px;
	margin-bottom: 20px;
	transition: border-color 0.3s ease;
}

.single-post .comment-form textarea {
	min-height: 150px;
	resize: vertical;
}

.single-post .comment-form textarea:focus,
.single-post .comment-form input:focus {
	outline: none;
	border-color: #2487AB;
}

.single-post .comment-form input[type="submit"],
.single-post .comment-form .form-submit input[type="submit"] {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0;
	color: #FFFFFF;
	background-color: #2487AB;
	border: 2px solid #2487AB;
	border-radius: 7px;
	padding: 15px 40px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.single-post .comment-form input[type="submit"]:hover,
.single-post .comment-form .form-submit input[type="submit"]:hover {
	background-color: transparent;
	color: #2487AB;
	border-color: #2487AB;
}

.single-post .comment-form .logged-in-as {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	margin-bottom: 20px;
}

.single-post .comment-form .logged-in-as a {
	color: #2487AB;
	text-decoration: none;
}

.single-post .comment-form .logged-in-as a:hover {
	text-decoration: underline;
}

/* Related Blogs Section */
.single-post .iota-related-blogs-section {
	margin-top: 0;
	padding: 80px 0;
}

.single-post .iota-related-blogs-title {
	font-family: "Mona Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: -0.03em;
	color: #000000;
	text-align: left;
	margin: 0 0 50px 0;
}

/* Responsive Styles for Single Post */
@media screen and (max-width: 1024px) {
	.single-post .site-main .container {
		padding: 0 40px;
	}

	.single-post .entry-header .entry-title {
		font-size: 55px;
		line-height: 60px;
	}

	.single-post .entry-content {
		max-width: 100%;
	}

	.single-post .entry-content h2,
	.single-post .entry-content h3,
	.single-post .entry-content h4 {
		font-size: 40px;
		line-height: 45px;
	}

	.single-post .post-thumbnail img {
		width: 100%;
		height: auto;
		max-height: 500px;
		border-top-left-radius: 100px;
		border-bottom-right-radius: 100px;
	}

	.single-post .post-navigation a {
		font-size: 16px;
	}

	.single-post .comments-area {
		max-width: 100%;
		padding: 60px 0;
	}

	.single-post .comments-title,
	.single-post .comment-respond #reply-title {
		font-size: 40px;
		line-height: 45px;
	}

	.single-post .iota-related-blogs-title {
		font-size: 55px;
		line-height: 60px;
	}
}

@media screen and (max-width: 768px) {
	.single-post .site-main {
		padding: 60px 0;
	}

	.single-post .site-main .container {
		padding: 0 20px;
	}

	.single-post .entry-header .entry-meta .posted-on {
		font-size: 24px;
		line-height: 30px;
	}

	.single-post .entry-header .entry-title {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 30px;
	}

	.single-post .post-thumbnail {
		margin-bottom: 60px;
	}

	.single-post .post-thumbnail img {
		border-top-left-radius: 50px;
		border-bottom-right-radius: 50px;
	}

	.single-post .entry-content {
		font-size: 18px;
		line-height: 28px;
		max-width: 100%;
	}

	.single-post .entry-content h2,
	.single-post .entry-content h3,
	.single-post .entry-content h4 {
		font-size: 32px;
		line-height: 36px;
	}

	.single-post .post-navigation {
		margin-bottom: 150px;
	}

	.single-post .post-navigation .nav-links {
		flex-direction: column;
		gap: 30px;
	}

	.single-post .post-navigation .nav-previous,
	.single-post .post-navigation .nav-next {
		text-align: center;
		width: 100%;
	}

	.single-post .post-navigation a {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.single-post .post-navigation .nav-subtitle {
		font-size: 16px;
		padding-left: 18px;
	}

	.single-post .post-navigation .nav-next .nav-subtitle {
		padding-left: 0;
		padding-right: 18px;
	}

	.single-post .comments-area {
		padding: 50px 15px;
	}

	.single-post .comments-title,
	.single-post .comment-respond #reply-title {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 25px;
	}

	.single-post .comment-form label {
		font-size: 16px;
	}

	.single-post .comment-form textarea,
	.single-post .comment-form input[type="text"],
	.single-post .comment-form input[type="email"],
	.single-post .comment-form input[type="url"] {
		font-size: 16px;
		padding: 12px;
	}

	.single-post .comment-form input[type="submit"],
	.single-post .comment-form .form-submit input[type="submit"] {
		font-size: 16px;
		padding: 12px 30px;
		width: 100%;
	}

	.single-post .iota-related-blogs-section {
		padding: 60px 0;
	}

	.single-post .iota-related-blogs-title {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {
	.single-post .site-main {
		padding: 40px 0;
	}

	.single-post .site-main .container {
		padding: 0 15px;
	}

	.single-post .entry-header .entry-meta .posted-on {
		font-size: 20px;
		line-height: 26px;
	}

	.single-post .entry-header .entry-title {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 25px;
	}

	.single-post .post-thumbnail {
		margin-bottom: 40px;
	}

	.single-post .post-thumbnail img {
		border-top-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}

	.single-post .entry-content {
		font-size: 16px;
		line-height: 26px;
		max-width: 100%;
	}

	.single-post .entry-content h2,
	.single-post .entry-content h3,
	.single-post .entry-content h4 {
		font-size: 28px;
		line-height: 32px;
		margin-top: 30px;
	}

	.single-post .post-navigation {
		margin-bottom: 100px;
		padding: 20px 0;
	}

	.single-post .post-navigation a {
		font-size: 14px;
		padding-bottom: 8px;
	}

	.single-post .post-navigation .nav-subtitle {
		font-size: 14px;
		padding-left: 16px;
		margin-right: 6px;
	}

	.single-post .post-navigation .nav-next .nav-subtitle {
		padding-left: 0;
		padding-right: 16px;
		margin-right: 0;
		margin-left: 6px;
	}

	.single-post .post-navigation .nav-previous .nav-subtitle::before,
	.single-post .post-navigation .nav-next .nav-subtitle::after {
		width: 8px;
		height: 8px;
	}

	.single-post .comments-area {
		padding: 40px 15px;
	}

	.single-post .comments-title,
	.single-post .comment-respond #reply-title {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.single-post .comment-content {
		font-size: 16px;
		line-height: 24px;
	}

	.single-post .comment-form label {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.single-post .comment-form textarea,
	.single-post .comment-form input[type="text"],
	.single-post .comment-form input[type="email"],
	.single-post .comment-form input[type="url"] {
		font-size: 14px;
		padding: 10px;
		margin-bottom: 15px;
	}

	.single-post .comment-form textarea {
		min-height: 120px;
	}

	.single-post .comment-form input[type="submit"],
	.single-post .comment-form .form-submit input[type="submit"] {
		font-size: 14px;
		padding: 10px 25px;
		width: 100%;
	}

	.single-post .iota-related-blogs-section {
		padding: 40px 0;
	}

	.single-post .iota-related-blogs-title {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 25px;
	}
}