@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('/fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url('/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}
/* Global styles (body, paragraphs, headings, fonts) */
body, p {
	color: #212121;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
}
/* Services overview section */
.services-overview {
    background: rgba(217, 232, 223, 0.30);
    padding-top: 36px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.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: #fff;
    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: #009BD1;
}
.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 h4 {
	margin: 0 0 6px 0;
	font-size: 18px;
	color: #121212;
	text-transform: none;
	font-weight: 600;
}
.security-section {
    padding: 36px 0;
    padding-left: 15px;
    padding-right: 20px;
}
ul.feature-list {
	list-style: none;
	padding: 10px 0;
	margin: 0;
}
ul.feature-list li {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 16px;
}
ul.feature-list li::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	background: #009BD1;
	border-radius: 100px;
	top: 11px;
}
@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: 'Open Sans', sans-serif;
}
h1 {
	font-size: 72px;
	font-weight: 700;
}
h2 {
	font-size: 48px;
	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;
}
.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: #009BD1;
}
.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: #57756B;
	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: 'Open 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;
    letter-spacing: -2px;
    word-break: break-word;
    font-size: 40px;
    line-height: 45px;
}
.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;
}
.hero-cta .get_started.btn {
	display: flex;
	height: 40px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #009BD1;
	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 #009BD1;
}
a.get_started.white_btn.btn {
	background: #fff;
	color: #009BD1;
	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: #009BD1;
	color: #fff;
	border-color: #009BD1;
}
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) {
.hero-section {
	min-height: auto;
	padding: 40px 0;
}
.hero-section::before, .hero-section::after {
	display: none;
}
.hero-content {
	max-width: 100%;
	padding: 24px;
	text-align: center;
}
.hero-title {
	font-size: 36px;
	line-height: 1.05;
}
.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: #009BD1;
	text-decoration: none;
}
a.get_started.btn {
	display: flex;
	height: 46px;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: #009BD1;
	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 #009BD1;
}
a.get_started.btn:hover {
	background: #fff;
	color: #009BD1;
	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 {
	color: #009BD1;
}
/* 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: 2px;
	border-radius: 8px;
	min-width: 200px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	background: #E6D271;
	border: 3px solid #A68A37;
	padding: 10px 0;
	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: #009BD1;
	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) {
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;
}
.header-logo img {
	width: 145px;
	height: 38px;
}
.header-main.site-header {
	padding: 10px 0;
}
.mobile_nab.hide_desktop {
	text-align: right;
}
.hide_mobile {
	display: none;
}
.hide_desktop {
	display: block;
}
.mobile_menu {
	background: #1B322A;
	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;
}
.close_nav {
	position: absolute;
	right: 15px;
	top: 20px;
}
.nav-list {
	display: block;
}
.header-nav {
	background: none;
	padding: 20px 0;
}
.nav-list > li > a {
	padding: 10px 0;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	color: #fff;
}
ul.nav-list {
	border: 0;
}
.menu-item-has-children>a::after {
	right: 0;
	background: url(images/mobile_icon.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 {
	color: #fff;
	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;
}
.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;
}
.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 {
	color: #fff;
	font-size: 16px;
	padding: 0;
}
.nav-list>li>a:hover, .nav-list>li.menu-item-has-children:hover>a {
	color: #45b78d;
}
a.header_phone:hover {
	color: #45b78d;
}
.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%;
}
}
/***** End Responsive Style *****/

/* Footer styles */
/* Assistance section (client content only) */
.assist-section {
    background: linear-gradient(180deg, #FAFCFB 0%, #FFFFFF 100%);
    padding: 36px 30px;
}
.assist-inner h2 {
    font-size: 27px;
}
.assist-inner .lead {
    color: #121212;
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 22px;
    font-weight: 400;
}
.assist-box h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}
.image_with_content {
    background: rgba(217, 232, 223, 0.30);
    padding: 36px 15px;
}
.assist-box p {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}
.assist-grid .col-md-4 {
    padding: 0 8px;
}
@media (max-width: 991px) {
.assist-section {
	padding: 36px 0;
}
.assist-inner {
	padding: 24px;
}
.assist-inner h2 {
	font-size: 26px;
}
}
/* Assist grid boxes */

.assist-box {
	background: #fff;
	height: 100%;
	display: flex;
	box-shadow: 0 10px 30px rgba(17,30,25,0.06);
	flex-direction: column;
}
.assist-icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #009BD1;
}
@media (max-width: 767px) {
.assist-grid .col-md-4 {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 12px;
}
}
/* 5 Tipps section */
.tips-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #FBFFFB 100%);
    padding: 36px 15px;
}
.tips-inner h2 {
    font-size: 27px;
    color: #1B322A;
}
.image_box_inner-plain h2 {
    font-size: 27px;
    color: #1B322A;
}
.image_box_inner-plain {
    padding-right: 40px;
}
.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: #009BD1;
}
.contact_section_inner {
    padding: 36px 4%;
    background: #009BD1;
}
.contact_section_inner h2 {
    color: #fff;
    font-size: 27px;
}
.contact_section_inner p {
    color: #fff;
    font-size: 14px;
}
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: #009BD1;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.tip-box h4 {
    font-size: 16px;
    text-transform: none;
    color: #009BD1;
    font-weight: 600;
    margin-bottom: 8px;
}
.tip-box p {
    color: #1B322A;
    margin: 0;
    line-height: 1.3;
    font-size: 13px;
}
 @media (max-width: 767px) {
.tips-inner {
	padding: 18px;
}
.tips-inner h2 {
	font-size: 22px;
}
}
.dassist-section {
    background: #fff;
    padding-bottom: 36px;
    padding-left: 15px;
    padding-right: 15px;
}
.image_box_inner h3 {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
}
.about-lead p {
    font-size: 14px;
}
.image_box_inner {
	padding-right: 30px;
}
.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: #009BD1;
	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 #009BD1;
	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: #009BD1;
	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: #009BD1;
	text-decoration: none;
	box-shadow: none;
	border-color: #fff;
}
a.hero-btn.secondary:hover {
	background: #009BD1;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	border-color: #009BD1;
}
a.hero-btn.secondary:hover span svg path {
	fill: #fff;
}
.page_content {
    padding: 36px 20px;
}
a.hero-btn.primary:hover svg path {
	stroke: #009BD1;
}
.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: 20px;
    padding-right: 20px;
}
.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: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.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: #009BD1;
}
.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: #009BD1;
}
.footer-bottom {
    border-top: 1px solid rgba(245, 250, 247, 0.10);
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
}
.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: #009BD1;
}
.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;
}
}
