/*
Theme Name: LockSmith
Theme URI: https://novastacktechnologies.com/
Author: Fiaz Ahmad
Author URI: https://novastacktechnologies.com/
Description: LockSmith is a custom-built WordPress theme designed for locksmith and local service businesses. 
It features a clean, responsive layout, Advanced Custom Fields integration, 
Bootstrap-based styling, and optimized performance for SEO and fast loading.
Version: 1.0.0
Text Domain: locksmith
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, responsive, bootstrap, acf, local-business, seo-optimized
*/
/* Global styles (body, paragraphs, headings, fonts) */
body, p {
	color: #212121;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}
/* Sidebar container: left accent border */
.page_sidebar {
  padding-left: 20px;
  border-left: 4px solid #006e9b;
  position: static;
}

/* Widget boxes: no radius, no shadow */
.sidebar_box {
  box-shadow: none;
  border: none;
  margin-bottom: 20px;
}

/* Widget heading */
.sidebar_box h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #212121;
  margin: 0 0 12px;
  padding: 0;
}
.post-detail .post-title {
	font-size: 32px;
	margin-bottom: 8px;
}
.post-detail .post-meta {
	color: #6c757d;
	font-size: 14px;
	margin-bottom: 12px;
}
.post-detail .post-featured img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.post-detail .post-content p {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}
.post-navigation .pagination {
	display: flex;
	gap: 12px;
	align-items: center;
}


/* List inside widgets */
.sidebar_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar_box ul li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  align-items: center;
  gap: 12px;
}
.sidebar_box ul li:last-child { border-bottom: 0; }
.sidebar_box ul li a {
  color: #263238;
  text-decoration: none;
  font-size: 14px;
  flex: 1;
}
.sidebar_box ul li a:hover { color: #007a9a; }

/* Recent posts widget */
.recent-posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recent-posts-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.recent-posts-list li:last-child { border-bottom: 0; }
.recent-posts-list li a {
  color: #1f2d2f;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.recent-posts-list .post-meta {
  color: #4a4a4a;
  font-size: 12px;
  margin-top: 6px;
  display: block;
}

/* Responsive: remove left border and adjust spacing on small screens */

/* Services overview section */

.services-overview .services-illustration img {
	display: block;
	max-width: 520px;
	margin-left: auto;
	float: left;
}
.services-overview h2 {
	font-size: 27px;
	margin-bottom: 12px;
	color: #212121;
}
.services-illustration p {
    font-size: 14px;
}
.services-overview .lead {
	color: #212121;
	margin-bottom: 20px;
}
.service-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.service-item {
    padding: 16px;
    background: #fafafa;
    border-radius: 8px;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 49%;
    margin-bottom: 15px;
}
.iconbox_content {
	width: 78%;
}
.service-item:last-child {
	border-bottom: 0;
}
.service-icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #006e9b;
}
.service-item h4 {
	margin: 0 0 6px 0;
	font-size: 18px;
}
.service-item p {
    margin: 0;
    color: #666666;
    line-height: 18px;
    font-size: 13px;
}
.service-item h3 {
	margin: 0 0 6px 0;
	font-size: 18px;
	color: #121212;
	text-transform: none;
	font-weight: 700;
}

.assist-section ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1.archive-title {
    font-size: 32px;
}
.assist-section ul li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 12px;
    line-height: 16px;
}
.wp-block-buttons .wp-block-button__link {
    text-decoration: none;
    font-size: 16px;
}
.wp-block-buttons .wp-block-button__link:hover {
   background:#222 !important;
}
.assist-section ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	background: #006e9b;
	border-radius: 100px;

	top: 7px;
}
@media (max-width: 991px) {
.services-overview .d-none.d-lg-block {
	display: none !important;
}
.services-overview h2 {
	font-size: 24px;
}
}
h1, h2, h3, h4, h5, h6 {
	color: #212121;
	margin: 0 0 1rem 0;
	font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
}
h1 {
	font-size: 36px;
	font-weight: 700;
}
h2 {
	font-size: 27px;
	font-weight: 700;
}
h3 {
	font-size: 20px;
	font-weight: 700;
}
h4 {
	font-size: 14px;
	font-weight: 400;
}
h5, h6 {
	font-size: 1rem;
	font-weight: 700;
}
strong {
	font-weight: 700;
}
/* Header (desktop) */
   
.website_slide_inner {
	flex-direction: column;
}
.slide_inner_left {
	width: 100%;
	border-radius: 16px 16px 0 0;
	min-height: 300px;
}
.header_cta a {
    font-size: 22px;
}
.page_404 {
    padding: 60px;
}
.side_inner_right {
	width: 100%;
	padding: 30px;
	gap: 10px;
}
.website_slide_inner, .website_type {
	border-radius: 16px;
}
.side_inner_right h3 {
	font-size: 20px;
	line-height: 25px;
	margin: 0;
}
ul.fearure_lists li {
	padding: 2px 20px;
}
.hero-btn.primarysmall {
	margin-top: 10px;
}
.main {
    background: #cfe2ea;
    padding: 50px 0;
}
.wrap {
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.work_with_us {
	padding-top: 50px;
	padding-bottom: 35px;
}
.hero-section .container {
	position: relative;
	z-index: 99;
}
.hero-section::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: linear-gradient(45deg, #0098bd9e 30%, #FFBE3C33 100%);
	top: 0;
	left: 0;
	z-index: 9;
	background-color: transparent;
}
@media (max-width: 575px) {
.service-card {
	min-height: unset;
}
.services-section {
	padding: 50px 0;
}
.process-section {
	padding: 50px 0 30px 0;
}
.service-card {
	flex-direction: row;
	gap: 12px;
}
.service-title {
	font-size: 18px;
}
.services-section .col-12.pb-5 {
	padding-bottom: 1rem !important;
}
}

.site-header {
    background: #006e9b;
}
.header-logo {
    background: #fff;
    text-align: center;
    padding: 22px 0;
}
.site-header .phone {
    font-size: 32px;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.site-header .phone a {
    color: #fff;
    text-decoration: none;
}
.header_bottom {
    background: #fafafa;
}
.hero-section .container {
    padding: 30px;
}
span.label-text {
	color: #fff;
}
.header_cta ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 15px;
}
a.header_phone {
	color: #232323;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	text-decoration: none;
}
/* Hero section styles (matches provided screenshot) */
.hero-subtitle h2 {
    color: #eee;
    font-size: 28px;
    font-family: 'Droid Sans', sans-serif;
}
.hero-section {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	overflow: hidden;
	/* dark left overlay plus background image covering the section */
	background: linear-gradient(90deg, rgba(10,10,10,0.98) 0%, rgba(10,10,10,0.92) 40%, rgba(10,10,10,0.65) 60%, rgba(10,10,10,0.25) 75%, transparent 100%),  url('images/hero.jpg') right center/cover no-repeat;
}
.hero-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 58%;
	background: linear-gradient(90deg, rgba(10,10,10,0.98) 0%, rgba(10,10,10,0.92) 40%, rgba(10,10,10,0.65) 60%, rgba(10,10,10,0.25) 75%, transparent 100%);
	z-index: 1;
}
.hero-section .container {
	position: relative;
	z-index: 2;
}
.hero-label {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 18px;
}
.hero-label .label-text {
	color: rgba(255,255,255,0.85);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.hero-label .accent-bar {
	display: inline-block;
	width: 64px;
	height: 4px;
	background: #F4B43A;
	border-radius: 3px;
}
.hero-title {
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 18px 0;
    word-break: break-word;
    font-size: 40px;
    line-height: 45px;
}
.benefits-section {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.benefits-section .section-title {
    font-size: 32px;
    color: #006e9b;
	font-weight: 700;
}
.hero_description p {
    color: #fff;
    font-size: 14px;
}
.hero-subtitle {
    max-width: 560px;
    margin-bottom: 20px;
}
.hero-cta {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-top: 30px;
}
.page_content {
    padding: 0 15px;
}
.hero-cta .get_started.btn {
	display: flex;
	height: 40px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #006e9b;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
	color: #F5FAF7;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.35px;
	transition: all 0.3s ease;
	border: 1px solid #006e9b;
}
a.get_started.white_btn.btn {
	background: #fff;
	color: #006e9b;
	display: flex;
	align-items: center;
	gap: 5px;
	border-color: #fff;
}
a.get_started.white_btn span {
	display: flex;
}
a.get_started.white_btn:hover {
	background: #006e9b;
	color: #fff;
	border-color: #006e9b;
}
a.get_started.white_btn:hover span svg path {
	stroke: #fff;
}
@media (max-width: 1199px) {
.hero-title {
	font-size: 92px;
}
.hero-content {
	padding: 80px 30px;
}
}
@media (max-width: 991px) {
.hero-title {
	font-size: 64px;
}
.hero-content {
	padding: 60px 24px;
}
}
@media (max-width: 767px) {
.page_sidebar {
    padding-left: 0;
    border-left: 0;
    position: relative;
    padding-top: 30px;
}
.hero-section .container {
    padding: 0 15px;
}
.hero-section {
	min-height: auto;
	padding: 40px 0;
}
.hero-section::before, .hero-section::after {
	display: none;
}
.hero-content {
    max-width: 100%;
    padding: 0  15px;
    text-align: center;
}
.hero-title {
    font-size: 30px;
}
.hero-subtitle h2 {
    font-size: 22px;
}
.hero-subtitle {
	margin-left: auto;
	margin-right: auto;
}
.hero-media {
	display: none;
}
.hero-label {
	justify-content: center;
}
.hero-cta {
	justify-content: center;
}
}
 transition: all 0.3s ease;
}
a.header_phone:hover {
	color: #006e9b;
	text-decoration: none;
}
a.get_started.btn {
	display: flex;
	height: 46px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #006e9b;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
	color: #F5FAF7;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.35px;
	transition: all 0.3s ease;
	border: 1px solid #006e9b;
}
a.get_started.btn:hover {
	background: #fff;
	color: #006e9b;
	text-decoration: none;
}
/* Navigation Start*/
.nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 30px;
}
ul.nav-list > li:first-child::after {
	padding-right: 0;
	border: 0;
}
.nav-list > li {
	position: relative;
}
.nav-list>li.menu-item-has-children:not(:last-child)::after {
	right: -20px;
}
.nav-list > li > a {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    line-height: 17px;
    padding: 22px 0;
}
.nav-list > li::after {
	content: "";
	width: 0;
	position: absolute;
	top: 23px;
	left: -15px;
	z-index: 9;
	height: 16px;
	border-right: 1px solid #ddd;
}
.nav-list>li>a:hover, .nav-list>li.menu-item-has-children:hover>a, .nav-list > li.current-menu-item > a {
	color: #006e9b;
}
/* Submenu styles */
/* ...existing code... */

/* Submenu styles (supports 2nd, 3rd, and 4th level) */
.menu-item-has-children {
	position: relative;
}
/* 2nd level submenu */
.menu-item-has-children>.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 8px 24px 0 rgba(23, 36, 55, 0.15);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    min-width: 220px;
    z-index: 999;
    list-style: none;
    padding: 0;
}

/* Show submenu on hover */
.menu-item-has-children:hover>.sub-menu, .menu-item-has-children:focus-within>.sub-menu {
 display: block;
}
/* 3rd level submenu */
.sub-menu .menu-item-has-children {
	position: relative;
}
.sub-menu .menu-item-has-children>.sub-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    min-width: 200px;
    display: none;
    z-index: 200;
}
 .sub-menu .menu-item-has-children:hover>.sub-menu, .sub-menu .menu-item-has-children:focus-within>.sub-menu {
 display: block;
}
/* 4th level submenu (nested again) */
.sub-menu .sub-menu .menu-item-has-children>.sub-menu {
	left: 100%;
	top: 0;
	margin-left: 2px;
	min-width: 200px;
	z-index: 300;
}
/* Submenu links */
.sub-menu li {
	width: 100%;
	padding: 0;
}
.sub-menu li a {
    display: block;
    padding: 6px 16px;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    position: relative;
    color: #222;
    border-bottom: 1px solid #eee;
}
.sub-menu li a:hover {
	background: #006e9b;
	color: #fff;
}
/* Dropdown arrow for all menu items with children */
.menu-item-has-children>a {
	position: relative;
	padding-right: 22px;
}
li.menu-item-has-children a {
	padding-right: 1em;
}
.menu-item-has-children>a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 20px;
	background: url('images/dropdown.svg') no-repeat center center;
	position: absolute;
	right: -7px;
	top: 48%;
	transform: translateY(-50%);
	pointer-events: none;
	transition: transform 0.2s;
	background-size: contain;
}
/* For submenu items, show arrow pointing right */
.sub-menu .menu-item-has-children>a {
	padding-right: 22px;
}
.sub-menu .menu-item-has-children>a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 18px;
	background: url('images/dropdown.svg') no-repeat center center;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	pointer-events: none;
	transition: transform 0.2s;
	background-size: contain;
}

/* Rotate arrow down on hover for top-level, right for submenus */
.menu-item-has-children:hover>a::after, .menu-item-has-children:focus-within>a::after {
 transform: translateY(-50%) rotate(180deg);
}
 .sub-menu .menu-item-has-children:hover>a::after, .sub-menu .menu-item-has-children:focus-within>a::after {
 transform: translateY(-50%) rotate(90deg);
}
.hide_desktop {
	display: none;
}
/***** Responsive style start *****/

@media (max-width: 767px) {
.hero_description {
    padding-right: 0 !important;
}
.post-media img {
    max-width: 100% !important;
}
.hero_description p {
    line-height: 20px;
}
.header-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 15px;
}
h1 {
	font-size: 36px;
	line-height: 110%; /* 100% */
}
h2 {
	font-size: 32px;
	line-height: 110%; /* 100% */
}
.menu-item-has-children>.sub-menu {
	background: none !important;
}

.site-header .phone {
    font-size: 26px;
}
.header_cta {
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile_nab.hide_desktop {
	text-align: right;
}
.hide_mobile {
	display: none;
}
.hide_desktop {
	display: block;
}
.mobile_menu {
	background: #fff;
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 40px 5%;
	left: -100%;
	transition: ease all 0.3s;
}
.mobile_menu.mobile-menu-open {
	left: 0;
}
.nav-list > li::after {
   display: none;
}
.close_nav {
	position: absolute;
	right: 15px;
	top: 20px;
}
.nav-list {
	display: block;
}
.header-nav {
	background: none;
	padding: 20px 0;
}
.nav-list > li > a {
    padding: 14px 0;
    font-size: 22px;
    display: inline-block;
    width: 100%;
}
ul.nav-list {
	border: 0;
}
.menu-item-has-children>a::after {
	right: 0;
	background: url(images/dropdown.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
li.menu-item-has-children {
	padding-right: 0;
}
.header_cta ul {
	flex-direction: column;
	align-items: flex-start;
}
a.header_phone {
	font-size: 18px;
}
a.get_started.btn {
	font-size: 18px;
}
.menu-item-has-children:hover>.sub-menu, .menu-item-has-children:focus-within>.sub-menu {
    position: relative;
    background: no-repeat;
    border: 0;
    padding: 0;
    left: 10px;
    box-shadow: none;
}
.sub-menu .menu-item-has-children>a {
	padding-right: 0;
}
.sub-menu li {
	width: 100%;
	padding: 5px 0;
}
.sub-menu .sub-menu .menu-item-has-children>.sub-menu {
	left: 10px;
}
.sub-menu .menu-item-has-children>a::after {
	background: url('images/dropdown.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 16px;
	height: 20px;
}
.sub-menu li a:hover {
    background: none;
    color: #006e9b;
}
.main {
    padding: 0;
}
.main > .container {
    padding: 0;
}
.ben_iconbox {
    width: 47% !important;
    display: block !important;
    text-align: center;
}
.me-3 {
    display: block !important;
}
.benefits-section .section-title {
    font-size: 22px;
    padding-top: 20px;
}
.ibox_title {
    line-height: 28px;
}
.sub-menu .menu-item-has-children:hover>a::after, .sub-menu .menu-item-has-children:focus-within>a::after {
 transform: translateY(0) rotate(180deg);
 right: 15px;
}
.sub-menu .menu-item-has-children>a::after {
	right: 15px;
	transform: translateY(0) rotate(0deg);
}
.sub-menu li a {
	font-size: 18px;
	padding: 0;
}
.nav-list>li>a:hover, .nav-list>li.menu-item-has-children:hover>a {
	color: #006e9b;
}
a.header_phone:hover {
	color: #006e9b;
}
.sub-menu .menu-item-has-children>.sub-menu {
	position: relative;
	left: 10px;
}
.sub-menu .menu-item-has-children>.sub-menu {
	background: none;
	border: 0;
	padding: 0;
	max-width: 100%;
}
.page_content {
    padding: 0;
}
.benefits-section {
    padding-left: 0;
    padding-right: 0;
}
.service-item {
    width: 100%;
}
.service-icon.me-3 {
    display: flex !important;
}

.plan-media {
    padding-top: 30px;
}
}
/***** End Responsive Style *****/

/* Footer styles */
/* Assistance section (client content only) */
.assist-inner h2 {
    font-size: 27px;
}
.assist-inner h1 {
    font-size: 36px;
}
.assist-inner p {
    color: #121212;
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 22px;
    font-weight: 400;
}
.assist-section h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}

.assist-box p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.assist-grid .col-md-4 {
    padding: 0 8px;
}

/* Assist grid boxes */

.assist-box {
    margin-bottom: 20px;
}
.assist-icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #006e9b;
}
@media (max-width: 767px) {
.assist-grid .col-md-4 {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 12px;
}
}
/* 5 Tipps section */
.tips-section {
    padding-top: 20px;
}
.tips-inner h2 {
    font-size: 27px;
    color: #121212;
}
.image_box_inner-plain h2 {
    font-size: 27px;
    color: #121212;
}

.tips-inner .lead {
    font-size: 14px;
    font-weight: 400;
    color: #121212;
    line-height: 22px;
}
.five_tips_inr {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.tips-grid {
	margin-top: 12px;
}
.contact_section {
    text-align: center;
}
a.hero-btn.white_btn.primary {
    background: #fff;
    color: #006e9b;
}
.contact_section_inner {
    padding: 36px 4%;
    background: #006e9b;
}
.contact_section_inner h2 {
    color: #fff;
    font-size: 27px;
}
.contact_section_inner p {
    color: #fff;
    font-size: 14px;
}

/* Contact page section (kontakt.html) */

.contact-page-section .contact-page-title {
	font-size: 48px;
	margin-bottom: 20px;
}
.contact-page-section .contact-page-text {
	font-size: 18px;
	max-width: 700px;
}
.contact-page-section .contact-page-address {
	margin-top: 24px;
	font-weight: 700;
}
.contact-page-section .contact-form {
    background: #edfaff;
    border-radius: 10px;
    color: #333;
    padding: 32px;
}
.contact-page-section .contact-form .form-control {
	border-radius: 4px;
	padding: 12px 14px;
}
.contact-page-section .contact-form .btn-primary {
	background: #006e9b;
	border-color: #006e9b;
	color: #fff;
	padding: 14px 26px;
	font-weight: 700;
	border-radius: 6px;
}
@media (max-width: 767px) {
	section#headline {
    padding: 20px 15px;
}
#headline h1 {
    font-size: 32px;
}
	.contact-page-section .contact-page-title { font-size: 32px; }
}

/* Blog list styles */
.blog-grid {
	margin-top: 12px;
}
.post-card {
	background: #fff;
	padding: 18px;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(17,30,25,0.04);
	display: flex;
	gap: 20px;
	align-items: flex-start;
	flex-direction: column;
}
.post-card .post-title {
	margin: 0 0 8px 0;
	font-size: 20px;
}
.post-card .post-title a {
	color: #121212;
	text-decoration: none;
}
.post-card .post-excerpt {
	color: #555;
	margin-bottom: 12px;
}
.post-card .read-more {
	color: #006e9b;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 767px) {
	.post-card { padding: 14px; }
	.post-card .post-title { font-size: 18px; }
	.tip-box {
    width: 100% !important;
}
.container-blc {
    padding: 0 15px;
}
section.contact_section {
    padding-bottom: 30px;
}
.site-footer .footer-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

/* Post media (left image) sizing */
.post-media img {
	width: 100%;
	max-width: 220px;
	height: auto;
	object-fit: cover;
}
.post-content {
	flex: 1;
}
@media (min-width: 768px) {
	.post-card { flex-direction: row; }
	.post-media { flex: 0 0 220px; }
}
.pagination-nav .pagination .page-link {
	color: #006e9b;
}
.pagination-nav .pagination .page-item.active .page-link {
	background: #006e9b;
	border-color: #006e9b;
	color: #fff;
}
ul.footer-contact li, ul.footer-contact li a {
    display: flex;
    gap: 15px;
}
ul.footer-contact li span img {
    max-width: 20px;
}
.tip-box {
    background: #F8FFFB;
    border: 1px solid rgba(27,50,42,0.04);
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 49%;
}
.tip_content {
    width: 80%;
}
.tip-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #006e9b;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.tip-box h3 {
    font-size: 16px;
    text-transform: none;
    color: #006e9b;
    font-weight: 700;
    margin-bottom: 8px;
}
.tip-box p {
    color: #1B322A;
    margin: 0;
    line-height: 1.3;
    font-size: 13px;
}


.image_box_inner h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.about-lead p {
    font-size: 14px;
}
.about-image {
	width: 100%;
	border-radius: 10px;
}

/* Info boxes on left side */
.info-grid .info-box {
	background: #FFFFFF;
	border: 1px solid rgba(37,57,50,0.04);
	box-shadow: 0 6px 18px rgba(17, 30, 25, 0.04);
}
.info-box h5 {
	margin: 0;
	font-size: 16px;
	color: #1B322A;
}
a.hero-btn.primary {
    display: inline-flex;
    height: 46px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #005b7a;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    color: #F5FAF7;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.35px;
    transition: all 0.3s ease;
    border: 1px solid #005b7a;
    gap: 10px;
}
a.hero-btn.secondary {
	display: inline-flex;
	height: 46px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
	color: #005b7a;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.35px;
	transition: all 0.3s ease;
	border: 1px solid #fff;
	gap: 10px;
	text-decoration: none;
}
a.hero-btn.secondary span {
    display: flex;
}
a.hero-btn.secondary span svg {
    width: 24px;
}
a.hero-btn.primary span {
	display: flex;
}
.image_box_inner a.hero-btn.primary {
	margin-top: 10px;
}
.hero-btn.primary:hover {
	background: #fff;
	color: #005b7a;
	text-decoration: none;
	box-shadow: none;
	border-color: #fff;
}
a.hero-btn.secondary:hover {
	background: #005b7a;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	border-color: #005b7a;
}
.image_with_content .hero-btn.primary:hover{
	background: #222;
	color: #fff;
}
.image_with_content .hero-btn.primary:hover span svg path{
	stroke: #fff;
}
a.hero-btn.secondary:hover span svg path {
	fill: #fff;
}
.main_content {
    padding: 30px 15px;
}
.assist-section .hero-btn.primary:hover {
    background: #222;
    color: #fff;
}
.assist-section .hero-btn.primary:hover span svg path {
    stroke: #fff;
}
.hover_black.hero-btn.primary:hover {
    background: #222;
    color: #fff;
}
.hover_black.hero-btn.primary:hover span svg path {
    stroke: #fff;
}
.benefits-section p.mt-2.text-muted {
    margin-bottom: 0;
}
.assist-section a.hero-btn.primary {
    margin-bottom: 30px;
}
a.hero-btn.primary:hover svg path {
	stroke: #006e9b;
}
.info-box p {
	color: #212121;
	margin: 0;
}
.info-icon {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-icon svg {
	display: block;
}
@media (max-width: 767px) {
.info-grid .col-md-4 {
	flex: 0 0 100%;
	max-width: 100%;
}
}
/* Feature grid styles removed (moved with help section) */

/* Content box styles removed (moved with help section) */




.site-footer::before {
	content: "";
	width: 256px;
	height: 256px;
	border-radius: 9999px;
	background: rgba(245, 250, 247, 0.05);
	filter: blur(32px);
	position: absolute;
	top: 0;
	left: 0;
}
.site-footer::after {
	content: "";
	width: 256px;
	height: 256px;
	border-radius: 9999px;
	background: rgba(245, 250, 247, 0.05);
	filter: blur(32px);
	position: absolute;
	bottom: 0;
	right: 0;
}
.site-footer {
	background: #121212;
	color: rgba(255,255,255,0.92);
	padding-top: 36px;
	position: relative;
}
.site-footer a {
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}
.site-footer .footer-top {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-logo {
	margin-bottom: 15px;
}
.site-footer p {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}
.footer-badges {
	margin-top: 25px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.footer-badges .badge {
    padding: 8px 16px;
    border-radius: 9999px;
    background: rgba(245, 250, 247, 0.10);
    color: #fff;
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.hero_description {
    padding-right: 10%;
}
.footer_col_one {
	padding-right: 38%;
}
.footer-col h3 {
	color: #F5FAF7;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 155.556% */
}
.footer-links {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}
.footer-links li {
	margin: 5px 0;
}
.footer-links li a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.3s ease;
}
.footer-links li a:hover {
	color: #006e9b;
}
.footer-contact {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}
.footer-contact li {
	margin: 10px 0;
	color: rgba(255,255,255,0.9);
}
.footer-contact a, .footer-contact li {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    transition: all 0.3s ease;
}
.footer-contact a:hover {
	color: #006e9b;
}
.footer-bottom {
    border-top: 1px solid rgba(245, 250, 247, 0.10);
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 15px;
    padding-right: 15px;
}
.ben_iconbox {
    width: 48%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.featured_main {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.benefits-section .text-secondary {
    color: #222 !important;
    font-size: 20px;
    font-weight: 700;
}
#headline {
    text-align: center;
    background: #edfaff;
    width: 100%;
    padding: 35px 0;
}
#headline h1 {
    font-weight: 700;
    color: #006e9b;
    font-size: 36px;
    margin: 0;
}
.me-3 {
    display: flex;
}
.ibox_title {
    font-size: 20px;
    color: #474747;
}
.footer-legal {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 18px;
	justify-content: flex-end;
}
ul.footer-legal {
	position: relative;
	z-index: 9;
}
.footer-legal li a {
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}
.footer-legal li a:hover {
	color: #006e9b;
}
.copyright {
	color: rgba(255,255,255,0.6);
	margin: 0;
}
 @media (max-width: 767px) {
.footer_col_one {
	padding-right: 0;
}
.footer-col h3 {
	padding-top: 20px;
}
.footer-links li, .footer-contact li {
	margin: 3px 0;
}
.site-footer {
	padding-top: 40px;
}
.footer-legal {
	justify-content: flex-start;
	margin-top: 5px;
}
.footer-bottom {
	padding: 20px 0;
}
.text-md-right {
	text-align: left !important;
}
}
