/*@import url('assets/css/testimonial.css');*/

:root {
	--green-color: #03e09f;
}

* {
	font-family: "Montserrat", sans-serif;
	box-sizing: border-box;
}


body {
    background-color: var(--site-design-color);
    margin:0;
    padding:0;
}


html {
	line-height: 1.5em;
}

.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 25px;
}

a { color: var(--accent-color); }
.hero__title { border-bottom-color: var(--accent-color); }

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.15em;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 60px;
	font-weight: 500;
}
h2 {
	font-size: 40px;
	font-weight: 500;
}
h3 {
	font-size: 30px;
	font-weight: 500;
}
h4 {
	font-size: 22px;
	font-weight: 500;
}
h5 {
	font-size: 18px;
	font-weight: 500;
}
h6 {
	font-size: 16px;
	font-weight: 500;
}

p {
    line-height:1.5em;
}

blockquote {
	background: #f9f9f9;
	border-left: 12px solid #123d8c;
	border-right: 1px solid #123d8c;
	margin: 25px 40px;
	padding: 20px 10px;
	quotes: "\201C""\201D""\2018""\2019";
	width: 80%;
	line-height: 22px;
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}

.sub-page {
	padding: 35px 0;
	min-height: calc(100vh - 158px);
	/*max-width:900px;*/
	margin: 0 auto;
}

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

.center {
	text-align: center;
}

.single-post {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

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

.published {
	font-size: 13px;
	color: #7d7d7d;
}

.next {
	float: right;
}

.prev {
	float: left;
}

/* ── Single Post Template ── */
.sp-hero {
    padding: 40px 0 0;
}
.sp-hero-card {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    min-height: 380px;
}
.sp-hero-left {
    flex: 0 0 50%;
    background: #0a0a0a;
    padding: 55px 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}
.sp-hero-date {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 16px;
}
.sp-hero-title {
    font-size: clamp(26px, 3vw, 46px);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}
.sp-hero-right {
    flex: 1;
    overflow: hidden;
}
.sp-hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sp-body {
    padding: 80px 0 100px;
}
.sp-columns {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}
.sp-content {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
}
.sp-content h2 { font-size: 26px; font-weight: 700; margin: 36px 0 14px; }
.sp-content h3 { font-size: 20px; font-weight: 700; margin: 28px 0 12px; }
.sp-content p  { margin: 0 0 20px; }
.sp-content ul,
.sp-content ol { margin: 0 0 20px; padding-left: 24px; }
.sp-content li { margin-bottom: 8px; }
.sp-content strong { font-weight: 700; }
.sp-sidebar {
    flex: 0 0 300px;
}
.sp-sidebar-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--green-color, #03e09f);
    margin-bottom: 4px;
    letter-spacing: 0.01em;
}
.sp-related-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}
.sp-related-list li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.sp-related-list li:first-child {
    border-top: 1px solid #ddd;
}
.sp-related-list li a {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 1.3;
    display: block;
}
.sp-related-list li a:hover {
    opacity: 0.65;
}
.sp-back-link {
    font-size: 14px;
    color: #1a1a1a;
    text-decoration: underline;
}
.sp-back-link:hover {
    opacity: 0.65;
}
@media only screen and (max-width: 900px) {
    .sp-hero-card {
        flex-direction: column;
        min-height: auto;
    }
    .sp-hero-left {
        flex: none;
        padding: 40px 32px;
    }
    .sp-hero-right {
        height: 260px;
    }
    .sp-columns {
        flex-direction: column;
        gap: 50px;
    }
    .sp-sidebar {
        flex: none;
        width: 100%;
    }
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	background-color: #fafaf5;
	padding: 5px 0 0 0;
    z-index: 9998;
    padding-bottom: 10px;
}

.customize-support .header {
	top: 32px;
}

.header-push {
	height: 77.13px;
}

.header-push.small-header {
	height: 50px;
}

.super-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items : center;
    justify-content: flex-end; 
    padding:8px 0;
}
.super-header i {
    color:var(--green-color);
}
.super-header a {
    color: inherit;
    text-decoration: none;
}

.header-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
}

.header .header-logo {
	max-width: 200px;
}

.header .header-logo a {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.dev-group {
	padding: 25px 0;
	text-align: center;
	color: #b6b6b6;
}

.dev-group a {
	color: inherit;
}

/* Legacy class — same as btn1 */
.cta-button,
a.cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--green-color, #03e09f);
	color: #000;
	text-decoration: none;
	padding: 18px 50px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: 500;
	border: none;
	box-sizing: border-box;
}

.table {
	border: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
}

.table td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.desktop-menu {
}

.desktop-menu ul {
	margin: 0;
	padding: 0;
}

.desktop-menu ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}

.desktop-menu ul li a {
    display: inline-block;
	padding: 8px 15px;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	font-weight: 400;
    border-radius: 10px;
}
.desktop-menu > ul.menu > li:hover a { 
    background-color: #fff !important; 
  }

.desktop-menu > ul > li > a:hover:not(.btn):not(.header-btn) {
    background-color: #fff;
}

.desktop-menu .sub-menu li a:hover {
    background-color: transparent;
}


.desktop-menu .menu-item-has-children > a::after {
	content: "\25BF ";
	font-size: 17px;
	padding: 0 0 0 6px;
	color: #6c6c6c;
}

.desktop-menu
.menu-item-has-children
.sub-menu
.menu-item-has-children
.sub-menu a::after {
	content: "\25BF";
	font-size: 17px;
	padding: 0 0 0 6px;
	color: #fff;
}

.desktop-menu
	.menu-item-has-children
	.sub-menu
	.menu-item-has-children
	.sub-menu
	a::after {
	content: "";
}

.desktop-menu .header-btn,
.desktop-menu ul li a.btn {
	padding: 8px 20px;
	border-radius: 13px;
	font-size: 16px;
	font-weight: 600;
	background-color: var(--green-color, #03e09f);
	color: #000;
}
.desktop-menu .header-btn:hover,
.desktop-menu ul li.header-btn:hover a {
	/* opacity: 0.85; */
	color: var(--green-color) !important;
    background-color: #000;
}

.desktop-menu .sub-menu {
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	background-color: #0a0a0a;
	border: none;
	border-radius: 16px;
	z-index: 999;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
	min-width: 280px;
	overflow: hidden;
}

.desktop-menu .sub-menu .sub-menu {
	top: -2px;
	left: -150px;
}

.desktop-menu ul li:hover .sub-menu {
	display: block;
}

.desktop-menu ul li:hover .sub-menu .sub-menu {
	display: none;
}

.desktop-menu ul li .sub-menu li:hover .sub-menu {
	display: block;
	top: -1px;
	left: 154px;
}

.desktop-menu .sub-menu ul {
	display: block;
}

.desktop-menu .sub-menu li {
	display: block;
	white-space: nowrap;
	border-bottom: none;
}

.desktop-menu .sub-menu li a {
	padding: 16px 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
	display: block;
	border-bottom: 1px solid transparent;
	transition: border-color 0.15s ease;
}

.desktop-menu .sub-menu li a:hover {
	border-bottom: 1px solid var(--green-color);
}

.desktop-menu .sub-menu li.view-all {
	background-color: #2a2a2a;
}

.desktop-menu .sub-menu li.view-all a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 18px 30px;
	font-size: 16px;
	font-weight: 500;
	border-bottom: none;
}

.desktop-menu .sub-menu li.view-all a::after {
	content: "›";
	font-size: 22px;
	line-height: 1;
}


.desktop-menu ul li.current-menu-item > a,
.desktop-menu ul li:hover > a,
.mobile-menu ul li.current-menu-item > a,
.sub-menu > .current-menu-item > a,
.sub-menu > .sun-menu .current-menu-item > a {
	/* color: var(--accent-color); */
}

.mobile-menu-btn {
	display: none;
	position: absolute;
	top: 47px;
	right: 25px;
	font-size: 30px;
	color: #000;
}

.mobile-menu {
	position: fixed;
	overflow-y: auto;
	right: 0;
	top: 0;
	bottom: 0;
	width: 320px;
	background-color: #0a0a0a;
	transform: translateX(100%);
	transition: transform 0.25s ease-in-out;
	border-left: 1px solid #1e1e1e;
	z-index: 9999;
	display: flex;
	flex-direction: column;
}
.customize-support .mobile-menu {
	top: 32px;
}

/* Logo bar */
.mobile-menu-logo {
	padding: 22px 24px 20px;
	border-bottom: 1px solid #1e1e1e;
	flex-shrink: 0;
}
.mobile-menu-logo img {
	max-width: 160px;
	height: auto;
	display: block;
	filter: brightness(0) invert(1);
}

/* Nav list */
.mobile-menu ul {
	margin: 0;
	padding: 0;
	flex: 1;
}

.mobile-menu ul li {
	list-style-type: none;
	border-bottom: 1px solid #1e1e1e;
	font-size: 16px;
	font-weight: 500;
}

.mobile-menu ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 16px 24px;
	transition: color 0.15s;
}

.mobile-menu ul li a:hover {
	color: var(--green-color, #03e09f);
}

.mobile-menu ul li.current-menu-item > a {
	color: var(--green-color, #03e09f);
}

/* Close button */
.close-menu {
	position: absolute;
	top: 18px;
	right: 18px;
	font-size: 22px;
	color: #666;
	cursor: pointer;
	line-height: 1;
	transition: color 0.15s;
}
.close-menu:hover {
	color: #fff;
}

/* Sub-menus */
.mobile-menu .sub-menu {
	margin: 0;
	padding: 0;
	background: #111;
}

.mobile-menu .sub-menu li {
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #1a1a1a;
}

.mobile-menu .sub-menu li:last-child {
	border-bottom: none;
}

.mobile-menu .sub-menu li a {
	padding: 13px 24px 13px 42px;
	color: #999;
}

.mobile-menu .sub-menu li a:hover {
	color: #fff;
}

.mobile-menu .menu-item-has-children > a::after {
	content: "\25BF";
	font-size: 14px;
	padding-left: 6px;
	color: #555;
}

.mobile-menu .menu-item-has-children li:first-child {
	border-top: none;
}

/* CTA button at bottom */
.mobile-menu-cta {
	padding: 20px 24px;
	border-top: 1px solid #1e1e1e;
	flex-shrink: 0;
}
.mobile-menu-cta .btn {
	display: flex;
	width: 100%;
	padding: 16px;
	border-radius: 12px;
	font-size: 16px;
}

/* ── Buttons (btn1 / btn2 / btn3) ── */
.btn,
a.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border: 0;
	padding: 18px 50px;
	border-radius: 50px;
	font-family: inherit;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	color: #000;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	transition: opacity 0.2s ease;
}

/* btn1 — primary green pill with arrow on hover */
a.btn.btn1,
button.btn.btn1,
.btn.btn1 {
	background-color: var(--green-color, #03e09f);
	color: #000;
}
a.btn.btn1 {
	color: #000;
}
/* btn2 — dark CTA */
a.btn.btn2,
button.btn.btn2,
.btn.btn2 {
	background-color: #0a0a0a;
	color: #fff;
	border-radius: 14px;
	padding: 20px 40px;
	font-size: 20px;
	font-weight: 600;
}
a.btn.btn2 {
	color: #fff;
}
.btn.btn2:hover,
.btn.btn2:focus-visible {
	opacity: 0.8;
}

/* btn3 — green rounded rectangle */
a.btn.btn3,
button.btn.btn3,
.btn.btn3 {
	background-color: var(--green-color, #03e09f);
	color: #000;
	border-radius: 14px;
	padding: 18px 42px;
	font-size: 17px;
	font-weight: 600;
}
a.btn.btn3 {
	color: #000;
}
.btn.btn3:hover,
.btn.btn3:focus-visible {
	opacity: 0.85;
}

/* Arrow on hover — all site buttons except header */
.btn.btn1::after,
.btn.btn2::after,
.btn.btn3::after,
.gform_wrapper button[type="submit"]::after {
	content: "→";
	display: inline-block;
	opacity: 0;
	width: 0;
	margin-left: 0;
	overflow: hidden;
	transform: translateX(-0.35em);
	transition:
		opacity 0.25s ease,
		transform 0.25s ease,
		width 0.25s ease,
		margin-left 0.25s ease;
}
.btn.btn1:hover::after,
.btn.btn1:focus-visible::after,
.btn.btn2:hover::after,
.btn.btn2:focus-visible::after,
.btn.btn3:hover::after,
.btn.btn3:focus-visible::after,
.gform_wrapper button[type="submit"]:hover::after,
.gform_wrapper button[type="submit"]:focus-visible::after {
	opacity: 1;
	width: 1em;
	margin-left: 0.5em;
	transform: translateX(0);
}
.desktop-menu .header-btn::after,
.desktop-menu ul li a.btn::after,
.mobile-menu-cta .btn::after {
	content: none;
	display: none;
}

.btn-large {
	font-size: 18px;
	padding: 22px 55px;
	border-radius: 16px;
}

.btn-full {
	width: 100%;
}

.abutton {
	text-decoration: none;
}

/* Gravity Forms submit — matches btn3 */
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: var(--green-color, #03e09f) !important;
	color: #000 !important;
	border: none !important;
	border-radius: 14px !important;
	padding: 18px 55px !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	font-family: inherit !important;
	cursor: pointer !important;
	transition: opacity 0.2s !important;
}
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper button[type="submit"]:hover {
	opacity: 0.85 !important;
	background-color: var(--green-color, #03e09f) !important;
}

@media only screen and (max-width: 768px) {
	.btn-full-sm {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.fh-inner .btn {
		display: flex;
		max-width: 300px;
		margin: 0 auto 10px;
	}
	.fh-inner a:has(.btn) {
		text-decoration: none;
	}
}

.form-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0 15px;
	align-items: center;
}

.form-column {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.input1,
.textarea1 {
	width: 100%;
	margin-bottom: 10px;
	border: 0;
	outline: 0;
	background-color: #fff;
	padding: 10px;
}

.footer {
	background-color: var(--site-design-color, #F0EDE5);
	color: #1a1a1a;
	padding: 60px 0 0;
    background-image: url('../images/footer-bg.png');
}

.footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer ul li {
	margin: 0 0 20px 0;
}

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

.footer a:hover {
	opacity: 0.7;
}

.footer-container {
	display: flex;
	gap: 0;
	align-items: flex-start;
}

.footer-col1 {
	flex: 1;
}
.footer-col1 img {
    max-width:200px;
}

.footer-col2 {
	flex: 0 0 220px;
}

.footer-col3 {
	flex: 0 0 220px;
}

.footer-logo {
	margin-bottom: 30px;
	display: block;
}

.footer-col1 p {
	margin: 0 0 5px 0;
	font-size: 15px;
	line-height: 1.7;
}
.footer-social {
    background-color: #fff;
    border-radius: 10px;
    padding:10px 5px;
    font-size: 20px;
}
.footer-social i {
    margin:0 10px;
}

.footer-col1 a {
	font-size: 15px;
}

.footer-social {
	display: flex;
	gap: 10px;
	margin-top: 25px;
    display: inline-block;
}

.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1.5px solid #1a1a1a;
	border-radius: 4px;
	font-size: 16px;
	transition: background-color 0.2s, color 0.2s;
}

.footer-social a:hover {
	background-color: #1a1a1a;
	color: #fff;
	opacity: 1;
}

.footer-col2 ul li,
.footer-col3 ul li {
	margin: 0 0 22px 0;
}

.footer-col2 ul li a,
.footer-col3 ul li a {
	font-size: 16px;
	font-weight: 400;
}

.footer-bottom {
	margin-top: 50px;
	padding: 20px 0;
	font-size: 14px;
	color: #555;
}

.footer-bottom p {
	margin: 0;
}

.gform-theme--foundation .gform_fields {
	grid-row-gap: 10px !important;
	/* Adjust the value as needed */
}

.gform_button.button:disabled {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
	.desktop-menu ul li a {
		/* font-size: 15px; */
	}
}

@media only screen and (max-width: 1023px) {
	.desktop-menu {
		display: none;
	}
	.mobile-menu-btn {
		display: block;
	}
    .super-header {
        justify-content: center;
        padding: 0 0 25px 0;
    }
}

@media only screen and (max-width: 900px) {
	#wp-admin-bar-new-content,
	#wp-admin-bar-gform-forms {
		display: none !important;
	}
}
@media only screen and (max-width: 800px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 34px;
	}
    .footer-container {
        flex-wrap: wrap;
        gap:40px;
    }
    .footer-col1 {
        min-width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 782px) {
	.customize-support .mobile-menu {
		top: 46px;
	}
	.customize-support .header {
		top: 46px;
	}

	/* .header .header-logo {
		max-width: 150px;
	} */

	/* .mobile-menu-btn {
		top: 15px;
	} */
}

@media only screen and (max-width: 700px) {
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 29px;
	}
	h3 {
		font-size: 26px;
	}
    .super-header {
        display: none;
    }
    .header-logo {
        padding-top:15px;
    }
    .mobile-menu-btn {
		top: 15px;
	}
}

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 21px;
	}
}

@media only screen and (max-width: 500px) {
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 19px;
	}
	h3 {
		font-size: 16px;
	}
}

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