html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

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

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

body {
	color: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

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

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: #e37fde;
}


a:hover,
a:focus,
a:active {
	color: #e37fde;

}


a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

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

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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

.widget {
    /* background: #242a37;
    padding: 20px 30px; */
    border-radius: 0.25rem;
    color: #c7d1e7;
}
.widget ul {
    list-style-type: disclosure-closed;
    padding-left: 0px;
	margin-bottom: 0;
}

.widget ul li {
    margin-bottom: 10px;
    border-bottom: 0.02rem dashed #ffffff82;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}


.widget ul li:last-child{
	border:0 !important;
}
.widget ul li a{
	color:#fff;
	text-decoration: none;
	font-size: 14px;
}
.widget ul li a:hover{
	color: #e37fde;
}
.widget-title,
.wp-block-heading,
.wp-block-search__label {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
	padding-left: 10px;
}

.nt-card-body {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1B1452;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.wp-block-search__inside-wrapper input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 15px 0.375rem 50px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 1px solid var(--secondary);
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 40px;
    outline: none !important;
    color: #fff !important;
}

.wp-block-search__button {
    font-size: 0;
    width: 50px;
    height: 40px;
    background: transparent !important;
    outline: 0 !important;
    border: 0;
    background: none;
    position: absolute;
	left: 0;
}
.wp-block-search__button:before {
    content: "";
    background-image: url("assets/images/search_icon.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50% ,-50%);
}
.post-navigation .nav-title{
	color: #fff;
	opacity: 0.8;
}

.post-navigation .nav-subtitle{
	color: #fff;
	font-weight: bold;
	opacity: 0.8;
}

.entry-title{
	color: #fff;
}

.nt-blog-back .btn {
    border: 0;
    background: #242a37 !important;
    padding: 10px 20px;
    border-radius: 0.25rem;
    color: #fff;
	font-size: 14px;
}

.page-title {
    font-size: 16px;
    font-weight: 600;
}
.nt-blog-back {
    margin-top: 15px;
}

.mb-blog-1 {
    font-size: 27px;
}
.card-blog-body {
    padding: 0px;
}
.mb-blog-5 {
    margin-bottom: 0!important;
}
.widget-title,
.wp-block-heading, .wp-block-search__label {
    position: relative;
    margin-bottom: 25px !important;
	color: var(--secondary);
	font-weight: normal !important;
}
.wp-block-search__label{
	display: none;
}
.widget-title{
	position: relative;
}
.widget ul{
	list-style-type: none;
}

.widget-title {
    position: relative;
}
.nt-card-bg {
    background: #1b1452;
    padding: 20px;
    border-radius: .625rem!important;
}
.nt-blog-title h2,
.nt-blog-title h2 a{
    font-size: 24px;
    line-height: 32px;
	text-decoration: none;
	outline:0 !important;
	border:0 !important;
}



@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
.nt-blog-item{
	position: relative;
}
.nt-blog-item  .nt-blog-excerpt{
	display: none;
}
.card-blog.nt-blog-item.nt-sticky-post {
    max-width: 100% !important;
    flex: 0 0 100%;
}
.card-blog.nt-blog-item.nt-sticky-post .nt-block-date,
.card-blog.nt-blog-item.nt-sticky-post .nt-blog-categories{
	display: none;
}
.card-blog.nt-blog-item.nt-sticky-post .nt-blog-excerpt{
	display: block;
}
.card-blog.nt-blog-item.nt-sticky-post .nt-blog-content {
    position: absolute;
    bottom: 0;
}
.card-blog.nt-blog-item .nt-blog-image img {
    width: 100%;
    border-radius: 0.625rem !important;
}

.card-blog.nt-blog-item.nt-sticky-post .nt-blog-content {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    border-radius: 0.625rem;
	width: 100%;
}
.card-blog.nt-blog-item.nt-sticky-post .nt-blog-title a {
	padding: 40px;
	display: block;
	text-align: center;
}
.card-blog.nt-blog-item.nt-sticky-post .nt-blog-title h2 a {
    color: #fff !important;
    font-size: 24px !important;
	margin-bottom: 0 !important;
}
.card-blog.nt-blog-item.nt-sticky-post .nt-blog-image img {
	width: 100%;
	border-radius: 0.625rem !important;
}
.card-blog.nt-blog-item.nt-grid-post .nt-blog-image img {
    border-radius: 0.625rem !important;
    height: 200px;
    object-fit: cover;
    object-position: top center;
}
.card-blog.nt-blog-item.nt-grid-post .nt-blog-title{
	margin-top: 20px;
	margin-bottom: 30px;
}
.card-blog.nt-blog-item.nt-grid-post .nt-blog-title a h2 {
	font-size: 24px;
}
/*
.widget-title:after,
.wp-block-heading:after, .wp-block-search__label:after,
.nt-page .nt-content  h2.fw-bolder.mb-blog-1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 40px;
    background: linear-gradient(90deg,#e37fde 0,#7e87f1 100%);
}
*/
.widget_nt_recent_posts_with_thumbnails,
.nerdytips_blog_categories, .wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow {
    background: #1B1452;
    padding: 30px 25px 10px 25px;
    border-radius: 0.625rem !important;
}

.card-blog-body .nt-blog-content h2 {
    display: block;
    font-size: 32px!important;

    line-height: 1.2 !important;
}
.card-blog-body .nt-blog-content h1,
.card-blog-body .nt-blog-content h2,
.card-blog-body .nt-blog-content h6,
.card-blog-body .nt-blog-content h5,
.card-blog-body .nt-blog-content h4,
.card-blog-body .nt-blog-content h3{
    font-size: 28px;
    font-weight: 600;
    font-family: 'Inter', 'Lato', 'Open Sans', sans-serif;
    color: #ffcc00; /* Bright contrast */
    margin-top: 25px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(255, 204, 0, 0.5); /* Subtle underline */
    padding-bottom: 5px;
}
.card-blog-body .nt-blog-content h2{
	font-size: 24px !important;
}
.card-blog-body .nt-blog-content h3{
	font-size: 21px !important;
}
.card-blog-body .nt-blog-content h4{
	font-size: 17px !important;
}
.card-blog-body .nt-blog-content h5{
	font-size: 14px !important;
}
.card-blog-body .nt-blog-content h6{
	font-size: 11px !important;
}


.card-blog-body .nt-blog-content h1, 
.card-blog-body .nt-blog-content h2, 
.card-blog-body .nt-blog-content h6, 
.card-blog-body .nt-blog-content h5, 
.card-blog-body .nt-blog-content h4, 
.card-blog-body .nt-blog-content h3 {
    font-size: 18px!important;
    font-weight: 400;
    opacity: 1;
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 24px !important;
    line-height: 1.35;
    color: #ffffff;
	border: 0 !important
}

/* .card-blog-body .nt-blog-content h3{
   font-size: 24px !important;
} */
.card-blog-body .nt-blog-content h2{
   font-size: 28px !important;
}
.nav-previous{
	position: relative;
	padding-left: 40px;
}

.nav-previous:before {
    content: "";
    background-image: url('https://cdn.nerdytips.com/public/img/icon/icon-back.svg');
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.nav-next{
	position: relative;
	padding-right: 40px;
}
.nav-next:before {
    content: "";
    background-image: url('https://cdn.nerdytips.com/public/img/icon/icon-back.svg');
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg) translateY(50%);
}

button,
button:hover,
.my-account-btn:hover,
.my-account-btn{
	border:0 !important;
}

.nt-prev-icon img {
    margin-top: -3px;
}
.nt-next-icon img {
    transform: rotate(180deg);
	margin-top: -3px;
}
.pagination .nt-prev-icon{

}
.pagination .page-item .page-link {
    border-radius: 0 !important;
    padding: 12px 20px;
	background: var(--blue2) !important;
}
.pagination li:first-child a.page-link {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.pagination li:last-child a.page-link {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.pagination .page-item .page-link:focus,
.pagination .page-item:hover .page-link,
.pagination .page-item.active .page-link{
	background: var(--blue3) !important;
	border:0 !important;
	outline: 0 !important;
	border:0 !important;
	-moz-outline-style: none;
	box-shadow: none !important;
}

.card-blog-body article header{
	margin-bottom: 15px;
}
.badge-blog a{
	color: #fff;
	text-decoration: none;
}

/* Container Styling */
.no-result-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
	background: #1B1452;
	padding: 20px 30px;
	border-radius: .25rem;
	color: #c7d1e7;
	margin-bottom: 25px;
	
  }
  
  /* Content Box Styling */
  .no-result-content {
	text-align: center;
	color: #b0b0c3; /* Subtle text color */
  }
  
  /* Icon Styling (Simulating the Folder and Magnifier) */
  .no-result-icon {
	position: relative;
	width: 120px;
	height: 120px;
	margin: 0 auto 20px;
  }
  
  /* Folder Icon */
  .file-icon {
	width: 80px;
	height: 80px;
	background-color: #5b5b70;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
  }
  
  .file-face {
	width: 40px;
	height: 5px;
	background-color: #b0b0c3;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  /* Magnifier Icon */
  .magnifier-icon {
	width: 40px;
	height: 40px;
	border: 3px solid #5b5b70;
	border-radius: 50%;
	position: absolute;
	right: -30px;
	bottom: 10px;
	background-color: transparent;
  }
  
  .magnifier-icon::after {
	content: '';
	width: 15px;
	height: 3px;
	background-color: #5b5b70;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
  }
  
  /* Title Styling */
  .no-result-title {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 8px;
	font-weight: 500;
  }
  
  /* Text Styling */
  .no-result-text {
	font-size: 14px;
	color: #b0b0c3;
  }

  .text-muted.fst-italic.mb-blog-2 {
    font-size: 12.5px;
}

.nt-footer-content.promo.text-center img {
    height: 100%;
    max-width: fit-content;
}
.nt-blog-item .nt-blog-title{
	margin-bottom: 20px;
}
.nt-blog-item {
	margin-bottom: 40px;
}

.nt-blog-categories {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.nt-popular-news-new  .nt-blog-categories,
.nt-post-simple .nt-blog-categories,
.nt-post-featured .nt-blog-categories {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
	margin-bottom: 0;
}
.nt-blog-categories .nt-blog-badge {
    background: var(--blue3);
    border-radius: .625rem;
    padding: 6px 12px;
    text-decoration: none;
    color: var(--secondary);
    font-weight: 500;
    line-height: 20px;
    font-size: 10px;
}
.nt-blog-title a{
	color: #fff !important;
}
.nt-block-date .text-muted {
    color: var(--secondary) !important;
    font-size: 15px;
}

 .nt-block-date {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nt-blog-slider{
	margin-top: 60px;
	margin-bottom: 20px;
	background: var(--blue2);
	border-radius: 40px;
}
.nt-blog-slider .nt-blog-slider-item{ 

}
.nt-blog-slider .nt-blog-slider-item .nt-blog-image figure{ 
	margin: 0;
}
.nt-blog-slider .nt-blog-slider-item .nt-blog-content {
    padding: 50px;
    padding-right: 20px;
}
.nt-blog-slider .nt-blog-slider-item .nt-blog-title  a h2{ 
	font-size: 38px;
}
.nt-blog-slider .nt-blog-slider-item .nt-blog-title{
	margin-bottom: 30px;
}
.nt-blog-slider .nt-blog-slider-item  .nt-blog-excerpt {
    font-size: 18px;
    line-height: 22px;
}


.btn-wrap {
    text-align: center;
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: end;
}
.nt-popular-news-section{
	margin: 60px 0;
}
.nt-popular-news-section .nt-section-heading{
	text-align: left;
	font-weight: bold;
	color: var(--secondary);
	font-size: 28px;
}

.nt-popular-news .nt-popular-news-item{
	padding: 0px;
}

header.page-header.nt-card-body.mb-3.search-title {
    border-radius: 0.625rem;
}


.nt-popular-news .nt-popular-news-item .nt-blog-image img{
	height: 200px;
	object-fit: cover;
	object-position: top center;
	border-radius: 20px !important;
}
.nt-popular-news .nt-popular-news-item .nt-blog-title{
	margin-bottom: 20px;
}
.nt-popular-news .nt-popular-news-item .nt-blog-title h2 a{
	font-size: 24px;
}

.nt-blog-single .nt-blog-image{
	margin-bottom: 15px;
}
.nt-blog-single .nt-blog-title{
	font-size: 42px;
}
/* .card-blog-body .nt-blog-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 50px;
	 color: var(--secondary); 
} */
.nt-content{
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.nt-search-form input::placeholder {
	color:  var(--secondary);
	opacity: 1; /* Firefox */
  }
  
.nt-search-form input::-ms-input-placeholder { /* Edge 12 -18 */
	color:  var(--secondary);
 }

.nt-search-form{
	position: relative;
}
.nt-search-form input {
    border: 1px solid #4e44bc;
    background: 0 0;
    width: 100%;
    border-radius: 10px;
    outline: 0!important;
    padding-left: 40px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--secondary)!important;
    font-size: 13px;
}

.nt-search-form button {
    background: 0 0!important;
    border: 0!important;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    width: 14px;
}

.nt-recent-posts-widget .nt-post-item-inner{
	gap:15px;
}
.nt-recent-posts-widget .nt-post-item-inner .nt-blog-image{
	width: 80px;
}

.nt-recent-posts-widget .nt-post-item-inner .nt-blog-content {
    width: calc(100% - 100px);
}
.nt-recent-posts-widget .nt-post-item-inner .nt-blog-content .nt-blog-title{
    font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}
.nt-recent-posts-widget .nt-post-item-inner .nt-blog-content .nt-block-date{
	gap: 10px;
}
.nt-recent-posts-widget .nt-post-item-inner .nt-blog-content .nt-block-date .text-muted.fst-italic.mb-blog-2{
	width: 100%;
}
.nt-recent-posts-widget .nt-post-item-inner .nt-blog-image img{
	width: 80px;
	height: 80px;
	border-radius: 0.625rem;
	object-fit: cover;
}
.nerdytips_blog_categories .cat-item{
	position: relative;
}
.nerdytips_blog_categories .cat-item span{
	position: absolute;
	right: 15px;
	color: var(--secondary);
	font-weight: bold;
	font-size: 14px;
}
#secondary .active-nt-sidebar{
	display: none;
}
section.mb-blog-5.nt-blog-content {
    /* opacity: .80; */
}
/* Remove the first div inside the section */
section.mb-blog-5.nt-blog-content > div:first-child {
    display: none;
}

/* Remove the first <p> tag inside the section */
section.mb-blog-5.nt-blog-content > p:first-of-type {
    display: none;
}

/* Remove the margin-top of the first <h2> inside the section */
section.mb-blog-5.nt-blog-content > h2:first-of-type {
    margin-top: 0;
}
.card-blog.nt-blog-item.col-md-12.nt-blog-single {
    background: #1b1452;
    padding: 20px;
    border-radius: 0.625rem;
    /* color: rgba(255,255,255,.6); */
}
.card-blog.nt-blog-item.col-md-12.nt-blog-single p {
    color: #fff;
    line-height: 1.7;
    padding: 0;
    margin: 0;
    font-size: 15px;
    margin-bottom: 1em;
    line-height: 1.75;
    opacity: 0.85;
}
.nt-blog-single .nt-blog-title{
	text-align: left;
}
.nt-blog-title h1{
	font-size: 30px !important;
}

.hideBottomMenu{
	display: none !important;
}


.custom-negative-margin {
    margin: 0; 
}

.nt-post-simple, .nt-post-featured {
    margin-bottom: 15px;
    margin-top: 15px;
}
.nt-popular-news-new .nt-blog-image img {
    height: 180px;
    object-fit: cover;
    border-radius: 15px !important;
}
.widget_search {
	background: #1b1452;
    padding: 20px;
    border-radius: .625rem!important;
}

.nt-popular-news-new .nt-blog-title h2 {
    font-size: 21px;
    line-height: 28px;
}
.nt-popular-news-new .nt-blog-title h2 a{
    font-size: 21px;
	line-height: 28px;
}


@media (min-width: 576px) { 
    .custom-negative-margin {
		margin-left: -15px !important;
		margin-right: -15px !important;
    }
}



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

	.pagination .page-item .page-link{
		padding: 12px 10px;
	}


	.nt-page.nt-signup .header-space {
	height: 120px !important;
	}


	#secondary .active-nt-sidebar{
		display: block;
	}
	aside#secondary {
		position: fixed;
		background: #130E40;
		top: 60px;
		overflow-y: scroll;
		height: calc(100vh - 60px);
		padding-bottom: 50px;
		transform: translateX(100%);
		transition: transform 0.3s ease-in-out;
		width: 100%;
		left: 0;
		padding: 10px;
		z-index: 999;
		padding-bottom: 30px;
	}
	aside#secondary.active {
		transform: translateX(0);
	  }

	.header-mobile-search{
		gap:20px;
	}
	.nt-search-form{
		width: 100%;
		margin: 0;
	}

	.widget_search{
		padding: 0 !important;
		background: transparent;
	}
	#secondary .nt-search-form{
		display: none;
	}
	#secondary .active-nt-sidebar {
		position: absolute;
		right: 30px;
		top: 55px;
		z-index: 99;
	}
	#secondary .active-nt-sidebar svg path{
		fill: #fff;
	}
	.widget_nt_recent_posts_with_thumbnails, .nerdytips_blog_categories, .wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow {
		padding: 25px;
	}
	.card-blog.nt-blog-item.nt-sticky-post .nt-blog-image img {
		object-fit: cover;
	}

	.nt-blog-item .nt-blog-title {
		margin-bottom: 10px;
	}
	.card-blog.nt-blog-item.nt-sticky-post .nt-blog-content {
		padding: 0px;
	}

	.card-blog.nt-blog-item.nt-sticky-post .nt-blog-title a {
		padding: 20px;
		display: block;
	}

	.card-blog.nt-blog-item.nt-sticky-post .nt-blog-title h2 a{
		font-size: 18px !important;
	}
	.card-blog.nt-blog-item.nt-sticky-post .nt-blog-excerpt {
		display: block;
		font-size: 15px;
	}
	.card-blog.nt-blog-item.nt-sticky-post .nt-blog-excerpt p{
		margin-bottom: 0;
	}
	.nt-popular-news .nt-popular-news-item .nt-blog-title  h2 a,
	.card-blog.nt-blog-item.nt-grid-post .nt-blog-title h2 a {
		font-size: 18px;
		text-align: center;
	}
	.card-blog.nt-blog-item.nt-grid-post .nt-blog-title {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.nt-popular-news .nt-popular-news-item .nt-blog-image img,
	.card-blog.nt-blog-item.nt-grid-post .nt-blog-image img {
		border-radius: 0.625rem !important;
	}

	.nt-blog-categories .nt-blog-badge {
		font-size: 11px;
	}
	.nt-blog-slider .nt-blog-slider-item .nt-blog-title  h2 a {
		font-size: 24px;
	}
	.nt-blog-categories {
		margin-bottom: 15px;
	}
	.nt-blog-item {
		margin-bottom: 20px;
		background: #1b1452;
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 0.625rem;
	}
	.nt-content {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.nt-blog-slider .nt-blog-slider-item .nt-blog-content {
		padding: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}
	.nt-popular-news .nt-popular-news-item .nt-blog-title,
	.nt-blog-slider .nt-blog-slider-item .nt-blog-title {
		margin-bottom: 15px;
	}
	.nt-popular-news-section .nt-section-heading {
		font-size: 28px;
	}
	.nt-blog-slider {
		margin-top: 0;
		margin-bottom: 0;
	}

	.nt-popular-news-section {
		margin: 30px 0;
	}

	.btn-wrap{
		display: none;
	}
	.no-result-container {
		
		height: 400px;
	}
	.nt-blog-slider .nt-blog-slider-item  .nt-blog-excerpt {
		font-size: 15px;
		line-height: 24px;
	}

	.page-title {
		font-size: 16px;
		
	}
	.nav-links{
		display: none !important;
	}


	/**** Single Post ***/
	
	.nt-blog-single .nt-blog-content {
    max-width: 720px;  /* Optimal width for reading */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px; /* Add some padding on mobile */
    padding-right: 15px;
    }


	.nt-blog-single .nt-blog-content h2 {
		font-size: 24px;
		margin-bottom: 15px;
		margin-top: 25px;
		/* color: var(--secondary); */
	}
	.nt-blog-single .nt-blog-content p{
		font-size: 14px;
	}
	.nt-blog-single .nt-blog-content h2 {
		/* font-size: 22px !important; */
	}


	.nt-blog-single .nt-block-date {
		justify-content: start !important;
	}
	.nt-blog-single  .nt-blog-title h1 {
		font-size: 32px; /* Default for desktop */
		font-weight: 700;
		font-family: 'Merriweather', 'Georgia', serif;
		color: #ffffff;
		text-align: center;
		margin-top: 20px; /* Spacing around the title */
		line-height: 1.3; /* Makes long titles easier to read */
		word-break: break-word; /* Prevents overflowing */
		text-align: left !important;
	}
	@media (max-width: 768px) { /* Tablets & Small Screens */
    .nt-blog-single  .nt-blog-title h1 {
        font-size: 28px;
        line-height: 1.4;
	}



	.nt-post-featured{
		margin-top: 0 !important;
		margin-bottom: 30px !important;
		padding: 0 !important;
	}

	.nt-post-featured .nt-blog-image a img{
		width: 100%;
		margin-bottom: 15px;
	}
	.nt-popular-news-new .nt-blog-image img{
		width: 100%;
		height: auto !important;
		border-radius: 5px !important;
	}

	.nt-popular-news-new .nt-popular-news-item{
		margin-bottom: 20px;
	}
	.nt-popular-news-section{
		margin-bottom: 0 !important;
	}
	.nt-blog-title  h2,
	.nt-blog-title  h2 a {
		font-size: 20px;
		line-height: 28px;
	}

	.nt-popular-news-section .nt-blog-title h2 a {
		font-size: 18px;
		line-height: 26px;
	}


	.nt-popular-news-section .nt-section-title {
		font-size: 22px;
	}


	.nt-blog-page .nt-blog-categories{
		justify-content: center !important;
	}
	.nt-blog-page .nt-blog-single .nt-block-date {
		justify-content: center !important;
	}

	.nt-blog-single .nt-blog-title h1{
		text-align: center !important;
	}

	.card-blog-body .nt-blog-content h2 {
		font-size: 22px!important;
	}

	.card-blog-body .nt-blog-content h3 {
		font-size: 19px!important;
		margin-top: 20px!important;
	}

	.nt-blog-single .nt-blog-content {
		padding-left: 0px;
		padding-right: 0px;
	}




		
}

	@media (max-width: 480px) { /* Mobile */
		.nt-blog-single  .nt-blog-title h1 {
			font-size: 24px;
			line-height: 1.3;
		}
	}

}
