/*!
Theme Name: Cocoonfxmedia Ltd
Theme URI: https://www.cocoonfxmedia.co.uk
Author: Cocoonfxmedia Ltd
Author URI: https://www.cocoonfxmedia.co.uk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Cocoonfxmedia Ltd

*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	background: #252b4f;
}
main {
	display: block;
}
h1 {
	font-size: 2.8em;
	margin: 0.67em 0;
}


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bold;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}


textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #ffffff;
	font-family: "Inter Tight", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h2 {
	margin-bottom: 2rem;
}
h3 {
	font-size: 25px;
}
p {

	font-family: "Inter Tight", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 2em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 0px;
	border-radius: 0px;
	padding: 10px;
	margin-top: 8px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
	color:#000;
	height:30px;
}

textarea {
	width: 100%;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	float: right;

	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

header {
	height: 100px;
	width: 100%;
	z-index: 1000;
	margin-bottom: -100px;
	position: relative;
}
.logo {
	float: left;
	padding: 10px 30px;
}
.logo img {
	width: 140px;
	height: 71px;
}
nav.mainnav {
	display: inline-block;
	float: right;
}
.searchBtn img {
    width: 25px;
    height: 25px;
}
.mega-toggle-blocks-right {
	margin-top: 30px;
}
a.wp-block-button__link {
	color: #fff;
	background-color: #e00c57;
	border-radius: 3px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 12px);
	font-size: 20px;
}
.wp-block-button__link {
	width: inherit !important;
}
.demoCTA a.wp-block-button__link {
	font-size: 18px;
	font-weight: 600;
}
.demoButton {
	display:none;
	float: right;
	margin-top: 27px;
	margin-left: 30px;
	margin-right: 20px;
}
.searchIcon {
	display: none;
    float: right;
    margin-right: 4px;
    margin-top: 35px;
    margin-left: 12px;
    cursor: pointer;
}
.no-banner {
	height: 180px;
	color: #000;
	margin-top: 100px;
	background-color: #fff;
	position: relative;
}
.bannerTitle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
}
.bgLightGrey {
	color: #000000;
	background-color: #efefef;
}
.bgWhite {
	background-color: #ffffff;
}
.homeNews {
	padding: 70px 0px 0px;
}
.hnInnerBox {
	color: #000000;
	box-shadow: none;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #ffffff1a;
	border-radius: 10px;
	transition: box-shadow .3s,color .3s;
}
.defaultFeaturedPosts {
	width: 100%;
	aspect-ratio: 3 / 2;
	background-size: cover !important;
	background-position: center !important;
}
.blogHeader {
	padding: 20px;
}
.blogExcerpt {
	padding: 0px 20px;
}
.hnMore {
	text-align: center;
	margin: 70px 0px;
}
.hnMore a {
	text-decoration: none;
}
h2.newsTitle {
	text-align: center;
	margin-bottom: 70px;
}
.bodyBacking {
	color: #fff;
	box-shadow: none;
	background-image: radial-gradient(circle at 50% 101%,#353c73b0 4%,#0000 68%);
	border: 1px solid #ffffff1a;
	border-radius: 10px;
	transition: box-shadow .3s,color .3s;
	padding: 30px;
}
footer.site-footer {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #111426;
	margin: 0px 0px 20px 0px;
}
.site-footer h3 {
	margin-bottom: 40px;
}
.footerLogo {
	margin-bottom: 30px;
	float: right;
	margin-top: 160px;
}
.addressLink img {
	width: 21px;
	height: 24px;
	margin-right: 10px;
}
.phoneLink img {
	width: 22px;
	height: 28px;
	margin-right: 10px;
}
.emailLink img {
	width: 22px;
	height: 15px;
	margin-right: 10px;
}
.usefulLinks a {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}
.usefulLinks a:hover {
	color: #e00c57;
}
.afss {
	display: block;
	width: 170px;
	height: 105px;
	margin-bottom:20px;
}
.icus {
	display: block;
	width: 160px;
	height: 40px;
	margin-bottom:20px;
}
.netw {
	display: block;
	width: 160px;
	height: 99px;
	margin-bottom:20px;
}
.yourEdi {
	display: block;
	width: 160px;
	height: 30px;
	margin-bottom:20px;
}
.doft {
	display: block;
	width: 160px;
	height: 101px;
	margin-bottom:20px;
}
.socialLinks img {
	height: 40px;
	width: 40px;
	margin: 0px 10px 30px 0px;
}
.footerLogo {
	width: 140px;
	margin-bottom: 30px;
	height: 71px;
}
.colophon {
	font-size: 14px;
}
.colophon p {
	margin: 0px;
}
.colophon a {
	color: #ffffff;
}
.contactForm {
	background-color: #252b4f;
	padding: 30px;
	color: #fff;
	border-radius: 3px;
}
.contactForm label {
	width: 100%;
}
.searchWindow.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.searchWindow {
	background-color: #212342;
	z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100px !important;
    top: 0px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
}
.searchWindow .search-form {
    width: 370px;
    float: right;
    padding: 0px 0px 0px 0px;
}
.searchWindow .search-field {
    width: 250px;
    height: 50px;
    border-radius: 0px;
    border: 0px;
    padding: 12px;
    margin: 25px 5px 0px 0px;
}
.searchPage {
	padding: 80px 0px;
}
span.screen-reader-text {
    display: none;
}
.searchWindow input[type="submit"] {
    height: 50px;
    background-color: #8cbd2f;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    padding: 0px 15px 0px 15px;
}
.searchClose {
    float: right;
    color: #fff;
    padding: 38px;
    cursor: pointer;
}
a.searchBtn.closeText{
	color: #fff;
}
.wp-block-media-text__content {
	padding-left: 0% !important;
}
.clientLogos img {
	margin: 0 30px;
}
.singleArticle {
	background-color: #fff;
	color: #000;
	padding: 60px 0px;
}
.no-banner {
	height: 140px;
	color: #000;
	margin-top: 100px;
	background-color: #fff;
}
.banner {
	background-color: #efefef;
	margin-top: 100px;
}
p#breadcrumbs {
	color: #000;
	font-size: 12px;
	padding: 20px;
	margin-bottom: 0em !important;
}
.blogHeader {
	padding: 20px;
}
.blogExcerpt {
	padding: 0px 20px;
}
.hnMore {
	text-align: center;
	margin:30px 0px;
}
.hnMore a {
	text-decoration: none;
}
.newsContainer {
	background-color: #efefef;
	padding-top: 40px;
	padding-bottom: 60px;
}
.postList, .caseList {
	margin: 40px 0px;
	background-color: #192a55;
	color: #fff;
	border-top: solid 3px #e00c57;
}
.caseBox {
	display: inline-block;
	width: 100%;
	padding: 0px 20px 0px 0px;
}
.postList {
	border-radius: 10px;
	overflow: hidden;
	background-color: ##efefef;
}
h2.postListTitle {
	margin: 15px 15px 0px 15px;
}
h6.postlistDate {
	margin: 0px 15px 40px;
}
a h2.caselistTitle, .postList a {
	text-decoration: none;
	color: #ffffff;
	font-size: 28px;
	margin-top: 20px;
}
.caseimageBox {
	overflow: hidden;
	width: 100%;
	float: right;
	height: 330px;
}
.caselistImage {
	transition: all 0.5s ease-in;
	width: 100%;
	height: 400px;
	background-size: cover !important;
	background-position: center !important;
}
.caseList:hover .caselistImage {
	scale: 1.15;
}
.postListImage {
	width: 100%;
	height: 150px;
	background-size: cover !important;
	background-position: center !important;
}
.articlePagin {
	text-align: center;
	margin-top: 13px;
}
.page-numbers.current {
	color: #fff;
	background-color: #e00c57;
	display: inline-block;
	padding: 8px 17px;
	margin-right: 5px;
}
.page-numbers {
	color: #fff;
	background-color: #192a55;
	display: inline-block;
	padding: 8px 17px;
	margin-right: 5px;
	border-radius: 3px;
}
.page-numbers a:visited {
	color: #99b2ff;
}
.articlePagin a.page-numbers:hover  {
	color: #e00c57 !important;
}
.defaultFeatured {
	height: 450px;
	background-size: cover !important;
	background-position: center !important;
	margin-top: 60px;
}
.legal{padding: 60px 0px;}
summary {
	font-size: 20px;
	margin-bottom: 10px;
}
.wpcf7-list-item {
	width: 100%;
}
.usefulLinks {
	margin-bottom: 50px;
}
p.mapLink a {
	font-weight: 600;
	color: cadetblue;
}
.errorMissing {
	position: relative;
	height: 100vh;
	width: 100vw;
	background-image: url(https://www.cocoonfms.com/wp-content/themes/Cocoonfx/images/404.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.textBox {
	top: 40%;
	position: absolute;
	background-color: #e00c57;
	padding: 0px 40px;
}

.schema-faq.wp-block-yoast-faq-block.accordion-header {
    padding-bottom: 60px;
    padding-top: 20px;
}
.schema-faq-question {
    cursor: pointer;
    font-size: 27px;
    font-weight: lighter;
    display: block !important;
}
.schema-faq-question:after {
    width: 16px;
    height: 20px;
    display: inline-block;
    content: "+";
    margin-right: 5px;
    vertical-align: top;
    font-size: 1.2em;
    float: right;
}
.schema-faq-section {
    padding: 10px;
    border-bottom: #3EA3DC solid 1px;
}
.schema-faq-question.collapse:after {
    content: "-";
}
.schema-faq-question:hover {
    opacity: 0.8;
}
.schema-faq-answer {
    display: none;
    padding-left: 1em;
}
.schema-faq-answer.default {
    display: block;
}

@media (min-width: 576px) {
	.col-12.col-md-12.col-lg-4.blogLayout{
		margin-bottom: 5px;
	}
	.demoButton {
		display: block;
	}
	.searchIcon {
		display: block;
	}
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.col-12.col-md-12.col-lg-4.blogLayout{
		margin-bottom: 10px;
	}
}
@media (min-width: 1200px) {
	.pageBuild .container-fluid, .footer .container-fluid, .colophon .container-fluid, .homeNews .container-fluid {
		padding-left: 75px;
		padding-right: 75px;
	}
}
@media (min-width: 1400px) {

}

.before-after-slider {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
.before-after-slider img {
	display: block;
	width: 100%;
}
.before-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	pointer-events: none;
}
.before-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	clip-path: inset(0 0 0 0);
}
.slider-handle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 50%;
	cursor: ew-resize;
	z-index: 3;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	background: url('https://cocoonfms.com/wp-content/uploads/mini-logo.png') no-repeat center center;
}

.slider-handle::before,
.slider-handle::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	top: 50%;
	transform: translateY(-50%);
}
.slider-handle::before {
	left: -20px;
	border-width: 10px 10px 10px 0;
	border-color: transparent #aa0b49 transparent transparent;
}
.slider-handle::after {
	right: -20px;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #aa0b49;
}



.icon-duotone {
	position: relative;
	padding-left: 1.5em;
}
.icon-duotone::before,
.icon-duotone::after {
	font: var(--fa-font-duotone);
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25em;
	text-align: center;
}
.custom-icon-duotone::before,
.custom-icon-duotone::after {
	font-family: 'Font Awesome Kit Duotone';
}

.icon-duotone::before {
	color: #fff;
	opacity: 0.7;
}
.icon-duotone::after {
	color: #e00c57;
	opacity: 1;
}
.icon-duotone.control::before {
	content: '\e2a2';
}
.icon-duotone.control::after {
	content: '\e2a2\e2a2';
}
.icon-duotone.efficiency::before {
	content: '\e29e';
}
.icon-duotone.efficiency::after {
	content: '\e29e\e29e';
}
.icon-duotone.growth::before {
	content: '\e4b7';
}
.icon-duotone.growth::after {
	content: '\e4b7\e4b7';
}
.icon-duotone.sustainability::before {
	content: '\f4d8';
}
.icon-duotone.sustainability::after {
	content: '\f4d8\f4d8';
}
.icon-duotone.automated::before {
	 content: '\e5d5';
 }
.icon-duotone.automated::after {
	content: '\e5d5\e5d5';
}
.icon-duotone.real::before {
	content: '\f3c5';
}
.icon-duotone.real::after {
	content: '\f3c5\f3c5';
}
.icon-duotone.quote::before {
	content: '\f543';
}
.icon-duotone.quote::after {
	content: '\f543\f543';
}
.icon-duotone.carbon::before {
	content: '\f1ec';
}
.icon-duotone.carbon::after {
	content: '\f1ec\f1ec';
}
.icon-duotone.consignment::before {
	content: '\f0ae';
}
.icon-duotone.consignment::after {
	content: '\f0ae\f0ae';
}
.icon-duotone.API::before {
	content: '\f6ff';
}
.icon-duotone.API::after {
	content: '\f6ff\f6ff';
}
summary::marker {
	color: #e00c57;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 0px solid;
	border-radius: 2px;
	background: #e00c57;
	color: rgb(255, 255, 255);
	line-height: 1;
	padding: 0.8em 3em 0.8em;
	font-weight: 400;
}
.n2-ss-item-content, .n2-ss-item-content p {
	font-family: "Inter Tight", sans-serif !important;
	font-optical-sizing: auto;
}
.schema-faq-accordion .schema-faq-section {
	border: 1px solid #8cbd2d;
	margin-bottom: 20px;
	background-color: #fdfeff;
}

.schema-faq-accordion .schema-faq-question {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 17px 56px 17px 12px;
	line-height: 1.4;
	cursor: pointer;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
}
.schema-faq-accordion .schema-faq-question.faq-q-open {
	border-bottom: 1px solid #d1dfee;
}
.schema-faq-accordion .schema-faq-question:after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0;
	width: 56px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: bold;
	color: #000;
	font-size: 20px;
}
.schema-faq-accordion .schema-faq-question.faq-q-open:after {
	content: "-";
}
.schema-faq-accordion p.schema-faq-answer {
	margin: 0;
	padding: 12px;
	background-color:#fff;
	font-size: 16px!important;
	line-height: 1.4!important;
	border-bottom: 1px solid #8cbd2d;
	display: none;
}
.wp-block-button__link.has-red-background-color {
	background-color: #e63946; /* Default red */
	transition: background-color 0.3s ease;
}

.wp-block-button__link.has-red-background-color:hover {
	background-color: #b71c1c; /* Darker red on hover */
	color: #fff; /* Keep text white */
}
.cocoon-aiagent-inputs button{
	background: #e00c57 !important;
}
.cocoon-aiagent-lead button{
	background: #e00c57 !important;
}
.clientLogos {
	text-align: center;
	margin: 0 auto;
	display: contents;
}
.wp-block-column.fullWidth.bgLightGrey.justify-content-center.is-layout-flow.wp-block-column-is-layout-flow {
	display: flex;
}
.cfms-trial-page,
.cfms-trial-page * {
	box-sizing: border-box;
}

.cfms-trial-page {
	--cfms-text: #1f2937;
	--cfms-heading: #0f172a;
	--cfms-muted: #667085;
	--cfms-line: rgba(15, 23, 42, 0.08);
	--cfms-line-strong: rgba(15, 23, 42, 0.14);
	--cfms-bg-soft: #f8fafc;
	--cfms-dark: #0f172a;
	--cfms-dark-2: #1e293b;
	--cfms-white: #ffffff;
	--cfms-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
	--cfms-shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.16);
	--cfms-radius: 24px;
	--cfms-max: 1180px;
	--cfms-dark-red:#e00d57;

	max-width: var(--cfms-max);
	margin: 0 auto;
	padding: 48px 20px 90px;
	color: var(--cfms-text);
}

.cfms-trial-page img {
	max-width: 100%;
	height: auto;
	display: block;
}

.cfms-trial-page h1,
.cfms-trial-page h2,
.cfms-trial-page h3 {
	margin: 0 0 14px;
	color: var(--cfms-heading);
	line-height: 1.1;
}

.cfms-trial-page h1 {
	font-size: clamp(2.5rem, 5vw, 4.8rem);
	max-width: 900px;
	color:#fff;
}

.cfms-trial-page h2 {
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	color:#fff;
}
h2.tp {
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	color:#000;
}

.cfms-trial-page h3 {
	font-size: 1.2rem;
}

.cfms-trial-page p {
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.7;
}

.cfms-trial-page label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: var(--cfms-heading);
}

.cfms-trial-eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--cfms-white);
}
.cfms-trial-eyebrows {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #000;
}

.cfms-trial-heading {
	margin-bottom: 22px;
}

.cfms-trial-lead {
	max-width: 760px;
	font-size: 18px;
	color:#fff;
}

.cfms-trial-hero,
.cfms-trial-clients,
.cfms-trial-panel,
.cfms-trial-features,
.cfms-trial-form-section {
	margin-bottom: 72px;
}

.cfms-trial-hero {
	padding: 10px 0 4px;
	margin-top:40px;
}

.cfms-trial-hero__content {
	max-width: 820px;
}

.cfms-trial-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}

.cfms-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cfms-btn:hover {
	transform: translateY(-2px);
}

.cfms-btn--primary {
	background: var(--cfms-dark-red);
	color: var(--cfms-white);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}

.cfms-btn--secondary {
	background: var(--cfms-white);
	color: var(--cfms-dark);
	border: 1px solid var(--cfms-line-strong);
}

.cfms-trial-clients {
	text-align: center;
}

.cfms-client-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(110px, 1fr));
	gap: 20px;
	align-items: center;
}

.cfms-client-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 94px;
	padding: 20px;
	background: #1e293b;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 18px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.cfms-client-card img {
	max-height: 44px;
	width: auto;
	object-fit: contain;
	filter: none;
	opacity: 1;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.cfms-client-card img:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.cfms-trial-panel {
	padding: 38px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid var(--cfms-line);
	border-radius: 28px;
	box-shadow: var(--cfms-shadow);
}

.cfms-trial-panel__content {
	max-width: 860px;
}

.cfms-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.cfms-feature-card {
	padding: 24px;
	background: var(--cfms-white);
	border: 1px solid var(--cfms-line);
	border-radius: 20px;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cfms-feature-card:hover {
	transform: translateY(-4px);
	border-color: var(--cfms-line-strong);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
}

.cfms-feature-card p {
	margin-bottom: 0;
	font-size: 16px;
}

.cfms-trial-form-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: start;
	padding: 38px;
	background: linear-gradient(135deg, var(--cfms-dark) 0%, var(--cfms-dark-2) 100%);
	border-radius: 30px;
	box-shadow: var(--cfms-shadow-lg);
}

/* Force all headings/text in blue section to white */
.cfms-trial-form-copy,
.cfms-trial-form-copy h1,
.cfms-trial-form-copy h2,
.cfms-trial-form-copy h3,
.cfms-trial-form-copy h4,
.cfms-trial-form-copy h5,
.cfms-trial-form-copy h6,
.cfms-trial-form-copy p,
.cfms-trial-form-copy li,
.cfms-trial-form-copy .cfms-trial-eyebrow {
	color: #ffffff !important;
}

.cfms-trial-points {
	margin: 24px 0 0;
	padding-left: 18px;
}

.cfms-trial-points li {
	margin-bottom: 10px;
	line-height: 1.6;
}

.cfms-trial-form-card {
	padding: 24px;
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
}

.cfms-zoho-form iframe,
.cfms-zoho-form form {
	width: 100% !important;
	max-width: 100% !important;
}

.cfms-trial-form-card input,
.cfms-trial-form-card select,
.cfms-trial-form-card textarea {
	width: 100% !important;
	max-width: 100% !important;
	min-height: 48px;
	padding: 10px 14px !important;
	border: 1px solid #d0d5dd !important;
	border-radius: 12px !important;
	font-size: 15px !important;
	box-sizing: border-box !important;
}

.cfms-trial-form-card textarea {
	min-height: 120px;
	resize: vertical;
}

.cfms-trial-form-card .cfms-form-submit {
	margin-bottom: 0;
}

.cfms-trial-form-card button,
.cfms-trial-form-card input[type="submit"] {
	width: 100%;
	min-height: 52px;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--cfms-dark) !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	cursor: pointer;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.cfms-trial-form-card button:hover,
.cfms-trial-form-card input[type="submit"]:hover {
	transform: translateY(-1px);
}

@media (max-width: 1100px) {
	.cfms-client-grid {
		grid-template-columns: repeat(3, minmax(110px, 1fr));
	}

	.cfms-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cfms-trial-form-wrap {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.cfms-trial-page {
		padding: 28px 16px 60px;
	}

	.cfms-trial-hero,
	.cfms-trial-clients,
	.cfms-trial-panel,
	.cfms-trial-features,
	.cfms-trial-form-section {
		margin-bottom: 54px;
	}

	.cfms-trial-actions {
		flex-direction: column;
	}

	.cfms-btn {
		width: 100%;
	}

	.cfms-client-grid {
		grid-template-columns: repeat(2, minmax(110px, 1fr));
		gap: 16px;
	}

	.cfms-feature-grid {
		grid-template-columns: 1fr;
	}

	.cfms-trial-panel,
	.cfms-trial-form-wrap,
	.cfms-trial-form-card {
		padding: 22px;
	}
}
.cfms-expo-page,
.cfms-expo-page * {
	box-sizing: border-box;
}

.cfms-expo-page {
	--expo-text: #1f2937;
	--expo-heading: #0f172a;
	--expo-muted: #667085;
	--expo-line: rgba(15, 23, 42, 0.08);
	--expo-line-strong: rgba(15, 23, 42, 0.14);
	--expo-soft: #f8fafc;
	--expo-dark: #0f172a;
	--expo-dark-2: #1e293b;
	--expo-white: #ffffff;
	--expo-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
	--expo-shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.16);
	--expo-max: 1180px;

	max-width: var(--expo-max);
	margin: 0 auto;
	padding: 48px 20px 90px;
	color: var(--expo-text);
}
h2.three{
	color:#000;
}
h2.visit{
	color:#000000;
}
p.cfms-expo-lead {
	color: #fff;
}
.cfms-expo-page img {
	max-width: 100%;
	height: auto;
	display: block;
}

.cfms-expo-page h1,
.cfms-expo-page h2,
.cfms-expo-page h3 {
	margin: 0 0 14px;
	color: var(--expo-heading);
	line-height: 1.1;
}

.cfms-expo-page h1 {
	font-size: clamp(2.5rem, 5vw, 4.6rem);
	max-width: 900px;
	color:#fff;
}

.cfms-expo-page h2 {
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	color:#fff;
}

.cfms-expo-page h3 {
	font-size: 1.2rem;
}

.cfms-expo-page p {
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.7;

}

.cfms-expo-page label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: var(--expo-heading);
}

.cfms-expo-eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #ffffff;
}

.cfms-expo-heading {
	margin-bottom: 24px;
}
span.cfms-expo-eyebrow.visit {
	color: var(--expo-muted);
}
.cfms-expo-intro,
.cfms-expo-lead {
	max-width: 760px;
	color:#fff;
}

.cfms-expo-hero,
.cfms-expo-clients,
.cfms-expo-highlight,
.cfms-expo-feature-section,
.cfms-expo-painpoints,
.cfms-expo-agenda,
.cfms-expo-form-section {
	margin-bottom: 72px;
}

.cfms-expo-hero {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 34px;
	align-items: center;
	padding: 10px 0 4px;
	margin-top:40px;
}

.cfms-expo-hero-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0 28px;
	padding: 0;
	list-style: none;
}

.cfms-expo-hero-points li {
	background: #fff;
	border: 1px solid var(--expo-line);
	border-radius: 16px;
	padding: 14px 16px;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
	font-weight: 600;
}

.cfms-expo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 12px;
}

.cfms-expo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cfms-expo-btn:hover {
	transform: translateY(-2px);
}

.cfms-expo-btn--primary {
	background: #e00d57;
	color: var(--expo-white);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
}

.cfms-expo-btn--secondary {
	background: var(--expo-white);
	color: var(--expo-dark);
	border: 1px solid var(--expo-line-strong);
}

.cfms-expo-hero-card {
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid var(--expo-line);
	border-radius: 24px;
	padding: 32px;
	box-shadow: var(--expo-shadow);
}

.cfms-expo-hero-card ul {
	list-style: none;
	padding: 0;
	margin: 22px 0 0;
}

.cfms-expo-hero-card li {
	padding: 12px 0;
	border-bottom: 1px solid var(--expo-line);
	font-weight: 600;
}

.cfms-expo-hero-card li:last-child {
	border-bottom: 0;
}

.cfms-expo-clients {
	text-align: center;
}

.cfms-expo-client-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(110px, 1fr));
	gap: 20px;
	align-items: center;
}

.cfms-expo-client-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 94px;
	padding: 20px;
	background: #1e293b;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 18px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.cfms-expo-client-card img {
	max-height: 44px;
	width: auto;
	object-fit: contain;
	opacity: 1;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.cfms-expo-client-card img:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.cfms-expo-highlight {
	padding: 38px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	border: 1px solid var(--expo-line);
	border-radius: 28px;
	box-shadow: var(--expo-shadow);
}

.cfms-expo-highlight__content {
	max-width: 860px;
}

.cfms-expo-feature-grid,
.cfms-expo-agenda-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.cfms-expo-feature-card,
.cfms-expo-agenda-card,
.cfms-expo-painpoint-card {
	padding: 24px;
	background: var(--expo-white);
	border: 1px solid var(--expo-line);
	border-radius: 20px;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cfms-expo-feature-card:hover,
.cfms-expo-agenda-card:hover,
.cfms-expo-painpoint-card:hover {
	transform: translateY(-4px);
	border-color: var(--expo-line-strong);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.09);
}

.cfms-expo-feature-card p,
.cfms-expo-agenda-card p {
	margin-bottom: 0;
	font-size: 16px;
}

.cfms-expo-painpoints-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.cfms-expo-painpoint-card {
	font-weight: 600;
}

.cfms-expo-form-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: start;
	padding: 38px;
	background: linear-gradient(135deg, var(--expo-dark) 0%, var(--expo-dark-2) 100%);
	border-radius: 30px;
	box-shadow: var(--expo-shadow-lg);
}

.cfms-expo-form-copy,
.cfms-expo-form-copy h1,
.cfms-expo-form-copy h2,
.cfms-expo-form-copy h3,
.cfms-expo-form-copy h4,
.cfms-expo-form-copy h5,
.cfms-expo-form-copy h6,
.cfms-expo-form-copy p,
.cfms-expo-form-copy li,
.cfms-expo-form-copy .cfms-expo-eyebrow {
	color: #ffffff !important;
}

.cfms-expo-form-points {
	margin: 24px 0 0;
	padding-left: 18px;
}

.cfms-expo-form-points li {
	margin-bottom: 10px;
	line-height: 1.6;
}

.cfms-expo-form-card {
	padding: 24px;
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
}

.cfms-expo-zoho-form iframe,
.cfms-expo-zoho-form form {
	width: 100% !important;
	max-width: 100% !important;
}

.cfms-expo-form-card input,
.cfms-expo-form-card select,
.cfms-expo-form-card textarea {
	width: 100% !important;
	max-width: 100% !important;
	min-height: 48px;
	padding: 10px 14px !important;
	border: 1px solid #d0d5dd !important;
	border-radius: 12px !important;
	font-size: 15px !important;
	box-sizing: border-box !important;
}

.cfms-expo-form-card textarea {
	min-height: 120px;
	resize: vertical;
}

.cfms-expo-form-card .cfms-expo-form-submit {
	margin-bottom: 0;
}

.cfms-expo-form-card button,
.cfms-expo-form-card input[type="submit"] {
	width: 100%;
	min-height: 52px;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--expo-dark) !important;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	cursor: pointer;
}

@media (max-width: 1100px) {
	.cfms-expo-hero {
		grid-template-columns: 1fr;
	}

	.cfms-expo-client-grid,
	.cfms-expo-feature-grid,
	.cfms-expo-agenda-grid,
	.cfms-expo-painpoints-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cfms-expo-form-wrap {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.cfms-expo-page {
		padding: 28px 16px 60px;
	}

	.cfms-expo-hero,
	.cfms-expo-clients,
	.cfms-expo-highlight,
	.cfms-expo-feature-section,
	.cfms-expo-painpoints,
	.cfms-expo-agenda,
	.cfms-expo-form-section {
		margin-bottom: 54px;
	}

	.cfms-expo-hero-points,
	.cfms-expo-client-grid,
	.cfms-expo-feature-grid,
	.cfms-expo-agenda-grid,
	.cfms-expo-painpoints-grid {
		grid-template-columns: 1fr;
	}

	.cfms-expo-actions {
		flex-direction: column;
	}

	.cfms-expo-btn {
		width: 100%;
	}

	.cfms-expo-hero-card,
	.cfms-expo-highlight,
	.cfms-expo-form-wrap,
	.cfms-expo-form-card {
		padding: 22px;
	}
}