/*!
Theme Name: Netrodent
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 6.9.4
Requires at least: 6.6
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: netrodent
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.

Netrodent 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;
	outline: none !important;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

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

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

/*--------------------------------------------------------------
# Netrodent Theme Custom Styles
--------------------------------------------------------------*/

/* Header Layout
--------------------------------------------- */
.site-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #eee;
}

.site-branding {
	display: flex;
	align-items: center;
	flex: 1;
}

.main-navigation {
	flex: 2;
}

.header-social-media {
	flex: 0 0 auto;
}

/* Social Media Links
--------------------------------------------- */
.social-media-links {
	display: flex;
	gap: 15px;
	align-items: center;
	flex-wrap: wrap;
}

.social-media-links a {
	color: var(--netrodent-text-color, #333);
	text-decoration: none;
	font-size: 20px;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent;
}

.social-media-links a:hover {
	color: var(--netrodent-primary-color, #0073aa);
	background: rgba(0, 115, 170, 0.1);
	transform: translateY(-2px);
}

.header-social .social-media-links a {
	font-size: 18px;
	width: 35px;
	height: 35px;
}

.footer-social .social-media-links a {
	font-size: 24px;
	width: 45px;
	height: 45px;
}

/* Footer Social Media Section */
.footer-social-media {
	text-align: center;
	padding: 2rem 0;
	border-top: 1px solid #eee;
	margin-bottom: 1rem;
}

.footer-social-media h3 {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	color: var(--netrodent-text-color, #333);
}

/* Responsive Adjustments */
@media screen and (max-width: 768px) {
	.site-header {
		flex-direction: column;
		text-align: center;
		gap: 1rem;
	}

	.site-branding,
	.main-navigation,
	.header-social-media {
		flex: none;
		width: 100%;
	}

	.main-navigation ul {
		justify-content: center;
	}

	.social-media-links {
		justify-content: center;
	}
}

@media screen and (max-width: 480px) {
	.social-media-links {
		gap: 10px;
	}

	.social-media-links a {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

	.footer-social .social-media-links a {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
}

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

/*--------------------------------------------------------------
# Front Page Custom Styles
--------------------------------------------------------------*/

/* Full Width Layout for Front Page */
.home .site-main-fullwidth {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.home .site-main-fullwidth .entry-content {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

/* Remove entry header and meta on front page */
.home .entry-header,
.home .entry-meta,
.home .entry-footer {
	display: none;
}

/* Remove post thumbnail margin on front page */
.home .post-thumbnail {
	margin: 0;
}

/* Full width for Elementor on front page */
.home .elementor-section {
	width: 100%;
	max-width: 100%;
}

/*--------------------------------------------------------------
# Inner Page Styles
--------------------------------------------------------------*/

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

/* Page Hero with Featured Image */
.page-hero {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	margin-bottom: 0;
}

.page-hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.page-hero-image .page-featured-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.page-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0.1) 0%,
			rgba(0, 0, 0, 0.4) 50%,
			rgba(0, 0, 0, 0.7) 100%);
}

.page-hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 80px 0 60px;
}

.page-hero-content .container {
	text-align: left;
}

.page-hero .entry-header {
	margin: 0;
	padding: 0;
}

.page-hero .entry-title {
	color: #ffffff;
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Breadcrumbs */
.page-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
}

.page-hero .page-breadcrumbs {
	color: rgba(255, 255, 255, 0.85);
}

.page-hero .page-breadcrumbs a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: color 0.3s ease;
}

.page-hero .page-breadcrumbs a:hover {
	color: #ffffff;
}

.page-hero .page-breadcrumbs .breadcrumb-separator {
	color: rgba(255, 255, 255, 0.5);
}

.page-hero .page-breadcrumbs .current {
	color: #ffffff;
}

/* Simple Header (no featured image) */
.page-header-simple {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	padding: 120px 0 60px;
	margin-bottom: 0;
}

.page-header-simple .container {
	text-align: left;
}

.page-header-simple .page-breadcrumbs {
	color: rgba(255, 255, 255, 0.7);
}

.page-header-simple .page-breadcrumbs a {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color 0.3s ease;
}

.page-header-simple .page-breadcrumbs a:hover {
	color: #ffffff;
}

.page-header-simple .page-breadcrumbs .breadcrumb-separator {
	color: rgba(255, 255, 255, 0.4);
}

.page-header-simple .page-breadcrumbs .current {
	color: #ffffff;
}

.page-header-simple .entry-header {
	margin: 0;
	padding: 0;
}

.page-header-simple .entry-title {
	color: #ffffff;
	font-size: clamp(1.5rem, 4vw, 2.2rem);
	font-weight: 600;
	margin: 0;
	line-height: 1.3;
}

/* Page Content Wrapper */
.page-content-wrapper {
	background-color: #ffffff;
	padding: 60px 0;
}

.page-content-wrapper .entry-content {
	max-width: 900px;
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.8;
	color: #333;
}

.page-content-wrapper .entry-content h2 {
	font-size: 1.8rem;
	font-weight: 600;
	margin: 2em 0 0.8em;
	color: #1a1a2e;
}

.page-content-wrapper .entry-content h3 {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 1.5em 0 0.6em;
	color: #1a1a2e;
}

.page-content-wrapper .entry-content p {
	margin-bottom: 1.5em;
}

.page-content-wrapper .entry-content img {
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-content-wrapper .entry-content ul,
.page-content-wrapper .entry-content ol {
	margin: 1.5em 0 1.5em 1.5em;
}

.page-content-wrapper .entry-content li {
	margin-bottom: 0.5em;
}

.page-content-wrapper .entry-content blockquote {
	border-left: 4px solid #4169e1;
	padding: 20px 30px;
	margin: 2em 0;
	background: #f8f9fa;
	font-style: italic;
	border-radius: 0 8px 8px 0;
}

/* Entry Footer */
.netrodent-inner-page .entry-footer {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.netrodent-inner-page .edit-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.netrodent-inner-page .edit-link:hover {
	color: #4169e1;
}

/* Responsive */
@media (max-width: 768px) {
	.page-hero {
		min-height: 300px;
	}

	.page-hero-content {
		padding: 40px 0;
	}

	.page-header-simple {
		padding: 60px 0 40px;
	}

	.page-content-wrapper {
		padding: 40px 0;
	}

	.page-content-wrapper .entry-content {
		font-size: 1rem;
	}

	.page-breadcrumbs {
		font-size: 13px;
		flex-wrap: wrap;
	}
}

/* Elementor Override for Inner Pages */
.netrodent-inner-page .elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1200px;
}

/*--------------------------------------------------------------
# Single Post Styles
--------------------------------------------------------------*/

/* Post Hero with Featured Image */
.post-hero {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	margin-bottom: 0;
}

.post-hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.post-hero-image .post-featured-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.post-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0.1) 0%,
			rgba(0, 0, 0, 0.5) 60%,
			rgba(0, 0, 0, 0.8) 100%);
}

.post-hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 80px 0 60px;
}

.post-hero-content .container {
	text-align: left;
}

.post-hero .entry-header {
	margin: 0;
	padding: 0;
}

.post-hero .entry-title {
	color: #ffffff;
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	font-weight: 600;
	margin: 0 0 15px 0;
	line-height: 1.3;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Post Breadcrumbs */
.post-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.85);
	flex-wrap: wrap;
}

.post-breadcrumbs a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	transition: color 0.3s ease;
}

.post-breadcrumbs a:hover {
	color: #ffffff;
}

.post-breadcrumbs .breadcrumb-separator {
	color: rgba(255, 255, 255, 0.5);
}

.post-breadcrumbs .current {
	color: #ffffff;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Post Meta */
.post-hero .entry-meta,
.post-header-simple .entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

.post-hero .entry-meta span,
.post-header-simple .entry-meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.post-hero .entry-meta i,
.post-header-simple .entry-meta i {
	font-size: 12px;
	opacity: 0.7;
}

/* Simple Header (no featured image) */
.post-header-simple {
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	padding: 120px 0 60px;
	margin-bottom: 0;
}

.post-header-simple .container {
	text-align: left;
}

.post-header-simple .entry-header {
	margin: 0;
	padding: 0;
}

.post-header-simple .entry-title {
	color: #ffffff;
	font-size: clamp(1.5rem, 4vw, 2.2rem);
	font-weight: 600;
	margin: 0 0 15px 0;
	line-height: 1.3;
}

.post-header-simple .post-breadcrumbs {
	color: rgba(255, 255, 255, 0.7);
}

.post-header-simple .post-breadcrumbs a {
	color: rgba(255, 255, 255, 0.7);
}

.post-header-simple .post-breadcrumbs a:hover {
	color: #ffffff;
}

/* Post Content Wrapper */
.post-content-wrapper {
	background-color: #ffffff;
	padding: 60px 0;
}

.post-content-wrapper .entry-content {
	max-width: 800px;
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.8;
	color: #333;
}

.post-content-wrapper .entry-content h2 {
	font-size: 1.6rem;
	font-weight: 600;
	margin: 2em 0 0.8em;
	color: #1a1a2e;
}

.post-content-wrapper .entry-content h3 {
	font-size: 1.3rem;
	font-weight: 600;
	margin: 1.5em 0 0.6em;
	color: #1a1a2e;
}

.post-content-wrapper .entry-content p {
	margin-bottom: 1.5em;
}

.post-content-wrapper .entry-content img {
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.post-content-wrapper .entry-content blockquote {
	border-left: 4px solid #4169e1;
	padding: 20px 30px;
	margin: 2em 0;
	background: #f8f9fa;
	font-style: italic;
	border-radius: 0 8px 8px 0;
}

/* Post Footer - Tags */
.netrodent-single-post .entry-footer {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.post-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.post-tags .tags-label {
	font-weight: 600;
	color: #333;
}

.post-tags .tag-link {
	display: inline-block;
	padding: 5px 12px;
	background: #f0f0f0;
	color: #555;
	border-radius: 20px;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.post-tags .tag-link:hover {
	background: #4169e1;
	color: #ffffff;
}

.netrodent-single-post .edit-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #666;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.netrodent-single-post .edit-link:hover {
	color: #4169e1;
}

/* Post Navigation */
.post-navigation {
	margin: 40px 20px;
	padding: 30px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

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

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

.post-navigation a {
	text-decoration: none;
	color: inherit;
}

.post-navigation .nav-subtitle {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
	margin-bottom: 5px;
}

.post-navigation .nav-title {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	transition: color 0.3s ease;
}

.post-navigation a:hover .nav-title {
	color: #4169e1;
}

/* Responsive - Single Post */
@media (max-width: 768px) {
	.post-hero {
		min-height: 350px;
	}

	.post-hero-content {
		padding: 40px 0;
	}

	.post-header-simple {
		padding: 60px 0 40px;
	}

	.post-content-wrapper {
		padding: 40px 0;
	}

	.post-content-wrapper .entry-content {
		font-size: 1rem;
	}

	.post-hero .entry-meta,
	.post-header-simple .entry-meta {
		gap: 15px;
		font-size: 13px;
	}

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

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

/*--------------------------------------------------------------
# Comments Section Styles
--------------------------------------------------------------*/

/* Comments Container */
.comments-area {
	max-width: 800px;
	margin: 0 auto;
	padding: 60px 20px;
	background-color: #f8f9fa;
}

/* Comments Title */
.comments-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #1a1a2e;
	margin: 0 0 30px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #e0e0e0;
}

.comments-title span {
	color: #4169e1;
}

/* Comment List */
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment {
	margin-bottom: 30px;
}

.comment-list .comment:last-child {
	margin-bottom: 0;
}

/* Comment Body */
.comment-body {
	background: #ffffff;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	position: relative;
}

/* Comment Meta */
.comment-meta {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 15px;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.comment-author .avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #f0f0f0;
}

.comment-author .fn {
	font-weight: 600;
	font-size: 1rem;
	color: #1a1a2e;
}

.comment-author .fn a {
	color: inherit;
	text-decoration: none;
}

.comment-author .fn a:hover {
	color: #4169e1;
}

.comment-author .says {
	display: none;
}

.comment-metadata {
	margin-left: auto;
}

.comment-metadata a {
	font-size: 13px;
	color: #888;
	text-decoration: none;
	transition: color 0.3s ease;
}

.comment-metadata a:hover {
	color: #4169e1;
}

.comment-metadata .edit-link {
	margin-left: 10px;
}

/* Comment Content */
.comment-content {
	color: #444;
	line-height: 1.7;
	font-size: 0.95rem;
}

.comment-content p {
	margin: 0 0 1em 0;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

/* Reply Link */
.reply {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
}

.reply .comment-reply-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 500;
	color: #4169e1;
	text-decoration: none;
	padding: 6px 14px;
	background: rgba(65, 105, 225, 0.1);
	border-radius: 20px;
	transition: all 0.3s ease;
}

.reply .comment-reply-link:hover {
	background: #4169e1;
	color: #ffffff;
}

/* Nested Comments (Replies) */
.comment-list .children {
	list-style: none;
	margin: 20px 0 0 0;
	padding-left: 30px;
	border-left: 2px solid #e0e0e0;
}

.comment-list .children .comment {
	margin-bottom: 20px;
}

.comment-list .children .comment-body {
	background: #fafafa;
}

/* Pingbacks and Trackbacks */
.comment-list .pingback,
.comment-list .trackback {
	padding: 15px 20px;
	background: #f0f0f0;
	border-radius: 8px;
	margin-bottom: 15px;
}

.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

/* Comments Navigation */
.comment-navigation {
	margin: 30px 0;
	padding: 15px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.comment-navigation .nav-links {
	display: flex;
	justify-content: space-between;
}

.comment-navigation a {
	color: #4169e1;
	text-decoration: none;
	font-weight: 500;
}

.comment-navigation a:hover {
	text-decoration: underline;
}

/* No Comments Message */
.no-comments {
	text-align: center;
	color: #888;
	font-style: italic;
	padding: 30px;
	background: #f0f0f0;
	border-radius: 8px;
}

/* Comment Form */
.comment-respond {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 2px solid #e0e0e0;
}

.comment-reply-title {
	font-size: 1.4rem;
	font-weight: 600;
	color: #1a1a2e;
	margin: 0 0 25px 0;
}

.comment-reply-title small {
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
}

.comment-reply-title small a {
	color: #888;
	text-decoration: none;
}

.comment-reply-title small a:hover {
	color: #4169e1;
}

.comment-notes,
.logged-in-as {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.logged-in-as a {
	color: #4169e1;
	text-decoration: none;
}

.logged-in-as a:hover {
	text-decoration: underline;
}

/* Form Fields */
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 20px;
}

.comment-form label {
	display: block;
	font-weight: 500;
	color: #333;
	margin-bottom: 8px;
	font-size: 14px;
}

.comment-form .required {
	color: #e74c3c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 14px 18px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 15px;
	color: #333;
	background: #ffffff;
	transition: all 0.3s ease;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
	outline: none;
	border-color: #4169e1;
	box-shadow: 0 0 0 3px rgba(65, 105, 225, 0.1);
}

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

/* Cookies Consent */
.comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 20px;
}

.comment-form-cookies-consent input[type="checkbox"] {
	margin-top: 4px;
	width: 18px;
	height: 18px;
	accent-color: #4169e1;
}

.comment-form-cookies-consent label {
	font-size: 14px;
	color: #666;
	margin-bottom: 0;
}

/* Submit Button */
.form-submit {
	margin-top: 25px;
}

.comment-form .submit {
	display: inline-block;
	padding: 14px 35px;
	background: linear-gradient(135deg, #4169e1 0%, #3454b4 100%);
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.comment-form .submit:hover {
	background: linear-gradient(135deg, #3454b4 0%, #2a4499 100%);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(65, 105, 225, 0.3);
}

/* Responsive - Comments */
@media (max-width: 768px) {
	.comments-area {
		padding: 40px 15px;
	}

	.comment-body {
		padding: 20px;
	}

	.comment-meta {
		flex-direction: column;
		gap: 10px;
	}

	.comment-metadata {
		margin-left: 0;
	}

	.comment-author .avatar {
		width: 40px;
		height: 40px;
	}

	.comment-list .children {
		padding-left: 15px;
	}

	.comment-reply-title {
		font-size: 1.2rem;
	}

	.comments-title {
		font-size: 1.3rem;
	}
}

/* Language Switcher */
.header-right {
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.netrodent-language-switcher {
	position: relative;
	cursor: pointer;
	padding: 5px 12px;
	background: #f8f9fa;
	border-radius: 30px;
	border: 1px solid #e9ecef;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #1a1a1a;
	user-select: none;
}

.netrodent-language-switcher:hover {
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-color: #4169e1;
}

.netrodent-language-switcher .current-language {
	display: flex;
	align-items: center;
	gap: 6px;
}

.netrodent-language-switcher img {
	width: 18px;
	height: 12px;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.netrodent-language-switcher .language-dropdown {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	padding: 8px 0;
	list-style: none;
	margin: 0;
	min-width: 160px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 1000;
}

.netrodent-language-switcher:hover .language-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.netrodent-language-switcher .language-dropdown li {
	margin: 0;
}

.netrodent-language-switcher .language-dropdown a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	color: #444;
	text-decoration: none;
	font-size: 14px;
	transition: background 0.2s ease;
}

.netrodent-language-switcher .language-dropdown a:hover {
	background: #f1f4ff;
	color: #4169e1;
}

/* Polylang custom styles if using pll_the_languages */
.netrodent-language-switcher ul.pll-translation-service {
	display: none !important;
}

.netrodent-language-switcher select {
	background: transparent;
	border: none;
	font-weight: 600;
	font-size: 13px;
	color: #1a1a1a;
	cursor: pointer;
	padding: 0;
}

.main-navigation ul {
	display: flex;
}

/*--------------------------------------------------------------
# Global Responsive Overrides
--------------------------------------------------------------*/

/* Kill horizontal overflow at the source */
html,
body {
	overflow-x: hidden !important;
	position: relative !important;
	width: 100% !important;
}

/* Fix Elementor Section Overflows */
.elementor-section,
.elementor-container {
	max-width: 100vw !important;
	overflow: hidden !important;
}

/* Responsive Typography */
@media screen and (max-width: 768px) {

	h1,
	.elementor-widget-heading h1.elementor-heading-title {
		font-size: clamp(28px, 8vw, 42px);
		line-height: 1.2;
	}

	h2,
	.elementor-widget-heading h2.elementor-heading-title {
		font-size: clamp(24px, 6vw, 32px);
		line-height: 1.2;
	}

	h3,
	.elementor-widget-heading h3.elementor-heading-title {
		font-size: clamp(20px, 5vw, 26px);
	}

	/* Fix oversized section paddings on mobile */
	.elementor-section {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

/* Force icons to load correctly if domain issues exist */
@font-face {
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2') format('woff2');
}

.fa,
.fas,
.fab,
.far {
	font-family: 'Font Awesome 6 Free' !important;
}

/* Ensure FontAwesome icons have correct weight for FA6 Solid */
.fa,
.fas,
.fa-solid {
	font-weight: 900 !important;
}

/* Hero Slider Mobile Fix (Flush to Top) */
@media screen and (max-width: 768px) {

	/* Mobile Header/Logo Flush Left Fix - Ultra Specific */
	.elementor-header-section.elementor-section,
	.elementor-header-section[data-element_type="section"],
	.elementor-header-section .elementor-container,
	.elementor-header-section .elementor-column-wrap,
	.elementor-header-section .elementor-widget-wrap,
	.elementor-header-section .elementor-widget-container,
	.elementor-header-section .elementor-widget-theme-site-logo,
	.elementor-header-section .elementor-widget-image,
	.home .site-header,
	.home .site-branding,
	.home .custom-logo-link {
		padding-left: 0 !important;
		margin-left: 0 !important;
		text-align: left !important;
	}

	/* Target the first column specifically for alignment */
	.elementor-header-section .elementor-column:first-child {
		width: auto !important;
		flex-basis: auto !important;
	}

	.elementor-header-section .elementor-column:first-child .elementor-widget-wrap {
		padding-left: 0 !important;
		justify-content: flex-start !important;
		align-items: flex-start !important;
	}

	/* Force logo image to be flush left */
	.home .custom-logo-link img,
	.elementor-widget-image .elementor-widget-container img,
	.elementor-widget-theme-site-logo img {
		margin-left: 0 !important;
		padding-left: 0 !important;
		max-width: none !important;
	}

	/* News Ticker Flush Fix - Target the section after the hero */
	.home .hero-section+.elementor-section,
	.home .hero-section+section,
	.home .elementor-section:has(.netrobit-hero-video)+.elementor-section,
	.elementor-widget-netrobit-hero-video+.elementor-widget-netrobit-news-ticker {
		position: relative;
		z-index: 5;
		margin-top: 0 !important;
		padding-top: 0 !important;
		border-top: none !important;
	}

	/* Remove any top margin from the news ticker widget itself */
	.elementor-widget-netrobit-news-ticker {
		margin-top: 0 !important;
	}

	/* Mobile Menu Height Constraint */
	.netrobit-mobile-menu {
		max-height: 70vh !important;
		/* Don't cover the whole screen */
		height: auto !important;
		overflow-y: auto !important;
	}

	.home .site-header {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		background: transparent !important;
		border-bottom: none !important;
		z-index: 1000 !important;
	}

	/* Fix Elementor Hero Section Gap and Force Height on Mobile */
	.home .hero-section,
	.home .hero-section>.elementor-container {
		min-height: 60vh !important;
		min-height: 60dvh !important;
		height: 60vh !important;
		height: 60dvh !important;
		justify-content: flex-start !important;
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

	/* News Ticker - Ultra Aggressive Flush Fix */
	section.elementor-element.news-ticker-section,
	section.elementor-element.news-ticker-section>.elementor-container,
	section.elementor-element.news-ticker-section .elementor-column,
	section.elementor-element.news-ticker-section .elementor-widget-wrap,
	section.elementor-element.news-ticker-section div.elementor-widget-netrobit-news-ticker,
	section.elementor-element.news-ticker-section div.elementor-widget-container,
	.netrobit-news-ticker {
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		box-shadow: none !important;
		min-height: 0 !important;
		background-image: none !important;
	}

	/* Force height of ticker to be compact if it still has gaps */
	.netrobit-news-ticker {
		min-height: 40px !important;
		height: auto !important;
		overflow: hidden !important;
	}

	/* Fix News Ticker proximity to Slider */
	.home .hero-section+.news-ticker-section {
		margin-top: 0 !important;
	}

	/* Mobile Logo and Header Alignment */
	.home .site-header {
		padding-left: 10px !important;
		padding-right: 10px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
	}

	.home .site-branding {
		padding: 0 !important;
		margin-left: 0 !important;
	}

	.home .custom-logo-link {
		padding: 0 !important;
		margin: 0 !important;
	}

	/* Fix News Ticker Section on Mobile */
	.home .elementor-widget-netrobit-news-ticker {
		border-top: none !important;
		border-bottom: none !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.home .elementor-widget-netrobit-news-ticker .elementor-widget-container {
		padding: 0 !important;
	}
}