@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
/* ------------------------------------------------------------------
   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 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: center;
	padding-right: 0%;
}

#home-hero-sec.groth-inner-page-banner .second_line h2 {
    font-family: 'Radley';
    font-weight: 400;
    font-size: 60px;
    line-height: 61.6px;
    color: #000;
    margin-bottom: 0px;
    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;
}

#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%;
}

#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;
}



.brand-wrap {
  display: flex;
  align-items: center;
  font-size: 44px;
  font-weight: 600;
  justify-content: center;
  margin-bottom: 20px;
}

.brand-text {
  margin-right: 12px;
}


.word-slider {
  height: 52px;
  overflow: hidden;
}

.word-track {
  transition: transform 0.8s ease-in-out;
}

.word-track span {
  display: block;
  height: 52px;
  line-height: 52px;
    font-family: "Red Hat Display", sans-serif !important;
    font-weight: 700 !important;
}
.banner-zero-guesswork.text-lg-center h4 {
    margin: 15px 0 15px;
    font-size: 36px;
}
.groth-inner-page-banner{
	padding-top: 60px;
}
.banner-paragraph.text-lg-center p {
    text-align: center;
    font-family: "Red Hat Display", sans-serif !important;
    font-size: 16.4px;
    line-height: 24.4px;
    font-weight: 500 !important;
}
.banner-paragraph.text-lg-center p strong{
	font-family: "Red Hat Display", sans-serif !important;
	font-weight: 700 !important;
}

a.groth-btn {
    background: linear-gradient(90deg, #5A5A5A 0%, #000000 100%);
    color: #fff;
    transition: 1s cubic-bezier(0, 0, .2, 1);
    padding: 11px 19px;
    display: inline-block;
    border-radius: 5px;
}
a.groth-btn 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;
}
a.groth-btn:hover{
	background: #FFDE4C;
}
a.groth-btn:hover img{
	rotate: 0deg;
	filter: brightness(0);
}
.banner-bg-image {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    z-index: 1;
}
section#home-hero-sec .row {
    z-index: 22;
    position: relative;
}

#brands-worldwide {
    background: #000 ! IMPORTANT;
    z-index: 99;
    position: relative;
    margin-top: 20%;
    border-radius: 30px;
    padding-bottom: 70px;
}
.brands-worldwide-image img {
    border-radius: 10px;
	background: #FFDE4C;
}
.brands-worldwide-image {
    border-radius: 10px;
    background: #fede4b;
    padding: 15px;
    margin-top: -280px;
}
.brands-worldwide-heading h3{
	color: #fff;
	font-family: "Red Hat Display", sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 17.6px;
    margin: 60px 0 40px;
}



.groth-four-box-head h2 {
    font-style: italic;
    line-height: 35.2px;
    font-size: 24px;
    margin-bottom: 0;
}
.groth-four-box-head-imge {
    position: relative;
    margin-bottom: 30px;
}
.groth-four-box-head-imge:before {
    content: '';
    width: 128px;
    background: #000;
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -15px;
}
.groth-four-box-content p{
	font-family: "Red Hat Display", sans-serif !important;
	line-height: 26.4px;	
	color: #000000;
	padding: 30px 0;
	margin: 0;
}
.groth-four-box-content ul{
	padding: 0;
	list-style: none;
}
.groth-four-box-content ul li{
	font-family: "Red Hat Display", sans-serif !important;
	line-height: 26.4px;	
	margin-bottom: 10px;
}
.groth-four-box-content ul li img {
    margin-right: 10px;
}

#home-marketers-section{
	background: #000 !important;
	border-radius: 30px;
	padding: 50px 0;
}
#home-marketers-section .bannertitle h2 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    font-style: italic;
    line-height: 55.4px;
    margin-bottom: 30px;
}
#home-marketers-section .bannertitle p{
	color: #fff;
	text-align: center;
	font-family: "Red Hat Display", sans-serif !important;
	line-height: 22.4px;
    font-size: 16px;
    margin-bottom: 40px;
}
.growth-stack-box{
	background: #2E2E2E;
	text-align: center;
	padding: 25px 10px;
}
.growth-stack-box h4{
	color: #fff;
	font-family: "Red Hat Display", sans-serif !important;
	font-weight: 500 !important;
	margin:15px 0 0;
	font-size: 16px;
}
.growth-stack-text{
	margin-top:80px;
}
.ready-to-make{
	    margin-top: 70px;
    margin-bottom: 50px;
}
.marketers-image {
    margin-top: 50px;
    padding: 0 100px;
}
section#groth-four-box {
    padding-top: 70px;
}
#groth-four-box div#home-orchestrated-accordion .orchestrated-item {
    background: #f9f9f9;
    border-radius: 24px;
    padding: 0 3rem !important;
}
#groth-four-box .bannertitle h2{
	color: #000;
    font-size: 60px;
    text-align: center;
    font-style: italic;
    line-height: 50.4px;
    margin-bottom: 30px;
}
#groth-four-box .bannertitle p{
	color: #000;
	text-align: center;
	font-family: "Red Hat Display", sans-serif !important;
	line-height: 22.4px;
    font-size: 16px;
    margin-bottom: 20px;
}
#home-marketers-section section#home-insights-blog.customer-success {
    background: none ! IMPORTANT;
    padding: 0;
}
#home-marketers-section .home-blog-slider-new {
    margin-top: 20px;
}


.case-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 60px auto;
}

.case-card {
  padding: 28px;
  border-radius: 18px;
  color: #fff;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.case-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #fff;
}

.desc {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.95;
  color: #fff;
	font-family: "Red Hat Display", sans-serif !important;
}

.stats {
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #fff;
    margin-top: 17px;
    padding-top: 10px;
}

.stats strong {
  font-size: 29px;
  font-weight: 600;
	font-family: "Red Hat Display", sans-serif !important;
}

.stats span {
  display: block;
  font-size: 12px;
	font-family: "Red Hat Display", sans-serif !important;
}

.line {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.6);
}


/* Card Colors */
.orange { background: #cf6f4f; }
.green  { background: #97c3a6; }
.yellow { background: #b8a663; }
#home-marketers-section .home-blog-arrows img {
    height: 50px;
    width: 50px;
    margin-top: -15px;
}
#home-marketers-section .read-more {
    display: flex;
    align-items: center;
    gap: 10px;margin-top: 40px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

a.request-demo-btn {
    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;
}
a.request-demo-btn 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;
}
a.request-demo-btn:hover{
	background: #FFDE4C;
}
a.request-demo-btn:hover img{
	rotate: 0deg;
	filter: brightness(0);
}
#home-faq-section .bannertitle h2{
	color: #fff;
    font-size: 60px;
    text-align: center;
    font-style: italic;
    line-height: 50.4px;
    margin-bottom: 30px;
}
.faq-box{
	background: #2E2E2E;
	padding: 50px;
	border-radius: 30px;
}
#home-faq-section .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(https://staging.tonicworldwide.com/wp-content/uploads/2025/12/plus-faq.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    top: 15px;
    right: 0;
    background-size: 12px;
}
#home-faq-section .accordion-button {
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 34px;
    border-bottom: 1px solid #ffffff45;
    font-size: 20px;
    line-height: 31.2px;
    color: #fff;
    font-style: italic;
    padding: 5px 0px;
}
#home-faq-section .accordion-button:not(.collapsed)::after {
    background-image: url(https://staging.tonicworldwide.com/wp-content/uploads/2025/12/minus-faq.png) ;
    background-size: 12px;
}
#home-faq-section .accordion-item .accordion-header {
    font-size: inherit;
    margin: 0;
}
#home-faq-section .accordion-item .accordion-body p {
    font-size: 16px;
    color: #fff;
    line-height: 20.8px;
    padding: 15px 0 0;
	font-family: "Red Hat Display", sans-serif !important;
}
/*#home-faq-section .accordion-item.active .accordion-button {
    border-bottom: 1px solid #fff0;
}*/


/* ------------------------------------------------------------------
   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;
}

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;
}

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%;
}
.all-email-id p {
    font-size: 26.06px;
    line-height: 25.34px;
    font-style: italic;
}
.our-clients-content p {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	position: relative;
}
.all-email-id p a {
    color: #000;
}
.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.customer-success h2 {
	font-family: 'Radley';
	font-style: normal;
	font-weight: 400;
	font-size: 136px;
	color: #000;
	padding-bottom: 0 !important;
	padding-inline: 1rem;
	line-height: 120px;
	font-style: italic;
}

section#home-insights-blog.customer-success h2.stroke {
	color: #F9F9F9;
	-webkit-text-stroke: 1px #666;
	-webkit-text-fill-color: #F9F9F9;
	font-style: italic;
	padding-left: 5%;
}

#home-insights-blog.customer-success .second_line {
	padding-inline-start: 35%;
}

#home-insights-blog.customer-success .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.customer-success .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.customer-success .slick-slide {
	/*margin-left: 60px;*/
	margin-left: 45px;
}

#home-insights-blog.customer-success .slick-list {
	margin-left: -30px;
}

.home-blog-mob-prev {
	position: absolute;
	display: flex;
	align-items: center;
	height: 10px;
	width: 100px;
	left: 45%;
	top: 49%;
}

.home-blog-mob-next {
	position: absolute;
	display: flex;
	align-items: center;
	height: 10px;
	width: 100px;
	right: 43%;
	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%;
}
.newsletter-quicklinks .new-layout ul li::before{
    display:none;
}
.newsletter-quicklinks .new-layout ul li a{
    margin-inline-start: 0;
}
#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 .home-btn {*/
/*	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;
}
.newsletr_btn input.wpcf7-form-control.wpcf7-submit.has-spinner.submitbtn {
    position: absolute;
    right: 0;
    background: #000;
    color: #fff;
    padding: 5px 16px;
    display: inline-block;
    border-radius: 30px;
    font-size: 13.57px;
    bottom: 5px;
}
.newsletterform-home input[type="email"] {
    border-bottom: 0.8px solid #000000;
    border-radius: 8px 8px 0px 0px;
    width: 100%;
}

.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: #9F9F9F;
	text-align: center;
	margin: auto;
}
section#home-faq-section {
    background: none !important;
    margin-top: 40px;
}
.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: 30%;*/
/*	top: 25%;*/
/*	display: flex;*/
/*	align-items: center;*/
/*}*/

/*#home-growth-stories .home-growth-stories-mob-next {*/
/*	position: absolute;*/
/*	right: 30%;*/
/*	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;
}

#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;
}

#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.customer-success {
	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%);
}

#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;
}

/**/

.request-demo-popup-box a {
    text-decoration: none;
    background: #000;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    text-align: center;
}
.request-demo-popup {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
}
.request-demo-popup-box {
    background: #fff;
    width: 38%;
    padding: 40px 50px;
    margin: auto;
    position: relative;
    top: 16%;
    z-index: 99991;
    border-radius: 20px;
}
.request-demo-popup-box .close-popup {
    position: absolute;
    right: 0;
    top: 0;
    z-index:99;
}
.request-demo-popup:before {
    content: "";
    background: #000000d4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11111;
}
a.send-request {
    border: 1.5px solid transparent;
  border-radius: 12px;

  border:
    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;
}
a.send-request 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;
}
a.send-request:hover{
	background: #FFDE4C;
}
a.send-request:hover img{
	rotate: 0deg;
	filter: brightness(0);
}
.request-form-input label {
    display: block;
    text-align: left;
}
.request-form-input {
    margin-bottom: 25px;
    position: relative;
}
.request-form-input label {
    display: block;
    text-align: left;
    font-size: 19.2px;
}
.request-form-input input {
    border-bottom: 1px solid #000;
    padding: 7px 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.customer-success h2 {
		font-size: 60px;
		line-height: 50px;
		text-align: center;
	}

	#home-insights-blog.customer-success .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.customer-success .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.customer-success {
		padding-top: 2rem;
	}

	#home-insights-blog.customer-success .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) {

	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;
}




#home-marketers-section .bannertitle h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-style: italic;
    line-height: 30.4px;
    margin-bottom: 20px;
}
#groth-four-box div#home-orchestrated-accordion .orchestrated-item {
    background: #f9f9f9;
    border-radius: 24px;
    padding: 0 1rem !important;
}
.groth-four-box-head-imge img {
    width: 200px;
    margin-top: 20px;
}
#groth-four-box .bannertitle h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    font-style: italic;
    line-height: 30.4px;
    margin-bottom: 10px;
}
.brands-worldwide-heading h3 {
    color: #fff;
    font-family: "Red Hat Display", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16.6px;
    margin: 50px 0 20px;
    text-align: center;
    line-height: 24px;
}
#brands-worldwide {
    background: #000 ! IMPORTANT;
    z-index: 99;
    position: relative;
    margin-top: 20%;
    border-radius: 30px;
    padding-bottom: 20px;
}
.brands-worldwide-image {
    border-radius: 10px;
    background: #fede4b;
    padding: 15px;
    margin-top: 0;
}
 #home-hero-sec.groth-inner-page-banner .second_line h2 {
        padding-top: 0;
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        max-width: 100%;
        margin: auto;
    }
.banner-zero-guesswork.text-lg-center h4 {
    margin: 15px 0 15px;
    font-size: 26px;
    text-align: center;
}
.banner-paragraph.text-lg-center {
    text-align: center;
}
a.groth-btn {
    margin-top: 10px;
}
#brands-worldwide {
    margin-top: 0%;
}
section#groth-four-box {
    padding-top: 40px;
}
 #groth-four-box div#home-orchestrated-accordion {
        padding: 0rem 0rem;
    }
#home-marketers-section .home-blog-arrows img {
    height: 40px;
    width: 40px;
    margin-top: -15px;
    right: 0;
    position: relative;
    left: 0;
}
#home-marketers-section .home-blog-mob-next {
    width: 55px;
}
.growth-stack-text {
    margin-top: 10px;
}
section#home-faq-section {
    background: none !important;
    margin-top: 30px;
}
#home-faq-section .container {
    padding: 0;
}
#home-marketers-section .g-5, #home-marketers-section .gx-5 {
    --bs-gutter-x: 0rem;
}
.faq-box {
    padding: 40px 20px;
    border-radius: 30px;
}
#home-faq-section .accordion-button {
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 34px;
    border-bottom: 1px solid #ffffff45;
    font-size: 18px;
    line-height: 26.2px;
    color: #fff;
    font-style: italic;
    padding: 5px 26px 5px 0px;
}
.ready-to-make {
    margin-top: 10px;
    margin-bottom: 40px;
}

.all-email-id p {
    font-size: 19.06px;
    line-height: 25.34px;
    font-style: italic;
}
.marketers-image {
    padding: 0 0;
}
.request-demo-popup-box {
    background: #fff;
    width: 95%;
    padding: 20px 20px;
    margin: auto;
    position: relative;
    top: 15%;
    z-index: 99991;
    border-radius: 20px;
}
.request-demo-popup-box p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
}
#groth-four-box .bannertitle h2 span img {
    width: 50px;
}
.groth-four-box-content p {
    font-size: 14px;
    line-height: 20px;
        padding: 10px 0;
}
.groth-four-box-content ul li {
    line-height: 14px;
    font-size: 14px;
}
.groth-four-box-head h2 {
    font-style: italic;
    line-height: 21.2px;
    font-size: 20px;
    margin-bottom: 0;
}








}

.stack-card {
	will-change: transform;
	backface-visibility: hidden;
}