/*
Theme Name: Healthy Pixels
Author: Healthy Pixels
Description: Healthy Pixels stylesheet
Version: 1.0.0
Text Domain: Healthy Pixels
*/

* {scroll-padding-top: 6rem;}
html {scroll-behavior: smooth}
html, body {height: 100%;}
body, .editor-styles-wrapper.block-editor-writing-flow {
	--font: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, “Segoe UI”, Helvetica, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”, sans-serif;
	--accent-font: quincy-cf, var(--font);
	--light: 300;
	--regular: 400;
	--bold: 700;
	
	--white: #FFF;
	--bright: #FAFAFE;
	--black: #444444;
	--pink: #E06ACD;
	--blue-dark: #3E54BC;
	--blue: #38B6FF;
	--purple: #7D67E2;
	--purple-hue: #AD69DD;
	--bright-bg: rgba(62,84,188, .1);
	--pink-bg: rgba(224,106,205, .1);
	--blue-bg: rgba(56,182,255, .1);

	--br-sm: 10px;
	--br-md: 15px;
	--br-lg: 25px;
	--border-w: 2px;
	
	--moz-box-shadow: 0 2px 5px -1px rgba(26,26,26,.3);
	--webkit-box-shadow: 0 2px 5px -1px rgb(26 26 26 / 30%);
	--box-shadow: 0 2px 5px -1px rgb(26 26 26 / 30%);
	
	margin: 0;
	font-family: var(--font);
	font-size: .95rem;
	font-weight: var(--regular);
	text-align: left;
	line-height: 1.5;
	word-spacing: .5px;
	letter-spacing: .3px;
	background: var(--bright);
	
	color: var(--black);
	width: 100%;
	overflow-x: hidden;
	
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width:767px) {
	body {
		--br-sm: 3px;
		--br-md: 10px;
		--br-lg: 20px;
	}
}
#main {
	flex: 1 0 auto;
	width: 100%;
	overflow: clip;
}

/* Accessibility */
.screenreader-desktop {
	position: fixed;
	left: -999px;
	width: 1px;
	height: 1px;
	top: 0;
}
.screenreader-desktop:focus {
	color: var(--white);
	text-decoration: none;
	background: var(--purple);
	display: inline-block;
	height: auto;
	width: auto;
	position: fixed;
	margin: auto;
	z-index: 9999999999;
	top: 15px;
	left: 15px;
	padding: 8px 16px;
	border-radius: 25px;
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}

/* Text handling */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.35;}
h1, h2, h3, h4, h5, h6 {font-weight: var(--bold);}
h1 {font-size: 3.2rem;}
h2 {font-size: 1.8rem;}
h3 {font-size: 1.4rem;}
h4 {font-size: 1.2rem;}

b, strong, .bold-lead .lead {font-weight: var(--bold);}
.lead {font-size: 1.1rem;}
.caveat {font-size: .85rem;}
.subhead {
	font-weight: var(--bold);
	text-transform: uppercase;
	letter-spacing: 2px;
}

.badge {
	background: var(--pink);
	color: var(--white);
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	font-size: .9rem;
	margin-top: .5rem;
	margin-bottom: 1rem;
}
.badge p {margin-bottom: 0;}

@media only screen and (max-width:767px) {
	h1 {font-size: 2rem;}
	h2 {font-size: 1.5rem;}
	h3 {font-size: 1.25rem;}
	h4 {font-size: 1.1rem;}
}
@media only screen and (min-width:1600px) {
	body {font-size: 1.1rem;}
	h1 {
		font-size: 3.5rem;
		margin-bottom: 1.5rem;
	}
	h2 {font-size: 2.5rem;}
	h3 {font-size: 1.6rem;}
	h4 {font-size: 1.3rem;}
}

.post-content h2 {padding-top: 2rem;}
.post-content h3 {
	padding-top: 1.5rem;
	font-weight: var(--regular);
}
.post-content h2:first-child, .post-content h3:first-child {padding-top: 0;}

/* Spacing */
.sm-spacer, .sm-spacer-top {padding-top: 2rem;}
.sm-spacer, .sm-spacer-btm {padding-bottom: 2rem;}
.md-spacer, .md-spacer-top {padding-top: 3.5rem;}
.md-spacer, .md-spacer-btm {padding-bottom: 3.5rem;}
.lg-spacer, .lg-spacer-top {padding-top: 5rem;}
.lg-spacer, .lg-spacer-btm {padding-bottom: 5rem;}
.mb-30 {margin-bottom: 30px;}
.wp-block-columns {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
}

@media only screen and (min-width:1600px) {
	.sm-spacer, .sm-spacer-top {padding-top: 3rem;}
	.sm-spacer, .sm-spacer-btm {padding-bottom: 3rem;}
	.md-spacer, .md-spacer-top {padding-top: 6rem;}
	.md-spacer, .md-spacer-btm {padding-bottom: 6rem;}
	.lg-spacer, .lg-spacer-top {padding-top: 9rem;}
	.lg-spacer, .lg-spacer-btm {padding-bottom: 9rem;}
	.wp-block-columns {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
}
@media only screen and (max-width:767px) {
	.sm-spacer, .sm-spacer-top {padding-top: 1.5rem;}
	.sm-spacer, .sm-spacer-btm {padding-bottom: 1.5rem;}
	.md-spacer, .md-spacer-top {padding-top: 2rem;}
	.md-spacer, .md-spacer-btm {padding-bottom: 2rem;}
	.lg-spacer, .lg-spacer-top {padding-top: 3rem;}
	.lg-spacer, .lg-spacer-btm {padding-bottom: 3rem;}
	.wp-block-columns {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
}

.wp-block-columns {padding: 15px;}

.sm-rounded {border-radius: var(--br-sm);}
.md-rounded {border-radius: var(--br-md);}
.lg-rounded {border-radius: var(--br-lg);}

/* Images and video files */
.wp-block-image img {width: 100% !important;}
img.rounded, .wp-block-gallery img {border-radius: var(--br-md) !important;}

.svg-icon + h2, .svg-icon + h3 {padding-top: 0;}
img.icon, .icons svg, img.lg-icon {
	width: 80px;
	height: 80px;
	margin: 1rem 0;
}
img.lg-icon, .lg-icons svg {
	width: 150px;
	height: 150px;
}
.svg-icon {
	max-width: 80px;
	max-height: 80px;
	margin: .5rem 0;
}
p.icon-title {font-weight: var(--bold);}
@media only screen and (max-width:576px) {
	img.icon, .icons svg, .svg-icon {
		width: 65px;
		height: 65px;
	}
	img.lg-icon, .lg-icons svg {
		width: 80px;
		height: 80px;
	}
}

iframe.youtube {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* Lists */
.checklist, .crosslist {
	padding-inline-start: 0;
	list-style: none;
}
ul {padding-inline-start: 15px;}
ol {padding-inline-start: 20px;}
li:not(.menu-item) {padding-bottom:1rem}
li:last-child {padding-bottom:0}
.checklist li:before, .crosslist li:before, .checklist p:before, p.checkmark:before, .crosslist p:before, p.crossmark:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    width: 20px;
    height: 20px;
	background-color: var(--black);
}
.checklist li:before, .checklist p:before, .highlights li:before, .service-acc li:before, p.checkmark:before {
	-webkit-mask: url('/wp-content/uploads/2025/02/check.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/check.svg') center / contain no-repeat;
}
.crosslist li:before, .crosslist p:before, p.crossmark:before {
	-webkit-mask: url('/wp-content/uploads/2025/02/cross.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/cross.svg') center / contain no-repeat;
}

/* Navigation */
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .8);
    border-color: rgba(255, 255, 255, .8);
    right: 15px;
    top: 30px;
    position: absolute;
}
.navbar {
	z-index: 9999999;
	display: flex;
	right: 0;
    justify-content: end;
	position: fixed;
	background: var(--pink);
	border-radius: 50px 0 0 50px;
	padding: 0;
    margin-top: 15px;
}
.navbar-nav {
    max-width: 100%;
	position: relative;
	padding: .25rem 1rem;
	border-radius: 50px;
}

.navbar li a {color: var(--white);}
.navbar li a:hover, .navbar li a:focus {color: var(--black);}
.navbar li.current-menu-item > a {
    color: var(--black);
	pointer-events: none;
}
.navbar li.current-menu-ancestor > a {
    border-bottom: none;
	font-style: italic;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.navbar-brand {
    z-index: 99999999;
    position: absolute;
}
.navbar-nav li {
	margin: 0 1rem;
	margin-top: .25rem;
}
.navbar-nav li:last-child {padding-bottom: inherit;}

@media only screen and (min-width: 992px) {
	.navbar-nav {flex-direction: unset !important;}
	.navbar-nav .menu-item-has-children .dropdown-menu {position: absolute;}
	.dropdown-item {
		padding: .5rem;
		color: inherit;
	}
	.dropdown-menu {
		top: 60px;
		padding: .5rem 0;
		font-size: inherit;
		color: inherit;
		text-align: left;
		list-style: none;
		background-color: var(--blue-dark);
		border: none;
		border-radius: var(--br-sm);
		-moz-box-shadow: var(--moz-box-shadow);
		-webkit-box-shadow: var(--webkit-box-shadow);
		box-shadow: var(--box-shadow);
	}
	.dropdown-menu-right {
		right: 0;
		left: auto !important;
	}
	.dropdown-item:focus, .dropdown-item:hover {
		background-color: transparent;
		color: var(--white);
	}
	.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li.current-menu-item a {
		color: var(--white);
		font-style: italic;
	}
	#menu-toggle, .hamburger-icon {display: none;}
	.navbar li a {font-weight: var(--bold);}
}
@media only screen and (max-width: 991px) {
	.navbar-brand {position: absolute;}
	.navbar {display: none;}
	.navbar-nav {
		background: transparent;
		padding: 0;
	}
	.hamburger-icon {display: inline-block;}
	input#menu-toggle {display: none;}
	#menu-toggle:checked ~ .navbar {display: block;}
	#menu-toggle:checked ~ .navbar {
		position: fixed;
		overflow-y: auto;
		width: 100vw;
		height: 100vh;
		left: 0;
		top: 0;
		z-index: 999999999;
		border-radius: 0;
		background: var(--blue-dark);
		padding: 8rem 1rem 0 1rem;
		margin-top: 0;
		text-align: center;
	}
	.hamburger-icon {
        border-radius: 50px;
        z-index: 9999999999;
        display: inline-block;
        cursor: pointer;
        width: 50px;
        height: 50px;
        position: fixed;
        top: 15px;
        right: 5%;
        background: var(--pink);
    }
	.hamburger-icon span:nth-child(1) {margin-top: 14px;}
	.hamburger-icon span {
		background: var(--white);
        display: block;
        height: 2.5px;
        width: 25px;
        margin: 6px 11.5px;
        transition: all 0.3sease;
        border-radius: 2px;
	}
	#menu-toggle:checked + .hamburger-icon span:nth-child(1) {
		transform: rotate(45deg) translate(6px, 6px);
		transform-origin: center;
	}
	#menu-toggle:checked + .hamburger-icon span:nth-child(2) {opacity: 0;}
	#menu-toggle:checked + .hamburger-icon span:nth-child(3) {
    	transform: rotate(-45deg) translate(6px, -6px);
    	transform-origin: center;
	}
	.nav-link {display: inline-block;}
	.navbar-nav li {margin: 1rem 0;}
	.navbar li a {
		width: 100%;
		font-size: 1.15rem;
		color: var(--white);
	}
	.navbar li a:hover, .navbar li a:focus {color: var(--blue);}
	.navbar li.current-menu-item > a {color: var(--pink);}
	.navbar li a.dropdown-toggle {width: 80%;}
	.navbar-nav .menu-item-has-children:hover .dropdown-menu {font-style: italic;}
	.dropdown-toggle::after {
		content: "";
		position: absolute;
		top: 1rem;
		border-top: .45em solid;
		border-right: .45em solid transparent;
		border-bottom: 0;
		border-left: .45em solid transparent;
	}
	.dropdown-menu {
		font-size: inherit;
		color: inherit;
		background-color: transparent;
		border: none;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.hamburger-icon {right: 15px;}
	
}
.navbar-nav li {position: relative;}
.navbar-nav .menu-item-has-children .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    left: 0;
    z-index: 1000;
}
.navbar-nav .menu-item-has-children:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

/* Breadcrumbs */
.breadcrumb, nav.rank-math-breadcrumb {
	background-color: transparent;
	display: block;
	padding-left: 0;
}
.breadcrumb li a, .rank-math-breadcrumb p {font-size: .8rem !important}
.breadcrumb li a, .rank-math-breadcrumb p a, a.author {color: var(--blue-dark)}
.breadcrumb li a:hover, .rank-math-breadcrumb p a:hover, a.author:hover {color: var(--pink)}
.rank-math-breadcrumb p .last {color: var(--black)}

/* Buttons and links */
.overlay-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.clean-link a, a.clean-link {
	color: inherit;
	text-decoration: none !important;
}

a.read-more, p.read-more {
	font-weight: var(--bold);
	color: var(--blue-dark) !important;
	border-bottom: 2px solid var(--blue-dark);
	width: fit-content;
	display: block;
	margin-bottom: 2.5rem;
}
p.read-more {cursor: pointer;}
a.read-more:hover, a.read-more:focus, p.read-more:hover, p.read-more:focus {
	color: var(--pink) !important;
	text-decoration: none !important;
	border-color: var(--pink);
}
a.read-more:after, p.read-more:after {
	content: "";
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
	margin-top: 2px;
    width: 20px;
    height: 20px;
	background-color: var(--blue-dark);
	-webkit-mask: url('/wp-content/uploads/2025/02/arrow-right.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/arrow-right.svg') center / contain no-repeat;
}
a.read-more:hover:after, a.read-more:focus:after, p.read-more:hover:after, p.read-more:focus:after {background-color: var(--pink) !important;}

p a, li a, a {color: var(--blue-dark);}
p a:hover, p a:focus, li a:hover, li a:focus, a:hover, a:focus {color: var(--pink);}

.btn, a.cky-banner-element, #main .forminator-ui.forminator-design--material .forminator-button-submit {
	border-radius: 50px;
	font-weight: var(--bold);
	padding: 12px 50px;
	margin: 1rem 0;
	-webkit-transition: all .3s linear;
	width: fit-content;
}

.primary-btn {
	background: var(--blue-dark);
	color: var(--white);
	position: relative;
}
.primary-btn:hover, .primary-btn:focus {
	background: var(--pink);
	color: var(--white);
}
.primary-btn:before {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	margin-right: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--pink);
	border: 3px solid var(--blue-dark);
	-webkit-transition: all .3s linear;
}
.primary-btn:hover:before, .primary-btn:focus:before {background: var(--blue-dark);}
.primary-btn:after {
	content: "";
    width: 20px;
    height: 20px;
	right: 0;
	margin-top: 3px;
	margin-right: -10px;
	position: absolute;
	background-color: var(--white);
	-webkit-transition: all .3s linear;
	-webkit-mask: url('/wp-content/uploads/2025/02/caret-right.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/caret-right.svg') center / contain no-repeat;
}

.flip-btn .primary-btn {background: var(--pink);}
.flip-btn .primary-btn:before {
	background: var(--white);
	border: 3px solid var(--pink);
}
.flip-btn .primary-btn:after {background-color: var(--pink);}
.flip-btn .primary-btn:hover, .flip-btn .primary-btn:focus {background: var(--blue);}
.flip-btn .primary-btn:hover:before, .flip-btn .primary-btn:focus:before {background: var(--pink);}
.flip-btn .primary-btn:hover:after, .flip-btn .primary-btn:focus:after {background-color: var(--white);}

.secondary-btn, :where(.editor-styles-wrapper) .btn.secondary-btn, .cky-banner-element {
	border: 2px solid var(--blue-dark);
	background: var(--white);
	color: var(--blue-dark);
}
.secondary-btn:hover, .secondary-btn:focus, .cky-banner-element:hover, .cky-banner-element:focus {
	border: 2px solid var(--pink);
	color: var(--pink);
}

@media only screen and (max-width:576px) {
	.btn {
		padding: 12px;
		width: 100%;
	}
	.forminator-button-submit {
		padding: 12px !important;
		width: 100% !important;
	}
	.btn.primary-btn {width: calc(100% - 10px);}
}
@media only screen and (min-width:577px) {
	.primary-btn:hover:after, .primary-btn:focus:after {margin-right: -40px;}
	.primary-btn:hover:before, .primary-btn:focus:before {margin-right: -45px;}
}

/* Hero */
.hero-pad, .hero-pad-lg {padding-top: 6rem;}

.full-height-hero, .hero-bg {
	border-radius: var(--br-md);
	padding: 3rem 0;
	background: var(--bright-bg);
	position: relative;
}
.hero-bg {overflow: hidden;}
.full-height-hero-circles, .full-height-hero-circles-end {
	width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
	z-index: 0;
}
.full-height-hero-circles {
	top: 0;
    left: 0;
}
.full-height-hero-circles-end {
	bottom: 0;
	right: 0;
}
.full-height-hero-circles:before, .full-height-hero-circles:after, .full-height-hero-circles-end:before, .full-height-hero-circles-end:after, .hero-bg:before, .hero-bg:after, .zig-circles:before, .zig-circles:after, .zig-person:before, .zig-person:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}
.full-height-hero-circles:before, .full-height-hero-circles:after, .hero-bg:before, .hero-bg:after {
	top: 0;
	left: 0;
}
.full-height-hero-circles-end:before, .full-height-hero-circles-end:after {
	bottom: 0;
	right: 0;
}
.full-height-hero-circles:before, .hero-bg:before, .zig-circles:before {
	width: 200px;
	height: 200px;
	border: 5px solid var(--blue);
	margin-top: -100px;
	margin-left: -100px;
}
.full-height-hero-circles:after, .hero-bg:after, .zig-circles:after {
	width: 60px;
	height: 60px;
	background: var(--blue);
	opacity: .3;
	margin-top: 35px;
	margin-left: 35px;
}
.full-height-hero-circles-end:before, .zig-person:before {
	width: 90px;
	height: 90px;
	background: var(--blue);
	opacity: .3;
	margin-bottom: 130px;
	margin-right: calc(50vw - 60px);
}
.full-height-hero-circles-end:after, .zig-person:after {
	width: 140px;
	height: 120px;
	border-radius: 200px 200px 0 0;
	border: 5px solid var(--blue);
	margin-bottom: -10px;
	margin-right: calc(50vw - 85px);
}
.zig-circles:before {
	margin-top: 30px;
    margin-left: -15vw;
}
.zig-circles:after {
	margin-top: -3rem;
    margin-left: -2rem;
}
.zig-person:before {
	margin-right: auto;
    margin-left: -10rem;
	margin-top: 0;
}
.zig-person:after {
    height: 140px;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: -11.76rem;
    margin-top: 105px;
}
.zig-circles, .zig-person, .zig-icon {
	position: absolute;
	margin-top: 2rem;
}
.zig-icon {
	margin-top: 1rem;
	margin-left: -12rem;
}
	
.full-hero-img img, .hero-img img {border-radius: 1000px 1000px var(--br-md) var(--br-md);}

@media only screen and (min-width:992px) {
	.hero-pad-lg {padding-top: 9rem;}
	.full-hero-img {
		height: calc(100% + 10rem);
		position: absolute;
		margin-top: -6rem;
		right: 0;
		width: 100%;
	}
	.full-hero-img img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}
@media only screen and (max-width:991px) {
	.full-height-hero, .hero-bg {padding: 1rem;}
	.full-height-hero-circles-end:before {
		margin-right: -40px;
		margin-bottom: 110px;
	}
	.full-height-hero-circles-end:after {
		margin-bottom: -30px;
		margin-right: -70px;
	}
	.full-hero-img, .hero-img {max-height: 80vw;}
	.full-hero-img img, .hero-img img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
}
@media only screen and (max-width:767px) {
	.hero-bg.move-h-gr:before {margin-top: -150px;}
	.hero-bg.move-h-gr:after {
		margin-top: 5px;
		margin-left: 20px;
	}
}
@media only screen and (min-width:1600px) {
	.hero-pad-lg {padding-top: 12rem;}
	.full-hero-img {
		height: calc(100% + 16rem);
		margin-top: -8rem;
	}
}

/* Backgrounds */
.bright-bg {
	background: var(--bright-bg);
	border-radius: var(--br-md);
}
.pink-bg {background: var(--pink-bg);}
.purple-bg {background: var(--bright-bg);}
.blue-bg {background: var(--blue-bg);}
.white-bg {
	background: var(--white);
	border-radius: var(--br-md);
	padding: 2rem;
}

.highlight-content {
	background: var(--white);
	padding: 1rem;
	border-radius: var(--br-md);
	margin-bottom: 1rem;
}
.highlight-content p:last-child, .highlight-content ul:last-child {margin-bottom: 0;}

@media only screen and (max-width:767px) {
	.white-bg {padding: 1rem;}
}

/* Contact banner */
.contact-banner {
	background: var(--blue-dark);
	color: var(--white);
	padding-top: 3rem;
	padding-bottom: 4rem;
	border-radius: var(--br-md);
}
.contact-banner h2 {margin-bottom: 1rem;}
@media only screen and (max-width: 767px) {
	.mob-pad {padding: 1rem;}
}
@media only screen and (min-width: 1600px) {
	.contact-banner h2 {margin-bottom: 2rem;}
}

/* Misc */
.boxes {display: flex;}
.same-h {
	display: flex;
    flex-direction: column;
	height: 100%;
	flex: 1;
}
.push-down {margin-top: auto;}

.purple-bg.testimonial {
	background: var(--purple);
	color: var(--white);
	padding: 1rem;
	margin: 1rem 0;
	border-radius: var(--br-md);
}
.quote-bg {
	border-left: 4px solid var(--purple);
	padding-left: calc(1rem - 4px);
	font-weight: var(--light);
	font-size: 1.1rem;
	margin: 2.5rem 0;
}
.purple-bg.testimonial p:last-child, .quote-bg p:last-child {margin-bottom: 0;}

.quote-logo {max-height: 50px;}

.italic {font-style: italic;}
.all-caps {text-transform: uppercase;}
.dark-blue-text {color: var(--blue-dark);}
.blue-text {color: var(--blue);}
.purple-text {color: var(--purple);}
.bgpurple {
	background: var(--purple);
	color: var(--white);
}
.bgpink {
	background: var(--pink);
	color: var(--white);
}
.full-bg {
	min-height: 90vh;
	padding-top: 3rem;
	padding-bottom: 3.5rem;
	border-radius: var(--br-md);
	display: grid;
    align-items: center;
}
@media only screen and (max-width:992px) {
	.full-bg, .mob-pad {padding: 1rem;}
}
@media only screen and (min-width:768px) {
	.lg-pad {padding: 2rem;}
}

/* Testimonial slider */
.slideshow-container .zig-circles:before {content: none;}

.slideshow-container .testimonial {position: relative;}
.slideshow-container .testimonial:before {
	content: "";
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 44px;
	background-color: var(--purple);
	-webkit-mask: url('/wp-content/uploads/2025/02/quotes.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/quotes.svg') center / contain no-repeat;
}
.slideshow-container .author-section p {
	font-size: .9rem;
	padding-top: 1.5rem;
	text-align: right;
}
.testimonial-btn {
	position: absolute;
    top: 1.5rem;
    right: 3rem;
}
.testimonial-btn a.prev:hover, .testimonial-btn a.next:hover {cursor: pointer;}
.testimonial-btn a.prev, .testimonial-btn a.next {
	position: absolute;
	width: 20px;
    height: 32px;
	background-color: var(--blue-dark);
	-webkit-mask: url('/wp-content/uploads/2025/02/caret-right.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/caret-right.svg') center / contain no-repeat;
}
.testimonial-btn a.prev:hover, .testimonial-btn a.prev:focus, .testimonial-btn a.next:hover, .testimonial-btn a.next:focus {background-color: var(--pink);}
.testimonial-btn a.prev {
	margin-left: -2rem;
	transform: rotate(180deg);
}
@media only screen and (min-width:576px){
	.slideshow-container .testimonial:before {margin: -10px 0 10px -10px;}
}
@media only screen and (max-width:575px){
	.slideshow-container .testimonial:before {margin-bottom: 20px;}
}

/* Image in columns */
.col-img img {border-radius: 1000px 1000px var(--br-md) var(--br-md);}
.col-img:before, .col-img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
}
.col-img:before {
	width: 90px;
	height: 90px;
	margin-right: 90px;
	border: 5px solid var(--purple);
}	
@media only screen and (min-width:767px) {
	.full-img {min-height: 200px;}
	.sticky-img {
		position: -webkit-sticky;
		position: sticky;
		height: calc(100vh - 30px);
		top: 15px;
	}
	.full-img img, .sticky-img img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}
@media only screen and (min-width:992px) {
	.col-img:after {
		width: 140px;
		height: 140px;
		margin-top: 20px;
		background: var(--purple);
		opacity: .3;
	}
}
@media only screen and (max-width:991px) {
	.col-img:before {
		margin-right: 1rem;
		margin-top: 1.5rem;
	}
}

/* Contact banner */
.contact-banner {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.contact-banner:before, .contact-banner:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	top: 0;
	z-index: -1;
}
.contact-banner:before {
	border: 5px solid var(--blue);
	margin-top: -50px;
}
.contact-banner:after {
	background: var(--blue);
	opacity: .3;
	margin-top: 70px;
}
@media only screen and (min-width: 992px) {
	.contact-banner:before, .contact-banner:after {left: 0;}
	.contact-banner:before {
		width: 200px;
		height: 200px;
		margin-left: -50px;
	}
	.contact-banner:after {
		width: 90px;
		height: 90px;
		margin-left: 70px;
	}
	.contact-banner-end {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: absolute;
	}
	.contact-banner-end:after {
		content: "";
		position: absolute;
		border-radius: 50%;
		bottom: 0;
		right: 0;
		width: 350px;
		height: 350px;
		border: 5px solid var(--blue);
		margin-bottom: -100px;
		margin-right: -100px;
	}
}
@media only screen and (max-width: 991px) {
	.contact-banner:before, .contact-banner:after {right: 0;}
	.contact-banner:before {
		width: 100px;
		height: 100px;
		margin-right: -50px;
	}
	.contact-banner:after {
		width: 50px;
		height: 50px;
		margin-top: 15px;
		margin-right: 15px;
	}
}

/* Services */
.service-box {
	border-radius: var(--br-md);
	background: var(--pink-bg);
	display: grid;
	align-items: center;
	padding: 4rem 2rem 4rem 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	position: relative;
	z-index: 0;
}
.service-box.black-box {background: var(--bright-bg);}
.service-box svg.icon {
	max-width: 60px;
	max-height: 60px;
}
@media only screen and (min-width:768px) {
	.service-box .abs-icon {
		position: absolute;
		max-width: 150px;
		max-height: 150px;
		top: 1rem;
		left: 1rem;
		z-index: -1;
	}
}
@media only screen and (max-width:767px) {
	.service-box .abs-icon {
		max-width: 100px;
    	max-height: 100px;
		margin-bottom: 1rem;
	}
}
@media only screen and (min-width:992px) {
	.sticky-box {
		position: -webkit-sticky;
		position: sticky;
		top: 40vh;
		margin-bottom: 5rem;
	}
}
@media only screen and (min-width:1200px) {
	.service-box {
		padding-left: 10rem;
		padding-right: 10rem;
	}
	.xl-spacer {padding-top: 40vh;}
}
@media only screen and (max-width:767px) {
	.service-box {
		min-height: calc(50vh - 30px);
		padding: 1rem 1rem 1.5rem 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* Tables */
.wp-block-table table {
	border-radius: var(--br-md);
    overflow: hidden;
	text-align: left !important;
	margin: 1rem 0;
}
.wp-block-table thead, .wp-block-table tfoot {
    background: var(--purple) !important;
    color: var(--white);
}
.wp-block-table td, .wp-block-table th {border: none !important;}
.wp-block-table tbody tr:nth-child(odd) {background-color: var(--bright-bg);}

/* Blog */
.blog-box {
	min-height: 300px;
	background: var(--purple);
	border-radius: var(--br-md);
}
.blue-box, .purple-bg.blue-box {background: var(--blue);}
.blog-list-img {
	min-height: 300px;
	overflow: hidden;
	position: relative;
	border-radius: var(--br-md);
}
.blog-list-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.blog-list-img:hover img {transform: scale(1.1);}
.blog-list-img .bloginfo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    transition: opacity 0.1s ease-in-out;
    z-index: 3;
	width: 90%;
	margin-left: 5%;
}
a .blogtitle, a .bloginfo {color: var(--white);}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--purple);
	opacity: .9;
    z-index: 1;
    transition: background-color 0.3s ease-in-out;
}

.page-numbers {
	color: var(--black);
	text-decoration: none;
	padding: 9px;
	margin: 4px;
	border-radius: 0;
	min-width: 42px;
	text-align: center;
}
.page-numbers:hover, .page-numbers:focus {
	color: var(--blue-dark);
	border-width: 3px;
	border-bottom: 1px solid var(--blue-dark);
}
span.page-numbers.current {
	border-bottom: 3px solid var(--blue-dark);
	color: var(--blue-dark);
	font-weight: var(--bold);
}
a.page-numbers {text-decoration: none;}

/* Accordions */
.accordion {
	padding: 1rem;
	margin-bottom: 30px;
	background: var(--bright-bg);
	border-radius: var(--br-md);
}
.accordion button {
	color: var(--black);
	position: relative;
	display: block;
 	width: 100%;
	background: transparent;
	border: none;
	text-align: left;
	font-weight: var(--bold);
	padding: 0;
	padding-right: 1.5rem;
}
.accordion button.collapsed {}
.accordion button:after {
    content: "";
	top: 1px;
    float: right;
	width: 20px;
	height: 20px;
	right: 0;
    position: absolute;
    transform: rotate(0);
    -webkit-transition: all .3s linear;
	background-color: var(--pink);
	-webkit-mask: url('/wp-content/uploads/2025/02/cross.svg') center / contain no-repeat;
}
.accordion button.collapsed:after {transform: rotate(45deg);}
.accordion button:focus {outline: none;}
.acc-spacer {height: 1rem;}
p.accordions-title {margin-bottom: 0;}
.accordions-content p:last-child {margin-bottom: 0;}
.accordions {margin-bottom: 30px;}

/* Social media */
@media only screen and (min-width:767px) {
	.socials .row {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.socials .col-md-3 {flex: 1 1 22%;}
}
a.social-link {color: var(--white);}
a.social-link:hover, a.social-link:focus {text-decoration: none;}
.socials p {padding-top: 1rem;}
.social-icon {padding-bottom: 1rem;}
.social-icon:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 30px;
    height: 30px;
	margin-right: .25rem;
	background-color: var(--blue-dark);
}
.social-icon:hover:before {background-color: var(--pink);}

.social-icon.li:before {-webkit-mask: url('/wp-content/uploads/2024/12/linkedin.svg') center / contain no-repeat;}
.social-icon.ig:before {-webkit-mask: url('/wp-content/uploads/2024/12/instagram.svg') center / contain no-repeat;}
.social-icon.wa:before {-webkit-mask: url('/wp-content/uploads/2025/08/whatsapp.svg') center / contain no-repeat;}
.social-icon.fb:before {-webkit-mask: url('/wp-content/uploads/2024/12/facebook.svg') center / contain no-repeat;}
.social-icon.yt:before {-webkit-mask: url('/wp-content/uploads/2024/12/youtube.svg') center / contain no-repeat;}
.social-icon.tt:before {-webkit-mask: url('/wp-content/uploads/2024/12/tiktok.svg') center / contain no-repeat;}
.social-icon.x:before {-webkit-mask: url('/wp-content/uploads/2024/12/twitter-x.svg') center / contain no-repeat;}

footer a.social-link {color: var(--white);}
footer a.social-link:hover, footer a.social-link:focus {color: var(--pink);}
footer .social-icon:before {background-color: var(--white);}
footer .social-icon:hover:before {background-color: var(--pink);}

/* Forminator */
#main .forminator-design--material .forminator-input, #main .forminator-design--material .forminator-input:hover, #main .forminator-design--material .forminator-input:focus, #main .forminator-design--material .forminator-input:active {
	color: var(--black) !important;
	border-color: var(--black) !important;
}
#main .forminator-design--material .forminator-radio span[aria-hidden]:not(.forminator-radio-image) {border-color: var(--bright) !important;}
#main .forminator-design--material .forminator-label:not([class*="forminator-floating-"]), #main .forminator-design--material .forminator-radio, #main .forminator-design--material .forminator-textarea, #main .forminator-design--material .forminator-textarea:hover, #main .forminator-design--material .forminator-textarea:focus, #main .forminator-design--material .forminator-textarea:active {
	color: var(--black) !important;
}
#main .forminator-design--material .forminator-is_active .forminator-label[class*="forminator-floating-"] {
	color: var(--purple) !important;
}
#main .forminator-design--material .forminator-is_active .forminator-input--wrap:after, #main .forminator-design--material .forminator-input--wrap:after, #main .forminator-design--material .forminator-radio span[aria-hidden]:before, #main .forminator-design--material .forminator-radio span[aria-hidden]:after {
	background-color: var(--purple) !important;
}
#main .forminator-design--material:hover .forminator-textarea--wrap:after, #main .forminator-design--material .forminator-is_active .forminator-textarea--wrap:after, #main .forminator-design--material .forminator-radio input:checked + span[aria-hidden], #main .forminator-design--material .forminator-radio:hover span.forminator-radio-image, #main .forminator-design--material .forminator-radio input:checked ~ span.forminator-radio-image {border-color: var(--purple) !important;}

.forminator-ui.forminator-custom-form[data-design=material] .forminator-input-with-phone:not(.iti--allow-dropdown) .forminator-input--wrap {left: 0 !important;}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-floating--input.forminator-has_phone:not(.iti--allow-dropdown) {padding-left: 0 !important;}
.iti__country-container {display: none !important;}

#main .forminator-ui.forminator-design--material .forminator-button-submit {
	background: var(--blue-dark) !important;
}
#main .forminator-ui.forminator-design--material .forminator-button-submit:hover, #main .forminator-ui.forminator-design--material .forminator-button-submit:focus {
	background: var(--pink) !important;
	color: var(--white) !important;
}

#main .forminator-design--material .forminator-response-message.forminator-success, #main .forminator-design--material .forminator-response-message.forminator-success, #main .forminator-design--material .forminator-response-message.forminator-success {
    box-shadow: inset 4px 0 0 0 var(--purple), 1px 1px 4px 0 rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: inset 4px 0 0 0 var(--purple), 1px 1px 4px 0 rgba(0,0,0,0.3) !important;
    -webkit-box-shadow: inset 4px 0 0 0 var(--purple), 1px 1px 4px 0 rgba(0, 0, 0, 0.3) !important;
	border-radius: var(--br-md);
}

/* FOOTER */
footer {
	background: var(--black);
	color: var(--white);
	margin-top: 5rem;
	padding-top: 3.5rem;
	border-radius: var(--br-lg) var(--br-lg) 0 0;
	font-size: 95%;
}
footer .caveat {font-size: 90%;}
footer ul {
	list-style: none;
	padding-inline-start: 0;
}
footer ul li {margin-bottom: 1rem;}
footer ul li.menu-spacer {padding-top: 1rem;}
footer ul a {color: var(--white);}
footer ul a:hover, footer ul a:focus {
	color: var(--pink);
	text-decoration: none;
}
footer .policies ul li {font-size: 95%;}
footer .current-menu-item a {
	opacity: .5;
	pointer-events: none;
}
.dark-footer {
	background: #2B2B2B;
	margin-top: 2rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-radius: var(--br-lg) var(--br-lg) 0 0;
}
.footer-logo img, img.footer-icon {
    max-height: 50px;
    width: auto;
}
@media only screen and (min-width: 992px) {
	footer .policies ul li {
		display: inline;
		margin-right: 1rem;
	}
}
@media only screen and (max-width: 767px) {
	footer {padding-top: 1.5rem;}
	footer p.lead {padding-top: 2rem;}
}

/* XXL breakpoint */
@media only screen and (max-width: 767px) {
	.py-sm-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.wp-block-columns, .px-15 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-fluid .container-fluid .fluid-xxl-max, .container-fluid .container-fluid .fluid-max {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media only screen and (min-width: 768px) {
	.py-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.fluid-xxl-max, .fluid-max, .wp-block-columns {
		margin-left: 5%;
		margin-right: 5%;
	}
	.container-fluid .container-fluid .fluid-xxl-max, .container-fluid .container-fluid .fluid-max {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.px-md-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media only screen and (min-width: 992px) {
	.px-lg-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media only screen and (min-width: 1600px) {
	.container.container-xxl-fluid {
		width: 100%;
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.fluid-xxl-max, .fluid-max, .wp-block-columns {
		margin-left: 10%;
		margin-right: 10%;
	}
	.container-fluid .container-fluid .fluid-xxl-max, .container-fluid .container-fluid .fluid-max {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.text-xxl-center {text-align: center;}
	.pt-xxl-3, .py-xxl-3 {padding-top: 5rem !important;}
	.pb-xxl-3, .py-xxl-3 {padding-bottom: 5rem !important;}
	.pt-xxl-5, .py-xxl-5 {padding-top: 10rem !important;}
	.pb-xxl-5, .py-xxl-5 {padding-bottom: 10rem !important;}
	.mt-xxl-3, .my-xxl-3 {margin-top: 5rem;}
	.mb-xxl-3, .my-xxl-3 {margin-bottom: 5rem;}
	.mt-xxl-5, .my-xxl-5 {margin-top: 10rem;}
	.mb-xxl-5, .my-xxl-5 {margin-bottom: 10rem;}
	.col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
  .col-xxl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;	
	}
	.col-xxl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xxl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.offset-xxl-1 {margin-left: 8.333333%;}
}