/*
Theme Name: FLM 2026
Theme URI: https://financialadvisorswebsites.com
Description: Custom Design
Author: https://financialadvisorswebsites.com
Author URI: https://financialadvisorswebsites.com 
Template: genesis
*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');



/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.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:-.25em}sup{top:-.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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .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}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	  font-family: "Nunito Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0c56d7;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #214fa1;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 600;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
    font-size: 1.9em;
    color: #486495;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 500;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 0px;
}

h6 {
	font-size: 19px;
	color: #486495;
	font-weight: 300;
	line-height: 1.2;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
	background-color: #f1f4f5;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #214fa1;
}

.widget-title {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	list-style: disc;
	margin-left: 25px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 337px;
	padding-bottom: 5px;
	padding-top: 17px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

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

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	text-transform: uppercase;
	display: block;
	FONT-SIZE: 14PX;
	font-weight: 600;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	/* margin-bottom: 40px; */
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

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

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

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

.footer-widgets {
	/* border-bottom: 1px solid #3b3b3b; */
	/* background-color: #1e2c3b; */
	clear: both;
	padding: 60px 0;
	/* color: #FFF; */
	/* color: rgba(255, 255, 255, 0.7); */
	font-size: 17px;
	line-height: 1.2;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}
.site-footer a {
	color: #abbedf !important;
	text-decoration: none;
}
.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #212f5a;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
	color: #fff;
}

.site-footer a hover {
	color: #d6dcf5;
}

.site-footer p {
	margin-bottom: 0;
}


/* Media Queries
---------------------------------------------------------------------------- */

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 6px;
		padding-right: 6px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1200px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}
body.full-width-content .content {
		float: none;
		width: 100%;
	}
	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry, .archive-description, .author-box, .comment-respond,  .entry-comments, .entry-pings {
		margin-bottom: 60px;
	}

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

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: none;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
.site-header .wrap {
	max-width:1200px;
	margin:0 auto;
}

 :root {
    --bg-emerald:  #20B174;
    --bg-teal:     #06535C;
    --bg-amber:    #B17420;
    --bg-page:     #F7F8FA;
    --bg-card:     #FFFFFF;
    --text-primary:   #1A1F2B;
    --text-secondary: #5A6275;
    --text-muted:     #9CA3B4;
    --border-light:   #E8EBF0;
    --shadow-sm:   0 1px 3px rgba(0, 0, 0, 0.06);
    --shadow-md:   0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg:   0 8px 30px rgba(0, 0, 0, 0.12);
    --radius:      12px;
    --transition:  0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


 .blog-grid-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px 40px;
 }


 .blog-grid-hero {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 20px 32px;
}

.blog-grid-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: var(--bg-teal);
    margin: 0 0 12px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.blog-grid-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}


 .blog-grid-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 36px;
    padding: 0 12px;
}

.filter-btn {
    background: var(--bg-card);
    border: 1.5px solid var(--border-light);
    color: var(--text-secondary);
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition);
    white-space: nowrap;
}

.filter-btn:hover {
    border-color: var(--bg-emerald);
    color: var(--bg-emerald);
    background: rgba(32, 177, 116, 0.06);
}

.filter-btn.active {
    background: var(--bg-teal);
    color: #FFFFFF;
    border-color: var(--bg-teal);
}


 .blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

@media (max-width: 960px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 600px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


 .blog-card {
    background: var(--bg-card);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-light);
    transition: all var(--transition);
    animation: cardFadeIn 0.5s ease forwards;
    opacity: 0;
}

.blog-card:nth-child(1)  { animation-delay: 0s; }
.blog-card:nth-child(2)  { animation-delay: 0.05s; }
.blog-card:nth-child(3)  { animation-delay: 0.1s; }
.blog-card:nth-child(4)  { animation-delay: 0.15s; }
.blog-card:nth-child(5)  { animation-delay: 0.2s; }
.blog-card:nth-child(6)  { animation-delay: 0.25s; }
.blog-card:nth-child(7)  { animation-delay: 0.3s; }
.blog-card:nth-child(8)  { animation-delay: 0.35s; }
.blog-card:nth-child(9)  { animation-delay: 0.4s; }
.blog-card:nth-child(10) { animation-delay: 0.45s; }
.blog-card:nth-child(11) { animation-delay: 0.5s; }
.blog-card:nth-child(12) { animation-delay: 0.55s; }

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

.blog-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
    border-color: rgba(32, 177, 116, 0.3);
}

.blog-card-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
    position: relative;
}


 .blog-card-image {
    position: relative;
    width: 100%;
    /* display: none; */
    padding-top: 58%;
    overflow: hidden;
    background: url(images/posts-image.png);
    background-size:cover;
}

.blog-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
}


 .blog-card-content {
    padding: 20px 22px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-category {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #206db1;
    padding: 4px 10px 4px 0px;
    border-radius: 100px;
    margin-bottom: 10px;
    width: fit-content;
}

.blog-card-title {
    font-size: 1.15rem;
    font-weight: 600;
/*color: var(--text-primary);*/
		color: #0d6dc6;
    margin: 0 0 8px;
    line-height: 1.35;
    transition: color var(--transition);
    /* Clamp to 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card:hover .blog-card-title {
    /*color: var(--bg-teal);*/
	color: #155692;
}

.blog-card-excerpt {
    font-size: 1.2rem;
    color: var(--text-secondary);
    line-height: 1.55;
    margin: 0 0 16px;
    flex: 1;
    /* Clamp to 3 lines */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


 .blog-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.78rem;
    color: var(--text-muted);
    padding-top: 12px;
    border-top: 1px solid var(--border-light);
}

.blog-card-readtime {
    color: var(--bg-amber);
    font-weight: 600;
}


 .blog-card-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
   /* background: var(--bg-teal);*/
	 background: #155692;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(-8px);
    transition: all var(--transition);
}

.blog-card:hover .blog-card-arrow {
    opacity: 1;
    transform: translateX(0);
}


 .blog-grid-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.blog-grid-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--text-secondary);
    background: var(--bg-card);
    border: 1.5px solid var(--border-light);
    transition: all var(--transition);
}

.blog-grid-pagination .page-numbers:hover {
    border-color: var(--bg-emerald);
    color: var(--bg-emerald);
}

.blog-grid-pagination .page-numbers.current {
    background: var(--bg-teal);
    color: #FFFFFF;
    border-color: var(--bg-teal);
}

.blog-grid-pagination .prev,
.blog-grid-pagination .next {
    font-weight: 700;
    color: var(--bg-teal);
}


 .blog-grid-empty {
    text-align: center;
    padding: 80px 20px;
    color: var(--text-muted);
    font-size: 1.05rem;
}


 .blog-card-link:focus-visible {
    outline: 3px solid var(--bg-emerald);
    outline-offset: 2px;
    border-radius: var(--radius);
}

.filter-btn:focus-visible {
    outline: 3px solid var(--bg-emerald);
    outline-offset: 2px;
}
.page-blog-grid .site-container {
	background:#f7f8fa;
}

/* ============================================================
   CTA BLOCK - Full Styles (No Inline CSS)
   ============================================================ */
/* ============================================================
   CTA BLOCK - Full Styles with Animations
   ============================================================ */

.cta-block-wrapper {
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(135deg, #e8f4f8 0%, #c5e0ed 100%);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.cta-block-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-block-content {
    position: relative;
    z-index: 2;
}

/* ============================================================
   ANIMATED BACKGROUND SHAPES
   ============================================================ */

.cta-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
    animation: ctaFloatShape 8s ease-in-out infinite alternate;
}

.cta-shape-1 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.25), transparent 70%);
    top: -100px;
    right: -60px;
    animation-delay: 0s;
}

.cta-shape-2 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(46, 204, 113, 0.2), transparent 70%);
    bottom: -80px;
    left: -40px;
    animation-delay: 2s;
}

.cta-shape-3 {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(155, 89, 182, 0.15), transparent 70%);
    top: 40%;
    left: 10%;
    animation-delay: 4s;
    animation-duration: 12s;
}

.cta-shape-4 {
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(241, 196, 15, 0.15), transparent 70%);
    bottom: 20%;
    right: 15%;
    animation-delay: 1s;
    animation-duration: 10s;
}

@keyframes ctaFloatShape {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(25px, -30px) scale(1.1);
    }
}

/* ============================================================
   SHIMMER LINE (Moving line at top)
   ============================================================ */

.cta-shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.6), transparent);
    animation: ctaShimmerLine 5s ease-in-out infinite;
    z-index: 1;
}

@keyframes ctaShimmerLine {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

/* ============================================================
   BADGE
   ============================================================ */

.cta-badge {
    display: inline-block;
    background: rgba(52, 152, 219, 0.15);
    color: #1a6e8a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(52, 152, 219, 0.2);
    font-family: Arial, sans-serif;
    animation: ctaFadeInUp 0.8s ease forwards;
}

.cta-badge i {
    margin-right: 8px;
}

/* ============================================================
   TITLE
   ============================================================ */

.cta-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    color: #0a2a3a;
    line-height: 1.2;
    margin-bottom: 16px;
    /* font-family: Georgia, serif; */
    animation: ctaFadeInUp 0.8s ease 0.15s forwards;
    opacity: 0;
}

.cta-highlight {
    background: linear-gradient(135deg, #1a6e8a, #2ecc71);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
}

/* Animated underline for highlight */
.cta-highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    /* height: 4px; */
    background: linear-gradient(90deg, #1a6e8a, #2ecc71);
    border-radius: 4px;
    transform: scaleX(0);
    animation: ctaUnderlineGrow 1s ease 1s forwards;
    transform-origin: left;
}

@keyframes ctaUnderlineGrow {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

/* ============================================================
   DESCRIPTION
   ============================================================ */

.cta-description {
    max-width: 680px;
    margin: 0 auto 20px;
    animation: ctaFadeInUp 0.8s ease 0.3s forwards;
    opacity: 0;
}

.cta-description strong {
    color: #0a2a3a;
}

/* ============================================================
   FIDUCIARY BADGE
   ============================================================ */

.fiduciary-badge {
    display: inline-block;
    background: rgba(46, 204, 113, 0.15);
    color: #1a7a4a;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 18px;
    border-radius: 50px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(46, 204, 113, 0.25);
    margin-top: 25px;
}

.fiduciary-badge i {
    margin-right: 6px;
}

/* ============================================================
   TRUST ICONS
   ============================================================ */

.trust-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    animation: ctaFadeInUp 0.8s ease 0.45s forwards;
    opacity: 0;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2c4a5a;
    font-weight: 500;
}

.trust-item i {
    color: #1a6e8a;
    font-size: 20px;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    animation: ctaFadeInUp 0.8s ease 0.6s forwards;
    opacity: 0;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 36px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    /* font-family: Arial, sans-serif; */
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
}

/* ============================================================
   BUTTON 1 - PRIMARY (with shine animation)
   ============================================================ */
 .cta-btn-primary {
    background: linear-gradient(135deg, #063b63, #2c4687) !important;
    color: #fff;
    box-shadow: 0 16px 48px rgb(29 47 93 / 30%) !important;
}
 

 .cta-btn-primary:hover {
       background: linear-gradient(135deg, #0b4e82, #1d2f5d) !important;
    color: #fff;
    box-shadow: 0 16px 48px rgb(29 47 93 / 30%) !important;
}
 #hp-variant-2025 .custom-hover-box .arrow-box {
    background: #063b63;
    color: #fff;
 }
 

#hp-variant-2025 .custom-hover-box:hover .arrow-box {
       background: #1069ab;
       color: #fff;
 }
 
/* Button shine animation */
.cta-btn-primary::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 30%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transform: rotate(25deg);
    animation: ctaBtnShine 3.5s ease-in-out infinite;
}

@keyframes ctaBtnShine {
    0% { left: -60%; }
    60% { left: 120%; }
    100% { left: 120%; }
}

/* ============================================================
   BUTTON 2 - SECONDARY
   ============================================================ */

.cta-btn-secondary {
    background: rgba(255, 255, 255, 0.85);
    color: #0a2a3a;
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
}

.cta-btn-secondary:hover {
    transform: translateY(-4px);
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
    color: #0a2a3a;
}

/* Button icon animation */
.cta-btn i {
    transition: transform 0.3s ease;
}

.cta-btn:hover i {
    transform: translateX(4px);
}

/* ============================================================
   FADE IN ANIMATIONS
   ============================================================ */

@keyframes ctaFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
    .cta-block-wrapper {
        padding: 50px 0;
    }
    
    .cta-block-container {
        padding: 0 20px;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .cta-description {
        font-size: 16px;
    }
    
    .trust-icons {
        gap: 16px;
        flex-direction: column;
        align-items: center;
    }
    
    .trust-item {
        font-size: 14px;
    }
    
    .cta-btn {
        padding: 14px 28px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .cta-btn {
        width: 100%;
        max-width: 300px;
    }
    
    /* Adjust shapes for mobile */
    .cta-shape-1 {
        width: 150px;
        height: 150px;
        top: -40px;
        right: -30px;
    }
    
    .cta-shape-2 {
        width: 120px;
        height: 120px;
        bottom: -30px;
        left: -20px;
    }
    
    .cta-shape-3 {
        width: 90px;
        height: 90px;
        top: 20%;
        left: 5%;
    }
    
    .cta-shape-4 {
        width: 70px;
        height: 70px;
        bottom: 15%;
        right: 8%;
    }
}

@media (max-width: 480px) {
    .cta-block-wrapper {
        padding: 40px 0;
    }
    
    .cta-title {
        font-size: 24px;
    }
    
    .cta-badge {
        font-size: 11px;
        padding: 4px 14px;
    }
}


/* ============================================================
   TRANSFORM EXISTING WP BLOCK BUTTONS TO CTA STYLE
   ============================================================ */

/* Target your existing button structure */
.wp-block-button .wp-block-button__link.wp-element-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 16px 36px !important;
    border-radius: 60px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-family: Arial, sans-serif !important;
    text-decoration: none !important;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    cursor: pointer !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #1d2f5d, #0b4e81) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgb(29 47 93 / 28%) !important;
    letter-spacing: 0.5px !important;
}

/* ============================================================
   SHINE ANIMATION (on hover)
   ============================================================ */

.wp-block-button .wp-block-button__link.wp-element-button::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    left: -75% !important;
    width: 30% !important;
    height: 200% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transform: rotate(25deg) !important;
    transition: left 0.7s ease !important;
    pointer-events: none !important;
}

.wp-block-button .wp-block-button__link.wp-element-button:hover::before {
    left: 120% !important;
}

/* ============================================================
   HOVER EFFECTS
   ============================================================ */

.wp-block-button .wp-block-button__link.wp-element-button:hover {
    transform: translateY(-4px) scale(1.02) !important;
    box-shadow: 0 16px 48px rgb(29 47 93 / 30%) !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #0b4e82, #1d2f5d) !important;
}

/* ============================================================
   ICON SLIDE ON HOVER (if you have icons)
   ============================================================ */

.wp-block-button .wp-block-button__link.wp-element-button i,
.wp-block-button .wp-block-button__link.wp-element-button .dashicons {
    transition: transform 0.3s ease !important;
}

.wp-block-button .wp-block-button__link.wp-element-button:hover i,
.wp-block-button .wp-block-button__link.wp-element-button:hover .dashicons {
    transform: translateX(4px) !important;
}

/* ============================================================
   TEXT ON HOVER (optional subtle effect)
   ============================================================ */

.wp-block-button .wp-block-button__link.wp-element-button:hover .button-text {
    transform: translateX(2px) !important;
}

/* ============================================================
   SECONDARY BUTTON STYLE (add class .btn-secondary)
   ============================================================ */

.wp-block-button .wp-block-button__link.wp-element-button.btn-secondary {
    background: rgba(255, 255, 255, 0.85) !important;
    color: #0a2a3a !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
}

.wp-block-button .wp-block-button__link.wp-element-button.btn-secondary:hover {
    transform: translateY(-4px) !important;
    background: #ffffff !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1) !important;
    color: #0a2a3a !important;
}

/* Remove shine from secondary buttons */
.wp-block-button .wp-block-button__link.wp-element-button.btn-secondary::before {
    display: none !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
    .wp-block-button .wp-block-button__link.wp-element-button {
        padding: 14px 28px !important;
        font-size: 14px !important;
        width: 100% !important;
        justify-content: center !important;
    }
    
    .wp-block-button {
        width: 100% !important;
        max-width: 300px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

 
 
.home .hero-section.demo {
    display: block;
    background-position: top center;
}
.single .hero-section .entry-title {
    display: block;
}
	
 
@media (max-width: 896px) {
.hero-section .wrap {
		text-align: center !important;
		/* padding: 8rem 30px; */
	}
 
}
 body.single article.post .entry-header, body.archive article.post .entry-header h2, main > .archive-description, article.page .entry-header {
    display: none;
}
.single .blog-title {
    display: none;
}
 

















/* ============================================================
   FAQ ACCORDION STYLES - For WordPress Core Accordion
   ============================================================ */

/* Container */
.wp-block-accordion.is-layout-flow {
    max-width: 900px;
    margin: 0 auto;
}

/* ============================================================
   FAQ ITEMS
   ============================================================ */

.wp-block-accordion-item {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid #eceef1 !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
    margin-bottom: 9px !important;
}

.wp-block-accordion-item:hover {
    border-color: rgba(72, 100, 149, 0.15) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}

.wp-block-accordion-item.is-open {
    border-color: #486495 !important;
    box-shadow: 0 8px 30px rgba(72, 100, 149, 0.08) !important;
}

/* ============================================================
   HEADING / TOGGLE BUTTON
   ============================================================ */

.wp-block-accordion-heading__toggle {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 28px !important;
    margin-bottom: 0px;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    gap: 20px !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    font-family: inherit !important;
    font-size: inherit !important;
    text-align: left !important;
}

.wp-block-accordion-heading__toggle:hover {
    background: rgba(72, 100, 149, 0.02) !important;
}

/* ============================================================
   TITLE (Question)
   ============================================================ */

.wp-block-accordion-heading__toggle-title {
    font-size: 17px !important;
    font-weight: 700!important;
    color: #1a2a3a !important;
    flex: 1 !important;
    transition: color 0.3s ease !important;
}

.is-open .wp-block-accordion-heading__toggle-title {
    color: #486495 !important;
}

/* ============================================================
   TOGGLE ICON (+ / -)
   ============================================================ */

.wp-block-accordion-heading__toggle-icon {
    flex-shrink: 0 !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: rgba(72, 100, 149, 0.06) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    color: #486495 !important;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    line-height: 1 !important;
}

.is-open .wp-block-accordion-heading__toggle-icon {
    background: rgba(72, 100, 149, 0.1) !important;
    transform: rotate(45deg) !important;
}

/* ============================================================
   PANEL (Answer)
   ============================================================ */

.wp-block-accordion-panel {
    padding: 0 28px 24px 28px !important;
    color: #4d5968 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.wp-block-accordion-panel p {
    margin-bottom: 12px !important;
}

.wp-block-accordion-panel p:last-child {
    margin-bottom: 0 !important;
}

/* ============================================================
   LISTS IN ANSWER
   ============================================================ */

.wp-block-accordion-panel ul {
    margin: 10px 0 10px 20px !important;
    list-style: none !important;
}

.wp-block-accordion-panel ul li {
    position: relative !important;
    padding-left: 24px !important;
    margin-bottom: 8px !important;
}

.wp-block-accordion-panel ul li::before {
    /* content: 'ÃƒÂ¢Ã…â€œÃ¢â‚¬Å“' !important; */
    position: absolute !important;
    left: 0 !important;
    color: #486495 !important;
    font-weight: 700 !important;
}

/* ============================================================
   HEADER TITLE (Your "faq" heading)
   ============================================================ */

.wp-block-heading.has-text-align-center {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #1a2a3a !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    position: relative !important;
    padding-bottom: 15px !important;
}

.wp-block-heading.has-text-align-center::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #486495, #6985b7) !important;
    border-radius: 3px !important;
}

/* ============================================================
   TWO COLUMN LAYOUT
   ============================================================ */

.wp-block-columns.is-layout-flex {
    gap: 30px !important;
}

.wp-block-column.is-layout-flow {
    flex: 1 !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
    .wp-block-accordion.is-layout-flow {
        padding: 0 !important;
    }

    .wp-block-accordion-heading__toggle {
        padding: 16px 20px !important;
        gap: 12px !important;
    }

    .wp-block-accordion-heading__toggle-title {
        font-size: 15px !important;
    }

    .wp-block-accordion-panel {
        padding: 0 20px 18px 20px !important;
        font-size: 15px !important;
    }

    .wp-block-accordion-heading__toggle-icon {
        width: 30px !important;
        height: 30px !important;
        font-size: 18px !important;
    }

    .wp-block-heading.has-text-align-center {
        font-size: 28px !important;
    }

    .wp-block-columns.is-layout-flex {
        flex-direction: unset;
        gap: 20px !important;
    }
}

@media (max-width: 480px) {
    .wp-block-accordion-heading__toggle {
        padding: 14px 16px !important;
    }

    .wp-block-accordion-heading__toggle-title {
        font-size: 14px !important;
    }

    .wp-block-accordion-panel {
        font-size: 14px !important;
        padding: 0 16px 14px 16px !important;
    }

    .wp-block-accordion-heading__toggle-icon {
        width: 28px !important;
        height: 28px !important;
        font-size: 16px !important;
    }

    .wp-block-heading.has-text-align-center {
        font-size: 24px !important;
    }
}
.wp-block-accordion-heading {
	margin-bottom:0;
}

.sidebyside h4 {
    margin-top: 0;
    font-size: 1.9em;
    color: #486495;
}
.n2-ss-layer.cta-buttons {
	justify-content: normal;
}


/* ## Hero Section
--------------------------------------------- */
/* ## Hero Section
--------------------------------------------- */
.page .entry-header, .single .entry-header {
    display: none;
}
.hero-section {
	position: relative;
	/* padding: 4rem 0; */
	border-bottom: 1px solid #eceef1;
	background-color: #35588e;
	background-position: center;
	background-size: cover;
	text-align: center;
	border: none;
}
.hero-section {
    padding: 3em 0;
 }
.hero-section:before {
	display: block !important;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 28%);
	content: '';
	pointer-events: none;
	transition: all 0.3s ease;
}

.hero-section .wrap {
	position: relative;
	z-index: 2;
}

.hero-section h1 {
	width: 100%;
	font-size: 55px;
	margin: 0 auto;
	font-weight: 500;
	color: #fff !important;
	text-align: center;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 41%);
}

.hero-section p {
	width: 100%;
	max-width: 512px;
	margin: 0.5em auto 0;
	color: #ffffff;
	text-align: center;
}

.hero-section a {
	color: #f6f8fa;
}

.hero-section a:hover,
.hero-section a:focus {
	color: #009cff;
}

@media (min-width: 768px) {
	.hero-section .wrap {
		max-width: 896px;
		padding-bottom: 6rem;
	}
}

@media (min-width: 896px) {
	.hero-section .wrap {
		padding: 8rem 0 5rem 0;
	}
}

.hero-section .wrap {
	/* padding-top: 88px; */
	margin: 0 auto;
	/* padding-bottom: 100px; */
}

.hero-section .wrap {
	position: relative;
	z-index: 2;
}
body.single .hero-section,
body.archive .hero-section,
body.blog .hero-section {
	background-image: url(images/header.jpg);
	}
.hero-section {
	background-image: url(images/hero.jpg);
	min-height: 300px;
	padding-top: 0px;
	/* margin-top: 60px; */
	background-size: cover !important;
	max-height: 400px;
	font-size: 22px;
}
.home .hero-section {
    display: none;
}
@media (max-width: 1348px) {
	.hero-section .wrap {
		padding-top: 64px;
		margin: 0 auto;
		/* padding-bottom: 100px; */
	}
	.hero-section .wrap {
		position: relative;
		z-index: 2;
	}
	.hero-section {
		background-image: url(images/hero.jpg);
		min-height: 380px;
	}
	.single .hero-section .entry-title {
		display: block;
	}
}
 
@media (max-width: 896px) {
.hero-section .wrap {
		text-align: center !important;
 	}
 
}.single .blog-title {
    display: none;
}
.sidebar-primary .widget {
	box-shadow: 0 20px 50px rgba(10, 42, 58, 0.12), 0 10px 20px rgba(0, 0, 0, 0.06) !important;
	border-color: rgba(10, 42, 58, 0.15) !important;
	border-radius: 1.25rem !important;
	padding: 40px !important;
}h5 {
    font-size: 1.7em;
    color: #5980c6;
}

.counter {background-color: #1d2f5d;text-align: center;padding: 0px 25px 7px 25px  !important;color: #fff;}
.counter h4 {
	font-size: 30px;
	white-space: nowrap;
	line-height: 1em;
	position: relative;
	letter-spacing: -2px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 4px;
}
.counter h4 span {opacity: .5;
    font-size: .8em;
    font-weight: 400;
}

body.single-post .hero-section,
body.page-template-page-blog-grid .hero-section,
body.archive   .hero-section{
	padding: 0em 0;
	min-height: 200px;
}

body.single-post .hero-section .wrap ,
body.page-template-page-blog-grid .hero-section .wrap ,
body.archive   .hero-section .hero-section .wrap {
        padding: 5rem 0 3rem 0;
    }
body.single-post .hero-section h1 {
     font-size: 35px;
   
}













/* ============================================ */
/* CARD STYLE 2 - Glass Card (Light background, dark text) */
/* ============================================ */

.card-style-2 {
    display: block;
    text-decoration: none;
    margin-bottom: 35px;
}

.card-style-2 .card-inner {
    background-color: #ffffff;
    border: 2px solid hsl(210.64deg 71.21% 25.88% / 44%);
    border-radius: 0.5rem;
    padding: 2rem;
    transition: all 0.3s ease;
    height: 100%;
}

.card-style-2 .card-inner:hover {
    border-color: #1d2f5e;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.card-style-2 .icon-box {
    width: 3rem;
    height: 3rem;
    border-radius: 0.25rem;
    border: 1px solid #2f6a7452;
    background-color: #2f744c21;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    /* display: none; */
}

.card-style-2 .icon-box i {
    color: #4864b0;
    font-size: 1rem;
}

.card-style-2 h3 {
    font-size: 28PX;
    margin-bottom: 0.75rem;
    color: #333;
}

.card-style-2:hover h3 {
    color: #486495;
}
.card-inner p {
	margin-bottom:0;
}




/* ============================================================
   FAQ ACCORDION STYLES
   ============================================================ */

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ============================================================
   FAQ ITEM
   ============================================================ */

details.faq-item {
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid #eceef1 !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
    display: block !important;
}

details.faq-item:hover {
    border-color: rgba(72, 100, 149, 0.15) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}

details.faq-item[open] {
    border-color: #486495 !important;
    box-shadow: 0 8px 30px rgba(72, 100, 149, 0.08) !important;
}

/* ============================================================
   SUMMARY - Question
   ============================================================ */

details.faq-item summary {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 22px 28px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    gap: 20px !important;
    list-style: none !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    color: #1a2a3a !important;
    user-select: none !important;
}

details.faq-item summary::-webkit-details-marker {
    display: none !important;
}

details.faq-item summary::marker {
    display: none !important;
}

details.faq-item summary:hover {
    background: rgba(72, 100, 149, 0.02) !important;
}

details.faq-item[open] summary {
    color: #486495 !important;
}

/* ============================================================
   Q ICON
   ============================================================ */

details.faq-item summary .q-icon {
    flex-shrink: 0 !important;
    width: 32px !important;
    height: 32px !important;
    background: rgba(72, 100, 149, 0.08) !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #486495 !important;
    transition: all 0.3s ease !important;
}

details.faq-item[open] summary .q-icon {
    background: #486495 !important;
    color: #ffffff !important;
}

/* ============================================================
   TOGGLE ICON (Chevron)
   ============================================================ */

details.faq-item summary .faq-toggle {
    flex-shrink: 0 !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: rgba(72, 100, 149, 0.06) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

details.faq-item summary .faq-toggle i {
    font-size: 16px !important;
    color: #486495 !important;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

details.faq-item[open] summary .faq-toggle {
    background: rgba(72, 100, 149, 0.1) !important;
}

details.faq-item[open] summary .faq-toggle i {
    transform: rotate(180deg) !important;
}

/* ============================================================
   ANSWER
   ============================================================ */

details.faq-item .faq-answer {
    padding: 0 28px 24px 28px !important;
    color: #4d5968 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

details.faq-item .faq-answer p {
    margin-bottom: 12px !important;
}

details.faq-item .faq-answer p:last-child {
    margin-bottom: 0 !important;
}

details.faq-item .faq-answer ul {
    margin: 10px 0 10px 20px !important;
    list-style: none !important;
}

details.faq-item .faq-answer ul li {
    position: relative !important;
    padding-left: 24px !important;
    margin-bottom: 8px !important;
}

details.faq-item .faq-answer ul li::before {
    content: 'âœ“' !important;
    position: absolute !important;
    left: 0 !important;
    color: #486495 !important;
    font-weight: 700 !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
    details.faq-item summary {
        padding: 16px 20px !important;
        gap: 12px !important;
        font-size: 15px !important;
    }

    details.faq-item .faq-answer {
        padding: 0 20px 18px 20px !important;
        font-size: 15px !important;
    }

    details.faq-item summary .faq-toggle {
        width: 30px !important;
        height: 30px !important;
    }

    details.faq-item summary .faq-toggle i {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    details.faq-item summary {
        padding: 14px 16px !important;
        font-size: 14px !important;
    }

    details.faq-item summary .q-icon {
        width: 28px !important;
        height: 28px !important;
        font-size: 12px !important;
    }

    details.faq-item .faq-answer {
        font-size: 14px !important;
        padding: 0 16px 14px 16px !important;
    }
}

/* Hero Block Styles */
#npd012-hero {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
	max-height: 490px;
}

#npd012-hero .npd-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8rem 1rem;
}

#npd012-hero .npd-corner-bg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 220px;
    pointer-events: none;
}

#npd012-hero .npd-hero-col {
    display: flex;
    flex-direction: column;
    max-width: fit-content;
    padding: 1.3rem 1.7rem 1.3rem 1.5rem;
    color: #fff;
    line-height: 1.4;
    border-radius: 4px;
    background: #0000007a;
}

#npd012-hero h1.hero-heading {
	color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 1rem;
}
#npd012-hero h1.hero-heading span {
    font-size: 44px;display:block;
}
#npd012-hero p {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
#npd012-hero .npd-hero-col ul {
		margin-bottom:0 !important;
	}
/* Mobile Responsive */
@media (max-width: 768px) {
    #npd012-hero .npd-container {
        padding: 8rem 1rem 1rem;
    }
    
    #npd012-hero .npd-corner-bg {
        display: none;
    }
    
    #npd012-hero .npd-hero-col {
        padding: 1.5rem;
    }

    #npd012-hero h1 {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 1rem;
    }
     #npd012-hero h1 span {
        font-size: 2.5rem;
       
    }
    #npd012-hero p {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }
}
.npd-hero-col .cta-btn-secondary {
background: rgb(192 219 247 / 85%);
}


/* Services Cards Block Styles */
#hp-variant-2025 .fl-row-content-wrap {
    /* padding: 50px 0; */
}
#hp-variant-2025 {
    background-size:cover !important;
 }
/* Left column with background image */
#hp-variant-2025 .fl-node-a96mbcsqhkij > .fl-col-content {
    margin-top: 40px;
    background-repeat: no-repeat;
    background-position: 0% 20%;
    background-attachment: scroll;
    background-size: cover;
}

/* Heading styles */
#hp-variant-2025 .fl-node-h84azw7pi0cs {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 48px;
}

#hp-variant-2025 #h2-stats {
    color: #ffffff;
    margin-top: 15px;
    margin-right: 24px;
    margin-bottom: 0;
    margin-left: 48px;
}

#hp-variant-2025 #h2-stats h1 {
    font-weight: 500;
    font-size: 62px;
    line-height: 1.1;
}

/* Button styles */
#hp-variant-2025 .fl-button {
    background-color: #165d7d;
    color: #ffffff;
    font-weight: 400;
    font-size: 22px;
    padding: 12px 20px;
    margin-left: 48px;
}

#hp-variant-2025 .fl-button:hover {
    background-color: #094055;
    color: #ffffff;
}

/* Card styles */
#hp-variant-2025 .custom-hover-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: rgb(255 255 255 / 97%);
    position: relative;
    padding: 23px 20px;
    text-decoration: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 1px 4px 12px -2px #0000001A;
    margin-bottom: 20px;
}

#hp-variant-2025 .custom-hover-box:hover {
    border: 1px solid #165d7d !important;
    box-shadow: 1px 4px 12px -2px #0000001A;
}

#hp-variant-2025 .custom-hover-box:hover h3 {
}

#hp-variant-2025 .custom-hover-box:hover .arrow-box {
}

#hp-variant-2025 .custom-hover-box:hover i {
    filter: brightness(0) invert(1);
}

#hp-variant-2025 .text-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 60px;
}

#hp-variant-2025 .text-content h3 {
    font-size: 24px;
    color: #165d7d;
    margin: 0;
    font-weight: 700;
}

#hp-variant-2025 .text-content span {
    color: black;
    font-size: 16px;
}

#hp-variant-2025 .arrow-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 12%;
    height: 100%;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hp-variant-2025 .arrow-box img {
    width: 32px;
    height: 32px;
}
.fl-col-group-equal-height .fl-col-content {
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
}
.fl-col-group-equal-height .fl-col, .fl-col-group-equal-height .fl-col-content {
    display: flex;
    flex: 1 1 auto;
}
.fl-col-group-equal-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.fl-col-group-equal-height .fl-col-content {
    display: flex;
    flex: 1 1 auto;
}
.fl-node-a96mbcsqhkij {
    width: 64%;
    background-size: cover !important;
    padding: 90px 0;
}
.fl-node-49karuw5z8qv {
    width: 36%;
    padding: 28px;
}
.fl-col-content {
    justify-content: flex-start;    min-width: 0px;margin-top: 40px;
}
.fl-node-a96mbcsqhkij > .fl-col-content {
    background-repeat: no-repeat;
    background-position: 0% 20%;
    background-attachment: scroll;
    background-size: cover;
}
/* Mobile Responsive */
@media (max-width: 768px) {
    #hp-variant-2025 .arrow-box {
        background-color: transparent;
        width: auto;
        right: 10px;
    }
	.fl-node-a96mbcsqhkij {
    width: 100%;
}
.fl-node-49karuw5z8qv {
    width: 100%;
}
    
    #hp-variant-2025 .arrow-box img {
        width: 24px;
        height: 24px;
    }
    
    #hp-variant-2025 .text-content {
        padding-right: 40px;
    }
    
    #hp-variant-2025 .text-content h3 {
        line-height: 1.1em;
    }
    
    #hp-variant-2025 .custom-hover-box {
        padding: 16px 15px;
        margin-bottom: 16px;
    }
    
    #hp-variant-2025 #h2-stats h1 {
        font-size: 26px;
        line-height: 1.2;
        text-align: center;
    }
    
    #hp-variant-2025 .fl-node-h84azw7pi0cs {
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }
    
    #hp-variant-2025 #h2-stats {
        margin-right: 24px;
        margin-left: 24px;
    }
    
    #hp-variant-2025 .fl-button {
        margin-left: 0;
    }
    
    #hp-variant-2025 .fl-node-h84azw7pi0cs {
        margin-left: 24px;
    }
}

@media (max-width: 1172px) {
    #hp-variant-2025 .fl-node-h84azw7pi0cs {
        font-size: 18px;
        line-height: 1.3;
    }
    
    #hp-variant-2025 #h2-stats h1 {
        font-size: 42px;
        line-height: 1.2;
    }
}
.hoverbox-wrapper {
	position: relative;
	width: 100%;
	max-height: 700px;
	overflow: hidden;
	height: 80vh;
	display: flex;
	background: url(service.jpg) no-repeat center center;
	background-size: cover;
}
.hoverbox-column {
	min-height: 50vh
}
.hoverbox-wrapper .hoverbox-column {
	position: relative;
	z-index: 2;
	border-right: 1px solid rgba(256, 256, 256, .5)
}
.hoverbox-wrapper .hoverbox-column.last {
	border-right: 0
}
.hoverbox-wrapper.one-col .hoverbox-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.hoverbox-wrapper.two-col .hoverbox-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.hoverbox-wrapper.three-col .hoverbox-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%
}
.hoverbox-wrapper.four-cols .hoverbox-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.hoverbox-wrapper .hoverbox-column .hoverbox-content {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
	color: #fff
}
.hoverbox-wrapper .hoverbox-column .hoverbox-content h3 {
	color: #fff
}
.hoverbox-wrapper .hoverbox-img, .hoverbox-wrapper .hoverbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	overflow: hidden
}
.hoverbox-wrapper .hoverbox-img {
	visibility: hidden;
	opacity: 0;
	transition: all 1s
}
.hoverbox-wrapper .hoverbox-img {
	opacity: 1;
	visibility: visible;
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.hoverbox-wrapper .hoverbox-overlay {
	z-index: 1;
	background: rgba(0, 0, 0, .3)
}
.hoverbox-wrapper .hoverbox-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover
}
.hoverbox-wrapper .hoverbox-column .hoverbox-link {
	max-height: 100%;
	transform: scaleY(1);
	overflow: visible
}
.hoverbox-wrapper .hoverbox-content .hoverbox-link {
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform .2s ease;
	max-height: 0
}
.hoverbox-wrapper .hoverbox-content .hoverbox-title {
	transition: transform .3s ease;
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}
.hoverbox-wrapper .hoverbox-column .hoverbox-title {
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}
.hoverbox-wrapper .hoverbox-content .hoverbox-link .button {
	background: 0 0;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 20px
}

@media only screen and (max-width: 1200px) {
		.hoverbox-wrapper {
		overflow: auto;
	}
	.hoverbox-wrapper.four-cols .hoverbox-column {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.hoverbox-wrapper .hoverbox-column .hoverbox-content {
		padding: 20px;
	}
	.hoverbox-wrapper .hoverbox-img {
		width: 300% !important;
	}
}

@media only screen and (max-width: 768px) {
	.hoverbox-wrapper.four-cols .hoverbox-column {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.hoverbox-content {
     background-image: linear-gradient(transparent 65%, rgb(0 0 0 / 75%));
}
.hoverbox-content:hover {
     background-image: linear-gradient(rgb(0 0 0 / 25%) 90%, rgb(0 0 0));
}
.hoverbox-wrapper .hoverbox-column .hoverbox-title .button {
	background:transparent;
}
.hoverbox-wrapper .hoverbox-column:hover .hoverbox-title .button {
	display:none;
}

.sidebyside {
    background: #fff;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    flex-flow: column;
    clear: both;
}
.col-container {
    display: flex;
    width: 100%;
}
.sidebyside .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    /* align-items: flex-start; */
    width: 100%;
    float: none;
}
.sidebyside .col {
    width: 50%;
    position: relative;
    float: left;
background-size: cover; 
}
.img.col img {
    visibility: hidden;
}
.sidebyside .col .contents {
    padding: 29px 5%;
 } 
.mkdf-is-inner {
    margin: 0 auto;
    position: relative;
    /* width: 80%; */
    text-align: left;
    z-index: 1;
}
.h2-title {
    font-family: 'Blacker Pro Cond Dis Lt';
 }
.reverse-yes {
    flex-direction: row-reverse;
}
.Independent H3 {
    font-size: 2.52vw !important;
}
.inner-footer h2 {
     margin-bottom: 0;
 }
@media (max-width: 1023px) {
.sidebyside .col {
    float: none;
    flex: none;
    width: 100%;
    display: block;
}
	.Independent H3 {
    font-size: 20px !important;
}
.col-container {
    display: block;
    width: 100%;
}

}

/* ============================================ */
/* STEP CARD - Single Card Block */
/* Matches Card Style 2 */
/* ============================================ */

.step-card.style1 {
    background: #ffffff;
    border: 1px solid hsl(215, 20%, 90%);
    border-radius: 0.75rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: all 0.3s ease;
    height: 100%;
	margin-bottom:25px;
}
.step-card.style1:hover {
    border-color: rgba(223, 172, 42, 0.4);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Large Number on Left */
.step-card.style1 .step-card-number {
  flex-shrink: 0;
  width: 9rem;
  padding-left: 0rem;
  height: 5rem;
  /* background: rgba(223, 172, 42, 0.08); */
  /* border: 1px solid rgba(223, 172, 42, 0.25); */
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.greenbox  .step-card.style1 .step-card-number {
   
     flex-shrink: 0;
    width: 4rem;
    padding-left: 1rem;
    height: 5rem;
}

.step-card.style1 .step-card-number span {
    font-size: 7rem;
      font-family: 'Lyon Display Regular', serif;

    font-weight: 500;
    color: #4c7565;
    font-style: italic;
}

/* Content on Right */
.step-card.style1 .step-card-content {
    flex: 1;
}

.step-card .step-card-title {
     font-size: 26px;
     font-weight: 600;
     color: hsl(215, 55%, 14%);
     margin-bottom: 1.5rem;
     margin-top: 6px;
}

.step-card.style1 .step-card-description {
     font-size: 0.875rem;
    line-height: 1.5;
}
.greenbox .step-card.style1 h3 {
	font-family: 'Volte', sans-serif;
}
/* Green Theme */
.step-card.style2 .step-card-number {
    
}
.step-card.style2  {
    /* width: 90%; */
    border: 1px solid #ccc;
    padding: 25px;
    margin: 0 auto;
    text-align:center;
    margin-bottom: 50px;
    box-shadow: 7px 10px 11px #00000047;
}
.step-card.style2  .step-card-number span {
    color: #193867;
    font-size: 49px;
    font-weight: bold;
    /* border-bottom: 2px solid; */
    font-style: italic;
}

.step-card.style2:hover {
    
}

/* Responsive */
@media (max-width: 768px) {
    .step-card {
        padding: 1rem;
        gap: 1rem;
    }
    
    .step-card-number {
        width: 4rem;
        display: block;
        height: 4rem;
        margin: auto;
    }
    
    .step-card-number span {
        font-size: 1.5rem;
    }
    
    .step-card-title {
        font-size: 1rem;
    }
    
    .step-card-description {
        font-size: 0.75rem;
    }
}
.step-card-description {
	text-align:left;
}
.four h3 {
    text-align: center;
    position: relative;
    padding: 12px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 47px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.four h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    content: "";
    left: 50%;
    margin-left: -30px;
    background-color: #777;
}

.hoverbox-wrapper {
	position: relative;
	width: 100%;
	max-height: 700px;
	overflow: hidden;
	height: 80vh;
	display: flex;
	background: url(service.jpg) no-repeat center center;
	background-size: cover;
}
.hoverbox-column {
	min-height: 50vh
}
.hoverbox-wrapper .hoverbox-column {
	position: relative;
	z-index: 2;
	border-right: 1px solid rgba(256, 256, 256, .5)
}
.hoverbox-wrapper .hoverbox-column.last {
	border-right: 0
}
.hoverbox-wrapper.one-col .hoverbox-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.hoverbox-wrapper.two-col .hoverbox-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.hoverbox-wrapper.three-col .hoverbox-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%
}
.hoverbox-wrapper.four-cols .hoverbox-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.hoverbox-wrapper .hoverbox-column .hoverbox-content {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
	color: #fff
}
.hoverbox-wrapper .hoverbox-column .hoverbox-content h3 {
	color: #fff
}
.hoverbox-wrapper .hoverbox-img, .hoverbox-wrapper .hoverbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	overflow: hidden
}
.hoverbox-wrapper .hoverbox-img {
	visibility: hidden;
	opacity: 0;
	transition: all 1s
}
.hoverbox-wrapper .hoverbox-img {
	opacity: 1;
	visibility: visible;
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.hoverbox-wrapper .hoverbox-overlay {
	z-index: 1;
	background: rgba(0, 0, 0, .3)
}
.hoverbox-wrapper .hoverbox-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover
}
.hoverbox-wrapper .hoverbox-column .hoverbox-link {
	max-height: 100%;
	transform: scaleY(1);
	overflow: visible
}
.hoverbox-wrapper .hoverbox-content .hoverbox-link {
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform .2s ease;
	max-height: 0
}
.hoverbox-wrapper .hoverbox-content .hoverbox-title {
	transition: transform .3s ease;
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}
.hoverbox-wrapper .hoverbox-column .hoverbox-title {
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}
.hoverbox-wrapper .hoverbox-content .hoverbox-link .button {
	background: 0 0;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 20px
}

@media only screen and (max-width: 1200px) {
		.hoverbox-wrapper {
		overflow: auto;
	}
	.hoverbox-wrapper.four-cols .hoverbox-column {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.hoverbox-wrapper .hoverbox-column .hoverbox-content {
		padding: 20px;
	}
	.hoverbox-wrapper .hoverbox-img {
		width: 300% !important;
	}
}

@media only screen and (max-width: 768px) {
	.hoverbox-wrapper.four-cols .hoverbox-column {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.hoverbox-content {
     background-image: linear-gradient(transparent 65%, rgb(0 0 0 / 75%));
}
.hoverbox-content:hover {
     background-image: linear-gradient(rgb(0 0 0 / 25%) 90%, rgb(0 0 0));
}
.hoverbox-wrapper .hoverbox-column .hoverbox-title .button {
	background:transparent;
}
.hoverbox-wrapper .hoverbox-column:hover .hoverbox-title .button {
	display:none;
}.service-item {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(10, 42, 58, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    position: relative;
}

/* Top border gradient on hover */
.service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0a2a3a, #1a4a6a, #0a2a3a);
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
    opacity: 0;
    transition: opacity 0.4s ease;
}

@keyframes shimmer {
    0%, 100% {
        background-position: -200% 0;
    }
    50% {
        background-position: 200% 0;
    }
}

.service-item:hover::before {
    opacity: 1;
}

.service-item:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 20px 50px rgba(10, 42, 58, 0.12), 0 10px 20px rgba(0, 0, 0, 0.06);
    border-color: rgba(10, 42, 58, 0.15);
}

/* Image/Icon Container */
.service-item .service-image {
    height: 120px;
    background: linear-gradient(135deg, rgba(10, 42, 58, 0.03) 0%, rgba(10, 42, 58, 0.08) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

/* Icon Circle */
.service-item .service-image .icon-bg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a2a3a 0%, #1a4a6a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(10, 42, 58, 0.25);
}

.service-item .service-image .icon-bg i {
    font-size: 1.8rem;
    color: #ffffff;
    transition: all 0.5s ease;
}

.service-item:hover .service-image .icon-bg {
    transform: scale(1.1) rotate(-10deg);
    box-shadow: 0 8px 30px rgba(10, 42, 58, 0.35);
}

.service-item:hover .service-image .icon-bg i {
    transform: scale(1.1);
}

/* Floating shapes in background */
.service-item .service-image .shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(10, 42, 58, 0.04);
    pointer-events: none;
}

.service-item .service-image .shape-1 {
    width: 100px;
    height: 100px;
    top: -30px;
    right: -30px;
    animation: float 6s ease-in-out infinite;
}

.service-item .service-image .shape-2 {
    width: 60px;
    height: 60px;
    bottom: -20px;
    left: -20px;
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, -10px);
    }
}

/* Content Area */
.service-item .service-content {
    padding: 1.5rem;
}

.service-item .service-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.service-item:hover .service-title {
    color: #0a2a3a;
}

/* List Items */
.service-item ul {
    /* list-style: none; */
    padding: 0 0 0 12px;
}

.service-item ul li {
    padding: 0.35rem 0px;
    /* padding-left: 1.5rem; */
    position: relative;
    color: #555;
    /* list-style: none; */
    font-size: 18px;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.service-item ul li::before {
    /* content: "â€º"; */
    /* position: absolute; */
    /* left: 0; */
    color: #0a2a3a;
    /* font-weight: 700; */
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.service-item:hover ul li::before {
    transform: translateX(4px);
}

/* Simple Text (for items without lists) */
.service-item .simple-text {
    color: #555;
    font-size: 0.92rem;
    padding: 0.35rem 0;
    padding-left: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
}

.service-item .simple-text::before {
    content: "â€º";
    position: absolute;
    left: 0;
    color: #0a2a3a;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.service-item:hover .simple-text::before {
    transform: translateX(4px);
}

/* Highlighted Items */
.service-item.highlight .service-image {
    background: linear-gradient(135deg, rgba(10, 42, 58, 0.05) 0%, rgba(10, 42, 58, 0.10) 100%);
}

.service-item.highlight .service-image .icon-bg {
    background: linear-gradient(135deg, #0a2a3a 0%, #0d3a4a 100%);
}

.service-item.highlight {
    border-color: rgba(10, 42, 58, 0.12);
}

.service-item.highlight::before {
    background: linear-gradient(90deg, #0a2a3a, #1a4a6a, #0a2a3a);
}

/* Full Width Item */
.service-item.full-width {
    grid-column: 1 / -1;
}

.service-item.full-width .service-image {
    height: 100px;
}

@media (max-width: 768px) {
    .service-item .service-image {
        height: 100px;
    }

    .service-item .service-image .icon-bg {
        width: 50px;
        height: 50px;
    }

    .service-item .service-image .icon-bg i {
        font-size: 1.5rem;
    }

    .service-item .service-content {
        padding: 1.25rem;
    }

    .service-item .service-title {
        font-size: 1rem;
    }

    .service-item ul li {
        font-size: 0.88rem;
    }

    .service-item.full-width .service-image {
        height: 80px;
    }
}

@media (max-width: 480px) {
    .service-item .service-content {
        padding: 1rem;
    }

    .service-item .service-image {
        height: 80px;
    }

    .service-item .service-image .icon-bg {
        width: 44px;
        height: 44px;
    }

    .service-item .service-image .icon-bg i {
        font-size: 1.3rem;
    }
	.wp-custom-logo .title-area {
    max-width: 220px; 
}
}