.thm-breadcrumb li:hover a {
	color: var(--claky-black);
}
.testimonial-rating i {
	color: #ffd700; /* Gold color */
	font-size: 18px;
	margin-right: 3px;
}
.brand-one .owl-nav .owl-prev,
.brand-one .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	padding: 10px 12px;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	font-size: 20px;
	cursor: pointer;
}

.brand-one .owl-nav .owl-prev {
	left: -30px; /* move left arrow */
}

.brand-one .owl-nav .owl-next {
	right: -30px; /* move right arrow */
}

.brand-one .owl-nav span {
	color: #000; /* arrow color */
	font-size: 24px;
}
.footer-widget__link-list li:hover a {
	color: var(--claky-black);
}
.contact-box {
	background: #f5f8fc;
	border-radius: 3px;
}

.contact-box .form-control {
	background: transparent;
	border: none;
	padding: 18px;
	font-size: 15px;
}

.contact-box .input-group-text {
	background: transparent;
	border: none;
	font-size: 18px;
	color: #777;
	padding-right: 20px;
}

.modal-content {
	border-radius: 10px;
	padding: 15px;
}

.btn-primary {
	background: #2e2fa4;
	border: none;
	font-weight: 600;
}
.modal-backdrop {
	z-index: 500;
}

.model_popup_form .contact-two__input-box input[type="text"],
.model_popup_form .contact-two__input-box input[type="email"],
.model_popup_form .contact-two__input-box textarea {
	background-color: #f6f9fc !important;
}

@media (max-width: 767px) {
	/* Scroll-to-top button */
	.scroll-to-top {
		right: 20px !important; /* Align to right */
		bottom: 110px !important; /* Position above WhatsApp button */
	}

	/* WhatsApp Chat Button (WATI iframe) */
	.wati-chat-widget-button {
		right: 25px !important; /* Same right alignment */
		bottom: 50px !important; /* Directly below scroll button */
	}

	.wa-widget-send-button {
		right: 25px !important; /* Same right alignment */
		bottom: 50px !important; /* Directly below scroll button */
	}
}
@media (max-width: 767px) {
	.footer-widget__contact-list li:last-child p {
		margin-bottom: 20px !important;
	}
}
@media (max-width: 767px) {
	.site-footer__bottom-text {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
}
.process-one__single {
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 40px;
}

/* ---------- MOBILE FIXES ---------- */
@media (max-width: 576px) {
	/* Reduce icon size and remove extreme negative margin */
	.process-one__icon span {
		width: 80px;
		height: 80px;
		font-size: 40px;
		margin-top: -40px; /* instead of -57px */
	}

	/* Reduce top spacing of white content box */
	.process-one__content {
		margin-top: 20px;
		padding: 20px 15px;
	}

	/* Step count box */
	.process-one__count {
		width: 85px;
		height: 28px;
	}

	.process-one__count:before {
		font-size: 13px;
		line-height: 45px;
	}

	/* Title text */
	.process-one__title {
		font-size: 20px;
		line-height: 28px;
	}

	/* Description text */
	.process-one__text {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 480px) {
	.process-one__icon {
		/* reduce padding for mobile */
		margin-top: 20px; /* reduce space between elements */
	}
}

/* Owl Carousel Dots Styling */
.thm-owl__carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
	display: block !important;
}

.thm-owl__carousel .owl-dots .owl-dot {
	display: inline-block;
	outline: none;
}

.thm-owl__carousel .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	transition:
		opacity 200ms ease,
		background 200ms ease;
	border-radius: 30px;
}

.thm-owl__carousel .owl-dots .owl-dot.active span,
.thm-owl__carousel .owl-dots .owl-dot:hover span {
	background: #2e2fa4; /* Using the primary blue color from your file */
}

/* Ensure Scrollbar is Visible */
html,
body {
	overflow-x: hidden !important;
	overflow-y: auto !important;
	height: auto !important;
}

/* Custom Scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
	width: 10px;
	display: block !important;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #312e97;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #03a550;
}

/* For Firefox */
html {
	scrollbar-width: thin;
	scrollbar-color: #312e97 #f1f1f1;
}

/* Fix for Selectpicker/Bootstrap Select in Modals */
.modal .bootstrap-select {
	width: 100% !important;
}

.modal .bootstrap-select > .dropdown-toggle {
	background-color: #f6f9fc !important;
	border: none !important;
	font-size: 15px !important;
	/* padding: 18px !important; */
	color: #657080 !important;
	height: auto !important;
	border-radius: 3px !important;
}

.modal .bootstrap-select .dropdown-menu {
	border: 1px solid #d8d8d8 !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
	width: 100% !important;
	min-width: 100% !important;
	padding: 0 !important;
	left: 0 !important;
	right: 0 !important;
}

.modal .bootstrap-select .dropdown-menu .inner,
.modal .bootstrap-select .dropdown-menu ul {
	width: 100% !important;
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.modal .bootstrap-select .dropdown-menu li {
	background-color: #fff !important;
	width: 100% !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.modal .bootstrap-select .dropdown-menu li a {
	background-color: #fff !important;
	color: #333 !important;
	padding: 12px 20px !important;
	display: block !important;
	width: 100% !important;
	border-radius: 0 !important;
}

/* Ensure the hover/active states cover the full width */
.modal .bootstrap-select .dropdown-menu li a:hover,
.modal .bootstrap-select .dropdown-menu li a.active,
.modal .bootstrap-select .dropdown-menu li.selected a {
	background-color: var(--claky-base) !important;
	color: #fff !important;
}

.contact-one__showing-sort {
	margin-right: 0 !important;
	width: 100% !important;
}

/* --- Service Highlights & Exclusions --- */
.highlights-box {
	background: #fff;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	border-left: 5px solid #2e2fa4;
	height: 100%;
}
.highlights-box h4 {
	color: #2e2fa4;
	margin-bottom: 20px;
	font-weight: 700;
}
.highlight-list {
	list-style: none;
	padding: 0;
}
.highlight-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 15px;
	color: #555;
	line-height: 1.6;
}
.highlight-list li i {
	position: absolute;
	left: 0;
	top: 4px;
	color: #2e2fa4;
}
.highlight-list.exclusions li i {
	color: #ff4d4d;
}

/* --- Commitment Section Styles --- */
.commitment-box {
	background: #fff;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	border-left: 5px solid var(--claky-base);
	height: 100%;
	transition: all 0.3s ease;
}
.commitment-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.commitment-list {
	list-style: none;
	padding: 0;
}
.commitment-list li {
	position: relative;
	padding-left: 60px;
	font-size: 15px;
	color: #555;
	line-height: 1.6;
	display: block !important;
	align-items: center;
	min-height: 50px;
}
.commitment-list li i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: var(--claky-base);
	font-size: 28px;
	background: rgba(49, 46, 151, 0.1);
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	transition: all 0.3s ease;
}
.commitment-box:hover .commitment-list li i {
	background: var(--claky-base);
	color: #fff;
	transform: translateY(-50%) rotate(5deg);
}

/* --- Areas Served Tags --- */
.areas-served-wrap {
	padding: 40px 0;
	background: #f8faff;
	border-radius: 20px;
}
.area-tag-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.area-tag {
	background: #fff;
	border: 1px solid #e1e8f0;
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 14px;
	color: #333;
	transition: all 0.3s ease;
	cursor: default;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
.area-tag:hover {
	background: #2e2fa4;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(46, 47, 164, 0.2);
}

/* --- FAQ Accordion --- */
.faq-wrap {
	max-width: 800px;
	margin: 0 auto;
}
.faq-item {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	border: 1px solid #eee;
	transition: all 0.3s ease;
}
.faq-item:hover {
	border-color: #2e2fa4;
}
.faq-header {
	padding: 20px 25px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	transition: background 0.3s ease;
}
.faq-header h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.faq-icon {
	font-size: 14px;
	transition: transform 0.3s ease;
	color: #2e2fa4;
}
.faq-content {
	max-height: 0;
	overflow: hidden;
	transition:
		max-height 0.3s ease-out,
		padding 0.3s ease;
	background: #f9f9ff;
}
.faq-content p {
	padding: 0 25px 20px;
	margin: 0;
	font-size: 15px;
	color: #666;
	line-height: 1.7;
}

.faq-item.active .faq-header {
	background: #2e2fa4;
}
.faq-item.active .faq-header h4,
.faq-item.active .faq-icon {
	color: #fff;
}
.faq-item.active .faq-icon {
	transform: rotate(180deg);
}
.faq-item.active .faq-content {
	max-height: 200px; /* Adjust based on content */
	padding-top: 20px;
}

.blog-details__points li {
	display: block !important;
}

/* --- Smart Sticky Header (Mobile Only) --- */
@media (max-width: 991px) {
	.main-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
		background-color: #fff;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	}

	.main-header.header-up {
		transform: translateY(-115%); /* Fully hide including shadow */
	}

	.main-header.header-down {
		transform: translateY(0); /* Slide back in */
	}

	/* Adjust body padding to avoid content being hidden under fixed header on mobile */
	body {
		padding-top: 130px; /* Approximate height of main-header on mobile */
	}
}

/* Original Desktop Sticky Behavior */
.stricky-header.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

/* --- 7-Step Process Modern Design --- */
.process-steps-wrap {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}
.step-item {
	position: relative;
	padding-bottom: 40px;
	display: flex;
	gap: 30px;
}
.step-item:last-child {
	padding-bottom: 0;
}
.step-number-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 5px;
}
.step-number {
	width: 45px;
	height: 45px;
	background: var(--claky-base);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 18px;
	z-index: 2;
	box-shadow: 0 5px 15px rgba(46, 47, 164, 0.3);
}
.step-item:not(:last-child) .step-line {
	width: 2px;
	flex: 1;
	background: #e1e8f0;
	margin-top: 10px;
	position: relative;
}
.step-content {
	background: #fff;
	padding: 25px 30px;
	border-radius: 15px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
	flex: 1;
	transition: all 0.3s ease;
	border: 1px solid #f0f3f7;
}
.step-content:hover {
	transform: translateX(10px);
	border-color: var(--claky-base);
}
.step-content h4 {
	margin-bottom: 10px;
	font-weight: 700;
	color: #333;
}
.step-content p {
	margin: 0;
	color: #666;
	line-height: 1.6;
}

@media (max-width: 767px) {
	.step-item {
		gap: 15px;
	}
	.step-content {
		padding: 20px;
	}
	.step-number {
		width: 35px;
		height: 35px;
		font-size: 15px;
	}
}
