.service_anim {
	display: grid;
	grid-template-columns: repeat(1, minmax(351px, 377px) minmax(451px, 218px) minmax(430px, 553px));
	gap: 30px; 
	padding: 15px 58px;
	justify-content: space-between;
	position:relative;
	background:#fff;
	position: sticky;
	top: 90px;
}
.service_anim:after, .service_anim:before{
	/* .pin-spacer:after, .pin-spacer:before  { */
	content: '';
	position: absolute;
	top: 0;
	left: -5%;
	width: 110%;
	height: 1px;
	background-color: #333;
}
/* .pin-spacer:last-child:before { */
.service_anim:last-child:before {
	content: "";
	bottom: 0;
	top: auto;
	z-index: 9;
}
.service_anim .heading_column {
	/* grid-column: span 2; */
	padding: 42px 0px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 82px;
}

.service_anim .description_column { 
	/* grid-column: span 3; */
	padding: 52px 20px 0 0;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.44px;
}
.service_anim .image_column {
	/* grid-column: span 3; */
}
.decorating_img {
	border-radius: 35px;
	width: 100%;
	height: 300px;
	object-fit: cover;
	max-width: 573px;
}
.service_anim .number_title {
	margin-bottom: 2px;
	color: #000;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 70.4px;
	letter-spacing: -1.061px;
	font-family: "Instrument Serif";
}
.service_anim .subtitle {
	color: #E85B03;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 2.65px;
	text-transform: uppercase;
} 
.service_anim .description_block p {
	font-size: 15px;
	line-height: 1.75;
	color: #333333;
	margin-bottom: 16px;
}
.service_anim .description_block p:last-child {
	margin-bottom: 0;
}
.service_anim .bottle_image {
	width: 100%;
	height: 100%;
	border-radius: 35px;
	object-fit: cover;
}
.service_anim .description_column P:last-child {
	margin-bottom: 0;
}
.service_anim .description_column P {
	margin-bottom: 11px;
}
.overflow_hidden{
	overflow:hidden;
}
.ft_128 {
	color: #2E2F2B;
	font-family: "Instrument Serif";
	font-size: 128px;
	font-style: normal;
	font-weight: 400;
	line-height: 192px;
	letter-spacing: -1.061px;
}
.launch_support .parallax-container {
	border-radius: 0;
	height: 100vh;
}
.launch_support .h_info_col {
	background: transparent;
	backdrop-filter: blur(0px);
	/* margin-left: 40px; */
	margin-bottom: 7px;
}
.launch_support .white_text.p_20 {
	padding: 45px 0;
}
.sourcing_sec {
	background: #000;
	padding: 54px 0;
}
.sourcing_sec_wrap { 
	align-items: flex-end;
}
.sourcing_sec .h_info_col {
	padding-bottom: 0;
	margin-bottom: 0;
}
.sourcing_sec .white_text.p_20 {
	padding-top: 23px;
	padding-bottom: 39px;
}
.sourcing_sec_wrap .image-section.our_work_image_wrap {
	max-width: 1199px;
}
.bottle_slie {
	display: grid;
	gap: 20px;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	grid-template-columns: auto auto auto;
	align-items: center;
	position: relative;
}
.packing_wrap {
	display: grid;
	grid-template-columns:minmax(180px, 430px) minmax(450px, auto);
	gap: 55px;
	justify-content: space-between;
	align-items: center;
}
.packing_wrap .h_info_col1 p {
	font-size: 15px;
	line-height: normal;
	letter-spacing: -0.439px;
	padding: 22px 0 41px;
}
.bottle_slie:before {
	content: "";
	position: absolute;
	width: 794px;
	height: 794px;
	width: clamp(400px, 86vh, 793px);
	height: clamp(400px, 86vh, 793px);
	border-radius: 794px;
	border: 1px solid rgba(0, 0, 0, 0.33);
	z-index: -1;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}
.packing_sec {
	padding-top: 34vh;
	padding-bottom: 34vh;
}
.packing_sec {
	padding-right: 79px;
	padding-left: 85px;
}  
.fade-in-image {
	opacity: 0 !important;
	transform: translateX(180px) !important;   
	transition: none !important;  
}

/* Animated state - we add this class via JS */
.fade-in-image.animate {
	opacity: 1 !important;
	transform: translateX(0) !important;
	transition: opacity 0.9s ease-out, transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

/* One-by-one delay (staggered appearance) */
.fade-in-image:nth-child(1) { transition-delay: 0.1s !important; }
.fade-in-image:nth-child(2) { transition-delay: 0.5s  !important; }
.fade-in-image:nth-child(3) { transition-delay: 0.9s  !important; }


.service-item {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s ease-out;
	min-height: 60vh;
}

.service-item.visible {
	opacity: 1;
	transform: translateY(0);
} 
.concept_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 70px;
}
.concept_content .p_20 {
	padding-top: 22px;
	padding-bottom: 41px;
	color: #000;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
}
.concept_content {
	text-align: center;
	max-width: 430px;
}
.concept_content .h_btn_col {
	display: flex;
	justify-content: center;
}

/* --------- */
.revel_text span {
	display: inline-block;
	/* 	color: #000; */
	color: rgba(0, 0, 0, 0.30);
	transition: color 0.1s linear;
}

.revel_text span.filled {
	color: #000;
}

.services_decoration h2{
	max-width: 1336px;
	text-align: center;
	margin-inline: auto;
	line-height: 183.333%;
	padding-block: 132px;
}
.services_ab_img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	height: auto;
}
.services_decoration_sec{
	position: relative;
}
/* --------- */
.font_96 {
	color: #2E2F2B;
	font-family: "Instrument Serif";
	font-size: 96px !important;
	font-weight: 400;
	line-height: 73.333% !important;
	letter-spacing: -1.061px;
}
#scrollingText p {
	text-wrap: nowrap !important;
}
.scrolling_sec #scrollingText {
	column-gap: 30px !important;
	align-items: center;
}

.scrolling_sec ,
.business_sec{
	overflow: hidden;
}


.service_anim {
	overflow: hidden;
}

/**/
.scene {
	overflow: hidden;
}

/* ── HORIZONTAL LINE ── */
.business_sec .h-line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	transform: translateY(-50%);
}

/* ── LARGE CIRCLE ── */
.business_sec .large-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 714px;
	height: 714px;
	border-radius: 50%;
	border: 1px solid #000;
	background: transparent;
	pointer-events: none;
	background: #fff;
}

/* ── SMALL LEFT CIRCLE ── */
.business_sec .small-circle-left {
	position: absolute;
	top: 50%;
	left: calc(50% - 20%);
	transform: translate(-50%, -50%);
	width: 240px;
	height: 240px;
	border-radius: 50%;
	border: 1px solid #FF7A1A;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.business_sec .small-circle-left .label {
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.44px;
}

/* ── SMALL RIGHT CIRCLE ── */
.business_sec .small-circle-right {
	position: absolute;
	top: 50%;
	right: 55px;
	transform: translate(-284px, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #FF7A1A;
	background: #fff;
}

/* ── CONTENT BLOCK (avatar + text + button) ── */
.business_sec .content-block {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: flex-start;
	gap: 16px;
	max-width: 344px;
}

.content-text p{
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.44px;
	padding-bottom: 17px;
}
.scrolling_sec {
	padding-block: 5px;
}

/* CTA Button */
.business_sec .cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #d84c1b;
	color: #fff;
	font-family: 'DM Sans', sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding: 9px 16px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.15s ease;
	letter-spacing: 0.01em;
}

.business_sec .cta-btn:hover {
	background: #bf4116;
	transform: translateY(-1px);
}

.business_sec .cta-btn .arrow-box {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
}
.business_sec{
	height: 714px;
}

.business_sec{
	position: relative;
}
/* .concept_sec ,
.concept_wrap{
height: 90vh !important;
padding-bottom: 30px;
} */
.concept_sec img {
	height: 100% !important;
	object-fit: contain !important;
}
.packing_sec  {
	overflow: hidden;
}
/* For mobile – show 1–2 at a time */
@media (max-width: 768px) {
	.carousel-item {
		flex: 0 0 50%;        /* show 2 at a time on mobile */
	}
}

/* Responsive Design */
@media (max-width: 1860px) {
	.sourcing_sec_img {
		margin-right: 40px !important;
	}
}
@media (max-width: 1600px) {

	.ft_128{
		font-size: 78px; 
		line-height: 134px;
	}
	.desk_padding {
		padding-left: 0px;
		padding-right: 0px;
	}
	.service_anim{
		padding: 15px 0px;
	}
	.sourcing_sec_img .our_work_image_wrap{		
		height: clamp(400px, 100vh, 650px);
	}
	.packing_sec {
		padding-left: 15px;
		padding-right: 15px;
	}

	.business_sec .small-circle-left {
		left: calc(50% - 22%);
	}
	.business_sec .large-circle {
		width: 660px;
		height: 660px;
	}
	.business_sec .small-circle-right {
		right: 10%;
		transform: translate(0%, -50%);
	}
	.business_sec .small-circle-left {
		width: 200px;
		height: 200px;
	}
	.business_sec .small-circle-left .label {
		font-size: 20px;
	}

	.services_decoration h2 {
		padding-block: 100px;
	}

	.font_96 {
		font-size: 80px;
	}

	#scrollingText .right_arrow{
		height: 80px;
	}
}

@media (max-width: 1230px) {
	.sourcing_sec_wrap .h_info_col {
		width: 490px;
	}
	.launch_support .h_info_col{
		background: transparent;
		backdrop-filter: blur(0px);
		margin-bottom:27px;
	}
}
@media (max-width: 1400px) {
	.service_anim {
		grid-template-columns: repeat(1, minmax(176px, 377px) minmax(384px, 218px) minmax(286px, 400px));
		padding:15px 0;
	}
	.service_anim .number_title{
		font-size: 34px; 
		line-height: 42.4px;
		margin-bottom: 5px;
	}
	.service_anim .heading_column{
		gap: 50px;
	}
	.service_anim .description_column { 
		padding: 52px 0 ;
	}
	.ft_128 {
		font-size: 68px;
		line-height: 116px;
	}
	.ft_128 {
		font-size: 65px;
		line-height: 72px;
		margin-bottom: 22px;
	}.bottle_slie:before {
		width: clamp(20px, 86vh, 500px);
		height: clamp(200px, 86vh, 500px);
	}

	.business_sec .large-circle {
		width: 580px;
		height: 580px;
	}
	.business_sec .small-circle-left {
		width: 160px;
		height: 160px;
		left: calc(50% - 20%);
	}
	.business_sec .small-circle-left .label {
		font-size: 18px;
	}
	.business_sec {
		height: 580px;
	}

	.services_decoration h2 {
		padding-block: 80px;
	}

	.services_ab_img img{
		object-fit: contain !important;
		height: 100%;
	}
	.services_ab_img{
		height: 100%;
		padding: 40px 0px;
	}
}

@media (max-width: 1366px) {
	.services_decoration h2{
		line-height: 140%;
	}
	.font_96 {
		font-size: 72px;
	}

	#scrollingText .right_arrow {
		height: 60px;
	}
}
@media (max-width: 1280px) {
	.business_sec .small-circle-left {
		width: 130px;
		height: 130px;
		left: calc(50% - 24%);
	}
	.business_sec .small-circle-left .label {
		font-size: 16px;
	}

	.services_decoration h2 {
		padding-block: 60px;
	}

	.font_96 {
		font-size: 68px;
	}
}


@media (max-width: 1140px) {
	.business_sec .small-circle-left {
		left: calc(50% - 28%);
	}
}

@media (max-width: 1023px) {
	.service_anim {
		grid-template-columns: 1fr;
		padding: 25px 0;
		position: relative;
		top: 0;
	}
	.decorating_section{
		overflow:hidden;
	}
	.service_anim .heading_column {
		padding: 0;
		gap: 20px;
	}
	.service_anim .description_column {
		padding: 0;
	}
	.ft_128 {
		font-size: 50px;
		line-height: 75px;
		margin-bottom: 12px;
	}
	.sourcing_sec .sourcing_sec_wrap {
		display: flex;
		flex-direction: column;
	}
	.sourcing_sec .sourcing_sec_wrap {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.launch_support .h_info_col {
		background: transparent;
		backdrop-filter: blur(0px);
		margin-bottom: 50px;
		padding-top: 0;
	}
	.sourcing_sec_img.image-section.our_work_image_wrap {
		border-radius: 0;
	}
	.bottle_slie:before {
		width: clamp(200px, 86vh, 360px);
		height: clamp(200px, 86vh, 360px);
	}
	.packing_sec {
		padding-top: 16vh;
		padding-bottom: 16vh;
	}

	.concept_wrap {
		/* 		flex-direction: column; */
		flex-wrap: wrap;
	}

	.services_decoration h2 {
		padding-block: 50px;
	}
	.font_96 {
		font-size: 64px;
	}

	.business_sec .small-circle-left {
		left: 50%;
		top: 15%;
	}
	.concept_sec, .concept_wrap {
		height: 100% !important;
		padding-bottom: 0px;
	}
	.concept_sec img {
		height: 450px !important;
		object-fit: contain !important;
	}
	.concept_wrap {
		gap: 30px;
	}
	.concept_content .p_20 {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.concept_content{
		order: 99;
		max-width: 100%;
	}

	.business_sec .small-circle-right {
		right: 50%;
		transform: translate(50%, -50%) !important;
		top: 90%;
	}
	.business_sec .large-circle {
		width: 480px;
		height: 480px;
	}

	.business_sec {
		height: 700px;
	}
	.business_sec .h-line {
		top: calc(0px - 70px);
		left: 50%;
		width: 1px;
		height: calc(100% + 140px);
		transform: translate(0% , 0%);
	}
	.business_sec {
		overflow: visible;
	}
}

@media (max-width: 768px) {
	.ft_128 {
		font-size: 38px;
		line-height: 48px;
		margin-bottom: 18px;
	}
	.service_anim .number_title {
		font-size: 30px;
		line-height: 39.4px;
		margin-bottom: 5px;
	}
	.packing_wrap{
		grid-template-columns: 100%;
		gap: 35px;
	}
	.packing_sec {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.bottle_slie:before{
		display:none;
	}
	.bottle_slie{
		grid-template-columns: 80%;

	}
	.packing_wrap .h_info_col1 p{
		padding: 18px 0 18px;
	}
	.font_96 {
		font-size: 48px;
	}
	.business_sec .h-line {
		top: calc(0px - 50px);
	}

	.concept_content ,
	.h_info_col{
		padding-inline: 15px;
	}
}


@media (max-width: 540px) {
	.business_sec {
		height: 550px;
	}
	.business_sec .small-circle-left {
		left: 50%;
		top: 15%;
	}
	.business_sec .small-circle-right {
		right: 50%;
		transform: translate(50%, -50%) !important;
		top: 90%;
	}
	.business_sec .large-circle {
		width: 370px;
		height: 370px;
	}
}
@media (max-width: 480px) {
	.service_anim{
		gap: 23px;
	}

	.concept_sec img {
		height: auto !important;
		object-fit: contain !important;
		width: 44%;
	}
	.font_96 {
		font-size: 54px;
	}

	.services_decoration h2 {
		line-height: 130%;
		font-size: 26px;
		letter-spacing: -0.25px;
	}

}
@media (max-width: 400px) {
	.business_sec .large-circle {
		width: 310px;
		height: 310px;
	}
	.business_sec {
		height: 490px;
	}
	.business_sec .small-circle-left .label {
		font-size: 12px;
	}
	.business_sec .small-circle-left {
		width: 100px;
		height: 100px;
	}
	.fade-in-image {
		opacity: 1 !important;
		transform: translateX(0px) !important;
	}

	.content-text p {
		font-size: 14px;
	}
}