/* holograph-file-version=98 user=J6 datetime=24-06-2025 19:51:12 */

/* header overrides will move once site is live JB */

#header-outer {
	align-items: center;
}
#header-outer nav {
	flex-basis: 65%;
}
#navigation ul {
	align-items: center;
	justify-content: center;
}
.company-logo {
	width: 200px;
	height: 30px;
}
a.logo-link, .infx-button.link>.logo-link.block-link {
	-webkit-mask: none;
	mask: none;
	background: url("/dyn/_pictures/new-home/quickthought_logo.svg");
	background-repeat: no-repeat;
}
#navigation a.inav.selected {
	background:transparent;
	color:var(--color-tertiary);
	text-transform:unset;
	font-size: 16px;
}
#navigation a.inav {
	color:rgb(244 165 75) !important;
}
#navigation a.inav:hover {
	background:transparent;
	color:#602ede !important;
}
.SECTION-home header {
    display: flex;
}
/* header overrides end */

/* homepage overrides move once everything is live JB */
.SECTION-home div[name=holoflow-chat] .chat-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 500px;
    width: calc(100% - var(--padding-md));
    height: calc(100dvh - 100px);
    max-height: 800px;
    flex-shrink: 0;
    border-radius: var(--padding-md);
    padding: 0px 0 0 0;
    position: fixed;
    bottom: var(--padding-sm);
    right: var(--padding-sm);
    z-index: 999;
    transition: all .5s ease 0s;
    box-shadow: 3px 3px 0px 3px var(--secondary-color);
    background: #fff;
}
.SECTION-home div[name=holoflow-chat] .chat-wrapper.closed {
    box-shadow: 1px 1px 0px 1px var(--secondary-color);
    left:unset;
    top:unset;
    max-width: 70px;
    z-index:998;
}
.SECTION-home div[name=holoflow-chat] .chat-wrapper.open .main-content {
    box-shadow: unset;
}
.SECTION-home div[name=holoflow-chat] .chat-wrapper.closed:hover {
    box-shadow: 2px 2px 0px 2px var(--secondary-color);
    scale: 1.05;
}
.SECTION-home div[name=holoflow-chat] .chat-popup {
    position: fixed;
    bottom: 98px;
    right: var(--padding-sm);
    background-color: var(--primary-color);
    box-shadow: 2px 2px 0px 0px var(--secondary-color);
    z-index: 999;
    display: unset;
    left: unset;
}
.SECTION-home .chat-popup:before {
    filter:drop-shadow(2px 2px 0px var(--secondary-color));
	right: calc(var(--padding-md) + 2px);
	left:unset;
}
/* site width and colours */

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	margin-bottom: 10px;
}

h2 {	line-height: 3.4rem;
}

h2 {	line-height: 3rem;
}


h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	line-height: 2.6rem;
}


input::placeholder, textarea::placeholder {
	color: #999;
	font-weight: 400;
}



.auto-widths .group-wrapper {
	width: auto
}
.group-wrapper.two-hundred {
	width: 200px
}
.infx-spacer.rule {
	background: #ccc;
}
.row-style .infx-column-content {
	flex-direction: row;
}
.group-wrapper.blue-panel {
	background-color: #223580
}
.overflow-initial .infx-column-data, .overflow-initial .infx-column-content {
	overflow: revert;
}
.group-wrapper.white-back {
	background: #fff;
}
.group-wrapper.fixed-height-block-01 {
	min-height: 400px;
	transition: all 0.3s ease;
}

.group-wrapper.fixed-height-row:hover, .group-wrapper.fixed-height-block-01:hover, .group-wrapper.fixed-height-block-arrow:hover {
	transform: translate(-4px, -4px);
	box-shadow: 6px 6px 20px rgba(100, 149, 237, 0.2), /* Cornflower blue tint */
	3px 3px 10px rgba(0, 0, 0, 0.1);
}

.group-wrapper.fixed-height-row, .group-wrapper.fixed-height-block-arrow {
	position: relative;
	transition: all 0.3s ease;
}

.group-wrapper.fixed-height-block-arrow::after {
	content: '↪';
	position: absolute;
	top: 95%;
	right: -2px;
	transform: translate(50%, -50%);
	font-size: 3rem;
	color: #333;
	z-index: 2;
}

.group-wrapper.fixed-height-block-arrow.last-child::after {
	display: none;
}

.group-wrapper.fixed-height-block-arrow.Rone::before {
	content: '1';
}

.group-wrapper.fixed-height-block-arrow.Rtwo::before {
	content: '2';
}

.group-wrapper.fixed-height-block-arrow.Rthree::before {
	content: '3';
}

.group-wrapper.fixed-height-block-arrow.Rfour::before {
	content: '4';
}

.group-wrapper.fixed-height-block-arrow::before {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 28px;
	height: 28px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	border: 2px solid white;
	z-index: 2;
}

.group-wrapper.image-heights {
	min-height: 128px;
}

.cream-back {
	background-color: rgba(255, 245, 225, 1);
}

.pale-blue-back {
	background-color: rgba(210, 220, 245, 1);
}

#page-shell .rounded {
	border-radius: 2rem;
}

#page-shell .group-wrapper.special-rounded, #page-shell .infx-video.rounded {
	overflow: hidden;
}

.ickle-bubble {
	padding: 6px 16px;
	border-radius: 1.5rem;
	width: auto;
}
.ickle-bubble .htmltext {
	margin: 0;
}
:is(.btn, .infx-button:not(.link)):not(.btn--basic):not(.btn--invert) .block-link {
	color: var(--btn-color);
	background: rgb(233, 49, 197, 1);
	background-origin: initial;
	background-clip: initial;
	border: solid 1px rgba(0, 0, 0, 0);
	border-radius: 2rem;
	box-shadow: none;
	padding: 6px 18px;
	width: auto;
	transition: all 500ms;
}

footer :is(.btn, .infx-button:not(.link)):not(.btn--basic):not(.btn--invert) .block-link {
	padding: 1px 0px;
}

:is(.btn, .infx-button:not(.link)):not(.btn--basic):not(.btn--invert) .block-link:hover {
	cursor: pointer;
	color: var(--btn-color-hover);
	background: var(--btn-background-hover);
	border-color: var(--btn-border-color-hover);
	box-shadow: var(--btn-box-shadow-hover);
}

.white .checkbox-icon+.infx-inline-data, .white .checkbox+.checkbox-text, .white .infx-form-shell .infx-form .form_label, .white .infx-ecommerce-form-shell label {
	color: #fff;
	margin-bottom:8px
}



.money-panels {
	display: flex;
	gap: 20px;
	padding: 40px 20px;
	justify-content: center;
	font-family: "Open Sans", sans-serif;
}
.money-panels * {
	box-sizing: border-box;
}
.money-panels .panel {
	position: relative;
	background: white;
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	padding: 40px 30px;
	width: 320px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateY(0);
}
.money-panels .panel.active {
	border-color: #223580;
	transform: translateY(-4px);
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.money-panels .panel-badge {
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	background: #223580;
	color: white;
	padding: 6px 20px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	white-space: nowrap;
}
.money-panels .panel.active .panel-badge {
	opacity: 1;
}
.money-panels .panel-title {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 20px 0;
	color: #1f2937;
}
.money-panels .panel-price {
	font-size: 48px;
	font-weight: 700;
	margin: 0;
	color: #1f2937;
}
.money-panels .panel-price span {
	font-size: 20px;
	font-weight: 400;
	color: #6b7280;
}
.money-panels .panel-description {
	color: #6b7280;
	margin: 15px 0 30px 0;
	font-size: 16px;
}
.money-panels .panel-features {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}
.money-panels .panel-features li {
	padding: 10px 0;
	color: #4b5563;
	display: flex;
	align-items: center;
	font-size: 15px;
}
.money-panels .panel-features li::before {
	content: "✓";
	color: #10b981;
	font-weight: bold;
	margin-right: 12px;
	font-size: 18px;
}
.money-panels .panel-button {
	width: 100%;
	padding: 14px 24px;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
	background: #1f2937;
	color: white;
}
.money-panels .panel.active .panel-button {
	background: #223580;
}
.money-panels .panel-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.money-panels .panel.locked {
	pointer-events: none;
}
.money-panels .panel.locked::after {
	content: "🔒";
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	opacity: 0.5;
}
.fan-image{
    position: relative;
    overflow: visible;
}
.fan-image img {
    background-size: contain !important;
    opacity: 1 !important;
    height: auto !important;
    position: relative;
    z-index: 2;
}
.fan-image:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 100%;
    border: 1px solid #fff;
    left: -20px;
    right: 0;
    margin: auto;
    z-index: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(-45deg, rgb(254, 194, 125), rgb(255, 141, 237), rgb(254, 194, 125), rgb(131, 253, 252));
    background-size: 200% 200%;
    animation: gradient 8s ease infinite;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: solid 40px rgba(0, 0, 0, 0);
}

.group-wrapper.form-width-modifier  { max-width:70% }

@media (max-width: 860px) {

.group-wrapper.fixed-height-block-01 {
	min-height: 300px;
}
#header-outer {
	justify-content: space-between;
}
#header-outer nav {
	flex-basis:0;
}
.company-logo {
	width: 320px;
	height: 43px;
}

.group-wrapper.form-width-modifier  { max-width:96%; }

.group-wrapper.two-hundred {
	display:none;
}

.group-wrapper.fixed-height-block-arrow::after {
	content: '⇓';
		right: 3rem;
	top: 98%;


}
    .money-panels {
        flex-direction: column;
        align-items: center;
        padding: 30px 20px;
    }

    .money-panels .panel {
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .money-panels .panel:last-child {
        margin-bottom: 0;
    }

    /* Adjust the active panel transform for mobile */
    .money-panels .panel.active {
        transform: translateY(-2px);
    }

    /* Optional: Make the price text slightly smaller on mobile */
    .money-panels .panel-price {
        font-size: 42px;
    }

    /* Optional: Reduce padding on mobile for better space usage */
    .money-panels .panel {
        padding: 30px 25px;
    }
}


