	/**
 * Global CSS for juuzbot_kps theme
 * This file contains styles specific to the global section of the juuzbot_kps WordPress theme.
 * It ensures a cohesive design and responsive layout for the global elements across all devices.
 */
	:root {
		--Juuzbot_orange: #f89205;
	}

	html {
		margin-top: 0 !important;
	}

	/* Apply Poppins to everything */
	*,
	body,
	button,
	input,
	select,
	textarea {
		font-family: "Poppins", sans-serif;
	}

	/* Ensure headings specifically use it */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: "Poppins", sans-serif;
	}

	body {
		margin: 0;
		overflow-x: hidden;
	}

	/* =============================
  playfair font
		*/
	.font_plf {
		font-family: "Playfair", serif;
	}

	::selection {
		color: #fff;
		background: var(--Juuzbot_orange);
		;
	}

	html {
		overflow-x: hidden !important;
	}


	/* /////////////////////
		Images postion absolute left right
		 ///////////////////////*/

	.image-left-abs-tree {
		position: absolute;
		width: 250px;
		top: -170px;
	}

	.image-right-abs-fullorange {
		position: absolute;
		width: 250px;
		top: -230px;
		right: -15%;
		animation: spin 5s linear infinite;
	}

	.image-right-abs-fullorange_blog_page_showing {
		position: absolute;
		width: 250px;
		top: -230px;
		right: -65%;
	}

	.image-right-abs-halforange_blogs_showinf {
		position: absolute;
		width: 250px;
		left: -60%;

	}

	.image-right-abs-halforange {
		transform: rotate(354deg);
		position: absolute;
		width: 225px;
		top: 0px;
		left: -10%;
	}

	@keyframes spin {
		0% {
			transform: rotate(0deg);
			/* Start at 0 degrees */
		}

		100% {
			transform: rotate(360deg);
			/* Rotate a full 360 degrees */
		}
	}

	.ring-container-image-fxd {
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		right: -48%;
		top: 180px;
	}

	.ring-image-fxd {
		position: absolute;
		border-radius: 50%;

		/* Solid orange ring with a #fef5de segment (the "indicator") */
		background: conic-gradient(#f89205 0%,
				#f89205 90%,
				/* End orange */
				#fef5de 90%,
				#fef5de 100%);

		/* Keeps it as a hollow ring */
		-webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 9.5px), #fff 0);
		mask: radial-gradient(farthest-side, transparent calc(100% - 9.5px), #fff 0);

		/* Animation call: linear ensures a smooth, constant infinite spin */
		animation: rotate-ring-fxd 3000s linear infinite;
	}

	/* Sizing the Rings with staggered delays */
	.ring-1-image-fxd {
		width: 190px;
		height: 190px;
		animation-duration: 4s;
		animation-delay: 0s;
	}

	.ring-2-image-fxd {
		width: 150px;
		height: 150px;
		animation-duration: 3.5s;
		animation-delay: 0.2s;
	}

	.ring-3-image-fxd {
		width: 110px;
		height: 110px;
		animation-duration: 3s;
		animation-delay: 0.4s;
	}

	.ring-4-image-fxd {
		width: 70px;
		height: 70px;
		animation-duration: 2.5s;
		animation-delay: 0.6s;
	}

	/* The New Animation: Pure Rotation */
	@keyframes rotate-ring-fxd {
		0% {
			transform: rotate(0deg);
		}

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

	.image-right-abs-tree-withnotorange {
		position: absolute;
		width: 150px;
		right: 0%;
	}

	.image-right-abs-tree-withnotorange_blogs_showinf {
		position: absolute;
		right: -55%;
	}

	.image-right-abs-little-pc-orange {
		position: absolute;
		width: 180px;
		right: -6%;
		transform: rotate(300deg);
	}

	.image-left-abs-little-pc-orange {
		position: absolute;
		width: 180px;
		left: -2%;
		transform: rotate(15deg);
	}

	.image-left-abs-splach {
		position: absolute;
		width: 225px;
		top: 170px;
		left: 0%;
	}

	.image-right-abs-footertree {
		position: absolute;
		right: 0;
		width: 176px;
	}
	.rottotunsndebsbnaka{
		transform: rotate(81deg) !important;
		right: -59% !important;
	}
	.vndvdsnvsmvnmjdjoiwjgo{
		left: -8% !important;
	}




@media (min-width:1700px) and (max-width:2500px){
	.image-right-abs-tree-withnotorange_blogs_showinf {
		position: absolute;
		right: -85%;
	}
	.image-right-abs-fullorange_blog_page_showing {
    right: -90% !important;
}
}
	@media (min-width:1950px) {
		.image-right-abs-halforange {
			left: -5%;
			width: 300px;
		}

		.image-right-abs-fullorange {
			right: -8%;
			width: 300px;
		}

		.image-right-abs-tree-withnotorange {
			width: 225px;
			top: -50px;
		}

		.image-right-abs-little-pc-orange {
			width: 300px;
		}

		.image-left-abs-little-pc-orange {
			width: 300px;
		}

		/* Sizing the Rings with staggered delays */
		.ring-1-image-fxd {
			width: 220px;
			height: 220px;
			animation-duration: 4s;
			animation-delay: 0s;
		}

		.ring-2-image-fxd {
			width: 180px;
			height: 180px;
			animation-duration: 3.5s;
			animation-delay: 0.2s;
		}

		.ring-3-image-fxd {
			width: 140px;
			height: 140px;
			animation-duration: 3s;
			animation-delay: 0.4s;
		}

		.ring-4-image-fxd {
			width: 100px;
			height: 100px;
			animation-duration: 2.5s;
			animation-delay: 0.6s;
		}

		.image-right-abs-fullorange_blog_page_showing {
			right: -50%;
		}

		.image-right-abs-halforange_blogs_showinf {
			left: -50%;

		}
	}

	@media (max-width:1300px) {
		.display-none-1340 {
			display: none;
		}
	}

	@media (min-width:2000px) and (max-width:20000px) {
		.display-none-big {
			display: none;
		}
	}

	/* 404 */
	.seacrchh404 {
		padding: 8px 15px;
		color: #fff;
		background-color: #f89305;
		border: 1px solid #f89205;
		border-radius: 30px;
		font-size: 14px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-box-shadow: 0px 5px 20px #e2e0e0;
		box-shadow: 0px 5px 20px #e2e0e0;
		z-index: 5;
		position: relative;
	}

	.ddedfdd_404 {
		background: transparent;
		border: 2px solid #f89305;
		border-radius: 6px;
		padding: 5px;
	}

	.juuzbot_orange__srch {
		color: #f89205;
		padding-bottom: 10px;
	}

	.fwewegewggwgwgwsearcgh {
		font-size: 30px;
		border-bottom: 4px solid #303030;
		display: inline;
	}

	.dgsdggsgsdshhfsf {
		margin-bottom: 30px;
	}

	.result-title {
		margin-bottom: 0px;
	}

	.result-title a {
		font-size: 24px;
		color: #f89205;
		font-weight: 500;
		text-decoration: none;
		margin: 0;
	}

	.search_archive_oderedlist li::marker {
		font-size: 19px;
	}

	.search_archive_oderedlist li {
		padding-bottom: 15px;
	}
	.search_archive_oderedlist li a.read-more-btn{
		color: #f89205;
	}
	/* Center the pagination */
.search-pagination {
    margin-top: 50px;
    text-align: center;
}

/* Style the page numbers */
.search-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.search-pagination a, 
.search-pagination .current {
    padding: 10px 18px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
	color: #f89205;
    border: 1px solid #f39200; /* Juuzbot Orange */
}

/* Active Page */
.search-pagination .current {
    background-color: #f39200;
    color: #fff;
}

/* Hover effect */
.search-pagination a:hover {
    background-color: #f39200;
    color: #fff;
    transition: 0.3s;
}

/* ////////////////////// PAGE>PHP ????????????*/
/* --- RESET & WRAPPER --- */
.kps_juuzbot_page_php_default {
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
}

/* --- SECTION 1: HERO & BREADCRUMB --- */
.kps_juuzbot_page_php_default .kps-hero-section {
    position: relative;
    width: 100%;
}

.kps_juuzbot_page_php_default .kps-hero-bg {
    height: 50vh; /* Adjust height as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* The Whitish Blur Filter Card */
.kps_juuzbot_page_php_default .kps-glass-card {
    background: rgba(255, 255, 255, 0.4); /* Whitish tint */
    backdrop-filter: blur(12px); /* Blur effect */
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px; /* Border radius requested */
    padding: 50px 80px;
    max-width: 800px;
    width: 90%;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.kps_juuzbot_page_php_default .kps-breadcrumb {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #444;
}

.kps_juuzbot_page_php_default .kps-breadcrumb a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.kps_juuzbot_page_php_default .entry-title {
    font-size: 3rem;
    margin: 0;
    color: #000;
    font-weight: 800;
}

/* --- SECTION 2: CONTENT --- */
.kps_juuzbot_page_php_default .kps-content-section {
    max-width: 1100px;
    margin: 0 auto;
}

.kps_juuzbot_page_php_default .kps-section-header {
    text-align: center;
   margin: 25px 0;
}

.kps_juuzbot_page_php_default .kps-centered-title {
    font-size: 2.5rem;
    font-weight: 700;
	color: #f89205;
    margin-bottom: 10px;
}

.kps_juuzbot_page_php_default .kps-divider {
    width: 100px;
    height: 4px;
    background: #000; /* Primary theme color */
    margin: 0 auto;
    border-radius: 2px;
}

.kps_juuzbot_page_php_default .entry-content {
    font-size: 15px;
    color: #555;
}

/* --- SECTION 3: SWIPER LATEST POSTS --- */
.kps_juuzbot_page_php_default .kps-swiper-section {
    padding: 30px 20px;
}

.kps_juuzbot_page_php_default .kps-post-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    height: 100%;
}

.kps_juuzbot_page_php_default .kps-post-card:hover {
    transform: translateY(-10px);
}

.kps_juuzbot_page_php_default .kps-card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.kps_juuzbot_page_php_default .kps-card-body {
    padding: 25px;
}

.kps_juuzbot_page_php_default .kps-card-body h3 {
    font-size:16px;
    margin-bottom: 15px;
}

.kps_juuzbot_page_php_default .kps-read-more {
    color: #575757;
    font-weight: 600;
}

/* Swiper Pagination dots */
.kps_juuzbot_page_php_default .swiper-pagination-bullet-active {
    background: #cc5e02 !important;
}

/* --- SECTION 4: CTA --- */
.kps_juuzbot_page_php_default .kps-cta-section {
    padding: 50px 20px;
    background: #cc5e02; /* Dark CTA */
    color: #fff;
    text-align: center;
}

.kps_juuzbot_page_php_default .kps-cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.kps_juuzbot_page_php_default .kps-btn {
    display: inline-block;
    padding: 18px 40px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.kps_juuzbot_page_php_default .kps-btn:hover {
    background: #cc5e02;
    color: #fff;
	border: 2px solid #fff;
    box-shadow: 0 10px 20px #cc5e0230;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .kps_juuzbot_page_php_default .kps-glass-card {
        padding: 30px 20px;
    }
    .kps_juuzbot_page_php_default .entry-title {
        font-size: 2rem;
    }
    .kps_juuzbot_page_php_default .kps-hero-bg {
        height: 400px;
    }
}