@charset "UTF-8";

/* ======================================================================
   FONTS - DESKTOP-GRADE, MINIMAL LAYOUT SHIFT
   ====================================================================== */

@font-face {
	font-family: "Playfair_Display";
	src: url("/wp-content/themes/slightlychilled-child/assets/fonts/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf")
		format("truetype");
	font-weight: 1 900;
	font-style: normal;
	font-display: optional;
}

@font-face {
	font-family: "Source_Sans_3";
	src: url("/wp-content/themes/slightlychilled-child/assets/fonts/Source_Sans_3/SourceSans3-VariableFont_wght.ttf")
		format("truetype");
	font-weight: 1 900;
	font-style: normal;
	font-display: optional;
}

:root {
	--primary: #262e46;
	--animation-primary: #1a1a2e;
	--animation-primary-lt: #16213e;
	--animation-primary-lt-2: #0f3460;
	--animation-primary-lt-3: #533483;
	--animation-primary-lt-4: #e94560;

	/* Optical sizing helps variable fonts play nicely with fallbacks */
	font-optical-sizing: auto;
	--white: #fff;
	--off-white: #f2efea;
	--soft-gold: #c9a86e;
	--warm-white: #faf8f4;
	--stone-grey: #545a5e;
	--light-grey: #acacac;
	--black: #1a1a1a;
}

/* Match fallback and final font behaviour as closely as possible */
html {
	font-size-adjust: 0.5;
	font-variant-ligatures: none;
	scroll-behavior: smooth;
}

body {
	background-color: var(--off-white);
	margin: 0;
	font-family: "Source_Sans_3";
	font-weight: 300;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.myIframe {
	position: relative;
	padding-bottom: 100%;
	padding-top: 30px;
	height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/*pointer-events: none;*/
	border: none;
	background: #f00;
}
.myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	border: 0;
	background: none;
}

/* Navigation */

.navbar-custom .container-fluid {
	max-width: 1320px;
}

.navbar-custom {
	backdrop-filter: blur(10px);
	padding: 1.2rem 1.25rem;
	transition: all 0.4s ease;
}

.navbarSolid {
	padding: 0.6rem 1.25rem;
	background: var(--primary);
}

a.navbar-brand {
	font-family: "Playfair_Display";
	color: var(--off-white);
	font-size: 1.05rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-right: 2rem;
	transition: color 0.2s ease;
}

.navbar-custom a.navbar-brand:hover {
	color: var(--soft-gold);
}

.navbarSolid a.navbar-brand {
	color: var(--soft-gold);
}

.navbar-custom .nav-link {
	font-size: 0.95rem;
	font-weight: 400;
	color: var(--off-white);
	padding: 0.35rem 0.9rem;
	position: relative;
	letter-spacing: 0.05em;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active,
.navbar-custom .current-menu-item > a,
.navbar-custom .current_page_item > a,
.navbar-custom .current_page_ancestor > a {
	color: var(--soft-gold) !important;
}

/* Underline indicator */
.navbar-custom .nav-link::after {
	content: "";
	position: absolute;
	left: 0.9rem;
	right: 0.9rem;
	bottom: -0.2rem;
	height: 1px;
	background-color: var(--soft-gold);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.navbar-custom .nav-link:hover::after,
.navbar-custom .nav-link.active::after,
.navbar-custom .current-menu-item > a::after,
.navbar-custom .current_page_item > a::after,
.navbar-custom .current_page_ancestor > a::after {
	opacity: 1;
}

.navbar-toggler {
	border-color: rgba(255, 255, 255, 0);
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(201,168,110, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* EO Navigation */

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Playfair_Display";
}

.hero h1 {
	color: var(--white);
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 2rem;
}

.hero-subtitle {
	color: #c9a86e;
	font-family: "Open Sans", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.4;
}

.hero-teaser {
	font-size: 0.9rem;
	color: var(--off-white);
	letter-spacing: 0.04em;
}

small {
	font-family: "Source_Sans_3";
	font-weight: 300;
	font-size: 60%;
	color: var(--stone-grey);
	letter-spacing: 0.04em;
	margin-left: 0.5rem;
	margin: 1rem auto 3rem auto;
	display: block;
}

.theContent {
	font-family: "Source_Sans_3";
	font-weight: 400;
	font-size: 1.1rem;
	color: var(--stone-grey);
	letter-spacing: 0.04em;
}

.hero .theContent {
	color: var(--off-white);
}

#automation .theContent {
	font-size: 1.3rem;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.intro-section-header {
	color: #1a1a2e;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}

.intro-section-header svg {
	width: 1.8rem;
	height: 1.8rem;
	color: var(--primary);
}

#cta h2 {
	color: var(--white);
}

#cta .cta-content {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	color: var(--warm-white);
	font-size: 0.98rem;
	line-height: 1.7;
}

/* EO Typography */

/* Generic section scaffold */

section {
	position: relative;
	padding-top: 7rem;
	padding-bottom: 7rem;
}

/* Intro Section Items */
.intro-section-item {
	margin-bottom: 6rem;
	padding: 3rem 0;
}

.intro-section-item:last-of-type {
	margin-bottom: 0;
}

.contentBlock {
	background: #ffffff;
	border-radius: 8px;
	padding: 2rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	height: 100%;
	transition: box-shadow 0.3s ease;
}

#solution .contentBlock {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--primary);
	color: var(--white);
	border-radius: 8px;
	padding: 2rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	height: 100%;
	transition: box-shadow 0.3s ease;
}

#solution .contentBlock .theContent {
	color: var(--off-white);
}

.contentBlock:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

#why .contentBlock {
	padding: 2rem;
	background: linear-gradient(
		135deg,
		var(--white) 0%,
		var(--warm-white) 100%
	);
	border-radius: 8px;
	padding: 2rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	height: 100%;
	transition: box-shadow 0.3s ease;
}

.contentBlock-title {
	color: #1a1a2e;
	font-size: 1.5rem;
	font-weight: 500;
}

.contentBlock-subtitle {
	color: #6c757d;
	font-size: 0.9rem;
	font-weight: 400;
	display: block;
}

.animated-bg {
	position: relative;
	overflow: hidden;
	background: linear-gradient(
		135deg,
		#1a1a2e 0%,
		#16213e 25%,
		#0f3460 50%,
		#533483 75%,
		#e94560 100%
	);
	background-size: 400% 400%;
	animation: gradientShift 15s ease infinite;
}

.animated-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(
			circle at 20% 50%,
			rgba(255, 255, 255, 0.1) 0%,
			transparent 50%
		),
		radial-gradient(
			circle at 80% 80%,
			rgba(255, 255, 255, 0.1) 0%,
			transparent 50%
		),
		radial-gradient(
			circle at 40% 20%,
			rgba(255, 255, 255, 0.05) 0%,
			transparent 50%
		);
	animation: float 20s ease-in-out infinite;
	pointer-events: none;
}

.animated-bg::after {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: repeating-linear-gradient(
		45deg,
		transparent,
		transparent 2px,
		rgba(255, 255, 255, 0.03) 2px,
		rgba(255, 255, 255, 0.03) 4px
	);
	animation: rotate 30s linear infinite;
	pointer-events: none;
}

.hero .hero-inner {
	max-width: 720px;
	margin: auto;
}

.hero {
	color: var(--warm-white);
}

.lightBG {
	background: var(--white);
}

#cta {
	background-color: #262e46;
	margin-bottom: 0;
	text-align: center;
}

#intro .theContent {
	max-height: 320px;
	overflow-y: auto;
	padding-right: 0.75em;
	/* Optional: Add custom scrollbar styling */
	scrollbar-width: thin;
	scrollbar-color: #c9a86e #faf8f4;
	/* This will allow smooth automated scrolling */
	scroll-behavior: smooth;
}

#intro .theContent::-webkit-scrollbar {
	width: 8px;
}
#intro .theContent::-webkit-scrollbar-thumb {
	background: #c9a86e;
	border-radius: 6px;
}
#intro .theContent::-webkit-scrollbar-track {
	background: #faf8f4;
	border-radius: 6px;
}

/* EO Generic section scaffold */

/* Buttons */

.btn-site {
	margin-bottom: 0.5rem;
	color: var(--white);
	display: inline-block;
	background-color: var(--soft-gold);
	font-size: 1.2rem;
	font-weight: 300;
	padding: 0.9rem 1.8rem;
	text-decoration: none;
	border: 1px solid var(--soft-gold);
}

.btn-site:hover {
	background-color: var(--white);
	color: var(--soft-gold);
	border: 1px solid var(--soft-gold);
}

.gform_wrapper input[type="submit"],
.gform_wrapper input[type="button"],
.gform_wrapper .gform_button,
.gform_wrapper button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_footer input[type="button"] {
	margin-bottom: 0.5rem !important;
	color: #fff !important;
	display: inline-block !important;
	background-color: #c9a86e !important;
	font-size: 1.2rem !important;
	font-weight: 300 !important;
	padding: 0.9rem 1.8rem !important;
	text-decoration: none !important;
	border: 1px solid #c9a86e !important;
	border-radius: 0 !important;
	transition: background 0.2s, color 0.2s, border 0.2s !important;
	cursor: pointer !important;
	font-family: inherit !important;
	box-shadow: none !important;
	line-height: 1.3 !important;
}

.gform_wrapper input[type="submit"]:hover,
.gform_wrapper input[type="button"]:hover,
.gform_wrapper .gform_button:hover,
.gform_wrapper button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type="button"]:hover {
	background-color: #fff !important;
	color: #c9a86e !important;
	border: 1px solid #c9a86e !important;
}

#cta .cta-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

/* CTA buttons (hero-aligned) */
#cta .btn-cta {
	font-family: "Open Sans", sans-serif;
	padding: 0.9rem 1.9rem;
	border-radius: 10px;
	border: 1px solid transparent;
	text-decoration: none;
}

/* Primary */
#cta .btn-primary {
	background-color: var(--soft-gold);
	border-color: var(--soft-gold);
	color: var(--forest-green);
}

#cta .btn-primary:hover {
	background-color: var(--warm-white);
	color: var(--forest-green);
}

/* Secondary */
#cta .btn-outline-primary {
	background: transparent;
	border-color: rgba(250, 248, 244, 0.7);
	color: var(--warm-white);
}

#cta .btn-outline-primary:hover {
	background-color: rgba(250, 248, 244, 0.08);
	border-color: var(--soft-gold);
	color: var(--warm-white);
}

/* EO Buttons */

/* Cards */

.card,
.card-header,
.card-body,
.card-footer {
	padding: 0;
	background: none;
	border: 0;
}

.card {
	padding: 1.25rem 1.5rem;
	transition: all 0.3s ease;
	border: 1px solid var(--primary);
}

#automation .card {
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	border: none;
	background: var(--white);
	transition: all 0.3s ease;
	&:hover {
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		transform: translateY(-5px);
	}
}

#automation .card .icon {
	font-size: 2.6rem;
	color: var(--soft-gold);
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#automation .card .icon svg {
	width: 2.6rem;
	height: 2.6rem;
}

#automation .card:hover .icon {
	animation: spin-horizontal 0.5s linear 1;
}

@keyframes spin-horizontal {
	from {
		transform: rotateY(0deg);
	}
	to {
		transform: rotateY(360deg);
	}
}

#automation .card h3 {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

#automation .card .card-footer {
	font-size: 0.9rem;
	color: var(--stone-grey);
	letter-spacing: 0.04em;
	margin-bottom: 1rem;
}

#why .card.testimonial-card {
	border: none;
	background: linear-gradient(135deg, var(--white) 0%, var(--off-white) 100%);
	border-radius: 8px;
	padding: 2rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	height: 100%;
	transition: box-shadow 0.3s ease;
}

#why .card.testimonial-card .card-header {
	color: var(--primary);
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

#why .card.testimonial-card .card-body {
	color: var(--primary);
	font-size: 1.1rem;
	letter-spacing: 0.04em;
	margin-bottom: 1rem;
}

#why .card.testimonial-card .card-footer {
	font-size: 1.4rem;
	color: var(--stone-grey);
	letter-spacing: 0.04em;
	padding-top: 0;
}

.testimonial-company {
	font-size: 0.9rem;
	color: var(--stone-grey);
	letter-spacing: 0.04em;
	margin-bottom: 1rem;
	display: block;
}

.testimonial-location {
	font-size: 0.9rem;
	color: var(--stone-grey);
	letter-spacing: 0.04em;
	margin-bottom: 1rem;
	display: block;
	font-weight: 500;
}

/* EO Cards */

/* Carousels */

.carousel {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.carousel-item img {
	border-radius: 10px;
}

.carousel-control-prev,
.carousel-control-next {
	width: 44px;
	height: 44px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
	border: none;
	opacity: 1;
	box-shadow: 0 1px 6px rgba(40, 40, 40, 0.2);
}

.carousel-control-prev {
	left: 1rem;
}
.carousel-control-next {
	right: 1rem;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
	background: rgba(255, 255, 255, 0.32);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
	background: none;
	width: 26px;
	height: 26px;
}
.carousel-control-prev-icon {
	mask-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><polyline points="15 6 9 12 15 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><polyline points="15 6 9 12 15 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	mask-size: contain;
	mask-repeat: no-repeat;
	background-color: #262e46;
}
.carousel-control-next-icon {
	mask-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><polyline points="9 6 15 12 9 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><polyline points="9 6 15 12 9 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	mask-size: contain;
	mask-repeat: no-repeat;
	background-color: #262e46;
}

/** Change carousel indicator color **/
.carousel-indicators [data-bs-target] {
	background-color: var(--soft-gold);
}
.carousel-indicators .active {
	background-color: var(--primary);
}

.carousel-caption h5 {
	padding: 1rem;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	color: var(--primary);
	max-width: 400px;
	margin: 0 auto 3rem auto !important;
	box-shadow: 0 1px 6px rgba(40, 40, 40, 0.2);
}

/* EO Carousels */

/* Gravity Forms */

.gfield--type-honeypot {
	display: none !important;
	visibility: hidden !important;
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

.gform_wrapper {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(38, 46, 70, 0.08),
		0 1.5px 8px rgba(201, 183, 140, 0.07);
	padding: 2.5rem 2rem 2rem 2rem;
	margin: 2rem 0;
}

.gform_heading h2,
.gform_wrapper .gform_title {
	font-size: 2rem;
	font-weight: 700;
	color: var(--primary, #262e46);
	margin-bottom: 1.2rem;
	letter-spacing: -0.5px;
}

.gform_wrapper .gform_description {
	margin-bottom: 1.6rem;
	color: #818191;
	font-size: 1.05rem;
}

.gform_wrapper .gfield_label {
	font-weight: 600;
	color: var(--primary, #262e46);
	margin-bottom: 0.45rem;
	font-size: 1rem;
	letter-spacing: 0.01em;
}

.gform_wrapper .gfield_required {
	color: var(--soft-gold, #c9b78c);
	margin-left: 2px;
	font-size: 1.1em;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="number"],
.gform_wrapper textarea,
.gform_wrapper select {
	width: 100%;
	border: 1.5px solid #ddd5c0;
	padding: 0.85rem 1.1rem;
	border-radius: 8px;
	font-size: 1rem;
	background: #f7f6f2;
	color: var(--primary, #262e46);
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
	margin-bottom: 0.3rem;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
	border-color: var(--soft-gold, #c9b78c);
	box-shadow: 0 0 0 2px rgba(201, 183, 140, 0.16);
	outline: none;
	background: #fff;
}

.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_footer button,
.gform_wrapper .gform_page_footer input[type="button"] {
	background: var(--primary, #262e46);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 0.95rem 2.1rem;
	font-size: 1.08rem;
	font-weight: 700;
	box-shadow: 0 2px 16px rgba(38, 46, 70, 0.08);
	transition: background 0.2s, box-shadow 0.2s;
	cursor: pointer;
	margin-top: 0.6rem;
}

.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer button:hover,
.gform_wrapper .gform_page_footer input[type="button"]:hover {
	background: var(--soft-gold, #c9b78c);
	color: var(--primary, #262e46);
	box-shadow: 0 4px 16px rgba(201, 183, 140, 0.13);
}

.gform_wrapper .validation_message,
.gform_wrapper .gform_validation_errors {
	color: #c84f4f;
	border-left: 3px solid #c84f4f;
	background: #fdeeee;
	padding: 0.8rem 1.2rem;
	margin: 0.7rem 0 1.2rem 0;
	border-radius: 6px;
	font-size: 1rem;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
	border-color: #c84f4f !important;
	background: #fdeeee;
}

.gform_wrapper .gfield {
	margin-bottom: 1.3rem;
}

.gform_wrapper .ginput_container input[type="checkbox"],
.gform_wrapper .ginput_container input[type="radio"] {
	width: 1.2em;
	height: 1.2em;
	accent-color: var(--soft-gold, #c9b78c);
	margin-right: 0.5em;
	vertical-align: middle;
}
.gform_wrapper .ginput_container label {
	display: inline;
	font-size: 1rem;
	color: var(--primary, #262e46);
	cursor: pointer;
	vertical-align: middle;
}

.gform_confirmation_message,
.gform_confirmation_message > p {
	background: #f7f6f2;
	border-left: 4px solid var(--soft-gold, #c9b78c);
	padding: 1.5rem 2rem;
	border-radius: 10px;
	font-size: 1.2rem;
	color: var(--primary, #262e46);
	margin-bottom: 2rem;
	margin-top: 2rem;
	margin-left: 0;
}

.gform_wrapper .top_label .gfield_label {
	display: block;
	margin-bottom: 0.45rem;
}

/* EO Gravity Forms */

/* Icon strip */
.automation-icons-scroll {
	overflow: hidden;
	width: 100%;
	margin: var(--space-5) 0 var(--space-6);
}

.automation-icons-inner {
	display: flex;
	align-items: center;
	gap: 3rem;
	white-space: nowrap;
	animation: scrollIcons 30s linear infinite;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.automation-icon-item {
	flex: 0 0 auto;
	background: #fff;
	padding: 1rem;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	&:hover {
		border-color: var(--soft-gold);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
}

.automation-icon-item img {
	height: 40px;
	width: auto;
	max-width: none;
	display: block;
	opacity: 0.85;
	filter: grayscale(100%);
	transition: all 0.3s ease;
}

.automation-icon-item img:hover {
	opacity: 1;
	filter: grayscale(0%);
}

/* EO Icon Strip */

/* Scroll Indicator */

.scroll-to-explore {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.scroll-indicator {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease;
}

.scroll-indicator:hover {
	transform: translateY(-5px);
}

.scroll-text {
	font-size: 0.7rem;
	color: var(--soft-gold);
	letter-spacing: 0.15em;
	margin-bottom: 8px;
}

.scroll-arrow {
	color: var(--soft-gold);
	opacity: 0.9;
	animation: bounce 2s infinite;
}

.scroll-arrow svg {
	width: 16px;
	height: 16px;
}

/* EO Scroll Indicator */

/* Animations */

/* Scroll arrow bounce */

/* Animated "Automation" letters */
.hero-title .letter-wave {
	white-space: nowrap;
}

.letter-wave {
	display: inline-block;
	animation: wave 3s ease-in-out;
}

@keyframes wave {
	0%,
	10%,
	30%,
	100% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(-10px);
	}
}

/* Pause animation on hover for better UX */
.hero-title:hover .letter-wave {
	animation-play-state: paused;
}

/* Hero background animations */
@keyframes gradientShift {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes float {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
		opacity: 0.8;
	}
	33% {
		transform: translate(30px, -30px) scale(1.1);
		opacity: 1;
	}
	66% {
		transform: translate(-20px, 20px) scale(0.9);
		opacity: 0.7;
	}
}

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

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-10px);
	}
	60% {
		transform: translateY(-5px);
	}
}

@keyframes scrollIcons {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

/* EO Animations */

/* Footer */

#footer {
	background: var(--primary);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 6rem;
}

#footer h3 {
	color: var(--warm-white);
	font-size: 1.3rem;
	font-weight: 500;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style: none;
	margin-bottom: 0.35rem;
	font-size: 0.9rem;
}

#footer ul li a {
	color: var(--light-grey);
	text-decoration: none;
	transition: all 0.3s ease;
}

#footer ul li a:hover {
	color: var(--soft-gold);
}

/* Social icons (ul needs class="footer-social" in markup) */
#footer .footer-social {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

#footer svg {
	color: var(--soft-gold);
	opacity: 0.9;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

#footer a:hover svg {
	opacity: 1;
	transform: translateY(-2px);
}

#copyright {
	margin-top: 4rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 0.8rem;
	color: var(--warm-white);
}

#copyright a {
	color: var(--soft-gold);
}

/* EO Footer */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 768px) {
	section.hero {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	section.hero h1 {
		font-size: 2.5rem;
	}

	h3.intro-section-header {
		font-size: 1.4rem;
		text-align: left;
	}

	h4.contentBlock-title {
		font-size: 1.2rem;
	}

	.intro-section-item {
		margin-bottom: 3rem;
		padding: 2rem 0;
	}

	.intro-section-item:last-of-type {
		margin-bottom: 0;
	}
	section {
		position: relative;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

@media (min-width: 40em) {
}

@media (min-width: 62em) {
}

@media (max-width: 768px) {
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}
