/*!
Theme Name: ocs blog
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: ocs-blog
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.

ocs blog is based on Underscores http://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 http://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.
 */


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&family=Domine:wght@400;500;600;700&family=Spectral:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Libre+Baskerville:wght@700&family=Montserrat&family=Poppins&family=Signika+Negative&family=Work+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,700;1,9..40,900;1,9..40,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'DM Sans', sans-serif;
}

/**
 * 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;
	color: #250d33;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #250d33;
	font-size: 1rem;
	line-height: 1.5;
	width: 100%;
}

input.wpcf7-text {
	border-radius: 5px;
	font-size: 14px !important;
	line-height: 19px;
	padding: 10px 35px 10px 18px !important;
	border: 1px solid #d9d9d9 !important;
	width: 100%;
	font-weight: 500;
	height: auto;
	margin-bottom: 15px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'DM Sans', sans-serif;
	clear: both;
	color: #ff7342;
}

p {
	margin-bottom: 1.5em;
	color: #545454;
}

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: #250d33;
}

a:hover,
a:focus,
a:active {
	color: #FF7342 !important;
	text-decoration: none !important;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {}

/* 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;
	width: 100%;
}

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: 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
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-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;
}

.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;
}

.blog-page #hire-developers-banner,
#hire-developers-banner {
	height: 100px !important;
}

.wp-block-table,
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 1.6;
}

.wp-block-table th,
table th {
	background-color: #250d33;
	color: #fff;
	text-align: left;
	padding: 10px;
	border: 1px solid #ddd;
}

.wp-block-table td,
table td {
	padding: 10px;
	border: 1px solid #ddd;
	vertical-align: top;
}

.wp-block-table tr:nth-child(even),
table tr:nth-child(even) {
	background-color: #fafafa;
}

.wp-block-table {
	overflow-x: auto;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

blockquote {
	font-style: italic;
	border-left: 4px solid #250d33;
	/* WordPress blue */
	padding: 0.5em;
	margin: 1.5em 0;
	background-color: #f9f9f9;
	position: relative;
	border-radius: 10px;
}

blockquote {
	font-size: 1.1rem;
}

blockquote p {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	blockquote {
		font-size: 1.25rem;
	}
}



/* ===== Paragraphs ===== */
p {
	margin: 0 0 0.5em;
	font-size: 1rem;
	color: #250d33;
	line-height: 30px;
}

/* ===== Headings ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ff7342;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.25rem;
}

h3 {
	font-size: 1rem;
}

h4 {
	font-size: 1rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: 0.875rem;
}

/* ===== Links ===== */
a {
	color: #250d33;
	text-decoration: none;
	transition: color 0.3s;
}

a:hover,
a:focus {
	color: #005077;
	text-decoration: underline;
}

/* ===== Lists ===== */
ul,
ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

ul li,
ol li {
	margin-bottom: 0.5em;
}

/* ===== Blockquote ===== */
blockquote {
	border-left: 4px solid #FF7342;
	margin: 2em 0;
	padding: 1em 1.5em;
	background-color: #f9f9f9;
	font-style: italic;
}

/* ===== Images ===== */
img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* ===== Code Blocks ===== */
pre,
code {
	font-family: Menlo, Consolas, monospace;
	background: #f4f4f4;
	padding: 0.25em 0.5em;
	border-radius: 4px;
}

pre {
	padding: 1em;
	overflow-x: auto;
	margin: 1.5em 0;
}

/* ===== Horizontal Rule ===== */
hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 2em 0;
}

/* ===== Tables ===== */
table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}

th,
td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: left;
}

th {
	background-color: #f5f5f5;
	font-weight: bold;
}

/* ===== Responsive Typography ===== */
@media (min-width: 768px) {
	body {
		font-size: 17px;
	}

	h1 {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 1.25rem;
	}

	h3 {
		font-size: 1rem;
	}
}

/*.blog-post .card.mb-12 .card-body{
	background: #fff5e8;
	border-radius: 0 0 10px 10px;
}*/
.blog-post .card.mb-12 .card-body h4,
.blog-post .card.mb-12 .card-body h3,
.blog-post .card.mb-12 .card-body h2,
.blog-post-right .card.mb-4 .card-body h4,
.blog-post-right .card.mb-4 .card-body h3,
.blog-post-right .card.mb-4 .card-body h2 {
	margin-top: 0;
}

.blog-post-right .card.mb-4 .card-body h4,
.blog-post-right .card.mb-4 .card-body h3,
.blog-post-right .card.mb-4 .card-body h2 {
	font-size: 1rem !important;
}

.blog-post .card {
	background: #ffffff;
	padding: 10px;
	border-radius: 15px;
	border: solid 1px #e1dfdf;
}

.blog-post-single {
	float: left;
	width: 100%;
}

.blog-post .post-categories a {
	margin: 5px 0;
	color: #FF7342;
	font-size: 11px;
}

.blog-post .entry-meta {
	margin: 10px 0;
	display: block;
	font-size: 15px;
}

.blog-post-single .quotetext {
	line-height: 50px;
	font-size: 42px;
	margin-bottom: 0;
}

.blog-post-single .author-single {
	margin: 0 0 10px;
	display: inline-flex;
}

.blog-post p {
	line-height: 24px;
}

span.post-categories {
	line-height: normal;
	display: block;
	margin-bottom: 10px;
}

.blog-post.top-section .quotetext {
	margin-top: 0;
}

.blog-category ul li a:hover,
.blog-category ul li a:focus {
	color: #fff !important;
}

.wpcf7-submit.btn-orange {
	height: auto;
	margin-top: 10px;
}

.blog-category ul {
	margin-left: 0;
	text-align: left;
}

/*span.active-breadcrumb{ color:#FF7342; }*/
.inner-top-section {
	width: 100%;
	padding: 50px 40px;
	border-radius: 13px;
	background: linear-gradient(180deg, rgba(38, 6, 54, 1) 0%, rgba(75, 21, 101, 1) 100%);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 20px 0;
	text-align: center;
}

.content-top p {
	color: #fff;
}

.blog-category ul li {
	margin: 0 15px 0 0;
}

.blog-category ul li a,
.blog-category ul li a:hover,
.post-info-main ul li a:focus,
.post-info-main ul li a,
.post-info-main ul li a:hover,
.post-info-main ul li a:focus {
	font-size: 14px;
}

.breadcrumb {
	margin: 35px 0;
}

.breadcrumb a,
.breadcrumb span {
	color: #41414180;
	font-size: 14px;
}

.quotetext-main {
	margin-bottom: 35px;
	display: block;
	width: 100%;
}

blockquote .quote-text-ul {
	width: 100%;
	margin-top: 30px;
}

blockquote .quote-text-ul li {
	display: flex;
	margin-bottom: 20px;
	font-weight: 500;
	list-style-type: none;
	font-size: 16px;
}

blockquote .quote-text-ul li i {
	margin-right: 10px;
}

.addtoany_shortcode {
	text-align: right;
}

.tags-list-footer ul {
	margin-left: 0;
	text-align: left;
	display: block;
}

.tags-list-footer ul li {
	margin: 0 15px 25px 0;
	display: inline-block;
}

.post-info-main {
	font-size: 14px;
}

.tags-list-footer ul li a {
	padding: 10px 20px;
	background: #F1F1F1 !important;
	margin: 0px;
	border-radius: 30px;
	font-size: 14px;
	color: #401955;
}

.blog-category ul li a:hover,
.blog-category ul li a:focus,
.tags-list-footer ul li a:hover,
.tags-list-footer ul li a:focus {
	background: #401955 !important;
	color: #ffffff !important;
}

.tags-list-footer {
	display: block;
	margin-top: 50px;
}

.social-media ul {
	list-style-type: none;
}

.content-left-section #ez-toc-container {
	display: none;
	visibility: hidden;
}


/*--------------------------------------------------------------
# Blog Header & Category Page Styles
--------------------------------------------------------------*/
#blog-banner .navbar {
	background: #250d33;
	min-height: 100px;
}

#blog-banner {
	background: #250d33;
	height: 100px;
	min-height: 100px;
	position: relative;
}

#blog-banner .navbar-brand img {
	filter: invert(1);
}

#blog-banner .navbar-expand-lg .navbar-nav .nav-link,
#blog-banner .navbar-expand-lg .navbar-nav .nav-link span {
	color: #fff !important;
}

#blog-banner .navbar-expand-lg .navbar-nav .nav-link:hover,
#blog-banner .navbar-expand-lg .navbar-nav .nav-link:hover span,
#blog-banner .navbar-expand-lg .navbar-nav .nav-link.active,
#blog-banner .navbar-expand-lg .navbar-nav .nav-link.active span {
	color: #ff7342 !important;
}

.category-hero {
	background-color: #ffffff;
	background-image:
		url("data:image/svg+xml,%3Csvg width='600' height='600' viewBox='0 0 600 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 150 L100 150 L100 200 L150 200 L150 250 L200 250' stroke='%23e2e8f0' stroke-width='1.5' fill='none'/%3E%3Ccircle cx='200' cy='250' r='3' fill='%23cbd5e1'/%3E%3Cpath d='M0 350 L50 350 L50 300 L150 300 L150 350 L250 350' stroke='%23e2e8f0' stroke-width='1.5' fill='none'/%3E%3Ccircle cx='250' cy='350' r='3' fill='%23cbd5e1'/%3E%3Cpath d='M0 450 L150 450 L150 400 L200 400' stroke='%23e2e8f0' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"),
		radial-gradient(circle at 90% 10%, rgba(91, 54, 221, 0.08) 0%, transparent 40%),
		radial-gradient(circle at 10% 90%, rgba(255, 100, 50, 0.03) 0%, transparent 30%);
	background-position: -50px center, center, center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	position: relative;
	overflow: hidden;
	padding: 100px 0 0px;
	margin: 0 !important;
}

.category-hero.single-post-hero {
	padding: 100px 0 60px;
}

.breadcrumb-container {
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
}

.breadcrumb-container .breadcrumb {
	padding: 0;
	background: transparent;
	margin: 0;
	font-size: 14px;
}


.breadcrumb-item a {
	color: #6b7280;
	text-decoration: none;
}

.breadcrumb-item a:hover {
	color: #FF7342;
}

.breadcrumb-item.active {
	color: #FF7342 !important;
	font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #9ca3af;
}

.category-hero::before {
	content: '';
	position: absolute;
	top: 40px;
	right: 15%;
	width: 100px;
	height: 100px;
	background-image: radial-gradient(#64c8ff 1.5px, transparent 1.5px);
	background-size: 15px 15px;
	opacity: 0.2;
}

.category-label {
	display: block;
	color: #ff6432;
	font-weight: 800;
	letter-spacing: 2px;
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.category-title {
	font-family: 'Outfit', sans-serif;
	font-size: 60px;
	color: #1a0f2e;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.1;
	letter-spacing: -0.03em;
	position: relative;
	padding-bottom: 5px;
}


.category-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 3px;
	background: #ff6432;
	border-radius: 2px;
}

.category-title::before {
	content: '';
	position: absolute;
	left: 70px;
	bottom: -1px;
	width: 5px;
	height: 5px;
	background: #ff6432;
	border-radius: 50%;
}

.category-description {
	max-width: 580px;
	color: #4b5563;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 0;
}

.category-hero-visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-circle-glow {
	position: absolute;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(91, 54, 221, 0.15) 0%, transparent 70%);
	border-radius: 50%;
	z-index: 1;
}

.hero-graphic {
	position: relative;
	z-index: 2;
	max-width: 100%;
	filter: drop-shadow(0 30px 60px rgba(91, 54, 221, 0.2));
}

/* Sidebar & Content Layout */
.archive-main-section {
	background-color: #f8fafc;
	padding: 80px 0;
}

.sidebar-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.02);
}

.sidebar-title {
	font-size: 20px;
	font-weight: 700;
	color: #1a0f2e;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 15px;
	display: inline-block;
}

.sidebar-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 40px;
	height: 3px;
	background: #FF7342;
	border-radius: 2px;
}

.sidebar-title::before {
	content: '';
	position: absolute;
	left: 48px;
	bottom: -11px;
	width: 5px;
	height: 5px;
	background: #FF7342;
	border-radius: 50%;
}

.category-tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tag-pill {
	background: #f1f5f9;
	color: #475569;
	padding: 8px 18px;
	border-radius: 100px;
	font-size: 15px;
	/* Increased from 14px */
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.tag-pill:hover,
.tag-pill.active {
	background: #FF7342 !important;
	color: #ffffff !important;
}

.tag-pill-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #475569;
	font-size: 11px;
	font-weight: 700;
	min-width: 20px;
	height: 20px;
	border-radius: 50%;
	padding: 0 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.tag-pill:hover .tag-pill-count,
.tag-pill.active .tag-pill-count {
	background: #ffffff !important;
	color: #FF7342 !important;
}

/* Featured Post Card */
.featured-post-card {
	background: linear-gradient(135deg, #2d1b4e 0%, #1a0f2e 100%);
	border-radius: 32px;
	overflow: hidden;
	margin-bottom: 50px;
	display: flex;
	color: #ffffff;
	box-shadow: 0 20px 50px rgba(26, 15, 46, 0.15);
}

.featured-img-container {
	width: 65%;
	position: relative;
	background: #1a0f2e;
}

.featured-img-container img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.featured-content {
	width: 35%;
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.featured-label {
	background: #ff6432;
	color: #fff;
	font-size: 14px;
	/* Increased from 12px */
	font-weight: 800;
	padding: 4px 12px;
	border-radius: 6px;
	width: fit-content;
	margin-bottom: 20px;
}

/* Grid Cards */
.blog-card {
	background: #ffffff;
	border-radius: 24px;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border: 1px solid rgba(0, 0, 0, 0.05);
	height: 100%;
}

.blog-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.card-img-container {
	height: 240px;
	overflow: hidden;
}

.card-img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-body {
	padding: 30px;
}

.blog-tag-sm {
	color: #5b36dd;
	font-weight: 700;
	font-size: 14px;
	/* Increased from 12px */
	text-transform: uppercase;
	margin-bottom: 10px;
}

.card-title a {
	color: #1a0f2e;
	text-decoration: none;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3;
}

.card-meta {
	display: flex;
	align-items: center;
	gap: 15px;
	color: #64748b;
	font-size: 14px;
	margin-top: 20px;
}

/* CTA Section */
.cta-section {
	background: #1a0f2e;
	padding: 100px 0;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.cta-section::after {
	content: '';
	position: absolute;
	right: -5%;
	bottom: -10%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(91, 54, 221, 0.1) 0%, transparent 70%);
}

.cta-title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #ffffff !important;
}

.cta-section p {
	color: rgba(255, 255, 255, 0.9) !important;
}

.newsletter-form,
.ocs-cf7-cta .wpcf7-form {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 20px !important;
	max-width: 800px;
	margin: 0 auto;
}

.ocs-cf7-cta .wpcf7-form p {
	display: contents !important;
}

/* Hide any auto-generated BR tags that break the grid */
.ocs-cf7-cta .wpcf7-form br {
	display: none !important;
}


.newsletter-form input,
.ocs-cf7-cta .wpcf7-form-control:not(.wpcf7-submit) {
	background: rgba(255, 255, 255, 0.08) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 12px !important;
	padding: 15px 25px !important;
	color: #fff !important;
	width: 100% !important;
	height: auto !important;
}

.newsletter-form input::placeholder,
.ocs-cf7-cta .wpcf7-form-control::placeholder {
	color: rgba(255, 255, 255, 0.6) !important;
}

.ocs-cf7-cta .wpcf7-form-control-wrap {
	display: block !important;
}

/* Make Email, Submit, and response messages span across both columns */
.newsletter-form input[type="email"],
.ocs-cf7-cta .wpcf7-form-control-wrap:has(input[type="email"]),
.ocs-cf7-cta .wpcf7-form-control-wrap[data-name="your-email"],
.ocs-cf7-cta .wpcf7-form-control-wrap[data-name="email"],
.ocs-cf7-cta .wpcf7-form-control-wrap.email,
.ocs-cf7-cta .wpcf7-submit-wrapper,
.ocs-cf7-cta .wpcf7-submit,
.ocs-cf7-cta .wpcf7-response-output {
	grid-column: span 2 !important;
}

.newsletter-form button {
	grid-column: span 2;
	background: linear-gradient(90deg, #ff6432, #ff8a65);
	border: none;
	border-radius: 12px;
	padding: 18px 40px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
}

.ocs-cf7-cta .wpcf7-response-output {
	text-align: left !important;
	margin: 20px 0 0 !important;
	padding: 10px 15px !important;
	border-radius: 8px !important;
	font-size: 14px !important;
}

.newsletter-form button,
.ocs-cf7-cta .wpcf7-submit,
.ocs-cf7-cta input[type="submit"] {
	background: linear-gradient(90deg, #ff6432, #ff8a65) !important;
	border: none !important;
	border-radius: 12px !important;
	padding: 18px 40px !important;
	color: #fff !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
	display: block !important;
}

.newsletter-form button:hover,
.ocs-cf7-cta .wpcf7-submit:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 10px 20px rgba(255, 100, 50, 0.3) !important;
}

@media (max-width: 991px) {
	.category-title {
		font-size: 42px;
	}

	.post-inner-title {
		font-size: 28px;
	}

	.featured-post-card {
		flex-direction: column;
	}

	.featured-img-container,
	.featured-content {
		width: 100%;
	}

	.newsletter-form,
	.ocs-cf7-cta .wpcf7-form {
		grid-template-columns: 1fr !important;
	}

	.newsletter-form input[type="email"],
	.newsletter-form button,
	.ocs-cf7-cta .wpcf7-form-control-wrap,
	.ocs-cf7-cta .wpcf7-submit {
		grid-column: span 1 !important;
	}
}

/* Most Popular Section */
.popular-posts-section {
	padding: 100px 0;
	background-color: #ffffff;
}

.section-title {
	font-size: 36px;
	color: #1a0f2e;
}

.popular-card {
	background: #f8fafc;
	border-radius: 20px;
	padding: 25px;
	height: 100%;
	transition: all 0.3s ease;
	border: 1px solid rgba(0, 0, 0, 0.02);
}

.popular-card:hover {
	background: #ffffff;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
	transform: translateY(-5px);
}

.popular-card .card-title a {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #1a0f2e;
}

/* Single Post Specific */
.single-post-hero {
	background: linear-gradient(135deg, #1a0f2e 0%, #2d1b4e 100%);
}

.single-post-hero .category-title {
	color: #ffffff;
}

.single-post-hero .category-title::after,
.single-post-hero .category-title::before {
	background: #ff6432;
}

.header-description {
	max-width: 800px;
	line-height: 1.6;
	margin-top: 1.5rem !important;
}

.post-inner-title {
	font-size: 36px;
	color: #1a0f2e;
	line-height: 1.3;
}

.post-content-featured-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* Share Styles */
.a2a_kit {
	display: flex !important;
	align-items: center !important;
}

.a2a_svg {
	border-radius: 50% !important;
}

.post-entry-content {
	font-size: 18px;
	line-height: 1.8;
	color: #374151;
}

.post-entry-content h2,
.post-entry-content h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #FF7342;
}

.post-entry-content p {
	margin-bottom: 12px;
}

.post-entry-content blockquote {
	border-left: 6px solid #ff6432;
	padding: 20px 40px;
	margin: 22px 0;
	background: #f8fafc;
	font-style: italic;
	font-weight: 700;
	font-size: 22px;
	color: #1a0f2e;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 0 16px 16px 0;
	min-height: 60px;
}

.post-entry-content blockquote p {
	margin-bottom: 0;
	line-height: 1.5;
}

.tag-pill-sm {
	display: inline-block;
	padding: 4px 12px;
	background: #f3f4f6;
	color: #4b5563;
	border-radius: 50px;
	font-size: 14px;
	/* Increased from 12px */
	text-decoration: none;
	margin-right: 8px;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}

.tag-pill-sm:hover {
	background: #5b36dd;
	color: #fff;
}

.nav-card {
	padding: 20px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	transition: all 0.3s ease;
	height: 100%;
	overflow: hidden;
	min-width: 0;
}

.nav-card:hover {
	border-color: #FF7342;
	background: rgba(91, 54, 221, 0.02);
}

.nav-label {
	display: block;
	font-size: 13px;
	/* Increased from 11px */
	font-weight: 800;
	color: #9ca3af;
	margin-bottom: 8px;
}

.nav-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	color: #1a0f2e;
	transition: color 0.3s ease;
	line-height: 1.4;
	word-break: break-word;
}

.post-navigation-custom a {
	text-decoration: none;
}

/* Nav Card Thumbnail and Transition Effects */
.nav-img-wrapper {
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.nav-post-img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-card:hover .nav-post-img {
	transform: scale(1.06);
}

.nav-card:hover .nav-title {
	color: #ff7342 !important;
}

.nav-post-img-placeholder {
	width: 60px;
	height: 60px;
	background: #f1f5f9;
	color: #94a3b8;
	font-size: 18px;
	transition: background-color 0.3s ease;
}

.nav-card:hover .nav-post-img-placeholder {
	background: #e2e8f0;
}

.premium-widget {
	background: linear-gradient(135deg, #ff6432 0%, #ff8a65 100%) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 24px;
}

.premium-widget h4,
.premium-widget p {
	color: #fff !important;
}

.premium-widget .btn-primary {
	background: #fff !important;
	color: #ff6432 !important;
	border: none !important;
	font-weight: 700;
	border-radius: 50px;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
	text-transform: uppercase;
}

.premium-widget .btn-primary:hover {
	background: #f3f4f6;
	transform: scale(1.02);
}

.toc-container #ez-toc-container .ez-toc-title-container {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	margin-top: 0 !important;
	margin-bottom: 40px !important;
	width: 100% !important;
}

.toc-container .ez-toc-title {
	font-family: 'Outfit', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #1a0f2e;
	margin-bottom: 0 !important;
	position: relative;
	padding-bottom: 15px;
	display: inline-block;
}

.toc-container .ez-toc-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 40px;
	height: 3px;
	background: #FF7342;
	border-radius: 2px;
}

.toc-container .ez-toc-title::before {
	content: '';
	position: absolute;
	left: 48px;
	bottom: -11px;
	width: 5px;
	height: 5px;
	background: #FF7342;
	border-radius: 50%;
}

.toc-container .ez-toc-title-toggle {
	display: flex !important;
	align-items: center !important;
}

.toc-container .ez-toc-pull-right {
	float: none !important;
}

.toc-container .ez-toc-btn {
	background: transparent !important;
	border-radius: 8px !important;
	padding: 8px !important;
	box-shadow: none !important;
	outline: none !important;
}

/*.toc-container .ez-toc-btn:hover {
	background: #f3f4f6 !important;
}*/

.sidebar-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 30px 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.02);
	display: flow-root;
}

.toc-container #ez-toc-container {
	background: transparent !important;
	border: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.toc-container ul {
	list-style: none !important;
	padding-left: 0 !important;
	margin: 0 !important;
}

.toc-container ul li {
	margin-bottom: 12px !important;
	padding-left: 0 !important;
}

.toc-container ul li a {
	color: #4b5563 !important;
	text-decoration: none !important;
	font-size: 15px !important;
	transition: all 0.3s ease !important;
	display: block !important;
}

.toc-container ul li a:hover {
	color: #FF7342 !important;
	transform: translateX(5px) !important;
}

.post-entry-content ul li p {
	margin-bottom: 0;
}

/* Author Page Styles */
.author-hero {
	background: linear-gradient(135deg, #1a0f2e 0%, #2d1b4e 100%);
	padding: 100px 0 140px;
}

.author-hero .category-title {
	color: #ffffff;
}

.author-hero .category-title::after,
.author-hero .category-title::before {
	background: #ff6432;
}

.author-job-title {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	font-weight: 500;
}

.author-bio-section {
	margin-top: -80px;
	position: relative;
	z-index: 10;
	padding-bottom: 80px;
}

.author-bio-card {
	background: #ffffff;
	border-radius: 32px;
	padding: 60px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.author-avatar-container img {
	width: 180px;
	height: 180px;
	border: 8px solid #f8fafc;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.author-social-links {
	display: flex;
	justify-content: center;
	gap: 15px;
}

.author-social-links .social-link {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f1f5f9;
	color: #1a0f2e;
	transition: all 0.3s ease;
	text-decoration: none;
}

.author-social-links .social-link:hover {
	background: #5b36dd;
	color: #ffffff !important;
	transform: translateY(-3px);
}

.author-bio-text {
	font-size: 18px;
	line-height: 1.8;
	color: #4b5563;
}

.author-bio-text p:last-child {
	margin-bottom: 0;
}

.author-posts-section {
	background-color: #f8fafc;
	padding-top: 20px;
}

.section-header .section-title {
	font-size: 32px;
	position: relative;
	padding-bottom: 15px;
	display: inline-block;
}

.section-header .section-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 3px;
	background: #ff6432;
}

@media (max-width: 767px) {
	.author-bio-card {
		padding: 30px;
	}

	.author-hero {
		padding: 80px 0 100px;
	}

	.author-avatar-container img {
		width: 150px;
		height: 150px;
	}
}

/* Author Topics Box */
.author-topics-box {
	border-top: 1px solid #e2e8f0;
	padding-top: 30px;
}

.topics-title {
	font-size: 22px;
	font-weight: 700;
	color: #1a0f2e;
}

.topic-pill {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	color: #4b5563;
	padding: 10px 25px;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
	transition: all 0.3s ease;
	display: inline-block;
}

.topic-pill:hover {
	border-color: #5b36dd;
	color: #5b36dd !important;
	background: rgba(91, 54, 221, 0.02);
	transform: translateY(-2px);
}

/* Sapphire Archive Styles */
.ocs-archive-header {
	background-color: #ffffff;
	padding: 100px 0 0;
	/* Removed bottom padding */
}

.ocs-breadcrumbs .breadcrumb-item {
	font-size: 16px;
	color: #1a1a1a;
	font-family: 'Inter', sans-serif;
}

.ocs-breadcrumbs .breadcrumb-item a {
	color: #1a1a1a;
	text-decoration: none;
	transition: color 0.2s;
}

.ocs-breadcrumbs .breadcrumb-item a:hover {
	color: #ff7342 !important;
}

.ocs-breadcrumbs .breadcrumb-item.active {
	color: #ff7342 !important;
	font-weight: 500;
}

.ocs-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
	content: "/";
	color: #1a1a1a;
	padding: 0 10px;
}

.ocs-breadcrumbs.breadcrumbs-light .breadcrumb-item {
	color: #ffffff !important;
}

.ocs-breadcrumbs.breadcrumbs-light .breadcrumb-item a {
	color: #ffffff !important;
	opacity: 0.8;
}

.ocs-breadcrumbs.breadcrumbs-light .breadcrumb-item a:hover {
	color: #ff7342 !important;
	opacity: 1;
}

.ocs-breadcrumbs.breadcrumbs-light .breadcrumb-item.active {
	color: #ff7342 !important;
	opacity: 1;
}

.ocs-breadcrumbs.breadcrumbs-light .breadcrumb-item+.breadcrumb-item::before {
	color: #ffffff;
	opacity: 0.5;
}

.archive-main-title {
	font-size: 48px;
	font-weight: 800;
	color: #000000;
	margin-top: 15px;
	font-family: 'DM Sans', sans-serif;
	letter-spacing: -0.02em;
}


.all-posts-title {
	font-weight: 800;
	color: #1a1a1a;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e8f0;
	/* Full-width faint line */
	display: block;
}

.all-posts-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 80px;
	/* Short thick line */
	height: 3px;
	background-color: #ff7342;
	/* Orange accent color */
}


/* Vertical Post Card */
.ocs-post-card.vertical-card {
	background: #ffffff;
	/* Added default white background */
	border-radius: var(--bs-border-radius-xl) !important;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid #e2e8f0;
	/* Darkened border for better visibility */
	padding: 15px;
	/* Added internal padding to the whole card */
}


.ocs-post-card.vertical-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	/* Updated to dark purple */
}

.ocs-card-image {
	overflow: hidden;
	position: relative;
	border-radius: 12px;
	/* Ensure image also has rounded corners inside padded card */
}

.ocs-card-image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.ocs-card-body {
	padding: 10px 5px 5px;
	/* Adjust internal body padding */
}


.ocs-post-card:hover .ocs-card-image img {
	transform: scale(1.08);
}


.ocs-card-title {
	margin-top: 10px;
}

.ocs-card-title a {
	color: #1a1a1a;
	text-decoration: none;
	font-weight: 800;
	font-size: 22px;
	line-height: 1.3;
	display: block;
	font-family: 'DM Sans', sans-serif;
	letter-spacing: -0.01em;
}

.ocs-card-title a:hover {
	color: #FF7342 !important;
}

.ocs-card-meta {
	margin-top: 5px;
	margin-bottom: 5px;
}

.ocs-card-meta .meta-top {
	font-size: 14px;
	/* Increased from 13px */
	color: #4b5563;
}

.ocs-card-meta .author-name {
	font-weight: 700;
	color: #1a1a1a;
}

.ocs-card-meta .category-name a {
	color: #0d6efd;
	text-decoration: none;
	font-weight: 700;
}

.ocs-card-meta .meta-bottom {
	font-size: 13px;
	/* Increased from 12px */
	color: #9ca3af;
	margin-top: 4px;
}

/* Card Meta & Category Styling */
.post-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 6px;
	/* Reduced spacing */
	margin-bottom: 5px !important;
}

.ocs-category-link {
	color: #FF7342;
	background: #fff5f2;
	padding: 2px 10px;
	/* Reduced padding */
	border-radius: 100px;
	font-size: 14px;
	/* Increased from 13px (was 10px) */
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	border: 1px solid #ffe8e2;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.ocs-category-link:hover {
	background: #FF7342 !important;
	color: #ffffff !important;
	/* Forced white color on hover */
	border-color: #FF7342 !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(255, 115, 66, 0.15);
}

.entry-meta {
	line-height: 1.4;
}

.entry-meta .author-name {
	color: #1a1a1a;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.3s ease;
	font-size: 14px;
	/* Increased from 11px */
}

.entry-meta .author-name:hover {
	color: #ff7342;
}

.entry-meta .meta-divider {
	opacity: 0.3;
	margin: 0 8px;
}

.entry-meta .meta-date,
.entry-meta .meta-read-time {
	color: #6b7280;
	font-size: 13px;
	/* Increased from 11px */
}

.card-body.d-flex.flex-column {
	flex: 1 1 auto;
}

.card-text.text-muted,
.ocs-card-excerpt p {
	color: #4b5563;
	font-size: 15px;
	line-height: 1.8;
	/* Premium airy line-height */
	font-weight: 400;
	margin-top: 10px;
}



.read-more-link {
	color: #FF7342;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
}

.read-more-link .arrow {
	margin-left: 5px;
	transition: transform 0.3s ease;
}

.read-more-link:hover .arrow {
	transform: translateX(5px);
}

/* Sidebar Contact Form */
.ocs-sidebar .contact-form-container {
	background: linear-gradient(135deg, #250d33 0%, #401955 100%);
	border: 1px solid #250d33;
	color: #ffffff;
}

.ocs-sidebar .form-title {
	font-size: 22px;
	font-weight: 800;
	color: #ffffff;
	font-family: 'DM Sans', sans-serif;
}

.ocs-cf7-form .wpcf7-form-control-wrap {
	display: block;
}

.ocs-cf7-form p {
	margin-bottom: 15px;
}

.ocs-cf7-form br {
	display: none;
}

.ocs-cf7-form label {
	font-size: 14px;
	color: #e2e8f0;
	margin-bottom: 8px;
	display: block;
	font-weight: 700;
}

.ocs-cf7-form .wpcf7-text,
.ocs-cf7-form .wpcf7-tel,
.ocs-cf7-form .wpcf7-textarea,
.ocs-cf7-form .ocs-input {
	border: 1px solid #d1d5db;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 8px !important;
	height: 48px;
	background-color: #ffffff;
	box-shadow: none;
	width: 100%;
	color: #333;
}

.ocs-cf7-form .wpcf7-textarea {
	height: auto;
}

.ocs-cf7-form .wpcf7-submit {
	background-color: #ff7342 !important;
	color: #fff !important;
	border: none !important;
	padding: 12px 30px !important;
	border-radius: 8px !important;
	font-weight: 700 !important;
	width: 100% !important;
	margin-top: 20px !important;
	transition: all 0.3s ease !important;
	cursor: pointer !important;
	font-size: 16px !important;
	text-transform: capitalize !important;
}

.ocs-cf7-form .wpcf7-submit:hover {
	background-color: #e65a2b !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 5px 15px rgba(255, 115, 66, 0.3) !important;
}


.ocs-captcha-box {
	border: 1px solid #d1d5db;
	background-color: #ffffff;
	height: 48px;
	padding: 0 15px !important;
}

.ocs-form-btn {
	background-color: #ff7342;
	border: none;
	color: #fff;
	border-radius: 8px;
	height: 54px;
	font-size: 16px;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


.ocs-form-btn:hover {
	background-color: #e65a2b;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(255, 115, 66, 0.3);
}

.archive-breadcrumb {
	padding-top: 10px;
}

.ocs-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 140px;
	display: block;
	height: auto;
	align-self: flex-start;
	z-index: 100;
}



/* Top Category Sidebar */
.category-item {
	transition: background 0.3s ease;
	cursor: pointer;
}

.category-item:hover {
	background: #f8f9fa;
}

.category-icon {
	background: #fff;
	padding: 5px;
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.category-info a {
	font-size: 15px;
	margin-bottom: 2px;
}

.category-info span {
	font-size: 12px;
}

@media (max-width: 991px) {
	.section-title{
		font-size: 22px;
	}
	.ocs-card-image img {
		height: 180px;
	}
}

.ocs-pagination .pagination {
	justify-content: center;
	gap: 10px;
}

.ocs-pagination .page-numbers {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #dee2e6;
	color: #1a1a1a;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.ocs-pagination .page-numbers.current {
	background-color: #FF7342;
	color: #fff;
	border-color: #FF7342;
}

.ocs-pagination .page-numbers:hover:not(.current) {
	background-color: #FF7342;
	border-color: #FF7342;
	color: #fff !important;
}

.ocs-pagination .page-numbers:hover svg {
	stroke: #fff !important;
}

/* 404 Page Premium Styles */
.ocs-404-main {
	background-color: #ffffff;
}

.error-number {
	font-size: clamp(80px, 15vw, 160px);
	font-weight: 900;
	line-height: 1;
	font-family: 'DM Sans', sans-serif;
	background: linear-gradient(135deg, #250d33 0%, #401955 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
	letter-spacing: -0.05em;
	display: inline-block;
}

.error-title {
	font-size: clamp(24px, 5vw, 42px);
	font-weight: 800;
	color: #1a1a1a;
	letter-spacing: -0.02em;
	font-family: 'DM Sans', sans-serif;
}

.error-description {
	font-size: 18px;
	line-height: 1.8;
	color: #6b7280;
	font-family: 'DM Sans', sans-serif;
}

.error-search .search-form {
	position: relative;
	display: flex;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	padding: 8px;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.error-search .search-form:focus-within {
	border-color: #ff7342;
	background: #ffffff;
	box-shadow: 0 10px 25px rgba(255, 115, 66, 0.1);
}

.error-search .search-field {
	border: none !important;
	background: transparent !important;
	padding: 10px 15px !important;
	flex-grow: 1;
	font-size: 15px;
	outline: none !important;
	box-shadow: none !important;
}

.error-search .search-submit {
	background-color: #250d33;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 10px 25px;
	font-weight: 600;
	transition: background 0.3s ease;
}

.error-search .search-submit:hover {
	background-color: #401955;
}

@media (max-width: 768px) {
	.error-actions {
		flex-direction: column;
		gap: 15px;
	}

	.error-actions .btn {
		width: 100%;
	}
}

/* Sapphire Author Page Styles */
.ocs-author-page {
	font-family: 'DM Sans', sans-serif;
	padding-top: 120px !important;
	/* Offset for the fixed header */
}


.author-info-card,
.author-topics-card,
.pro-summary-card {
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03);
	border: 1px solid #edf2f7 !important;
}

.author-avatar-sm img {
	border: 4px solid #f8fafc;
}

.topic-pill {
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	color: #4b5563;
	padding: 6px 16px;
	border-radius: 50px;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.2s ease;
	font-weight: 500;
}

.topic-pill:hover {
	background-color: #f8fafc;
	border-color: #250d33;
	color: #250d33;
	transform: translateY(-1px);
}

.summary-title {
	color: #1a1a1a;
	letter-spacing: -0.01em;
}

.author-bio-text p {
	color: #4b5563;
	line-height: 1.8;
	font-size: 15px;
	margin-bottom: 20px;
}

.author-post-card {
	transition: transform 0.3s ease;
}

.author-post-card:hover {
	transform: translateY(-5px);
}

.author-post-card .post-thumb img {
	transition: transform 0.5s ease;
}

.author-post-card:hover .post-thumb img {
	transform: scale(1.05);
}

.author-post-card .post-title a {
	font-size: 18px;
	line-height: 1.4;
	transition: color 0.2s ease;
}

.hover-blue:hover {
	color: #0d6efd !important;
}

.author-tags p {
	letter-spacing: 0.05em;
	font-weight: 500;
	color: #94a3b8;
}

/* Banner Padding Refinements */
.category-hero,
.single-post-hero {
	padding: 140px 0 100px !important;
	background-color: #250d33;
	/* Ensuring consistent dark background */
}

@media (max-width: 991px) {

	.category-hero,
	.single-post-hero {
		padding: 120px 0 60px !important;
	}
}

.category-banner-tag {
	color: #ff7342 !important;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 15px;
	/* Increased from 14px */
	letter-spacing: 0.1em;
	display: inline-block;
}


.category-banner-tag:hover {
	color: #ffffff !important;
}

/* Global Header Offset - Fixes spacing issue where content was obscured by fixed header */
.ocs-404-main,
.ocs-archive-header,
.ocs-author-page,
.category-hero,
.single-post-hero,
#primary.site-main {
	padding-top: 50px !important;
}

/* Home page specifically needs less because the relative header height already pushes it down */
.blog-category {
	padding-top: 20px !important;
	padding-bottom: 20px;
}

.blog-category ul {
	display: flex !important;
	flex-wrap: wrap !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 20px 0 !important;
	gap: 12px !important;
}

.blog-category ul li {
	margin: 0 !important;
	display: block !important;
}

.blog-category ul li a {
	display: inline-block !important;
	padding: 10px 22px !important;
	background: #f1f1f1 !important;
	color: #1a0f2e !important;
	border-radius: 50px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	line-height: 1 !important;
}

.blog-category ul li a:hover {
	background: #FF7342 !important;
	color: #fff !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 12px rgba(255, 115, 66, 0.2) !important;
}

@media (max-width: 991px) {

	.ocs-404-main,
	.ocs-archive-header,
	.ocs-author-page,
	.category-hero,
	.single-post-hero,
	#primary.site-main {
		padding-top: 25px !important;
	}

	.blog-category {
		padding-top: 10px !important;
	}

	.blog-category ul {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		gap: 12px !important;
		padding: 0 !important;
		margin: 15px 0 !important;
		list-style: none !important;
	}

	.blog-category ul li {
		display: block !important;
		margin: 0 !important;
	}

	.blog-category ul li a {
		display: inline-block !important;
		padding: 10px 20px !important;
		background: #f1f1f1 !important;
		border-radius: 50px !important;
		font-size: 15px !important;
		line-height: 1 !important;
		white-space: normal !important;
		text-align: center !important;
		transition: all 0.3s ease !important;
	}

	.blog-category ul li a:hover {
		background: #ff7342 !important;
		color: #fff !important;
	}
}

/* Category Navigation on Archive Pages */
.archive-category-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ocs-category-nav-link {
	display: inline-block;
	padding: 8px 18px;
	background: #F1F1F1 !important;
	color: #250d33 !important;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
	text-decoration: none;
	margin-bottom: 10px;
}

.ocs-category-nav-link:hover {
	background: #FF7342 !important;
	color: #fff !important;
}

.category-name.fw-bold a {
	color: #FF7342;
	text-decoration: none;
	transition: color 0.3s ease;
}

.category-name.fw-bold a:hover {
	opacity: 0.8;
}

.archive-main-title {
	color: #FF7342;
}

.footer-bottom-outer .footer-bottom h6 {
	color: #1a1a1a;
}

.single-sidebar .category-tags-list a.tag-pill:hover {
	background: #ff7342 !important;
}

/* Post Entry Content List Styling */
.post-entry-content ul {
	list-style: none !important;
	padding-left: 5px !important;
	margin: 10px 0 !important;
}

.post-entry-content ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
	font-size: 17px;
	line-height: 1.6;
	color: #1a0f2e;
	text-transform: capitalize;
}

.post-entry-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	background: #FF7342;
	border-radius: 50%;
	display: inline-block;
	z-index: 2;
}

.post-entry-content ul li::after {
	content: '';
	position: absolute;
	left: -4px;
	top: 4px;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255, 115, 66, 0.3);
	border-radius: 50%;
	z-index: 1;
}

.post-entry-content ol {
	padding-left: 20px !important;
	margin: 10px 0 !important;
}

.post-entry-content ol li {
	padding-left: 10px;
	margin-bottom: 8px;
	font-size: 17px;
	line-height: 1.6;
	color: #1a0f2e;
}

/* Single Post Mobile Responsive Fixes */
@media (max-width: 767px) {
	.single-post-hero {
		padding: 100px 15px 40px !important;
	}

	.category-title {
		font-size: 26px !important;
		line-height: 1.3 !important;
		margin-top: 15px !important;
	}

	.post-share-section {
		flex-direction: column;
		align-items: flex-start !important;
		margin-bottom: 30px !important;
		padding-bottom: 20px !important;
	}

	.post-share-section .share-label {
		margin-bottom: 12px;
		font-size: 16px !important;
	}

	.share-icons {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.post-inner-title {
		font-size: 22px !important;
		margin-bottom: 25px !important;
		line-height: 1.4 !important;
		color: #1a1a1a;
	}

	.post-entry-content p {
		font-size: 17px !important;
		line-height: 1.8 !important;
		color: #4b5563 !important;
		margin-bottom: 1.6em !important;
	}

	.single-post-article {
		padding: 0 !important;
	}

	.post-content-featured-image {
		margin-bottom: 30px !important;
	}

	.post-meta-hero {
		flex-wrap: wrap;
		gap: 12px 15px;
	}

	.post-meta-hero .author-info,
	.post-meta-hero .date-info,
	.post-meta-hero .read-time {
		margin-right: 0 !important;
		font-size: 13px;
	}

	/* Adjust Breadcrumbs for Mobile */
	.breadcrumb-container {
		font-size: 12px;
		margin-bottom: 10px !important;
	}

	.header-description {
		font-size: 16px !important;
		line-height: 1.5 !important;
		margin-top: 15px !important;
	}

	.blog-tag-sm {
		margin-bottom: 10px !important;
	}

	.breadcrumb-item+.breadcrumb-item::before {
		padding-right: 5px;
		padding-left: 5px;
	}
}

/* Aggressive Mobile Layout Refinements (Nuclear Fix) */
@media (max-width: 991px) {

	/* Force body and main wrappers to full width */
	html,
	body {
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		overflow-x: hidden !important;
		position: relative;
	}

	#page,
	.site,
	#blog-banner,
	main {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow-x: hidden !important;
	}

	/* Force ALL containers to be full width on mobile */
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	/* Ensure rows don't cause overflow */
	.row {
		margin-left: -15px !important;
		margin-right: -15px !important;
		width: auto !important;
		/* Let Bootstrap handle width */
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.col-lg-8,
	.col-lg-4,
	.col-md-12,
	.col-12,
	.col-md-6 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	/* Reduce massive section padding */
	.blog-post.top-section,
	.archive-content-section,
	.archive-main-section,
	.cta-section,
	section {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		overflow-x: hidden !important;
	}

	.category-hero,
	.single-post-hero {
		padding-top: 25px !important;
		padding-bottom: 20px !important;
	}

	.ocs-archive-header {
		padding-top: 25px !important;
		padding-bottom: 20px !important;
	}

	/* Fix typography visibility */
	.quotetext,
	.main-title {
		font-size: 24px !important;
		line-height: 1.2 !important;
		margin-bottom: 15px !important;
		text-align: center !important;
	}

	.header-description {
		font-size: 15px !important;
		line-height: 1.4 !important;
		text-align: center !important;
		margin-top: 10px !important;
		padding: 0 10px !important;
	}

	/* Center and optimize categories */
	.blog-category ul {
		justify-content: center !important;
		gap: 8px !important;
		margin: 15px 0 !important;
		padding: 0 !important;
	}

	.blog-category ul li a {
		padding: 8px 14px !important;
		font-size: 13px !important;
	}

	/* Card refinements for visibility */
	.ocs-post-card.vertical-card {
		padding: 10px !important;
		margin-bottom: 20px !important;
		border-radius: 16px !important;
	}

	.ocs-card-title a {
		font-size: 22px !important;
		line-height: 1.3 !important;
	}

	.ocs-card-excerpt p {
		font-size: 17px !important;
		line-height: 1.7 !important;
		margin-top: 10px !important;
	}

	/* Global Article Content Font Size Increase */
	.post-entry-content p {
		font-size: 18px !important;
		line-height: 1.8 !important;
		color: #334155 !important;
		margin-bottom: 1.5em !important;
	}

	.post-entry-content h2 {
		font-size: 24px !important;
		margin-top: 30px !important;
		margin-bottom: 15px !important;
	}

	.post-entry-content h3 {
		font-size: 22px !important;
		margin-top: 25px !important;
		margin-bottom: 12px !important;
	}

	.post-entry-content ul li,
	.post-entry-content ol li {
		font-size: 18px !important;
		line-height: 1.7 !important;
		margin-bottom: 12px !important;
	}

	.post-entry-content blockquote {
		font-size: 20px !important;
		padding: 20px 25px !important;
		border-left-width: 4px !important;
		margin: 30px 0 !important;
	}

	/* Single post article refinements */
	.single-post-article {
		padding: 0 !important;
	}

	/* Mobile Header & Hamburger Fixes */
	#blog-banner .navbar {
		background-color: #250d33 !important;
		min-height: 70px !important;
		padding: 10px 0 !important;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
	}

	.navbar-toggler {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		border: none !important;
		padding: 0 !important;
		width: 40px !important;
		height: 40px !important;
		background: transparent !important;
		outline: none !important;
		box-shadow: none !important;
	}

	.navbar-toggler label {
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		gap: 5px !important;
		width: 30px !important;
		height: 30px !important;
		margin: 0 !important;
		cursor: pointer !important;
	}

	/* Force hamburger bars to be white */
	.navbar-toggler span {
		display: block !important;
		width: 100% !important;
		height: 3px !important;
		background-color: #ffffff !important;
		border-radius: 4px !important;
		transition: all 0.3s ease !important;
	}

	.navbar-brand img {
		height: 32px !important;
		width: auto !important;
		filter: brightness(0) invert(1) !important;
	}

	/* Two-Column Grid Optimization for All Mobile */
	.col-6 .ocs-post-card.vertical-card {
		padding: 8px !important;
		margin-bottom: 20px !important;
		border-radius: 12px !important;
	}

	.col-6 .ocs-card-image img {
		height: 120px !important;
		object-fit: cover !important;
	}

	.col-6 .card-body {
		padding: 10px 8px !important;
		/* Override p-4 for two-column layout */
	}

	.col-6 .ocs-card-title a {
		font-size: 16px !important;
		line-height: 1.4 !important;
		font-weight: 700 !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.col-6 .ocs-card-excerpt {
		display: none !important;
	}

	.col-6 .entry-meta {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 4px !important;
		padding-top: 8px !important;
		border-top: 1px solid #eee !important;
		margin-top: 10px !important;
	}

	.col-6 .author-info {
		font-size: 13px !important;
		/* Increased from 12px (was 10px) */
		margin-bottom: 4px !important;
	}

	.col-6 .author-avatar img {
		width: 16px !important;
		height: 16px !important;
	}

	.col-6 .meta-right {
		font-size: 12px !important;
		/* Increased from 11px (was 9px) */
		opacity: 0.9;
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 6px !important;
	}

	.col-6 .meta-divider {
		display: none !important;
	}

	/* Force 2 columns even if Bootstrap grid is fighting */
	.col-6 {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}

/* Specific small phone fix */
@media (max-width: 575px) {
	.container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.row {
		margin-left: -5px !important;
		margin-right: -5px !important;
		width: calc(100% + 10px) !important;
	}

	.col-12 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.navbar-brand img {
		height: 28px !important;
	}

	/* Extra small phone tweaks */
	.col-6 .ocs-card-title a {
		font-size: 15px !important;
	}

	.col-6 .ocs-card-image img {
		height: 100px !important;
	}
}

.ocs-industry-filter {
        padding: 24px 0;
        background: #ffffff;
        border-bottom: 1px solid #eef2f5;
        position: sticky;
        top: 70px;
        z-index: 100;
        box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    }
    .filter-row {
        display: flex;
        align-items: flex-start;
        margin-bottom: 16px;
    }
    .filter-row:last-child {
        margin-bottom: 0;
    }
    .filter-label {
        font-size: 13px;
        font-weight: 700;
        color: #250d33;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        width: 140px;
        padding-top: 8px;
        flex-shrink: 0;
    }
    .industry-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
        flex-grow: 1;
    }
    .industry-pills li {
        margin: 0 !important;
        padding: 0 !important;
    }
    .industry-pills a {
        display: inline-block !important;
        padding: 8px 18px !important;
        background: #f8f9fa !important;
        color: #250d33 !important;
        border: 1px solid #eef2f5 !important;
        border-radius: 50px !important;
        text-decoration: none !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        line-height: 1 !important;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
    .industry-pills a:hover {
        background: #ffebe5 !important;
        border-color: #ff9d7d !important;
        color: #ff7342 !important;
        transform: translateY(-1px) !important;
    }
    .industry-pills a.active {
        background: #ff7342 !important;
        border-color: #ff7342 !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(255, 115, 66, 0.2) !important;
    }
    .read-case-study-btn {
        color: #ff7342 !important;
        font-weight: 700;
        text-decoration: none !important;
        transition: color 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }
    .read-case-study-btn:hover {
        color: #005077 !important;
    }
    .read-case-study-btn svg {
        transition: transform 0.3s ease;
    }
    .read-case-study-btn:hover svg {
        transform: translateX(4px);
    }
    @media (max-width: 768px) {
        .filter-row {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        .filter-label {
            width: auto;
            padding-top: 0;
            margin-bottom: 10px;
        }
    }


    .case-study-hero {
        background: #fff5e8;
        padding: 70px 0 80px;
        position: relative;
    }
    @media (max-width: 991px) {
        .case-study-hero {
            padding: 110px 0 40px;
            text-align: center;
        }
    }
    .logo-badge-banner {
        margin-top: 40px;
    }
    .logo-badge {
        height: 35px;
        width: auto;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }
    .logo-badge:hover {
        opacity: 1;
    }
    .ocs-top-featured-card {
        border: none !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
        transition: transform 0.3s ease;
    }
    .ocs-top-featured-card:hover {
        transform: translateY(-5px);
    }
    .ocs-top-small-card {
        border: none !important;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
        transition: transform 0.3s ease;
    }
    .ocs-top-small-card:hover {
        transform: translateY(-3px);
    }
    .ocs-top-small-card .card-title {
        font-size: 1.1rem !important;
        /* Increased from 1rem */
        line-height: 1.3;
    }
    .ocs-industry-filter {
        padding: 24px 0;
        background: #ffffff;
        border-bottom: 1px solid #eef2f5;
        position: sticky;
        top: 70px;
        z-index: 100;
        box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    }
    .filter-row {
        display: flex;
        align-items: flex-start;
        margin-bottom: 16px;
    }
    .filter-row:last-child {
        margin-bottom: 0;
    }
    .filter-label {
        font-size: 13px;
        font-weight: 700;
        color: #250d33;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        width: 140px;
        padding-top: 8px;
        flex-shrink: 0;
    }
    .industry-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
        flex-grow: 1;
    }
    .industry-pills li {
        margin: 0 !important;
        padding: 0 !important;
    }
    .industry-pills a {
        display: inline-block !important;
        padding: 8px 18px !important;
        background: #f8f9fa !important;
        color: #250d33 !important;
        border: 1px solid #eef2f5 !important;
        border-radius: 50px !important;
        text-decoration: none !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        line-height: 1 !important;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }
    .industry-pills a:hover {
        background: #ffebe5 !important;
        border-color: #ff9d7d !important;
        color: #ff7342 !important;
        transform: translateY(-1px) !important;
    }
    .industry-pills a.active {
        background: #ff7342 !important;
        border-color: #ff7342 !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(255, 115, 66, 0.2) !important;
    }
    @media (max-width: 768px) {
        .filter-row {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        .filter-label {
            width: auto;
            padding-top: 0;
            margin-bottom: 10px;
        }
    }
    .read-case-study-btn {
        color: #ff7342 !important;
        font-weight: 700;
        text-decoration: none !important;
        transition: color 0.3s ease;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }
    .read-case-study-btn:hover {
        color: #005077 !important;
    }
    .read-case-study-btn svg {
        transition: transform 0.3s ease;
    }
    .read-case-study-btn:hover svg {
        transform: translateX(4px);
    }
    @media (max-width: 575px) {
        .ocs-top-small-card .card-body {
            padding: 10px !important;
        }
        .ocs-top-small-card .card-title {
            font-size: 1rem !important;
            /* Increased from 0.85rem */
        }
    }



  /* Fix mobile navigation toggler 'X' close state double rendering/stroke visual bug */
.navbar-toggler label {
	position: relative !important;
}

.navbar-toggler input[type="checkbox"]:checked ~ span {
	position: absolute !important;
	top: 50% !important;
	left: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	transform-origin: center !important;
	background-color: #ffffff !important;
}

.navbar-toggler input[type="checkbox"]:checked ~ span:nth-of-type(1) {
	transform: translateY(-50%) rotate(45deg) !important;
}

.navbar-toggler input[type="checkbox"]:checked ~ span:nth-of-type(2) {
	width: 0 !important;
	opacity: 0 !important;
}

.navbar-toggler input[type="checkbox"]:checked ~ span:nth-of-type(3) {
	transform: translateY(-50%) rotate(-45deg) !important;
}

.post-tags-footer .tag-pill-sm {
	background: #FF7342;
	color: #ffffff;
}
.post-tags-footer .tag-pill-sm:hover{
	background: #f3f4f6;
	color: #4b5563;
}