/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

html {
	scroll-behavior: smooth;
}

header#site-header,
header.page-header,
footer {
	display: none;
}

.front-popup, .front-popup .elementor-custom-embed-image-overlay, .front-popup .elementor-widget-container{
	height: 110px;
}

.front-popup img{
	display: none !important;
}

.elementor-toggle .elementor-tab-title {
	border-bottom: 0px !important;
}

.elementor-66 .elementor-element.elementor-element-7b8a891e {
    max-width: 450px !important;
}

/* SOCIAL MEDIA LINKS */

.fa-youtube-square:before {
	content: "\f431" !important;
}

.fa-linkedin:before {
	content: "\f08c" !important;
}

i.fab.fa-instagram {
	display: flex;
	align-items: center;
}

.fa-instagram:before {
	font-size: 28px;
}

.elementor-social-icon-instagram {
	width: 35px !important;
	height: 35px !important;
}

/* KID JUMPING RIGHT */

.kid-jumping-right {
	position: relative;
	overflow-x: clip; 
	overflow-y: visible;
	min-height: 600px; 
}

.kid-jumping-right::after {
	content: "";
	position: absolute;
	background-image: url('https://camps.lifetree.ca/wp-content/uploads/2026/04/girl-jumping.png'); 
	width: 400px;  
	height: 647px; 
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	pointer-events: none;
	/* --- INITIAL POSITION (Hidden & Off-screen) --- */
	top: 10%;
	right: -300px; /* Start far off-screen */
	opacity: 0;
	/* Initial state: tilted and slightly down */
	transform: translateY(100px) rotate(15deg) scale(0.9);
	/* --- ANIMATION SPEED --- */
	transition: 
    right 1.2s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.4s cubic-bezier(0.34, 1.56, 0.64, 1), /* Springy jump */
    opacity 0.8s ease-out;
}

/* --- THE FLY-IN TRIGGER --- */
.kid-jumping-right.is-active::after {
	opacity: 1;
	right: -150px; /* Final position: peeking in from the right */
	transform: translateY(var(--kid-y, 0px)) rotate(0deg) scale(1);
}

@media (max-width: 768px) {
	.kid-jumping-right::after {
		width: 250px;
		height: 405px;
		right: -250px;
	}
	.kid-jumping-right.is-active::after {
    	right: -30px;
	}
}

@media (max-width: 540px) {
	.kid-jumping-right::before {
    	display: none !important;
	}
	.kid-jumping-right.is-active-left::before {
    	display: none !important;
	}
}

/* KID JUMPING LEFT */

.kid-jumping-left {
	position: relative;
	overflow-x: clip;
	overflow-y: visible;
	min-height: 500px;
}

.kid-jumping-left::before {
	content: "";
	position: absolute;
	background-image: url('https://camps.lifetree.ca/wp-content/uploads/2026/04/boy-jumping.png'); 
	width: 350px;  
	height: 792px; 
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5;
	pointer-events: none;
	/* --- INITIAL POSITION (Hidden & Left) --- */
	top: 5%;
	left: -250px; /* Hidden off-screen */
	opacity: 0;
	/* Tilt him slightly forward as he "jumps" in */
	transform: translateY(100px) rotate(-10deg) scale(0.9);
	transition: 
    left 1.1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.8s ease-out;
}

.kid-jumping-left.is-active-left::before {
	opacity: 1;
	left: -100px; /* Final Landing Position (peeking in from left) */
	transform: translateY(var(--boy-y, 0px)) rotate(0deg) scale(1);
}

/* Responsive: Smaller for mobile devices */

@media (max-width: 1366px) {
	.kid-jumping-left::before {
    	width: 300px;
    	height: 679px;
    	left: -175px;
	}
	.kid-jumping-left.is-active-left::before {
    	left: -125px;
	}
}

@media (max-width: 1024px) {
	.kid-jumping-left::before {
    	width: 250px;
    	height: 566px;
    	left: -175px;
	}
	.kid-jumping-left.is-active-left::before {
    	left: -125px;
	}
}

@media (max-width: 767px) {
	.kid-jumping-left::before {
    	width: 250px;
    	height: 566px;
    	left: -125px;
	}
	.kid-jumping-left.is-active-left::before {
    	left: -75px;
	}
}

@media (max-width: 540px) {
	.kid-jumping-left::before {
    	display: none !important;
	}
	.kid-jumping-left.is-active-left::before {
    	display: none !important;
	}
}

/* TITLE SPLASHES */

.title-splash-right{
	display: inline-block;
    width: 50px;
	height: 42px;
    background: url(https://camps.lifetree.ca/wp-content/uploads/2026/04/splash-orange.svg) no-repeat center;
    position: relative;
    top: -29px;
    left: -9px;
}

.title-splash-left{
	display: inline-block;
    width: 50px;
	height: 42px;
    background: url(https://camps.lifetree.ca/wp-content/uploads/2026/04/splash-red.svg) no-repeat center;
    position: relative;
    top: -29px;
    left: 10px;
    transform: scaleX(-1); 
}

.form-container .elementor-widget-container {
    position: relative;
    overflow: visible; 
}

.form-container .elementor-widget-shortcode .elementor-widget-container:last-child::after {
    content: "";
    position: absolute;
    /* --- POSITIONING --- */
    top: -45px;   
    right: -55px;  
    width: 65px;   
    height: 55px;
    background: url(https://camps.lifetree.ca/wp-content/uploads/2026/04/splash-orange.svg) no-repeat center;
    background-size: contain;
    z-index: 2;   
    pointer-events: none;
}

.camps-counter .elementor-widget-container {
    position: relative;
    overflow: visible; 
}

.camps-counter:after {
    content: "";
    position: absolute;
    /* --- POSITIONING --- */
    bottom: -40px;   
    left: 30px;  
    width: 65px;   
    height: 55px;
    background: url(https://camps.lifetree.ca/wp-content/uploads/2026/04/splash-yellow.svg) no-repeat center;
    background-size: contain;
    z-index: 2;   
    pointer-events: none;
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
	.camps-counter:after {
		bottom: -40px;
    	left: -40px;
	}
}

@media (max-width: 540px) {
	.title-splash-right, .form-container .elementor-widget-shortcode .elementor-widget-container:last-child::after {
		display: none;
	}
}

/* ROPE PULLING */

.elementor-element-87472fa {
    overflow: hidden !important;
    white-space: nowrap; 
}

/* The Rope Image */
.elementor-element-127ad1d img {
    width: 120% !important; 
    min-width: 120% !important;
    max-width: none !important;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%) scale(1.05); 
    transition: transform 1.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    will-change: transform;
}

/* REGISTRATION STEPS */

:root {
    --s-orange: #ff5f38;
    --s-peach: #ffc1b4;
    --c-size: 46px;
}

.steps-html-block{
	position: relative;
}

.meta-stepper {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible; 
}

.m-step-item {
    position: relative;
    flex: 1; 
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    height: auto; 
}

.m-line-abs {
    position: absolute;
    top: calc(var(--c-size) / 2); 
    left: calc(var(--c-size) / 2);
    width: 90%; 
    height: 6px;
    margin-top: -3px; 
    background: linear-gradient(90deg, var(--s-orange) 0%, var(--s-peach) 100%);
    z-index: 1;
    border-radius: 10px;
}

.m-circle {
    width: var(--c-size);
    height: var(--c-size);
    background: var(--s-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5; 
    margin-bottom: 15px;
}

.m-check {
    width: 10px; height: 18px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
    margin-top: -4px;
}

.m-num {
	font-family: "Gabarito", Sans-serif;
    color: var(--s-orange);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    z-index: 5;
}

.m-text {
	font-family: "Gabarito", Sans-serif;
    font-size: 19px;
    font-weight: 800;
    color: #1a1a1a;
    white-space: nowrap;
    z-index: 5;
}

/* MOBILE FIX */
@media (max-width: 1024px) {
    .meta-stepper {
        flex-direction: column;
        align-items: flex-start;
        
        width: fit-content;     
        margin: 0 auto !important; 
        
        padding-left: 0;        
        padding-right: 20px;    
    }

    .m-step-item {
        flex-direction: row; 
        display: flex;
        align-items: flex-start;
        width: auto;            
        margin-bottom: 40px; 
        position: relative;
    }

    .m-num {
        margin-top: 11px; 
        margin-left: 20px;
        white-space: nowrap; 
    }

    .m-text {
        white-space: normal;
        font-size: 18px;
        margin-top: 8px;
        margin-left: 20px;
        line-height: 1.2;
    }

    .m-line-abs {
        width: 6px !important;
        height: calc(100% + 40px) !important;
        left: calc(var(--c-size) / 2) !important; 
        margin-left: -3px; 
        top: calc(var(--c-size) / 2) !important; 
        background: linear-gradient(180deg, var(--s-orange) 0%, var(--s-peach) 100%) !important;
    }
}

/* FORMS */

.nf-pass.field-wrap .nf-field-element:after {
    color: var( --e-global-color-primary ) !important;
}

.listcheckbox-container .nf-field-element label:before {
	left: -27px !important;
    top: 0px !important;
}

.listcheckbox-container .nf-field-element label:after {
    top: 1px !important;
}

.sq-card-wrapper .sq-card-message, .sq-card-wrapper .sq-card-message-no-error {
    color: var(--e-global-color-accent) !important;
}

.sq-card-wrapper .sq-card-message-no-error::before {
	background: var(--e-global-color-accent) !important;
}

.cc-title {
	font-family: "Gabarito", Sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #fff !important;
	margin-bottom: -12px
}

.nf-response-msg {
	font-family: "Gabarito", Sans-serif;
	color: #ffffff !important;
}

.nf-signature-preview-label {
	font-family: "Gabarito", Sans-serif;
  font-style: normal;
  font-weight: 400 !important;
    color: #ffffff !important;
    font-size: 16px !important;
}

.label-right .nf-field-description {
	margin-right: 0 !important;
	margin-bottom: 20px !important;
}

.nf-help {
    color: var(--e-global-color-accent) !important;
}

.checkbox-wrap .nf-field-element label:before, .checkbox-wrap .nf-field-label label:before, .listcheckbox-wrap .nf-field-element label:before, .listcheckbox-wrap .nf-field-label label:before {
	font-size: 16px !important;
	color: var(--e-global-color-accent) !important;
}

.checkbox-container.label-right label:before {
    left: -27px !important;
}

.listradio-wrap .nf-field-element label.nf-checked-label:before {
	top: .3em !important;
	background: var(--e-global-color-accent) !important;
	border-color: #fff !important;
}

.listradio-wrap .nf-field-element label:after {
    border: 2px solid #fff !important;
}

input[type=checkbox]:focus+label:after, input[type=radio]:focus+label:after {
    box-shadow: none !important;
}

.nf-form-content h3 {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-secondary-font-weight) !important;
	font-size: 38px;
    color: var(--e-global-color-accent);
	margin-bottom: 0rem !important;
}

.nf-form-content h4 {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-primary-font-weight) !important;
	color: #ffffff !important;
}

.nf-form-content label, .nf-field-label .nf-label-span, .nf-field-label label {
	  font-family: "Gabarito", Sans-serif;
  font-style: normal;
  font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #fff;
}

.home .nf-form-content .nf-repeater-fieldset input {
    margin-bottom: 10px !important;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content select.ninja-forms-field:focus, select#nf-field-45 {
    color: #cccccc !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: 0 !important;
}

input.nf-next, input.nf-previous {
    padding: 10px 25px !important;
    border-radius: 0px;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content select.ninja-forms-field:focus, .nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
    font-size: 16px !important;
    font-weight: 400 !important;
	padding: 12px 25px !important;
	border-radius: 8px !important;
	border: 0px !important;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content select.ninja-forms-field:focus, select#nf-field-45 {
	color: #8f8f8f !important;
}

.nf-form-content select.ninja-forms-field:focus {
	color: #8f8f8f !important;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
		  font-family: "Gabarito", Sans-serif;
  font-style: normal;
  font-weight: 400 !important;
	    border-radius: 8px !important;
}

.form-container .nf-form-content input, .form-container .nf-form-content input:not([type="button"]), .nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: 60px !important;
}

.nf-form-content input[type=checkbox].ninja-forms-field, .nf-form-content input[type=radio].ninja-forms-field {
    height: auto !important;
}

.nf-form-content .list-select-wrap>div div:after {
	top: 5px !important;
}

legend {
    padding-bottom: 10px;
}

.page-id-66 .nf-next-previous {
    margin: 40px 0 20px !important;
}

.nf-after-form-content {
	background: var( --e-global-color-secondary );
}

.form-container .nf-form-cont {
  background: var( --e-global-color-secondary );
}

.nf-form-fields-required {
  display: none;
}

.nf-form-content {
  margin: 0;
  max-width: unset;
  padding: 115px;
}

div#nf-field-11-container {
  margin: 0;
}

.form-container nf-fields-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-container .nf-repeater-fieldsets fieldset {
  padding: 0;
  margin: 30px 0 0 0;
  border: none;
}

button.nf-remove-fieldset {
  display: none;
}

nf-field:nth-of-type(5) {
  grid-column: span 1;
}

.form-container .nf-field-container {
  margin: 0;
}

.form-container .nf-repeater-fieldset nf-fields-wrap {
  grid-template-columns: 1fr;
}

div#nf-field-9-container legend {
  display: none;
}

.form-container .nf-repeater-fieldset .nf-field-container {
  border: none;
  margin: 0;
}

div#nf-field-9 > div {
  width: 100%;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}

div#nf-field-9 > div fieldset {
  width: 100%;
}

div#nf-signature-instructions-82 {
	font-family: "Gabarito", Sans-serif;
    color: #96a5d5;
	font-size: 16px;
    margin-top: 8px;
}

.elementor-kit-6 .form-container button {
	border-radius: 5px;
	font-weight: 400;
}

.form-container .nf-form-content input,
.form-container .nf-form-content input:not([type="button"]) {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border: none;
	border-radius:8px;
  font-family: "Gabarito", Sans-serif;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px;
  padding: 20px 25px;
  height: unset;
  -webkit-appearance: none;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	font-family: "Gabarito", Sans-serif !important;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
	background: #465ea8 !important;
	color: #96a5d5 !important;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
	background: var(--e-global-color-accent) !important;
		color: #ffffff !important;
}

.nf-form-content input[type="submit"] {
    background-color: transparent;
    text-transform: none !important;
    font-size: 18px !important;
    font-weight: 400 !important;
	letter-spacing: 0px !important;
    color: #FFFFFF !important;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%) !important;
    border-radius: 99px 99px 99px 99px !important;
	margin-top: 20px;
}

.nf-form-content input[type="submit"]:hover {
    background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%) !important;
}

.form-submit-button {
	width: 100% !important;
}

.form-container .nf-form-content input::placeholder {
  color: #8f8f8f;
}

.form-container .nf-form-content input:not([type="button"]):focus {
  border: 1px solid #0d131e;
  color: #0d131e;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

body .nf-form-content input:not([type="submit"]),
.nf-form-content textarea {
  color: #0d131e;
}

.form-container .nf-form-content input[type="submit"] {
  background: #0d131e;
	color: #ffffff !important;
  padding: 21px 40px;
  height: unset;
  width: 100%;
  font-weight: bold;
}

.form-container .nf-form-content input[type="submit"]:hover {
  background: #982540;
  color: #ffffff;
}

.nf-field-container.repeater-container button {
  margin-top: 30px;
  font-family: "Gabarito", Sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #0d131e;
  background: none;
}

.nf-field-container.repeater-container button {
  margin-top: 30px;
  font-family: "Gabarito", Sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #0d131e;
  background: none;
  padding-left: 80px;
  position: relative;
}

.nf-field-container.repeater-container button:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  background-image: url(https://camps.lifetree.ca/wp-content/uploads/2023/04/add.png);
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-container .nf-form-content {
	background: var(--e-global-color-secondary);
  padding: 0;
  max-width: 100%;
}

div#nf-field-10-container {
  height: 100%;
  display: grid;
  width: 100%;
  align-items: center;
}

div#nf-field-10-container::after {
  display: none;
}

div#nf-field-10-container .nf-after-field,
.nf-before-field {
  display: none;
}

.form-container nf-field:last-of-type {
  grid-column: span 1;
}

.nf-field-description p {
    font-size: 100% !important;
	color: #ffffff !important;
}

.nf-fu-progress {
    display: none !important;
}

.nf-error-msg {
  font-size: 16px;
  margin-top: 15px;
}

.nf-error-msg, .ninja-forms-req-symbol {
	color: var(--e-global-color-accent) !important;
}

.nf-error.field-wrap .nf-field-element:after {
    background: var(--e-global-color-accent) !important;
	border-radius: 0 7px 0 0;
}

.nf-error-field-errors {
	text-align: center;
}

.nf-error.field-wrap .nf-field-element:after {
    font-size: 12px !important;
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    height: 25px !important;
    width: 25px !important;
    line-height: 25px !important;
}

.nf-fu-fileinput-button {
    background: #0d131e !important;
}

.nf-field-label .nf-label-span, .nf-field-label label {
    font-weight: 600 !important;
}

#nf-field-14-wrap p {
	font-size: 18px;
}

.form-container.donation-form nf-fields-wrap {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
}

.nf-progress-container {
	background-color: #374e98 !important;
	border-radius: 99px;
}

.nf-progress-container, .nf-progress {
    height: 6px !important;
}

.nf-progress {
	background-color: var(--e-global-color-accent) !important;
	border-radius: 99px 0 0 99px;
}

.nf-repeater-fieldset nf-field{
	float:left;
	padding-right:15px;
	width:33%;
}

.page-id-66 .nf-breadcrumbs {
    margin: 20px 0 40px !important;
}

.nf-breadcrumbs li a {
    background: #465ea8 !important;
	font-family: "Gabarito", Sans-serif;
	font-style: normal;
	font-weight: 400 !important;
	font-size: 14px !important;
    margin-right: 10px !important;
    color: #96a5d5 !important;
	border-radius: 6px;
}

.nf-breadcrumbs li.active a {
    background: var(--e-global-color-accent) !important;
    color: #fff !important;
}

body.nf-step-0 .form-container nf-fields-wrap nf-field:first-child {
    grid-column: 1 / -1;
}

body.nf-step-1 .form-container nf-fields-wrap nf-field:first-child {
    grid-column: 1 / -1;
}

body.nf-step-2 .form-container nf-fields-wrap {

    grid-template-columns: repeat(3, 1fr); /* Creates 3 equal columns */

}

body.nf-step-2 .form-container nf-fields-wrap nf-field:first-child {
    grid-column: 1 / -1;
}

body.nf-step-3 .form-container nf-fields-wrap {
    grid-template-columns: 1fr !important; 
}

body.nf-step-3 nf-field {
    grid-column: 1 / -1 !important;
}

body.nf-step-3 .nf-field-element ul {
    display: flex;             
    justify-content: left;   
    gap: 20px;                 
    list-style: none;          
    padding: 0;                
    margin: 0 auto;            
}

body.nf-step-3 .nf-field-element ul li {
    display: flex;
    align-items: left;
    gap: 8px;                 
}

body.nf-step-3 .label-hidden .nf-field-label {
    height: 10px !important;
    /** visibility: visible !important; **/ 
    /** margin: 0 0 15px 0 !important; **/ 
    display: block !important;
    text-align: left; 
    width: 100%;
}

body.nf-step-3 .form-container,
body.nf-step-3 nf-fields-wrap {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important; 
}

body.nf-step-3 nf-field {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    clear: both;
}

body.nf-step-3 ul{
	display: block !important;
}

body.nf-step-3 .nf-form-content input[type=radio].ninja-forms-field{
	max-height: 20px !important;
    max-width: 20px !important;
    padding: 5px !important;
}

body.nf-step-3 nf-fields-wrap:nth-of-type(2) {
    margin-top: 40px; 
}

body.nf-step-3 .label-hidden #nf-field-30 .nf-field-label {
    height: auto !important;
    visibility: hidden !important;
    margin: 0 0 0px 0 !important;
    display: none !important;
    text-align: center;
    width: 100%;
}

body.nf-step-4 .form-container nf-fields-wrap {

    grid-template-columns: repeat(3, 1fr); /* Creates 3 equal columns */

}

body.nf-step-4 .form-container nf-fields-wrap nf-field:first-child {
    grid-column: 1 / -1;
}

body.nf-step-4 .form-container nf-fields-wrap nf-field:nth-child(2) {
    grid-column: 1 / -1;
}

body.nf-step-4 .form-container nf-fields-wrap nf-field:nth-child(3) {
    grid-column: 1 / -1;
}

body.nf-step-4 .nf-field-description{
	padding-top: 5px;
}

div#nf-field-71-wrap,
div#nf-field-73-wrap{
	display: block !important;
}

body.nf-step-4 .nf-form-content input[type=radio].ninja-forms-field{
	max-height: 20px !important;
    max-width: 20px !important;
    padding: 5px !important;
}

body.nf-step-6 .form-container nf-fields-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

body.nf-step-5 .form-container nf-fields-wrap nf-field:first-child {
    grid-column: 1 / -1;
}

body.nf-step-5 .nf-form-content input[type=radio].ninja-forms-field{
	max-height: 20px !important;
    max-width: 20px !important;
    padding: 5px !important;
}

body.nf-step-7 .form-container nf-fields-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* 1. Reset the counter at the top of the form */
.nf-form-content {
    counter-reset: member-shift 1; 
}

/* 2. Hide the original text completely (Team Member 1) */
.nf-field-container.repeater-container legend,
.nf-field-container.repeater-container .nf-repeatable-label {
    font-size: 0 !important; 
    margin-bottom: 2px;
}

/* 3. Re-create label with the shifted number */
.nf-field-container.repeater-container legend:after,
.nf-field-container.repeater-container .nf-repeatable-label:after {
    counter-increment: member-shift;
    content: "Team Member " counter(member-shift);
    font-size: 20px; 
    visibility: visible;
    display: block;
}

.nf-field-container.repeater-container .nf-field-element {
    font-size: 20px;
}

/* The Pop Effect */

#nf-field-31 {
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: scale(1) perspective(1px) translateZ(0);
	transition-duration: 0.1s !important;
    transition-property: transform !important;
    transition-timing-function: ease-out;
}

#nf-field-31:hover {
    transform: scale(1.02) !important;
}

/* Ensures it resets immediately if clicked or focused */
#nf-field-31:active,
#nf-field-31:focus {
    transform: scale(1) !important;
}

/* CAMP SELECTION + PAYMENT FORM */

#csp-form, #csp-success-message h3, #csp-success-message p, #csp-success-message p {
	font-family: "Gabarito", Sans-serif !important;
	font-style: normal;
}

.csp-label-question {
    font-size: 1.4rem;
}

#csp-form h3 {
	font-size: 2.5rem !important;
}

.csp-field-group label {
    margin-bottom: 5px;
}

.csp-camp-option input[type="checkbox"] {
    accent-color: var(--e-global-color-accent) !important;
}

.csp-total-row {
    font-size: 1.2rem;
    margin: 0rem 0 1rem;
    text-transform: uppercase;
}

.csp-form-error {
    background: transparent !important;
    border: 1px solid var(--e-global-color-accent) !important;
}

.csp-error-msg {
    color: var(--e-global-color-accent) !important;
}

.csp-error-msg::before {
    margin-right: 5px;
}

.sq-card-wrapper .sq-card-message-error::before {
    background-color: var(--e-global-color-accent) !important;
}

div#csp-card-error {
	border: 1px solid var(--e-global-color-accent) !important;
	border-radius: 6px;
    padding: 0.7rem 1rem;
    margin-top: 1rem;
    font-size: 0.95rem;
}

#csp-success-message {
    padding: 0 !important;
    background: transparent !important;
    border: 0px !important;
}

#csp-success-message h3, #csp-success-message p, #csp-success-message p {
    color: #fff !important;
}

#csp-success-message p {
	margin: 40px 0 0 !important;
}

#csp-payment-ref {
    font-weight: 700 !important;
}

#csp-submit-btn {
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: 0;
	display: inline-block;
    vertical-align: middle;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform: scale(1) perspective(1px) translateZ(0);
	transition-duration: 0.1s !important;
    transition-property: transform !important;
    transition-timing-function: ease-out;
}

#csp-submit-btn:hover {
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%) !important;
}

#csp-submit-btn:hover:not(:disabled) {
    opacity: 1;
	background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%) !important;
	transform: scale(1.04) perspective(1px) translateZ(0) !important;
}

#csp-submit-btn:active, 
#csp-submit-btn:focus {
    transform: scale(1) !important;
}

/* RESPONSIVE */

@media only screen and (max-width: 1024px) {
	h1 {
    	font-size: 2.25rem;
	}
	.form-container nf-fields-wrap, div#nf-field-9 > div {
    	display: grid;
    	grid-template-columns: 1fr;
    	gap: 50px;
	}
	body.nf-step-2 .form-container nf-fields-wrap {
        grid-template-columns: repeat(2, 1fr); 
	}
	body.nf-step-4 .form-container nf-fields-wrap {
		grid-template-columns: repeat(2, 1fr); 
	}
}

@media only screen and (max-width: 1365px) {
	.fa-instagram:before {
    	content: "\f16d";
    	font-size: 26px;
	}
}

@media only screen and (max-width: 768px) {
	div#nf-field-12-container {
    	max-width: 300px;
	}
	.form-container .nf-form-content input, .form-container .nf-form-content input:not([type="button"]) {
    	padding: 15px 15px;
    	font-size: 18px;
    	width: 100%;
	}
	.form-container nf-fields-wrap, div#nf-field-9 > div {
    	gap: 15px;
	}
	.nf-field-container.repeater-container button {
    	font-size: 18px;
	}
	.nf-field-container.repeater-container button:before {
    	width: 35px;
    	height: 35px;
	}
	.nf-field-container.repeater-container button {
    	font-size: 18px;
    	padding-left: 50px;
    	margin-top: 30px;
    	margin-bottom: 15px;
	}
	.nf-form-content label {
    	font-size: 16px !important;
	}
	body.nf-step-2 .form-container nf-fields-wrap {
        grid-template-columns: repeat(1, 1fr); 
   }
    body.nf-step-4 .form-container nf-fields-wrap {
        grid-template-columns: repeat(1, 1fr); 
   }
}

@media screen and (max-width: 500px) {
	.nf-signature-canvas-wrapper{
		max-width: calc(100vw - 100px) !important;
	}
}

@media screen and (max-width: 460px) {
	.form-container .nf-field-container .nf-field {
		margin: 0 !important;
    }
	.form-container .nf-field-container.team-members .nf-field .nf-repeater-fieldset .nf-field {
		max-width: 100% !important;
    }
}

@keyframes rotate-border {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}



