	/**
 * Main CSS for juuzbot_kps theme
 * This file contains styles specific to the main section of the juuzbot_kps WordPress theme.
 * It ensures a cohesive design and responsive layout for the main content across all devices.
 */
	/*$$$$$$$$$$$$$$$$$$$$$$$$/*HOMEPAGE MAIN CSS *?$$$$$$$$$$$$$$$$$$$$$$$ /
	/* /////////////////////////////////////////
  hero section Homepage 
  ///////////////////////////////////////////*/
	/* Main Wrapper */
	.text-justify {
		text-align: justify;
	}
	.hero_kps_juuzbot {
		position: relative;
		height: 75vh;
		width: 100%;
		overflow: hidden;
		display: flex;
		align-items: center;
		/* Vertically center the content */
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	}
	/* Video Background */
	.hero_kps_juuzbot video {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -1;
		transform: translate(-50%, -50%);
		object-fit: cover;
	}
	/* image Background */
	/* Video Background */
	.hero_kps_juuzbot img.aboutensn_imggg {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -1;
		transform: translate(-50%, -50%);
		object-fit: cover;
		object-position: left;
	}
	/* The Orange Overlay Banner */
	.hero_kps_juuzbot .content-overlay {
		background-color: #f89205cc;
		/* The signature orange */
		padding: 3rem 10% 3rem 7%;
		color: #000;
		/* Creates the rounded "pill" effect on the right */
		border-top-right-radius: 500px;
		border-bottom-right-radius: 500px;
		width: 75%;
		box-shadow: 15px 0 40px rgba(0, 0, 0, 0.2);
		/* backdrop-filter: blur(8px); */
		/* Subtle glassmorphism */
	}
	.hero_kps_juuzbot h1 {
		font-size: clamp(2rem, 6vw, 3.5rem);
		line-height: 1;
		text-transform: uppercase;
		margin-bottom: 0.5rem;
		font-weight: 400;
	}
	.hero_kps_juuzbot h1 span {
		font-weight: 800;
	}
	.hero_kps_juuzbot p {
		font-weight: 600;
		font-size: 0.95rem;
		letter-spacing: 0.5px;
	}
	/* Button Styling */
	.hero_kps_juuzbot .btn-explore {
		background-color: #fff;
		color: #000;
		font-weight: 600;
		padding: 6px 24px;
		border-radius: 5px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 16px;
		display: inline-block;
		transition: all 0.3s ease;
	}
	.hero_kps_juuzbot .btn-explore:hover {
		background-color: #f0f0f0;
		transform: translateY(-2px);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	}
	/* Responsive Adjustments */
	@media (max-width: 768px) {
		.hero_kps_juuzbot .content-overlay {
			max-width: 90%;
			border-radius: 0 150px 150px 0;
			padding: 2.5rem 2rem;
		}
		.orange-top-title {
			white-space: normal !important;
		}
	}
	@media (min-width:1950px) {
		.hero_kps_juuzbot .content-overlay {
			width: 60%;
		}
		.hero_kps_juuzbot .content-overlay {
			padding: 3rem 10% 3rem 20%;
			/* Subtle glassmorphism */
		}
		.jusutify_end_ejkfnkbgigscrn {
			justify-content: end !important;
		}
	}
	/* /////////////////////////////////
		 hero section Homepage end 
		 //////////////////////////////////*/
	/* ////////////////////////
		 section 2 homepage
		 ////////////////////////// */
	.juuzbot_section_two {
		padding: 90px 0;
		overflow: hidden !important;
	}
	/* Red Heading from Wysiwyg */
	.juuzbot-red-title h1,
	.juuzbot-red-title h2,
	.juuzbot-red-title p {
		color: #e75321;
		font-weight: 700;
		font-size: clamp(2.2rem, 5vw, 3.8rem);
		line-height: 1;
		text-transform: uppercase;
		margin: 0;
	}
	.qhfjhfjhfjkhjkhkjghdjk {
		font-size: 20px;
		font-weight: 600 !important;
		letter-spacing: 2px;
	}
	.ggfhfshshsfshhs {
		color: #707070;
		line-height: 2;
	}
	/* Moss Green Button */
	.btn-juuz-green {
		background-color: #4a622a;
		color: #fff;
		padding: 10px 24px;
		border-radius: 5px;
		font-weight: 500;
		text-decoration: none;
		display: inline-block;
		transition: all 0.3s ease;
		box-shadow: 0 5px 14px rgb(37 51 19 / 40%);
	}
	.btn-juuz-green:hover {
		background-color: #3a4d21;
		color: #fff;
		transform: translateY(-2px);
	}
	/* Feature List Dashed Lines */
	.feature-row {
		position: relative;
	}
	.feature-line {
		position: absolute;
		right: -50%;
		top: 22px;
		width: 80%;
		border-bottom: 2px dashed #314317;
		animation: blink 2s infinite;
	}
	@keyframes blink {
		0% {
			opacity: 0;
		}
		40% {
			opacity: 0.4;
		}
		60% {
			opacity: 0.7;
		}
		60% {
			opacity: 0.8;
		}
		60% {
			opacity: 0.9;
		}
		90% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	.feature-line::after {
		content: '';
		position: absolute;
		bottom: -5px;
		width: 8px;
		height: 8px;
		background-color: #314317;
		border-radius: 50%;
	}
	/* Mobile Responsiveness */
	@media (max-width: 991px) {
		.juuzbot_section_two {
			text-align: center;
		}
		.feature-row {
			justify-content: flex-start;
			text-align: left;
			padding-right: 0;
		}
		.feature-line {
			display: none;
		}
	}
	/* /////////////////////
		 section 2 homepage end 
		 ///////////////////////*/
	/* /////////////////////
		 section 3 homepage  
		 ///////////////////////*/
	.juuzbot_section_three {
		padding: 30px 0 50px 0;
	}
	.philosophy-content {
		display: inline-block;
	}
	/* First word and Line Container */
	.first-word-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin-bottom: 5px;
	}
	.philosophy-main-title,
	.philosophy-sub-title {
		color: #2c8540;
		/* Deep green */
		font-weight: 900;
		text-transform: uppercase;
		margin: 0;
		line-height: 1;
		text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
		/* Subtle 3D depth */
	}
	.philosophy-main-title {
		font-size: clamp(2.5rem, 6vw, 4.5rem);
	}
	.philosophy-sub-title {
		font-size: clamp(2.5rem, 6vw, 4.5rem);
		display: block;
	}
	/* Double Dashed Line Decorator */
	.decorative-line {
		width: 200px;
		height: 10px;
		border-top: 3px dashed #df5426;
		border-bottom: 3px dashed #df5426;
		flex-shrink: 0;
	}
	.juuzbot-img-card{
		padding: 20px;
	}
	.juuzbot-img-card img{
		border-radius: 20px;
	}
	.cncnvrjojsojoiweiotheihbsv{
		color: #df5426;
		font-weight: 600;
	}
	/* Mobile Adjustments */
	@media (max-width: 768px) {
		.decorative-line {
			width: 50px;
		}
		.first-word-wrapper {
			gap: 10px;
		}
	}
	/* /////////////////////
		 section 3 homepage end
		 ///////////////////////*/
	/* /////////////////////
		 section 4 homepage  
		 ///////////////////////*/
	.section_juuzbot_four {
		background: transparent;
		padding: 0px 0px 50px 0px;
		position: relative;
	}
	/* Column 3 specific stacking */
	.section_juuzbot_four .flex-column img {
		max-height: 200px;
		/* Reduced height to fit two images comfortably */
		width: auto;
	}
	.section_juuzbot_four .ffrrddwwwwsszxss {
		overflow: hidden;
	}
	@media (max-width: 768px) {
		.section_juuzbot_four::before,
		.section_juuzbot_four::after {
			display: none;
		}
	}
	/* /////////////////////
		 section 4 homepage end
		 ///////////////////////*/
	/* /////////////////////
		 section 5 homepage
		 ///////////////////////*/
	.section_juuzbot_five {
		position: relative;
		overflow: hidden;
	}
	.features-relative-container {
		position: relative;
	}
	.feature-item-wrapper {
		position: relative;
		padding: 0 20px;
		z-index: 2;
	}
	/* The Square Frame around icons */
	.feature-image-frame {
		width: 180px;
		height: 180px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		z-index: 3;
	}
	.feature-image-frame img {
		max-width: 80%;
		max-height: 80%;
	}
	/* Text Styling */
	.feature-main-title {
		color: #f16304;
		font-weight: 800;
		font-size: 24px;
		text-transform: capitalize;
		margin-bottom: 10px;
	}
	.feature-sub-desc {
		color: #333;
		font-size: 1rem;
		line-height: 1.4;
		max-width: 280px;
		margin: 0 auto;
	}
	/* Vertical Dashed lines between columns */
	.vertical-dashed-line {
		position: absolute;
		right: 0;
		top: 25%;
		height: 60%;
		border-right: 2px dashed #f16304;
	}
	.feature-item-wrapper:last-child .vertical-dashed-line {
		display: none;
	}
	/* Responsive adjustments */
	@media (max-width: 991px) {
		.global-horizontal-line,
		.side-accent-line,
		.vertical-dashed-line {
			display: none;
		}
		.feature-item-wrapper {
			margin-bottom: 60px;
		}
	}
	/* /////////////////////
		 section 5 homepage end
		 ///////////////////////*/
	/* /////////////////////
		 section 6 homepage 
		 ///////////////////////*/
	/* Layout & Background */
	.section_juuzbot_six {
		padding: 30px 0 0px 0 !important;
		position: relative;
	}
	/* Orange Divider Styling */
	.orange-divider-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.green-line {
		flex-grow: 1;
		height: 2px;
		background-color: #4a622a;
		/* Moss Green */
		position: relative;
	}
	/* Small dots at the inner ends of the lines */
	.green-line::after {
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		background-color: #4a622a;
		border-radius: 50%;
		top: -3px;
	}
	.green-line:first-child::after {
		right: 0;
	}
	.green-line:last-child::after {
		left: 0;
	}
	.orange-top-title {
		color: var(--Juuzbot_orange);
		/* Theme Orange */
		font-weight: 700;
		text-transform: uppercase;
		font-size: clamp(1rem, 2.5vw, 1.8rem);
		white-space: nowrap;
		margin: 0;
		letter-spacing: 1px;
	}
	/* Quote Section Styling */
	.text-orange {
		color: #f16304;
	}
	.s6-main-heading {
		color: #000;
		font-weight: 800 !important;
	}
	.s6-description {
		font-size: 16px;
		line-height: 1.4;
		color: #555;
	}
	.quote-mark {
		position: absolute;
		font-size: 250px;
		color: rgba(43, 24, 5, 0.05);
		/* Subtle watermark effect */
		font-family: serif;
		z-index: 0;
		line-height: 1;
	}
	.quote-top {
		top: -25%;
		left: 0%;
	}
	.quote-bottom {
		bottom: -50%;
		right: 0%;
	}
	/* Mobile Adjustments */
	@media (max-width: 991px) {
		.section_juuzbot_six {
			padding: 60px 0;
		}
		.green-line {
			display: none;
		}
		/* Focus on text for mobile screens */
		.orange-top-title {
			border-bottom: 2px solid #4a622a;
			padding-bottom: 10px;
		}
	}
	/* /////////////////////
		 section 6 homepage end
		 ///////////////////////*/
	/* /////////////////////
		 section 8 homepage 
		 ///////////////////////*/
	.section_juuzbot_eight .testimonial-card-container {
		padding-bottom: 60px;
		/* Space for the floating avatar */
		position: relative;
		max-width: 800px;
		margin: 0 auto;
	}
	.section_juuzbot_eight .testimonial-main-card {
		background: #f4b16c;
		/* Warm orange from image */
		border-radius: 17px;
		padding: 50px 60px;
		position: relative;
		box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
	}
	.section_juuzbot_eight .testimonial-text {
		font-size: 16px;
		line-height: 1.6;
		color: #6e3b03;
		margin-bottom: 15px;
	}
	.section_juuzbot_eight .author-avatar-wrapper {
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		width: 90px;
		height: 90px;
		border-radius: 50%;
		border: 6px solid #fff;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
		z-index: 2;
	}
	.section_juuzbot_eight .author-avatar-wrapper img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	/* Custom Navigation Arrows */
	.custom-swiper-nav {
		background: #df5325 !important;
		width: 45px !important;
		height: 45px !important;
		border-radius: 50%;
		color: white !important;
	}
	.custom-swiper-nav::after {
		font-size: 18px !important;
		font-weight: bold;
	}
	.author-name {
		font-size: 20px;
	}
	/* /////////////////////
		 section 8 homepage end
		 ///////////////////////*/


	/* /////////////////////
		 section NEW homepage end
		 ///////////////////////*/
/* ==============================
   NEW SECTION STYLING
============================== */


.newsection_refine_onece .section-title {
    font-size: 52px;
    font-weight: 700;
    color: #f89205;
}

.newsection_refine_onece .section-desc {
    font-size: 18px;
    color: #333;
    max-width: 700px;
    margin: 15px auto 40px;
}

.newsection_refine_onece .highlight-text {
    color: #ff6a00;
    font-weight: 600;
}
.newsection_refine_onece {
       position: relative;
    padding: 40px 0;
    background: url('http://juuzbot.digiopeople.com/wp-content/uploads/2026/02/New-Project-3-1.png') no-repeat center;
    background-size: contain;
    background-position-y: -100px;
}
.kffgjghjagjgfjgqurqwiuwyiubncxvxv .col-md-3{
	padding-left: 20px;
	padding-right: 20px;
}
/* Wrapper */
.newsection_refine_onece .features-wrapper {
    max-width: 900px;
    margin: auto;
}

/* Rows */
.newsection_refine_onece .features-row {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.newsection_refine_onece .top-row {
    margin-bottom: 60px;
}

/* Cards */
.newsection_refine_onece .feature-card {
    width:220px;
    background: #fff;
    border-radius: 20px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.newsection_refine_onece .feature-card:hover {
    transform: translateY(-8px);
}

/* Text */
.newsection_refine_onece .feature-card p {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    margin: 0;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 992px) {
    .newsection_refine_onece .features-row {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .newsection_refine_onece .features-row {
        flex-wrap: wrap;
    }

    .newsection_refine_onece .feature-card {
        width: 45%;
        margin-bottom: 20px;
    }

    .newsection_refine_onece .top-row {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .newsection_refine_onece .feature-card {
        width: 100%;
    }
}

.newsection_refine_onece .belong-title {
    font-size: 52px;
    font-weight: 700;
    color: #2c8444;
}

.newsection_refine_onece .belong-box {
    background: #fedfb3;
    border-radius: 15px;
    padding: 20px;
	height: 100%;
    text-align: center;
    transition: 0.3s;
}

.newsection_refine_onece .belong-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.newsection_refine_onece .belong-icon {
    font-size: 35px;
    margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .newsection_refine_onece .section-title {
        font-size: 30px;
    }
    .newsection_refine_onece .belong-title {
        font-size: 26px;
    }
}
	/*$$$$$$$$$$$$$$$$$$$$$$$$/*HOMEPAGE MAIN CSS END *?$$$$$$$$$$$$$$$$$$$$$$$ /
/*$$$$$$$$$$$$$$$$$$$$$$$$/*BLOG MAIN CSS *?$$$$$$$$$$$$$$$$$$$$$$$ /
/* Header Decoration */
	.blogs_kps_juuzbot .blogs_header span.line-dot {
		height: 2px;
		width: 30%;
		background-color: #2c8540;
		position: relative;
		display: inline-block;
	}
	.blogs_kps_juuzbot .blogs_header span.line-dot::after {
		content: '';
		position: absolute;
		width: 8px;
		height: 8px;
		background-color: #2c8540;
		border-radius: 50%;
		top: -3px;
	}
	.blog-card {
		background-color: #fff;
		border-radius: 8px;
	}
	.blog-content {
		padding: 20px;
	}
	.blogs_kps_juuzbot .blogs_header span:first-child::after {
		right: -4px;
	}
	.blogs_kps_juuzbot .blogs_header span:last-child::after {
		left: -4px;
	}
	/* Blog Card Text */
	.blogs_kps_juuzbot .blog-title {
		color: #e75321;
		font-size: 1.4rem;
		text-transform: uppercase;
	}
	.blogs_kps_juuzbot .blog-excerpt {
		color: #555;
		font-size: 16px;
		line-height: 1.4;
	}
	.blogs_kps_juuzbot .read-more-btn {
		color: #e75321;
		text-decoration: underline;
		font-size: 16px;
	}
	/* Pagination Styling */
	.blogs_kps_juuzbot .blogs_pagination .page-numbers {
		padding: 8px 16px;
		margin: 0 4px;
		border: 1px solid #ddd;
		text-decoration: none;
		color: #333;
		border-radius: 5px;
		font-weight: bold;
		transition: all 0.2s ease;
	}
	.blogs_kps_juuzbot .blogs_pagination .page-numbers.current {
		background-color: #2c8540;
		/* Theme Green */
		color: #fff;
		border-color: #2c8540;
	}
	.blogs_kps_juuzbot .blogs_pagination .page-numbers:hover:not(.current) {
		background-color: #e75321;
		/* Theme Orange */
		color: #fff;
		border-color: #e75321;
	}
	.blog_brdr_radiuis {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	/* Image Hover Effect */
	.hover-zoom {
		transition: transform 0.5s ease;
	}
	.blog-card:hover .hover-zoom {
		transform: scale(1.05);
	}
	/*$$$$$$$$$$$$$$$$$$$$$$$$/*BLOG MAIN CSS END *?$$$$$$$$$$$$$$$$$$$$$$$ /
/*$$$$$$$$$$$$$$$$$$$$$$$$/*CONTACT US MAIN CSS *?$$$$$$$$$$$$$$$$$$$$$$$ /
/* Container styling */
	.juuzbot_cf7_kps_form {
		background-color: #ffd5a7;
		/* Peach background from image */
		padding: 45px 30px;
		border-radius: 40px;
		/* Large rounded corners per image */
		margin: 0 auto;
	}
	.juuzbot_cf7_kps_form label {
		font-weight: 600;
		color: #4a3b32;
		font-size: 18px;
		margin-bottom: 5px;
		display: block;
		letter-spacing: 0.5px;
	}
	.juuzbot_cfassasasa_kps_form p {
		margin: 0 !important;
	}
	.juuzbot_cf7_kps_form .form-control {
		background-color: #fff8f1 !important;
		/* Slightly off-white */
		border: none !important;
		border-radius: 15px !important;
		padding: 15px 20px !important;
		font-size: 14px;
		color: #8a8a8a;
		box-shadow: none !important;
	}
	.juuzbot_cf7_kps_form .form-control::placeholder {
		color: #b0b0b0;
	}
	.juuzbot_cf7_kps_form textarea.form-control {
		height: 150px;
	}
	.juuzbot_cf7_kps_form .btn-submit {
		background-color: #837e77 !important;
		/* Muted taupe/gray */
		color: #ffffff !important;
		border: none !important;
		border-radius: 25px !important;
		padding: 10px 35px !important;
		font-size: 15px;
		cursor: pointer;
		transition: background 0.3s ease;
	}
	.juuzbot_cf7_kps_form .btn-submit:hover {
		background-color: #6b665f !important;
	}
	.juuzbot_cf7_kps_form .policy-text {
		font-size: 13px;
		color: #4a3b32;
		line-height: 1.5;
	}
	.juuzbot_cf7_kps_form .policy-text strong {
		font-weight: 700;
	}
	.juuzbot_cf7_kps_form .wpcf7-form-control-wrap {
		display: block;
	}
	.bjbdkqjqjlqldnd_conatct {
		letter-spacing: 1.5px;
		font-size: 70px !important;
		padding-bottom: 15px;
	}
	.juuzbot_conatct_us_left_content {
		padding: 20px;
		color: #4a3b32;
		/* Dark brown/gray text from image */
	}
	/* Header Styling */
	.juuzbot_conatct_us_left_content .sub-text {
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 5px;
		letter-spacing: 0.5px;
		text-transform: uppercase;
	}
	.juuzbot_conatct_us_left_content .main-title {
		font-size: 18px;
		font-weight: 800;
		margin-bottom: 40px;
		text-transform: uppercase;
	}
	/* Icon List Styling */
	.juuzbot_conatct_us_left_content .contact-methods {
		margin-bottom: 40px;
	}
	.juuzbot_conatct_us_left_content .contact-item {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	.juuzbot_conatct_us_left_content .icon-box {
		width: 40px;
		height: 40px;
		background-color: #ffb356;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 20px;
		color: white;
		font-size: 24px;
		flex-shrink: 0;
	}
	.juuzbot_conatct_us_left_content .icon-box i {
		font-size: 18px;
	}
	.juuzbot_conatct_us_left_content .details .label {
		display: block;
		font-weight: 700;
		color: #f89205;
		/* Brighter orange label */
		font-size: 17px;
	}
	.juuzbot_conatct_us_left_content .details .value {
		font-size: 20px;
		font-weight: 600;
		color: #575757;
		text-decoration: none;
	}
	/* Bottom Text Blocks */
	.juuzbot_conatct_us_left_content .info-item {
		margin-bottom: 20px;
	}
	.juuzbot_conatct_us_left_content .info-item h3 {
		font-size: 16px;
		font-weight: 800;
		margin-bottom: 8px;
		text-transform: uppercase;
	}
	.juuzbot_conatct_us_left_content .info-item p {
		font-size: 15px;
		line-height: 1.5;
		opacity: 0.9;
	}
	/* Responsive adjustments */
	@media (max-width: 576px) {
		.juuzbot_conatct_us_left_content .details .value {
			font-size: 18px;
		}
		.juuzbot_conatct_us_left_content .icon-box {
			width: 50px;
			height: 50px;
			font-size: 18px;
		}
	}
	@media (max-width: 768px) {
		.bjbdkqjqjlqldnd_conatct {
			letter-spacing: 1px;
			font-size: 50px !important;
			padding-bottom: 20px !important;
		}
	}
	/*$$$$$$$$$$$$$$$$$$$$$$$$ CONTACT US MAIN CSS END *?$$$$$$$$$$$$$$$$$$$$$$$ */
	/*$$$$$$$$$$$$$$$$$$$$$$$$ ABOUT US MAIN CSS  *?$$$$$$$$$$$$$$$$$$$$$$$ */
	.about-contento-overlay {
		background-color: #00000080 !important
	}
	.about-heasdingnmain {
		font-weight: 700 !important;
		color: #fff;
		border-bottom: 5px solid #cc5e02;
		display: inline;
	}
	.aboutjoafdq_firstsection {
		font-weight: 600;
		font-size: 30px !important;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		color: #fff;
		padding-top: 24px;
	}
	.aboutjoafdq_firstsection span {
		color: #cc5e02;
	}
	/* Container styling */
	.kps_juuzbot_about_hero_below_wrapper {
		background-color: #f89205;
		/* The specific orange in your image */
		padding: 25px 0;
		color: #000000;
	}
	/* Individual item alignment */
	.kps_juuzbot_about_hero_below_item {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 15px;
		/* Space between icon and text */
	}
	/* Icon sizing */
	.kps_juuzbot_about_hero_below_icon {
		width: 40px;
		height: auto;
		display: block;
	}
	/* Typography */
	.kps_juuzbot_about_hero_below_text {
		font-size: 1.1rem;
		font-weight: 500;
	}
	.kps_juuzbot_about_description_after:after {
		content: "";
		display: block;
		width: 250px;
		height: 8.3px;
		/* Thoda height badhaya takki dono lines dikhen */
		margin: 20px auto 0 auto;
		/* Do alag-alag dashed lines background se banayi gayi hain */
		background-image:
			/* Pehli Line */
			linear-gradient(to right, #cc5e02 50%, rgba(255, 255, 255, 0) 0%),
			/* Doosri Line (thodi niche aur aage shifted) */
			linear-gradient(to right, #cc5e02 50%, rgba(255, 255, 255, 0) 0%);
		/* Lines ka size: 20px dash length hai */
		background-size: 20px 2px;
		background-repeat: repeat-x;
		/* Positioning: Yahan se 'aage-piche' control hoga */
		background-position:
			0px 0px,
			/* Pehli line top par */
			4px 2px;
		/* Doosri line 10px aage (offset) aur 6px niche */
	}
	.kps_juuzbot_about_description_after {
		color: #585858;
		padding-bottom: 30px !important;
	}
	.kps_juuzbot_section_three {
		padding: 60px 0;
	}
	.kps_juuzbot_section_three_banner {
		background-position: right center;
		background-repeat: no-repeat;
		min-height: 400px;
		position: relative;
		background-size: cover;
	}
	/* Typography */
	.kps_juuzbot_section_three_title {
		color: #1a3311;
		/* Dark green color */
		font-weight: 700;
		font-size: 3.3rem;
		line-height: 0.9;
		margin-bottom: 25px;
		position: relative;
		display: inline-block;
	}
	.kps_juuzbot_section_three_title span {
		display: block;
		font-size: 5rem;
		font-weight: 800;
	}
	.kps_juuzbot_section_three_qmark {
		position: absolute;
		right: -85px;
		top: 0px;
		font-size: 8.5rem !important;
		font-weight: 700 !important;
	}
	.kps_juuzbot_section_three_text {
		color: #1a3311;
		font-size: 1.1rem;
		max-width: 450px;
		margin-bottom: 10px;
	}
	.kps_juuzbot_section_three_bold_text {
		color: #1a3311;
		font-weight: 800;
		font-size: 1.2rem;
		letter-spacing: 1px;
		border-bottom: 2px solid #1a3311;
		display: inline-block;
		padding-bottom: 5px;
	}
	/* Mobile Responsiveness */
	@media (max-width: 991px) {
		.kps_juuzbot_section_three_banner {
			background-position: bottom right;
			background-size: 40%;
			/* Shrink oranges on tablet */
		}
		.kps_juuzbot_section_three_title {
			font-size: 3rem;
		}
	}
	@media (max-width: 576px) {
		.kps_juuzbot_section_three_banner {
			background-image: none;
			/* Remove oranges on small mobile for readability */
			text-align: center;
		}
		.kps_juuzbot_section_three_title {
			font-size: 2.5rem;
		}
		.kps_juuzbot_section_three_qmark {
			position: static;
			display: inline;
			font-size: 3rem;
		}
		.kps_juuzbot_section_three_bold_text {
			font-size: 1rem;
		}
		.aboutjoafdq_firstsection {
			font-size: 18px !important
		}
	}
	.kps_juuzbot_section_four {
		overflow: hidden;
	}
	/* Title with green line */
	.kps_juuzbot_section_four_title {
		color: #66b249;
		font-weight: 800;
		font-size: 50px;
		display: flex;
		align-items: center;
		gap: 15px;
		margin-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.kps_juuzbot_line {
		height: 4px;
		background-color: #66b249;
		flex-grow: 1;
	}
	/* Icon & Dashed Line (Using your previous logic) */
	.kps_juuzbot_section_four_icon {
		width: 150px;
		margin-bottom: 15px;
	}
	.kps_juuzbot_section_four_content_wrapper {
		position: relative;
		z-index: 2;
	}
	/* The Orange Background Box */
	.kps_juuzbot_section_four_text_bg {
		padding: 40px;
		position: relative;
	}
	/* To make the background bleed to the right edge of the screen */
	@media (min-width: 992px) {
		.kps_juuzbot_section_four_text_bg::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			right: -100vw;
			/* Extends to edge of screen */
			bottom: 0;
			background-image: linear-gradient(88deg,rgb(243 192 162)  0%, rgba(252, 128, 55, 30) 35%, rgba(252, 128, 55, 60) 70%, rgba(252, 128, 55, 100) 100%);
			z-index: -1;
		}
	}
	.kps_juuzbot_section_four_desc {
		color: #212121;
		line-height: 1.5;
		font-size: 16px;
		text-align: justify;
		margin: 0;
	}
	/* Mobile Tweak */
	@media (max-width: 767px) {
		.kps_juuzbot_section_four_title {
			justify-content: center;
		}
		.kps_juuzbot_section_four_text_bg {
			padding: 20px;
			text-align: center;
		}
	}
	.kps_juuzbot_section_five {
		overflow: hidden;
	}
	/* Title with green line */
	.kps_juuzbot_section_five_title {
		color: #66b249;
		font-weight: 800;
		font-size: 45px;
		align-items: center;
		text-align: center;
		gap: 15px;
		margin-bottom: 20px;
	}
	.wdngnfasdkfnsalkfanfkqanflkanf{
		    color: #66b249;
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: 600;
	}
	.kps_juuzbotfive_line {
		height: 4px;
		background-color: #66b249;
		flex-grow: 1;
	}
	/* Icon & Dashed Line (Using your previous logic) */
	.kps_juuzbot_section_five_icon {
		width: 150px;
		margin-bottom: 15px;
	}
	.kps_juuzbot_section_five_content_wrapper {
		position: relative;
		z-index: 2;
	}
	/* The Orange Background Box */
	.kps_juuzbot_section_five_text_bg {
		padding: 40px;
		position: relative;
	}
	/* To make the background bleed to the right edge of the screen */
	@media (min-width: 992px) {
		.kps_juuzbot_section_five_text_bg::before {
			content: "";
			position: absolute;
			top: 0;
			left: -100vw;
			right: 0;
			bottom: 0;
			background-image: linear-gradient(88deg, rgb(252, 128, 55) 0%, rgba(252, 128, 55, 80) 35%, rgba(252, 128, 55, 60) 70%, rgb(243 192 162) 100%);
			z-index: -1;
		}
	}
	.kps_juuzbot_section_five_desc {
		color: #212121;
		line-height: 1.5;
		font-size: 16px;
		text-align: justify;
		margin: 0;
	}
	/* Mobile Tweak */
	@media (max-width: 767px) {
		.kps_juuzbot_section_five_title {
			justify-content: center;
		}
		.kps_juuzbot_section_five_text_bg {
			padding: 20px;
			text-align: center;
		}
	}
	.worth25_lines_saboutsectiojmn {
		width: 20% !important;
		border-top: 3px solid #25360f !important;
		border-bottom: 3px solid #25360f !important;
	}
	.text_sevent_section_title_about {
		font-size: 60px !important;
		color: #25360f !important;
		font-weight: 700;
		text-transform: uppercase;
	}
	.kps_juuzbot_section_eight {
		background-image: linear-gradient(88deg, #719841 0%, #f4f97e 100%);
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.tettxt_last_secooirpin_title {
		color: #25360f;
		text-transform: uppercase;
		font-size: 35px;
		text-align: center;
		font-weight: 700;
		margin: 0;
	}
	.kjwelkjewlkeddgdgdgdgd {
		font-size: 35px;
		color: #25360f;
		font-weight: 700;
		text-transform: uppercase;
		text-align: center;
	}
	.kps_main_about_path_row_section {
		padding: 20px 0 40px 0;
	}
	.kps_path_step_wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	/* Content Box sizing to keep circles in line */
	.kps_path_content_box {
		min-height: 180px;
		/* Adjust based on your text length */
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		padding: 0 15px;
	}
	/* The White Circles */
	.kps_path_circle_box {
		width: 170px;
		height: 170px;
		background: #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 30px 20px 18px rgba(0, 0, 0, 0.4);
		/* Long shadow from mockup */
		position: relative;
		z-index: 5;
	}
	.kps_path_circle_box img {
		width: 200px;
	}
	.mx-2-kps {
		margin-left: 0.6rem !important;
		margin-right: 0.6rem !important;
	}
	.kps_path_number {
		width: 40px;
		height: 40px;
		background: #fff;
		border: 4px solid #e65100;
		color: #e65100;
		border-radius: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		margin: 60px auto 10px;
		position: relative;
		box-shadow: 0 0 0 2px #808080;
		/* adds gray border outside */
	}
	.gmglgmerklmekrgelgmlg {
		border: 4px solid #a1ca40;
		color: #a1ca40;
		margin: 10px auto 60px !important;
	}
	/* Dashed Line Logic */
	.kps_path_number::after {
		content: "";
		position: absolute;
		width: 2px;
		height: 40px;
		border-left: 2px dashed #999;
		left: 50%;
		transform: translateX(-50%);
	}
	/* If text is UP, line goes DOWN to circle */
	.text_up .kps_path_number::after {
		bottom: -42px;
	}
	/* If text is DOWN, line goes UP to circle */
	.text_down .kps_path_number::after {
		top: -42px;
	}
	/* Text Styles */
	.kps_path_title {
		color: #e65100;
		font-weight: 800;
		font-size: 24px;
		margin: 5px 0;
	}
	/* Text Styles */
	.kps_path_title::after {
		content: "";
		height: 2px;
		border-bottom: 2px solid #a1ca40;
		width: 70%;
		display: block;
		margin: auto;
		left: auto;
		/* text-align: center; */
	}
	.kps_path_desc {
		font-size: 0.85rem;
		color: #666;
		margin: 0;
	}
	@media (max-width:1200px) {
		.display-none-1200 {
			display: none;
		}
	}
	@media (min-width:1200px) {
		.display-none-small-1200 {
			display: none;
		}
	}
	/* 3. The "S" Curve Logic (Top Arcs and Bottom Arcs) */
	/* We use the ring (::after) but clip it to look like a half-ring */
	/* 1. Base Ring Setup with Animation Properties */
	.kps_path_circle_box::after {
		content: "";
		position: absolute;
		width: 240px;
		height: 240px;
		border: 35px solid #f89205;
		border-radius: 50%;
		top: 50%;
		left: 50%;
		z-index: -1;
		/* Drawing Animation Initial State */
		clip-path: inset(0 100% 0 0);
		transition: clip-path 0.8s ease-in-out;
	}
	/* 2. The Horizontal Bridge (Connecting the circles) */
	.mx-2-kps:not(:last-child) .kps_path_circle_box::before {
		content: "";
		position: absolute;
		width: 140%;
		height: 35px;
		background: #f89205;
		left: 80%;
		top: 50%;
		transform: translateY(-50%) scaleX(0);
		transform-origin: left;
		z-index: -2;
		transition: transform 0.6s ease-in-out;
	}
	/* 3. S-Curve Logic (Alternating Top/Bottom) */
	/* Odd items (1, 3): Top Arc */
	.mx-2-kps:nth-child(1) .kps_path_circle_box::after {
		border-bottom-color: transparent;
		border-left-color: #f89205;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.mx-2-kps:nth-child(3) .kps_path_circle_box::after {
		border-bottom-color: transparent;
		border-left-color: transparent;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	/* Even items (2, 4): Bottom Arc */
	.mx-2-kps:nth-child(even) .kps_path_circle_box::after {
		border-top-color: transparent;
		border-right-color: transparent;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	/* 4. Trigger Class (Active when section is visible) */
	.animate-snake .kps_path_circle_box::after {
		clip-path: inset(0 0 0 0);
	}
	.animate-snake .kps_path_circle_box::before {
		transform: translateY(-50%) scale(1);
	}
	/* 5. The Sequential "Snake" Delay (Staggered timing) */
	/* Step 1 */
	.mx-2-kps:nth-child(1) .kps_path_circle_box::after {
		transition-delay: 0.1s;
	}
	.mx-2-kps:nth-child(1) .kps_path_circle_box::before {
		transition-delay: 0.5s;
	}
	/* Step 2 */
	.mx-2-kps:nth-child(2) .kps_path_circle_box::after {
		transition-delay: 0.7s;
	}
	.mx-2-kps:nth-child(2) .kps_path_circle_box::before {
		transition-delay: 0.9s;
	}
	/* Step 3 */
	.mx-2-kps:nth-child(3) .kps_path_circle_box::after {
		transition-delay: 1.0s;
	}
	.mx-2-kps:nth-child(3) .kps_path_circle_box::before {
		transition-delay: 1.2s;
	}
	/* Step 4 */
	.mx-2-kps:nth-child(4) .kps_path_circle_box::after {
		transition-delay: 1.8s;
	}
	/* 4. Fix for the vertical dashed lines to ensure they hit the orange path */
	.text_up .kps_path_number::after {
		bottom: -60px;
		/* Increased to reach the circle */
		height: 60px;
	}
	.text_down .kps_path_number::after {
		top: -60px;
		/* Increased to reach the circle */
		height: 60px;
	}
	/* 55555555555555555555555only mobile 555555555555555555555555555555 */
	/* Main Wrapper Class */
	.kps_juzbot_cisurotn_mobimelontly {
		transition: transform 0.3s ease;
	}
	/* Icon Circle Styling */
	.kps_juzbot_cisurotn_mobimelontly .juzbot-icon-wrapper {
		width: 110px;
		height: 110px;
		background-color: #fff;
		border: 10px solid #f89205;
		/* Matches the orange in your image */
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 15px;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	}
	/* Step Number Badge */
	.kps_juzbot_cisurotn_mobimelontly .juzbot-step-badge {
		width: 40px;
		height: 40px;
		background: #fff;
		border: 4px solid #f89205;
		color: #f89205;
		border-radius: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		position: relative;
		box-shadow: 0 0 0 2px #808080;
	}
	/* Title Color */
	.kps_juzbot_cisurotn_mobimelontly h5 {
		color: #f89205;
		font-size: 1.1rem;
	}
	/* The horizontal underline */
	.kps_juzbot_cisurotn_mobimelontly .juzbot-divider {
		width: 45px;
		height: 4px;
		background-color: #a1ca40;
		border-radius: 2px;
	}
	/* Responsive Text */
	.kps_juzbot_cisurotn_mobimelontly p {
		line-height: 1.4;
		color: #555;
	}
	.meet_the_founder .founder-square {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.meet_the_founder .founder-name {
     color: #1d3514;
    font-weight: 600;
    font-size: 24px;
    /* margin-top: 15px; */
}

.meet_the_founder .founder-bio {
    color: #1d3514;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 500;
    max-width: 850px;
    margin: 0 auto;
}

/* Responsive adjustment for mobile */
@media (max-width: 768px) {
    .meet_the_founder .founder-name {
        font-size: 1.5rem;
    }
}
	/*$$$$$$$$$$$$$$$$$$$$$$$$ ABOUT US MAIN CSS  *?$$$$$$$$$$$$$$$$$$$$$$$ */
	/*$$$$$$$$$$$$$$$$$$$$$$$$ AI JUICER MAIN CSS  *?$$$$$$$$$$$$$$$$$$$$$$$ */
	.kps_juuzbot_ai_juicer {
		position: relative;
		width: 100%;
		height: 75vh;
		/* Adjust height as needed */
		background-size: cover;
		background-position: center;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}
	/* The white pill-shaped overlay */
	.kps_juuzbot_ai_juicer .content-overlay {
		background-color: rgba(255, 255, 255, 0.85);
		backdrop-filter: blur(5px);
		padding: 40px 80px;
		border-radius: 150px;
		text-align: center;
		max-width: 75%;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}
	.kps_juuzbot_ai_juicer h1 {
		color: #402200;
		margin: 0;
		font-size: 50px;
		font-weight: 500;
		line-height: 1.2;
	}
	.kps_juuzbot_ai_juicer h1 span {
		display: block;
		font-weight: 800;
	}
	.kps_juuzbot_ai_juicer p {
		color: #402200;
		margin-top: 10px;
		font-size: 1.1rem;
		letter-spacing: 0.5px;
	}
	/* Responsive Breakpoints */
	@media (max-width: 768px) {
		.kps_juuzbot_ai_juicer {
			height: 350px;
		}
		.kps_juuzbot_ai_juicer .content-overlay {
			padding: 30px 40px;
			border-radius: 50px;
			max-width: 90%;
		}
		.kps_juuzbot_ai_juicer h1 {
			font-size: 1.8rem;
		}
		.kps_juuzbot_ai_juicer p {
			font-size: 0.9rem;
		}
	}
	@media (max-width: 480px) {
		.kps_juuzbot_ai_juicer h1 {
			font-size: 1.4rem;
		}
		.kps_juuzbot_ai_juicer .content-overlay {
			padding: 20px;
			border-radius: 30px;
		}
	}
	.kps_juuzbot_first_sec_ai_juicer {
		padding: 60px 0;
		color: #333333;
		/* Dark text */
	}
	.kps_juuzbot_first_sec_ai_juicer h4 {
		font-weight: 400;
		font-size: 1.5rem;
		margin-bottom: 5px;
		color: #333333;
	}
	.kps_juuzbot_first_sec_ai_juicer h2 {
		color: #1a7431;
		/* Juuzbot Green */
		font-weight: 800;
		font-size: clamp(2rem, 5vw, 3.5rem);
		line-height: 1.1;
		margin-bottom: 25px;
	}
	.kps_juuzbot_first_sec_ai_juicer .lead-text {
		font-size: 1.1rem;
		margin-bottom: 30px;
		max-width: 530px;
		font-weight: 400;
	}
	.kps_juuzbot_first_sec_ai_juicer .feature-icon-box {
		    display: grid;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
	}
	.kps_juuzbot_first_sec_ai_juicer .feature-icon-box img {
		width: 50%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.kps_juuzbot_first_sec_ai_juicer .location-section {
		padding-top: 20px;
		margin-top: 0px;
	}
	.qsafjasklfjsalkfjslkfjflfqeoriqporiqwprqwi{
		border-bottom: 2px solid #000;
		display: inline-block;
	}
	.kps_juuzbot_first_sec_ai_juicer .location-list {
		padding-left: 1rem;
		font-size: 0.9rem;
	}
	.kps_juuzbot_first_sec_ai_juicer .location-list li::before {
		/* Orange accent */
		margin-right: 5px;
	}
	.kps_juuzbot_first_sec_ai_juicer .machine-img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	/* Responsive Adjustments */
	@media (max-width: 991px) {
		.kps_juuzbot_first_sec_ai_juicer {
			text-align: center;
		}
		.kps_juuzbot_first_sec_ai_juicer .feature-icon-box {
			justify-content: center;
		}
		.kps_juuzbot_first_sec_ai_juicer .location-list {
			justify-content: center;
		}
		.kps_juuzbot_first_sec_ai_juicer .lead-text {
			margin-left: auto;
			margin-right: auto;
		}
		.kps_juuzbot_first_sec_ai_juicer .location-section div {
			justify-content: center;
		}
	}
	.kpx_juuzbot_section23_ai_juicer_pluzimage .feature-item {
		position: relative;
		margin-bottom: 40px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	/* The horizontal dashed line */
	.kpx_juuzbot_section23_ai_juicer_pluzimage .dashed-line {
		width: 225px;
		border-top: 2.5px dashed #7b8e61;
		position: relative;
		margin-bottom: 15px;
		left: -70%;
	}
	/* The dot at the end of the line */
	.kpx_juuzbot_section23_ai_juicer_pluzimage .dashed-line::after {
		content: '';
		position: absolute;
		right: -5px;
		top: -5px;
		width: 10px;
		height: 10px;
		background-color: #1a3317;
		/* Dark green dot */
		border-radius: 50%;
	}
	.kpx_juuzbot_section23_ai_juicer_pluzimage .feature-content {
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.kpx_juuzbot_section23_ai_juicer_pluzimage .feature-icon {
		font-size: 2rem;
		color: #e45d25;
		/* Orange icon */
		flex-shrink: 0;
	}
	.kpx_juuzbot_section23_ai_juicer_pluzimage .feature-text {
		color: #333333;
		/* Dark text */
		font-size: 16px;
		font-weight: 500;
		line-height: 1.2;
	}
	/* Responsive adjustments */
	@media (max-width: 768px) {
		.kpx_juuzbot_section23_ai_juicer_pluzimage .dashed-line {
			width: 100px;
		}
		.kpx_juuzbot_section23_ai_juicer_pluzimage .feature-text {
			font-size: 1rem;
		}
	}
	.sfsas_machine_features {
		background-color: #ffebbe;
	}
	.kps_juuzbot_last_aijuicer_section .card-wrapper {
		position: relative;
		margin-bottom: 30px;
		overflow: hidden;
		border-radius: 8px;
		aspect-ratio: 1 / 1;
		/* Maintains square shape */
	}
	.kps_juuzbot_last_aijuicer_section .bg-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	/* Glassmorphism Effect */
	.kps_juuzbot_last_aijuicer_section .glass-card {
		    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
	}
	.kps_juuzbot_last_aijuicer_section .card-title {
		color: #308443;
		/* Green title */
		font-weight: 700;
		font-size: 24px;
		margin-bottom: 12px;
	}
	.kps_juuzbot_last_aijuicer_section .card-text {
		color: #333333;
		font-size: 16px;
		line-height: 1.6;
		margin: 0;
	}
	/* Center the bottom row card */
	.kps_juuzbot_last_aijuicer_section .row-center {
		display: flex;
		justify-content: center;
	}
	@media (max-width: 768px) {
		.kps_juuzbot_last_aijuicer_section .card-title {
			font-size: 1rem;
		}
		.kps_juuzbot_last_aijuicer_section .card-text {
			font-size: 0.8rem;
		}
	}
	/* Custom Section Class */
	.last_kps_juuzbot_section {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.last_kps_juuzbot_section .kps-feature-wrapper {
		text-align: center;
		transition: all 0.3s ease-in-out;
		display: flex;
		height: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
	/* Icon Container */
	.last_kps_juuzbot_section .kps-icon-box {
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.last_kps_juuzbot_section .kps-icon-box img {
		padding: 15px 0;
		height: auto;
	}
	/* The Pill Labels */
	.last_kps_juuzbot_section .kps-label-pill {
		background-color: #f6d6b6;
		/* The peachy/orange shade from your image */
		color: #5a3e2b;
		/* Dark brown for readability */
		padding: 18px 25px;
		border-radius: 20px;
		/* Rounded corners as per image */
		font-size: 0.95rem;
		font-weight: 500;
		line-height: 1.3;
		min-height: 85px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
	}
	/* Hover Effect */
	.last_kps_juuzbot_section .kps-feature-wrapper:hover {
		transform: translateY(-8px);
	}
	.last_kps_juuzbot_section .kps-feature-wrapper:hover .kps-label-pill {
		background-color: #f2c79b;
		/* Slightly darker shade on hover */
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	}
	/* Mobile Responsiveness */
	@media (max-width: 767px) {
		.last_kps_juuzbot_section .kps-icon-box {
			height: 80px;
		}
		.last_kps_juuzbot_section .kps-icon-box img {
			max-width: 60px;
		}
		.last_kps_juuzbot_section .kps-label-pill {
			font-size: 0.8rem;
			padding: 12px 15px;
			min-height: 70px;
			border-radius: 15px;
		}
	}
	/*$$$$$$$$$$$$$$$$$$$$$$$$ AI JUICER MAIN CSS END  *?$$$$$$$$$$$$$$$$$$$$$$$ */