/* ------------------------------------------------------------------
   Global Styles
------------------------------------------------------------------ */
html,
body {
	scroll-behavior: auto !important;
	overscroll-behavior: none;
}

html.lenis {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
	/* native smooth disable */
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1280px;
	}
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1280px;
	}
}

body,
#preloader,
section {
	background: #F9F9F9 !important;
}

.section-spacing {
	padding: 2rem 0;
}

/* ==============================
    Hover Effects
    ================================= */
.zoom-hover picture {
	position: relative;
	overflow: hidden;
	display: block;
}

.zoom-hover picture img {
	transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.zoom-hover:hover picture img {
	transform: scale(1.1);
}

/* ------------------------------------------------------------------
   Home Button
------------------------------------------------------------------ */
section#home-hero-sec h1 {
	font-style: italic;
	color: #F9F9F9;
	-webkit-text-stroke: 1px #9F9F9F;
	-webkit-text-fill-color: #F9F9F9;
}

.home-btn {
	padding: 11px 23px;
	background: #FFFFFF;
	border-radius: 80px;
	transition: background 0.3s ease, border-radius 0.3s ease, padding 0.3s ease;
	position: relative;
	overflow: hidden;
}

/* Arrow hidden by default */
.home-btn::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) translateX(-5px);
	/* start slightly left */
	opacity: 0;
	/* hidden */
	transition: opacity 0.3s ease, transform 0.3s ease;
	background: url("https://staging.tonicworldwide.com/wp-content/uploads/2025/11/right-arrow.svg") no-repeat;
	height: 10px;
	width: 14px;
	background-size: contain;
}

.home-btn:hover {
	padding-right: 40px;
	/* expands to the right */
	background: #FFDE4C;
	border-radius: 100px;
}

.home-btn:hover::after {
	opacity: 1;
	transform: translateY(-50%) translateX(5px);
	/* moves right */
}

.home-btn-black {
	background-color: #000;
	color: #fff;
}
.home-insight-heading {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 10px;
}
/* ------------------------------------------------------------------
   Home Hero Section
------------------------------------------------------------------ */
/* Keep each word together (no mobile breaking) */
.word {
	display: inline-block;
	white-space: nowrap;
}

/* Animate each letter individually */
.letter {
	display: inline-block;
	will-change: transform, opacity, filter;
}
#home-hero-sec{
    border:0 !important;
}
#home-hero-sec h1,
#home-hero-sec h2 {
	/*line-height: 1.2;*/
	/*padding: 10px 0;*/
}

#home-hero-sec .section-title h1 {
	font-family: 'Radley';
	font-style: italic;
	font-weight: 400;
	font-size: 136px;
	line-height: 110px;
	color: #F9F9F9;
	-webkit-text-stroke: 1px #666;
	-webkit-text-fill-color: #F9F9F9;
	padding-bottom: 0 !important;
}

#home-hero-sec .second_line {
	text-align: end;
	padding-right: 10%;
}

#home-hero-sec .second_line h2 {
	font-family: 'Radley';
	font-weight: 400;
	font-size: 136px;
	line-height: 80px;
	color: #000;
	margin-bottom: 50px;
	font-style: italic;
}

#home-hero-sec .hero-content {
	text-align: end;
	padding-left: 23%;
}

#home-hero-sec .hero-content p {
	font-family: 'Radley';
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	color: #000;
}

#home-hero-sec .hero-content-box {
	max-width: 35%;
	margin: 3rem 1rem 0 auto;
	position: relative;
}

#home-hero-sec .hero-content-box p {
	font-family: 'Radley';
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #000;
}

#home-hero-sec .hero-content-box:before {
	content: "";
	background: url("https://staging.tonicworldwide.com/wp-content/uploads/2025/11/plus-icon.svg") no-repeat;
	background-size: contain;
	height: 20px;
	width: 20px;
	position: absolute;
	left: -8%;
	top: 5%;
}

/* ------------------------------------------------------------------
   Home Insight Section
------------------------------------------------------------------ */
.split-letter {
	display: inline-block;
	/*overflow: hidden;*/
	will-change: transform, opacity, filter;
}
.plswait_form span.pleasewait {
    position: absolute;
}
#home-insight {
	background-size: cover;
	background-position: center center;
	border: 0 !important;
}

#home-insight .home-insight-wrapper {
	background: #000;
	border-radius: 20px;
	padding: 3rem 7rem 3rem;
}

.home-insight-heading h2 sup {
	color: #FFDE4C;
}

.home-insight-heading h2 {
	font-family: 'Radley';
	font-style: italic;
	font-weight: 400;
	font-size: 100px;
	line-height: 126px;
	leading-trim: both;
	text-edge: cap;
	color: #FFFFFF;
	margin-bottom: 0;
}

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

#home-insight .home-insight-wrapper h3 {
	margin-bottom: 0;
	font-family: 'Radley';
	font-style: italic;
	font-weight: 400;
	font-size: 50px;
	line-height: 42px;
	color: #FFFFFF;
	padding-inline-start: 8%;
}
.newsletter-quicklinks .new-layout ul li a img {
    height: 24px;
}
#home-insight .home-insight-wrapper h2.stroke {
	font-family: 'Radley';
	font-style: italic;
	font-weight: 400;
	font-size: 100px;
	line-height: 126px;
		color: #FFFFFF;
	text-align: left !important;
	padding-bottom: 0 !important;
	padding-inline-start: 20px;
}

#home-insight .home-insight-wrapper .second_line h2 {
	font-family: 'Radley';
	font-weight: 400;
	font-size: 100px;
	line-height: 126px;
	color: #fff;
	text-align: center;
	padding-left: 5%;
}

.home-insight-box {
	padding-top: 0%;
	padding-left: 3%;
}

#home-insight.insight-groth .home-insight-wrapper p {
    max-width: 100%;
}
.home-insight-box p {
	font-family: 'Radley';
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	max-width: 80%;
	position: relative;
}

.home-insight-box p:first-child {
/* 	padding-bottom: 2rem; */
}

.home-insight-box p:before {
	content: "";
	background: url("https://staging.tonicworldwide.com/wp-content/uploads/2025/11/white-plus-icon.svg") no-repeat;
	background-size: contain;
	height: 20px;
	width: 20px;
	position: absolute;
	left: -8%;
	top: 5%;
}

.home-insight-box p mark {
	color: #fff;
}

/* ------------------------------------------------------------------
   Home Orchestrated Section
------------------------------------------------------------------ */
section#home-orchestrated h2 {
	padding-top: 1rem;
}

.home-orchestrated-content .home-btn-black {
	margin-inline-end: 8%;
}

.split-letter {
	display: inline-block;
	will-change: transform, opacity, filter;
}

#home-orchestrated .orchestrated-item,
#home-orchestrated .home-btn {
	will-change: opacity, transform;
}

/* REQUIRED WRAPPER CLIP */
#home-orchestrated .orchestrated-image {
	overflow: hidden;
	position: relative;
}

/* ENSURE PICTURE DOESNâ€™T BLOCK TRANSFORM */
#home-orchestrated .orchestrated-image picture {
	display: block;
	overflow: hidden;
}

/* IMAGE BASE STATE */
#home-orchestrated .orchestrated-image img {
	transition: transform 0.6s ease;
	transform-origin: center center;
	will-change: transform;
}

/* â­ FIXED HOVER ZOOM (FINAL WORKING SELECTOR) */
#home-orchestrated .orchestrated-image.zoom-hover:hover img {
	transform: scale(1.12) !important;
}

#home-orchestrated .home-orchestrated-wrapper h2.stroke {
	font-family: 'Radley';
	font-style: italic;
	font-weight: 400;
	font-size: 155px;
	line-height: 110px;
	color: #F9F9F9;
	-webkit-text-stroke: 1px #666;
	-webkit-text-fill-color: #F9F9F9;
	padding-bottom: 0 !important;
}

#home-orchestrated .home-orchestrated-wrapper h2 {
	font-family: 'Radley';
	font-weight: 400;
	font-size: 155px;
	line-height: 110px;
	color: #000;
	padding-inline-start: 5%;
	font-style: italic;
}

#home-orchestrated .home-orchestrated-wrapper .second_line {
	padding-inline-start: 13%;
}

.home-orchestrated-content {
	display: flex;
	align-items: center;
	padding: 3rem 0 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-orchestrated-content p {
	max-width: 75%;
	padding-inline-start: 20%;
	flex: 1;
	position: relative;
	margin-bottom: 0;
}

.home-orchestrated-content p:before {
	content: "";
	background: url("https://staging.tonicworldwide.com/wp-content/uploads/2025/11/plus-icon.svg") no-repeat;
	background-size: contain;
	height: 20px;
	width: 20px;
	position: absolute;
	left: 23%;
	top: 5%;
}

#home-orchestrated .home-orchestrated-wrapper div#home-orchestrated-accordion .orchestrated-orchestrated {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 70px;
	color: #000000;
	padding-left: 0;
	border-radius: 0;
	/*border-bottom: 0.8px solid #D2D2D2;*/
}

#home-orchestrated .home-orchestrated-wrapper div#home-orchestrated-accordion h2 button.accordion-button picture {
	margin-left: 20px;
}

#home-orchestrated .home-orchestrated-wrapper div#home-orchestrated-accordion .orchestrated-body h2 {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	color: #000000;
	padding-left: 0;
}

.orchestrated-heading {
	padding: 0 0 1rem;
}

div#home-orchestrated-accordion .accordion-button:not(.collapsed) {
	display: none;
}

.orchestrated-icon {
	padding-top: 1rem;
}

.orchestrated-content {
	max-width: 70%;
	margin-left: 2.5rem;
	margin-top: 18rem;
}

.orchestrated-image picture,
.orchestrated-image img {
	border-radius: 16px;
	width: 100%;
}

.orchestrated-list ul li a {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 26px;
	color: #000000;
}

.orchestrated-list ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.5rem 0rem;
	max-width: 100%;
	padding: 2rem 0rem 0;
	margin-left: 2rem;
}

.orchestrated-list ul li {
	flex: 0 0 50%;
	position: relative;
	max-width: 45%;
}

.orchestrated-list ul li::before {
	content: "";
	background: url(https://staging.tonicworldwide.com/wp-content/uploads/2025/11/plus-icon.svg) no-repeat;
	background-size: contain;
	height: 20px;
	width: 20px;
	position: absolute;
	left: -10%;
	top: 5%;
}

.orchestrated-btn {
	margin-top: 3rem;
	margin-left: 2rem;
}

.orchestrated-content p {
	position: relative;
}

.orchestrated-content p:before {
	content: "";
	background: url("https://staging.tonicworldwide.com/wp-content/uploads/2025/11/plus-icon.svg") no-repeat;
	background-size: contain;
	height: 20px;
	width: 20px;
	position: absolute;
	left: -17%;
	top: 5%;
}

div#home-orchestrated-accordion .accordion-button {
	width: 100%;
	text-align: left;
	border-bottom: 0.8px solid #D2D2D2;
}

.split-letter {
	display: inline-block;
	/*overflow: hidden;*/
	will-change: transform, opacity, filter;
}

/* Slider image wrapper */
#home-growth-stories .home-growth-stories-slides-image {
	/*overflow: hidden;*/
	perspective: 800px;
	/* Required for 3D tilt */
}

/* Image base */
#home-growth-stories .home-growth-stories-slides-image img {
	will-change: transform, opacity, filter;
	transition: transform 0.5s ease;
	transform-origin: center center;
}

#home-growth-stories {
	background-color: #000 !important;
	border-radius: 24px;
	padding: 2rem 0 5rem;
	text-align: center;
	margin-top: 6rem;
}

#home-growth-stories h2 {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 100px;
	color: #FFFFFF;
	padding-bottom: 0 !important;
	padding-inline: 1rem;
	font-style: italic;
	line-height: 125px;
}

section#home-growth-stories h2.stroke {
	color: #000 !important;
	-webkit-text-stroke: 1px #fff !important;
	-webkit-text-fill-color: #000 !important;
	font-style: italic;
}

#growth-stories-pills-tab {
	background: rgba(234, 234, 234, 0.2);
	border-radius: 800px;
	gap: 20px;
	max-width: fit-content;
	margin: auto;
	height: 50px;
	align-items: center;
	padding-inline: 10px;
	display:none;
}

ul#growth-stories-pills-tab .nav-link {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}

ul#growth-stories-pills-tab.nav-pills .nav-link.active,
ul#growth-stories-pills-tab.nav-pills .show>.nav-link {
	background: #FFDE4C;
	border-radius: 80px;
	color: #000;
	width: 80.8px;
	height: 37.6px;
}

.split-letter {
	display: inline-block;
	/*overflow: hidden;*/
	will-change: transform, opacity, filter;
}

#home-our-clients h2 {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 136px;
	color: #000;
	padding-bottom: 0 !important;
	padding-inline: 1rem;
	font-style: italic;
}

section#home-our-clients h2.stroke {
	color: #F9F9F9;
	-webkit-text-stroke: 1px #666;
	-webkit-text-fill-color: #F9F9F9;
	font-style: italic;
}

#our-clients-pills-tab {
	background: #000;
	border-radius: 800px;
	gap: 20px;
	max-width: fit-content;
	margin-left: auto;
	height: 50px;
	align-items: center;
	padding-inline: 10px;
	margin-right: 4rem;
	display:none;
}

ul#our-clients-pills-tab .nav-link {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}

ul#our-clients-pills-tab.nav-pills .nav-link.active,
ul#our-clients-pills-tab.nav-pills .show>.nav-link {
	background: #FFDE4C;
	border-radius: 80px;
	color: #000;
	width: 80.8px;
	height: 37.6px;
}

.our-clients-content {
	max-width: 70%;
}

.our-clients-content p {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	position: relative;
}

.our-clients-content p:before {
	content: "";
	background: url("https://staging.tonicworldwide.com/wp-content/uploads/2025/11/plus-icon.svg") no-repeat;
	background-size: contain;
	height: 20px;
	width: 20px;
	position: absolute;
	left: -10%;
	top: 5%;
}

#home-our-clients .logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 15px;
	border: 1px solid #eee;
	min-height: 100px;
	transition: all 0.3s ease;
	width: 100%;
	height: 140px;
}

#home-latest-tonic {
	background: #000 !important;
	border-radius: 20px;
	padding: 3rem 0;
}

#home-latest-tonic h2 {
	font-family: 'Radley';
	font-style: italic;
	font-weight: 400;
	font-size: 100px;
	line-height: 85px;
	text-align: left !important;
	padding-bottom: 0 !important;
	color: #fff;
}

#home-latest-tonic h2.stroke {
	color: #000;
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: #000;
	padding-right: 40px;
}

.latest-work-heading h3 {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 25.6px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 0;
}

.latest-work-icon img {
	filter: brightness(0) invert(1);
	padding: 2rem 0 1.25em;
}

.latest-work-heading.latest-work-heading-big {
	max-width: 70%;
	padding-top: 0;
}

.latest-work-image img {
	border-radius: 6px;
}
#home-insights-blog.home-insights-blog .home-blog-mob-next {
    right: 36%;
    top: 45%;
}
#home-insights-blog.home-insights-blog .home-blog-mob-prev {
    left: 36%;
    top: 45%;
}
#home-insights-blog h2 {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 100px;
	color: #000;
	padding-bottom: 0 !important;
	padding-inline: 1rem;
	line-height: 100px;
	font-style: italic;
}

section#home-insights-blog h2.stroke {
	color: #F9F9F9;
	-webkit-text-stroke: 1px #666;
	-webkit-text-fill-color: #F9F9F9;
	font-style: italic;
	padding-left: 5%;
}

#home-insights-blog .second_line {
	padding-inline-start: 35%;
}

#home-insights-blog .home-insight-blog-content p {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	position: relative;
}

#home-insights-blog .home-insight-blog-content p:before {
	content: "";
	background: url("https://staging.tonicworldwide.com/wp-content/uploads/2025/11/plus-icon.svg") no-repeat;
	background-size: contain;
	height: 20px;
	width: 20px;
	position: absolute;
	left: -4%;
	top: 5%;
}

.home-insight-blog-content {
	max-width: 100%;
	padding-inline-start: 25%;
}

.home-blog-image img {
	border-radius: 16px;
}

.home-blog-slider-new {
	margin-top: 4rem;
}

.home-blog-heading h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 22.4px;
	line-height: 28px;
	color: #000000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-width: 100%;
}

.home-blog-heading {
	max-width: 100%;
	padding-top: 1rem;
}

.home-blog-cat .badge {
	padding: 8px 17px;
	background: #000000;
	border-radius: 80px;
}

.home-blog-cat {
	padding-top: 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 0;
}

.home-blog-image picture {
	border-radius: 16px;
}

div#home-orchestrated-accordion .orchestrated-item {
	background: #FFFFFF;
	border-radius: 24px;
	padding: 0 3rem !important;
}

#home-insights-blog .slick-slide {
	/*margin-left: 60px;*/
	margin-left: 45px;
}

#home-insights-blog .slick-list {
	margin-left: -30px;
}

.home-blog-mob-prev {
	position: absolute;
	display: flex;
	align-items: center;
	height: 10px;
	width: 100px;
	left: 30%;
	top: 49%;
}

.home-blog-mob-next {
	position: absolute;
	display: flex;
	align-items: center;
	height: 10px;
	width: 100px;
	right: 30%;
	top: 49%;
}

.home-blog-arrows button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	color: #ffffff;
	transition: opacity 0.3s ease;
}

.arrow-svg {
	width: 30px;
	height: 30px;
}

.home-blog-arrows button.faded {
	opacity: 0.3;
	pointer-events: none !important;
}

.home-blog-arrows button {
	opacity: 1;
	transition: opacity 0.3s ease;
}

.home-blog-arrows button.faded {
	opacity: 0.3;
	pointer-events: none !important;
}

.home-blog-arrows img {
	height: 30px;
	width: 30px;
}

#home-ready-find .ready-find-wrapper {
	background: #000 !important;
	border-radius: 20px;
	padding: 5rem;
}

#home-ready-find h2 {
	font-family: 'Radley';
	font-style: italic;
	font-weight: 400;
	font-size: 100px;
	line-height: 86px;
	text-align: left !important;
	padding-bottom: 0 !important;
	color: #fff;
}

#home-ready-find h2.stroke {
	color: #000;
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: #000;
	padding-right: 20px;
}

#home-ready-find .ready-find-content p {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	position: relative;
	padding-inline-start: 7%;
}

#home-ready-find .ready-find-content p:before {
	content: "";
	background: url("https://staging.tonicworldwide.com/wp-content/uploads/2025/11/white-plus-icon.svg") no-repeat;
	background-size: contain;
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0%;
	top: 5%;
}

.ready-find-content {
	max-width: 100%;
	margin: 3rem 0;
	position: relative;
}

#home-ready-find .formcol-home ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#home-ready-find .formcol-home ul li {
	width: 47%;
	list-style: none;
	position: relative;
}

#home-ready-find .formcol-home ul li:nth-child(odd),
#home-ready-find .fullname-form.formcol-home ul li:nth-child(2n),
#home-ready-find .fullname-form.formcol-home ul li:nth-child(odd) {
	margin: 0 3% 40px 0;
}

#home-ready-find .formcol-home ul li:nth-child(2n) {
	margin: 0 0 40px 3%;
}

#home-ready-find .formcol-home label {
	display: block;
	font-size: 18px;
	color: #fff;
	font-family: "Radley", serif;
}

#home-ready-find .formcol-home input[type=text],
#home-ready-find .formcol-home input[type=email],
#home-ready-find .formcol-home select,
#home-ready-find .formcol-home textarea {
	padding: 10px 0;
	width: 100%;
	font-family: "Radley", serif;
	color: #fff;
	margin: 0;
	font-size: 14px;
}

/* Global placeholder styles */
#home-ready-find ::-webkit-input-placeholder {
	font-size: 14px;
	color: #A9A9A9;
}

#home-ready-find ::-moz-placeholder {
	font-size: 14px;
	color: #A9A9A9 !important;
}

#home-ready-find :-ms-input-placeholder {
	font-size: 14px;
	color: #A9A9A9 !important;
}

#home-ready-find ::-ms-input-placeholder {
	font-size: 14px;
	color: #A9A9A9 !important;
}

#home-ready-find ::placeholder {
	font-size: 14px;
	color: #A9A9A9 !important;
}

/* Inputs */
#home-ready-find .formcol-home input[type=text],
#home-ready-find .formcol-home input[type=email] {
	height: 50px;
	background: #000;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
}

/* Select */
#home-ready-find .formcol-home select {
	height: 50px;
	background: url(../images/select-arrrow.png) center no-repeat #000;
	background-position-x: 97%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-bottom: 1px solid #fff;
}

/* Textarea */
#home-ready-find .formcol-home textarea {
	height: 51px;
	background: #000;
	border: none;
	border-bottom: 1px solid #fff;
	resize: none;
	display: block;
}

#home-ready-find .send-it {
	margin-inline-start: 30px;
}

#home-ready-find .formcol-home input[type=submit]:focus,
#home-ready-find .formcol-home input[type=text]:focus,
#home-ready-find .formcol-home select:focus,
#home-ready-find .formcol-home textarea:focus {
	outline: 0;
}

/* Placeholder inside inputs */
#home-ready-find .formcol-home input::-webkit-input-placeholder {
	color: #A9A9A9;
}

#home-ready-find .formcol-home input::-moz-placeholder {
	color: #A9A9A9;
}

#home-ready-find .formcol-home input:-ms-input-placeholder {
	color: #A9A9A9 !important;
}

#home-ready-find .formcol-home input:-moz-placeholder {
	color: #A9A9A9 !important;
}

section#home-newsletter {
	background: #FFDE4C !important;
	border-radius: 16px;
	padding: 5rem 5rem 2rem;
}

.newsletter-heading h3 {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 44px;
	line-height: 46px;
	color: #000000;
}

.newsletter-form p {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 19.2px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 30px;
}

.newsletterform-home input[type="email"] {
	border-bottom: 0.8px solid #000000;
	border-radius: 8px 8px 0px 0px;
}

.location-title h3 {
	font-family: 'Radley';
	font-style: italic;
	font-weight: 400;
	font-size: 28.8px;
	line-height: 28px;
	color: #000000;
}

.address-text p {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-align: left;
}

.email-link a {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}

.location-col {
	position: relative;
}

.location-col:not(:last-child)::before {
	content: '';
	position: absolute;
	right: 40px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #000;
	text-align: center;
	margin: auto;
}

.edge-text h2 {
	font-family: 'Radley';
	font-style: italic;
	font-weight: 400;
	font-size: 460px;
	line-height: 400px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #000000;
	/* text-align: center; */
}

.home-growth-stories-slider {
	margin: 4rem 0 1rem;
}

.home-growth-stories-slides-image img {
	width: 100%;
}

.home-growth-stories-slides .card {
	background: unset;
	border: 0;
}

.home-growth-stories-slider .slick-slide .card-body {
	opacity: 0;
}

.home-growth-stories-slider .slick-slide.slick-current.slick-active.slick-center .card-body {
	opacity: 1;
}

#home-growth-stories .badge {
	border: 1px solid #fff;
	border-radius: 16px;
	padding: 10px 30px;
}

#home-growth-stories p {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 14.4px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
}

#home-growth-stories .slick-slide {
	margin-left: 50px;
}

#home-growth-stories .slick-list {
	margin-left: -30px;
}

#home-growth-stories .home-growth-stories-mob-prev {
    position: absolute;
    left: 35%;
    top: 25%;
    display: flex;
    align-items: center;
}

#home-growth-stories .home-growth-stories-mob-next {
	position: absolute;
	right: 35%;
	top: 25%;
	display: flex;
	align-items: center;
}

#home-growth-stories .home-growth-stories-arrows img {
	height: 30px;
	width: 30px;
	filter: brightness(0) invert(1);
}

#home-growth-stories h5.card-title {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 28.8px;
	line-height: 35px;
	color: #FFFFFF;
	margin: 1rem 0 2rem;
}

#home-specialized-platforms h2 {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 100px;
	color: #000;
	padding-bottom: 0 !important;
	padding-inline: 1rem;
	line-height: 85px;
	font-style: italic;
}

#home-specialized-platforms h2 .word:nth-child(2) {
	padding-inline-start: 21%;
}

section#home-specialized-platforms h2.stroke {
	color: #F9F9F9;
	-webkit-text-stroke: 1px #666;
	-webkit-text-fill-color: #F9F9F9;
	font-style: italic;
}

#home-specialized-platforms .specialized-platforms-content p {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	position: relative;
}
.send-it{
    border: 1.5px solid transparent;
  border-radius: 12px;

  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(
      90deg,
      #d9d9d9 0%,
      #8a8a8a 50%,
      #3a3a3a 100%
    ) border-box;
    color: #fff;
    transition: 1s cubic-bezier(0, 0, .2, 1);
    padding: 11px 19px;
    display: inline-block;
    border-radius: 5px;
}
.send-it input {
    color: #fff;
  transition:1s cubic-bezier(0, 0, .2, 1);
}
.send-it:hover input {
    color: #000;
}
.send-it img{
	filter: invert(100%) sepia(98%) saturate(0) hue-rotate(346deg) brightness(101%) contrast(104%);
	rotate: -40deg;
  transition:1s cubic-bezier(0, 0, .2, 1);
  font-size: 16px;
  margin-left: 10px;
}
.send-it:hover{
	background: #FFDE4C;
}
.send-it:hover img{
	rotate: 0deg;
	filter: brightness(0);
}
#home-specialized-platforms .specialized-platforms-content p:before {
	content: "";
	background: url("https://staging.tonicworldwide.com/wp-content/uploads/2025/11/plus-icon.svg") no-repeat;
	background-size: contain;
	height: 20px;
	width: 20px;
	position: absolute;
	left: -10%;
	top: 5%;
}

#home-specialized-platforms .specialized-platforms-content {
	max-width: 55%;
	margin: 5rem 3rem 3rem;
}

#home-specialized-platforms {
	/*margin-bottom: 10rem;*/
	margin-bottom: 3rem;
}

#home-specialized-platforms .card-stack-wrapper {
	max-width: 100%;
	/*position: relative;*/
	/*width: 100%;*/
	/*height: 100vh;*/
	/*margin: 22% 0 0%;*/
	/*overflow: visible;*/
	width: 100%;
	height: 100vh;
	/* Full viewport height for pinning */
	position: relative;
	/*overflow: hidden;*/
}

#home-specialized-platforms .stack-card {
	/*position: absolute;*/
	top: 100px;
	/* left: 0; */
	width: 100%;
	background: #FFFFFF;
	border: 0.8px solid #9F9F9F;
	border-radius: 24px;
	padding: 2rem 2rem;
	height: auto;
	/* transform-origin: center top; */
	/* will-change: transform; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* overflow: hidden; */
	max-width: 80%;
	margin-right: 0;
	right: 30px;
	margin-bottom:20px;
}

#home-specialized-platforms .card-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 5% 0 5%;
}

#home-specialized-platforms .card-footer-row {
	flex: 0 0 50%;
	max-width: 50%;
}

#home-specialized-platforms h3.card-header-title {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 35px;
	color: #000000;
}

#home-specialized-platforms p.card-desc {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 10px;
}

#home-specialized-platforms .card-logo {
	width: 150px;
	height: auto;
}

#home-specialized-platforms .col-xl-6:first-child {
	position: sticky;
	top: 120px;
	/* adjust if needed */
	height: fit-content;
}

section#home-insights-blog {
	padding-top: 5rem;
}

#homesubscribe .errormsg {
	background: #fff;
}

#homesubscribe .errormsg::before {
	border-bottom: 8px solid #fff;
}

#home-our-clients .fade:not(.show) {
	display: none;
}

#home-our-clients .logo-item img {
	filter: grayscale(100%);
	padding:2rem !important;
}

#home-our-clients .logo-item:hover img {
	filter: unset;
}

.newsletter-quicklinks .section-title {
	font-family: 'Radley';
	font-style: italic;
	font-weight: 400;
	font-size: 28.8px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 1rem;
}

.newsletter-quicklinks ul li {
	list-style: none;
}

.newsletter-quicklinks ul li::before {
	content: "+";
	font-size: 20px;
}

.newsletter-quicklinks ul {
	padding: 0;
}

.newsletter-quicklinks ul li a {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: #000000;
	margin-inline-start: 10px;
}

.newsletter-quicklinks {
	border: 0.8px solid #9F9F9F;
	border-inline: 0;
	overflow: hidden;
}

.newsletter-quicklinks ul.sector-col {
	column-count: 2;
	column-gap: 0;
}

.newsletter-col {
	position: relative;
}

.newsletter-col:not(:last-child)::before {
	content: '';
	position: absolute;
	right: 40px;
	top: 0;
	height: 100vh;
	width: 1px;
	background-color: #9F9F9F;
	text-align: center;
	margin: auto;
	bottom: 0;
}

.newsletter-quicklinks ul.right-links {
	padding-top: 40px;
}

.lets-connect {
	padding-bottom: 2rem;
}

.home-growth-stories-arrows button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 15px;
	/* gives breathing space */
	color: #ffffff;
	/* white arrow */
	transition: opacity 0.3s ease, color 0.3s ease;
	height: 10px;
	width: 100px;
}

.arrow-svg {
	width: 34px;
	height: 34px;
}

.home-growth-stories-arrows button.faded {
	opacity: 0.35;
	/* light grey like screenshot */
	pointer-events: none !important;
	/* disable click */
}

/* NEW REQUIRED */
.faded {
	pointer-events: none !important;
}

#home-insight.insight-groth .home-insight-wrapper {
    padding: 2rem 4rem 0;
}

#home-insight.insight-groth .home-insight-wrapper h3 {
    padding-inline: 0;
}

#home-insight.insight-groth .home-insight-wrapper h2 {
    font-size: 80px;
}

#home-insight.insight-groth .home-insight-wrapper h2.stroke {
    padding: 0;
}

/* ------------------------------------------------------------------
   Responsive (Max 991px)
------------------------------------------------------------------ */
@media (max-width: 991px) {
	#home-hero-sec .section-title h1 {
		font-size: 50px;
		line-height: 55px;
		text-align: center;
		max-width: 90%;
		margin: auto;
	}

	#home-hero-sec .second_line h2 {
		padding-top: 0;
		font-size: 50px;
		line-height: 35px;
		text-align: center;
		max-width: 90%;
		margin: auto;
	}

	#home-hero-sec .hero-content {
		padding-left: 0;
		text-align: center;
		padding-top: 3rem;
	}

	#home-hero-sec .hero-content p {
		font-size: 20px;
		line-height: 30px;
		text-align: center;
	}

	#home-hero-sec .hero-content-box {
		max-width: 65%;
	}

	#home-hero-sec .hero-content-box:before {
		/*left: -15%;*/
		left: 0;
	}

	#home-insight .home-insight-wrapper h3 {
		font-size: 23px;
		line-height: 33px;
		padding-bottom: 20px;
	}

	#home-insight .home-insight-wrapper h2.stroke {
		font-size: 50px;
		line-height: 55px;
		margin-bottom: 0;
		text-align: center !important;
		padding-top:1px;
	}

	#home-insight .home-insight-wrapper .second_line h2 {
		font-size: 50px;
		line-height: 30px;
		padding-left: 0;
		margin-bottom:20px;
	}

	#home-insight {
		text-align: center;
	}

	#home-insight .home-insight-wrapper {
		padding: 3rem 1rem;
	}

	.home-insight-box p {
		max-width: 80%;
		margin-inline-start: 2.8rem;
	}

	#home-insight .home-btn {
		display: block;
		margin-top: 2rem;
	}

	#home-orchestrated .home-orchestrated-wrapper h2.stroke {
		font-size: 50px;
		line-height: 55px;
		text-align: center;
	}

	#home-orchestrated .home-orchestrated-wrapper h2 {
		font-size: 50px;
		line-height: 30px;
		padding-top: 0;
		padding-bottom: 30px;
	}

	#home-orchestrated .home-orchestrated-wrapper .second_line {
		padding: 0;
		text-align: center;
	}

	.home-orchestrated-content p {
		max-width: 100%;
		padding-inline: 20% 0;
		font-size: 18px;
	}

	.home-orchestrated-content p:before {
		left: 10%;
		top: 3%;
	}

	.home-orchestrated-content .home-btn-black {
		display: block;
		width: 70%;
		margin: 1rem auto 0;
	}

	.home-btn {
		padding: 15px 23px;
	}

	div#home-orchestrated-accordion .accordion-button:not(.collapsed) {
		display: block;
		border: 0;
	}

	.orchestrated-list ul li a {
		/* UI /UX design */
		left: 42px;
		top: 2729px;
		font-family: 'Radley';
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 30px;
		color: #000000;
	}

	.orchestrated-list ul li a {
		font-family: 'Radley';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px !important;
		color: #000000;
	}

	.orchestrated-list ul {
		gap: 20px;
	}

	.orchestrated-icon {
		display: none;
	}

	.orchestrated-heading {
		display: none;
	}

	.orchestrated-content {
		margin-top: 2rem;
		margin-left: 3rem;
		max-width: 100%;
	}

	.orchestrated-content p {
		font-size: 20px;
		line-height: 23px;
	}

	.orchestrated-btn a.btn.home-btn.home-btn-black {
		display: block;
		margin: 0 0rem;
	}

	.orchestrated-btn {
		margin-left: 0;
		display: block;
	}

	#home-our-clients h2 {
		font-size: 50px;
		line-height: 45px;
		overflow: visible;
		padding-top: 10px;
	}

	#home-our-clients .section-heading {
		flex-direction: column;
	}

	#home-our-clients {
		padding-top: 2rem;
	}

	#our-clients-pills-tab {
		max-width: fit-content;
		padding-inline: 10px;
		justify-content: center;
		margin: auto;
	}

	.our-clients-content {
		max-width: 80%;
		margin-left: auto;
		margin-top: 1rem;
	}

	.latest-work-heading {
		text-align: center;
		max-width: 100%;
		margin-top: 0;
	}

	.latest-work-icon {
		display: none;
	}

	button.mob-prev {
		position: absolute;
		left: 0;
		top: 20px;
		bottom: 0;
		height: 33px;
		width: 33px;
		transform: rotate(180deg);
		display: flex;
		align-items: center;
	}

	button.mob-next {
		position: absolute;
		right: 0;
		top: 20px;
		bottom: 0;
		height: 33px;
		width: 33px;
		display: flex;
		align-items: center;
	}

	.mob-next img,
	.mob-prev img {
		filter: brightness(0) invert(1);
		height: 25px;
		width: 50px;
	}

	#home-latest-tonic h2 {
		/* Latest at */
		font-family: 'Radley';
		font-style: italic;
		font-weight: 400;
		font-size: 60px;
		line-height: 45px;
		padding: 0 !important;
	}

	#home-latest-tonic .section-heading {
		flex-direction: column;
		text-align: center;
	}

	#home-insights-blog h2 {
		font-size: 60px;
		line-height: 50px;
		text-align: center;
	}

	#home-insights-blog .second_line {
		padding-inline-start: 0;
	}

	.home-insight-blog-content {
		position: unset;
		margin: 2rem 0 0;
		max-width: 100%;
		margin-left: 1rem;
	}
	#home-insights-blog .home-insight-blog-content p:before{
		left:-15%;
	}
	#home-ready-find .ready-find-content p{
		padding-inline-start: 17%;
	}
	.home-blog-slider-new {
		margin-top: 2rem;
	}

	.home-blog-mob-next {
		right: 0;
	}

	.home-blog-mob-prev {
		left: 0;
	}

	.home-blog-heading {
		text-align: center;
	}

	.home-blog-cat {
		justify-content: center;
		padding-top: 0rem;
	}

	#home-ready-find h2.stroke {
		font-size: 50px;
		line-height: 55px;
		padding: 0 !important;
		text-align: center !important;
	}

	#home-ready-find .ready-find-wrapper {
		padding: 3rem 2rem;
		overflow: hidden;
	}

	#home-ready-find h2 {
		font-size: 50px;
		line-height: 55px;
		text-align: center !important;
	}

	.ready-find-content {
		max-width: 100%;
		position: unset;
		margin: 2rem auto;
	}

	#home-ready-find .formcol-home ul {
		padding: 0;
		flex-direction: column;
	}

	#home-ready-find .formcol-home input[type=text],
	#home-ready-find .formcol-home input[type=email] {
		width: 100%;
	}

	#home-ready-find .formcol-home ul li {
		width: 100%;
		margin-left: 0 !important;
	}

	#home-ready-find .home-btn {
		margin-inline-start: 0;
		display: block;
	}

	#home-ready-find .home-btn input {
		text-align: center;
		margin: auto;
		width: 100%;
	}

	div#home-orchestrated-accordion {
		padding: 2rem 0rem;
	}

	#home-orchestrated .home-orchestrated-wrapper div#home-orchestrated-accordion .orchestrated-header {
		font-size: 20px;
	}

	.edge-text h2 {
		font-size: 100px;
		line-height: normal;
	}

	section#home-newsletter {
		padding: 2rem 1rem;
	}

	.newsletterform-home {
		overflow: hidden;
	}

	.newsletter-form p {
		margin-bottom: 10px;
	}

	.newsletterform-home input[type="email"] {
		width: 100%;
	}

	.newsletterform-home input[type="submit"] {
		margin-top: 2rem;
		background: #fff;
		padding: 3px 20px;
		border-radius: 30px;
	}

	.location-col {
		padding-bottom: 2rem;
	}

	.location-col:not(:last-child)::before {
		content: unset;
	}

	#home-growth-stories h2 {
		font-size: 60px;
		line-height: 45px;
	}

	#home-growth-stories {
		padding: 2rem 0;
	}

	#growth-stories-pills-tab {
		max-width: fit-content;
		padding: 0 10px;
	}

	#home-growth-stories .section-heading {
		flex-direction: column;
		margin-bottom: 2rem;
	}

	#home-growth-stories .home-growth-stories-cat {
		display: flex;
		flex-wrap: wrap;
		gap: 0 20px;
		align-items: center;
	}

	#home-growth-stories .badge {
		flex: 0 0 10%;
		font-size: 10px;
	}

	#home-growth-stories p {
		flex: 0 0 44%;
		text-align: left;
		font-size: 12px;
		line-height: 16px;
	}

	#home-growth-stories .card-body {
		padding: 0;
	}

	#home-growth-stories .home-growth-stories-mob-next {
		right: 1%;
		top: 45%;
	}

	#home-growth-stories .home-growth-stories-mob-prev {
		left: 1%;
		top: 45%;
	}

	.home-growth-stories-slider-mobile {
		padding-top: 2rem;
	}

	section#home-growth-stories {
		padding-bottom: 4rem;
		margin-top: 3rem;
	}

	#home-growth-stories .slick-slide {
		margin-left: 40px;
	}

	.view-work-btn {
		padding-top: 1rem;
	}

	#home-specialized-platforms h2 {
		font-size: 60px;
		line-height: 55px;
		text-align: center;
	}

	#home-specialized-platforms h2 br {
		display: block;
	}

	#home-specialized-platforms .specialized-platforms-content {
		margin: 2rem auto 0;
		max-width: 80%;
		margin-left: 4rem;
	}

	#home-specialized-platforms .card-stack-wrapper {
		margin-top: 6%;
		max-width: 100%;
		overflow: visible;
	}

	.home-insight-box p:before {
		left: 0%;
	}

	.orchestrated-content p:before {
		left: -14%;
	}

	.our-clients-content p:before {
		left: -15%;
	}

	#home-specialized-platforms .specialized-platforms-content p:before {
		left: -15%;
	}

	#homesubscribe .errormsg {
		bottom: 30px;
	}

	.menu_icon_logo {
		margin-top: 0 !important;
	}

	section#home-hero-sec h1 {
		text-align: center;
		line-height: 50px;
	}

	#home-specialized-platforms .card-footer-row {
		flex: 100%;
		max-width: 100%;
		padding-top: 30px;
	}

	.newsletter-col:not(:last-child)::before {
		content: unset;
	}

	.newsletter-col {
		margin-bottom: 2rem;
		border-bottom: 1px solid #9F9F9F;
		padding-bottom: 1rem;
	}

	.newsletter-quicklinks ul.sector-col {
		column-gap: 20px;
	}

	.newsletter-quicklinks ul li a {
		font-size: 13px;
	}

	.newsletter-quicklinks ul.right-links {
		padding-top: 10px;
	}

	.newsletter-col:last-child {
		border: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.newsletter-quicklinks {
		border: 0;
		margin-top: 0 !important;
	}

	#home-specialized-platforms .col-xl-6:first-child {
		position: unset;
	}

	#home-specialized-platforms .stack-card {
		top: 0;
		max-width: 100%;
		right: 0;
	}

	#home-specialized-platforms {
		margin-bottom: 5rem;
	}

	div#home-orchestrated-accordion .orchestrated-item {
		padding: 0 1.5rem 0rem !important;
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	#home-hero-sec .hero-content-box:before {
		left: -15%;
	}

	.home-insight-box p:before {
		left: -14%;
        top: 0;
	}

	#home-hero-sec .second_line {
		padding-right: 0;
	}

	div#home-orchestrated-accordion .pin-spacer {
		width: 100% !important;
	}

	.container.home-orchestrated-wrapper {
		padding-inline: 1rem;
	}

	.home-orchestrated-content {
		padding: 0;
	}

	.our-clients-content p {
		margin-bottom: 0;
	}

	#home-latest-tonic {
		padding: 4rem 0;
	}

	section#home-insights-blog {
		padding-top: 2rem;
	}

	#home-insights-blog .slick-slide {
		margin-left: 45px;
	}
}

/* ================================
   LATEST WORK â€“ HOVER OVERLAY + CENTER ICON
   ================================ */
/* Hide icon initially & center position setup */
.latest-work-icon {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.6);
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease;
	z-index: 3;
}

/* Ensure image wrapper allows overlay */
.latest-work-image {
	position: relative;
	overflow: hidden;
}

/* Overlay setup */
.latest-work-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	transition: opacity 0.35s ease;
	z-index: 2;
}

/* Hover effect â€“ SHOW OVERLAY + ICON */
a:hover .latest-work-image::after {
	opacity: 1;
}

a:hover .latest-work-icon {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1);
}

/* Optional: Add a slight zoom on image */
.latest-work-image img {
	transition: transform 0.5s ease;
}

a:hover .latest-work-image img {
	transform: scale(1.05);
}

.latest-work-slider-dektop a {
	position: relative;
}

.latest-work-slider-dektop .col-xl-3 .latest-work-icon {
	top: 60%;
}

#home-ready-find .section-title h2 {
	display: inline;
	margin: 0;
}

/* Mobile tap / focus behaviour */
@media (max-width: 767px) {
.home-insight-heading img {
    width: 100px;
    margin-top: -12px;
}
.home-insight-heading {
    margin-bottom: 0;
}
#home-insights-blog.home-insights-blog .home-blog-mob-next {
    right: 0;
}
#home-insights-blog.home-insights-blog .home-blog-mob-prev {
    left: 0;
}
	a:active .latest-work-image::after,
	a:focus .latest-work-image::after {
		opacity: 1;
	}

	a:active .latest-work-icon,
	a:focus .latest-work-icon {
		opacity: 1;
		visibility: visible;
		transform: translate(-50%, -50%) scale(1);
	}

	.home-insight-heading h2 {
		font-size: 50px;
		line-height: 55px;
		margin-bottom: 20px;
	}

	.home-insight-content {
		flex-direction: column;
	}

	.home-insight-box picture {
		padding-top: 30%;
		display: block;
	}

	.orchestrated-list ul li {
		flex: 0 0 100%;
		line-height: 20px;
		font-size: 14px;
	}

	.orchestrated-list ul li::before {
		left: -20%;
		height: 16px;
		width: 16px;
	}
	#home-insight.insight-groth .home-insight-wrapper {
    padding-inline: 1.5rem;
}

#home-insight.insight-groth .home-insight-wrapper .home-insight-heading h2 {
    line-height: 85px;
    font-size: 65px;
}
#home-ready-find .section-title h2.title-line-2 {
    display: block;
    line-height: 30px;
}
.read-find-heading .section-title {
    text-align: center;
}
}

.stack-card {
	will-change: transform;
	backface-visibility: hidden;
}
.new-footer span {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.new-footer span p {
    margin: 0;
}

.new-footer span a {
    color: #000;
    padding-inline-end: 10px;
}

.new-footer {
    padding-top: 3rem;
}
#home-orchestrated .pin-spacer {
    margin-bottom: 30px !important;
}
@media (max-width: 768px) {

.new-footer span {
    flex-direction: column;
    gap: 20px;
}

.new-footer span p {
    text-align: center;
}
}