/*********************************
 *  HOME HERO
*********************************/
.home .entry-content {
	margin-block-start: 0!important;
}
#home-hero h1 {	
	font-size: 100px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
/* 	text-transform: uppercase; */
}

/*********************************
 *  HOME ABOUT
*********************************/
#home-about {
	position: relative;
}

/*********************************
 *  HOME CTA
*********************************/
#home-cta > .wp-block-cover__inner-container:before {
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    display: block;
    content: "";
    max-width: 100%;
    width: 348px;
    height: 257px;
    bottom: 0;
    right: 0;
    background: url(/wp-content/uploads/2025/03/medicine.png) top no-repeat;
    background-size: contain;
    opacity: .1;
	filter: brightness(0) invert(1);
}


/*********************************
 *  MOBILE 
*********************************/
@media screen and (max-width: 39.9375em) {
	
}
/*********************************
 *  MAIN 
*********************************/
/* main {
	margin-bottom: 100px;
}
 */
/* .home main,
.page-id-16 main {
	margin-bottom: 0;
} */

/*********************************
 *  GUTENBERG EDITOR 
*********************************/
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1620px!important;
}

/*********************************
 *  UTILITIES 
*********************************/
:where(.wp-site-blocks) > *,
.mb0 {
    margin-block-start: 0!important;
}
@media screen and (max-width: 39.9375em) {
	.order2 {
		order: 2;
	}
}

.full-vh {
	height: 100vh;
}
.lined-heading {
	display: table;
	margin-bottom: 30px;
	width: 100%;
	white-space: nowrap;
	letter-spacing: 0.2em;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.lined-heading:after {
	border-top: 1px solid #009FB7;
	content: "";
	display: inline-flex;
	position: relative;
	width: 30%;
	left: 20px;
	align-content: center;
	align-items: center;
	line-height: 100%;
	vertical-align: middle;
}

.lined-heading-white:after {
	border-top: 1px solid #FFF;
}
	
.is-style-dotted {
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    mix-blend-mode: multiply;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.pill {
	border: 1px solid var(--wp--preset--color--accent-2);
    background-color: rgba(var(--wp--preset--color--accent-2), 0.5); 
    border-radius: 30px;
    padding: 6px 30px;
    color: var(--wp--preset--color--accent-2);
    text-transform: capitalize;
    font-size: 16px;
	width: max-content;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 auto;
}

.animated-text {
    background: linear-gradient(-45deg, #0AE3AE, #0052a8);
    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: AnimationName 5s ease-in-out infinite;
    -moz-animation: AnimationName 5s ease-in-out infinite;
    -webkit-animation: AnimationName 5s ease-in-out infinite;
}

.animated-bg-gradient {
    background: linear-gradient(270deg, #0AE3AE, #0052a8);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

.animated-bg-gradient-medium-dark {
    background: linear-gradient(270deg, #000, #02084B);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}

.animated-bg-gradient-dark {
    background: linear-gradient(270deg, #000, #2D3436);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.mockup-gradient {
    background-image: linear-gradient(0deg, #e4eaf7, #e4eaf700);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    height: 128px;
    position: absolute;
    inset: auto 0% 0%;
}

/*********************************
 *  MOBILE 
*********************************/
@media screen and (max-width: 39.9375em) {
	.is-layout-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr))!important;
		gap: var(--wp--preset--spacing--30)!important;
	}
	.mobile-hide {
		display: none!important;
	}
}

/*********************************
 *  TABLET 
*********************************/
@media screen and (max-width: 768px) {
	.table-hide {
		display: none!important;
	}
}
tablet-hide
