.wpcf7-spinner {
	display: none;
}
.title-k-h3 {
	span{
		background: var(--main-color);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}
.sec-k-one {
	h3 {
		font-size: 36px;
		text-transform: uppercase;

		@media screen and (max-width:768px) {
			font-size: 30px;
		}

		.title-k {
			background: var(--main-color);
			background-clip: text;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}
	}
}
.sec-k-one,
.sec-k-two {
	.section-title-center b {
		opacity: 0;
	}

	.section-title-normal {
		border-bottom: none !important;
	}

	.section-title-normal span {
		border-bottom: none !important;
	}

	.text-cap {
		span {
			text-transform: capitalize !important;
			font-size: 36px;

			@media screen and (max-width:768px) {
				font-size: 30px;
			}
		}
	}
}

.sec-k-two{
	.section-bg img {
		/* 		object-position: center 40%!important; */
	}
}

.custom-tab-k {
	.nav-normal {
		li {
			a {
				color: #000;
				display: flex;
				padding: 10px 18px;
				justify-content: center;
				align-items: center;
				border-radius: 999px;
				border: 1px solid #4A4B4C;

			}

			&.active {
				a {
					color: #fff;
					background: var(--main-color);
					border-color: #F99427;
				}
			}
		}

		@media screen and (max-width:768px) {
			gap: 10px;
			z-index:5;
		}
	}

	.tab-panels {
		/* 		margin-top: 50px; */
		padding-top: 0;
	}
}

.swiper-hiroshi {
	height: 720px;

	.swiper-slide-shadow-left,
	.swiper-slide-shadow-right {
		height: 70% !important;
		top: 110px !important;
	}

	.custom-slide {
		width: 350px;
		height: 720px !important;
		display: flex;
		flex-direction: column;



		.project-link {
			display: flex;
			flex-direction: column;
			flex-grow: 1;
			text-decoration: none;
			color: inherit;
			height: 100%;
			justify-content: center;
			align-items: center;
			box-shadow: none !important;

			.project-containter {
				display: flex;
				flex-grow: 1;
				max-height: 500px;
				width: 100%;
				position: relative;
				align-items: center;
				justify-content: center;
				overflow: hidden;
				background-color: #f5f5f5;

				/* 				&::before{
				content: '';
				position: absolute;
				left: 0;
				right: 0;
				height: 100%;
				width: 100%;
				background-color: red;
			} */
				img {
					display: block;
					position: absolute;
					top: 0;
					width: 100%;
					height: auto;
					transition: transform 3s ease;
					transform: translateY(0);

					&:hover {
						transform: translateY(calc(-100% + 500px));
					}

				}
			}

			.slide-title {
				margin-top: 10px;
				font-size: 24px;
				font-weight: bold;
				text-align: center;
				background: var(--main-color);
				background-clip: text;
				-webkit-background-clip: text;
				-webkit-text-fill-color: transparent;
				width: 630px;
				display: none;
			}
		}

		&.swiper-slide-active {
			.project-containter {
				border-radius: 8px;
				background: var(--main-color);
				background-origin: padding-box, border-box;
				border: 3px solid transparent;
				transform: translateY(36px);
			}

			.slide-title {
				display: block;
				transform: translatey(45px);
			}
		}
	}

	.swiper-button-prev {
		left: 46%;

		&:after {
			content: url("https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/btn-left.png");
			display: inline-block;
			width: 24px;
			height: 24px;
		}
	}

	.swiper-button-next {
		right: 46%;

		&:after {
			content: url("https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/btn-right.png");
			display: inline-block;
			width: 24px;
			height: 24px;
		}
	}

	.swiper-button-next,
	.swiper-button-prev {
		top: 95%;
	}

	@media screen and (max-width:768px) {
		height: 750px;
		margin-top: -65px;

		.swiper-button-prev {
			left: 35%;
		}

		.swiper-button-next {
			right: 35%;
		}

		.slide-title {
			width: 100% !important;
			font-size: 18px;
			text-transform: capitalize;
		}
	}
}

.sec-k-two {
	.custom-tab-k-faq {
		.nav-simple {
			background: #fff;
			border-radius: 20px;
			padding: 8px;

			li {
				flex: 1;

				a {
					display: flex;
					height: 48px;
					padding: 11px 28px;
					justify-content: center;
					align-items: center;
					font-size: 16px;
					gap: 16px;
					flex: 1 0 0;
					border-radius: 999px;
				}

				&.active {
					a {
						background: var(--main-color);
						color: #fff;

					}
				}
			}

			@media screen and (max-width:768px) {
				flex-direction: column;

				li {
					width: 100%;

				}
			}
		}
	}

	.tab-panels {
		.accordion-item {
			background: #fff;
			border-radius: 25px;
			margin-bottom: 12px;

			.accordion-title {
				border: none;
				padding: 18px 40px;
				border-radius: 25px;
				background: #fff;
				display: flex;
				align-items: center;
				font-size: 18px;
				font-weight: 600;
				color: #000;

				.toggle {
					top: 10px;
					/* height: 100%; */
					display: flex;
					align-items: center;
					justify-content: center;
					left: unset;
					right: 2%;
					background: var(--main-color);
					height: 45px;
					width: 45px;
					opacity: 1;
					transform: none;
					border:none;

					.icon-angle-down {
/* 						font-size: 24px; */

						&::before {
							content: '\2b' !important;
							font-family: 'Font Awesome 7 Free';
							font-weight: 900;
							color: #fff;
						}
					}
				}

				&.active {
					.toggle {
						background: rgba(243, 243, 243, 1);
						color: #000;

						.icon-angle-down {
							font-size: all 3s;

							&::before {
								content: '\f068' !important;
								font-family: 'Font Awesome 7 Free';
								font-weight: 900;
								color: #000;
							}
						}
					}
				}
			}

		}

		@media screen and (max-width:768px) {
			.accordion-item {
				.accordion-title {
					font-size: 16px;
					padding: 18px 56px 18px 40px;
				}
			}
		}
	}
}

.sec-k-three {
	.row {
		.col {
			h3 {
				font-size: 36px;
				text-transform: uppercase;

				@media screen and (max-width:768px) {
					font-size: 30px;
				}

				.title-k {
					background: var(--main-color);
					background-clip: text;
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
				}
			}
		}
	}
}

.sec-k-four {
	.section-title-center b {
		opacity: 0;
	}

	.section-title-normal {
		border-bottom: none !important;
	}

	.section-title-normal span {
		border-bottom: none !important;
	}

	.text-cap {
		span {
			text-transform: capitalize !important;
			/* 			font-size:36px; */
		}
	}

	.section-bg :is(img, picture, video) {
		object-fit: contain;
	}

	.col-k-mobile {
		.img-k-moblie {
			position: relative;

			&::before {
				content: url('https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/Group-2085662450.png');
				position: absolute;
				bottom: -40px;
				left: 0;
				z-index: 1;
			}

			&::after {
				content: url('https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/Group.png');
				position: absolute;
				bottom: 0;
				right: 0;
				z-index: 1;
			}
		}
	}

	.custom-col-k {

		.title-k {
			background: var(--main-color);
			background-clip: text;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-weight: 600;
		}

		p:not(p.cf7-submit-wrap) {
			margin-bottom: 10px !important;
		}

		.color-k-main {
			background: var(--main-color);
			background-clip: text;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-weight: 600;
		}

		/* Container */
		.cf7-wrap {
			margin: 0 auto;
			padding: 48px 28px;
			border-radius: 20px;
			border-radius: 20px;
			border: 1px solid #FFC800;
			background: #FFF;
			position: relative;

			&::after {
				content: url('https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/Group-2085662448.png');
				position: absolute;
				top: 70%;
				right: -42px;
			}

			/* Title */
			.cf7-title {
				text-align: center;
				color: #f37a00;
				font-size: 36px;
				margin: 0 0 22px;
				font-weight: 700;
			}

			/* Labels */
			.cf7-label {
				display: block;
				margin: 18px 0 8px;
				color: #222;
				font-size: 16px;
			}

			/* Row (two columns) */
			.cf7-row {
				display: flex;
				gap: 20px;

				.cf7-col {
					flex: 1;
					display: flex;
					flex-direction: column;

					.cf7-label-inline {
						display: block;
						margin-bottom: 6px;
						color: #333;
					}
				}
			}

			/* Inputs and textarea */
			.cf7-input,
			.cf7-textarea,
			.wpcf7-form input[type="tel"],
			.wpcf7-form input[type="email"],
			.wpcf7-form input[type="text"] {
				width: 100%;
				box-sizing: border-box;
				padding: 25px 18px;
				border-radius: 12px;
				border: 1px solid rgba(0, 0, 0, 0.08);
				background: #fff;
				font-size: 15px;
				outline: none;
				box-shadow: none;
				transition: box-shadow .18s, border-color .18s;
				margin-top: 5px;
				margin-bottom: 0;
				font-weight: 500;
			}
			.wpcf7-select{
				width: 100%;
				box-sizing: border-box;
				/* 				padding: 25px 18px; */
				height:56px;
				border-radius: 12px;
				border: 1px solid rgba(0, 0, 0, 0.08);
				/* 				background: #fff; */
				font-size: 15px;
				outline: none;
				box-shadow: none;
				transition: box-shadow .18s, border-color .18s;
				margin-top: 5px;
				margin-bottom: 0;
				font-weight: 500;
			}

			/* focus */
			.cf7-input:focus,
			.cf7-textarea:focus {
				border-color: rgba(246, 120, 20, 0.9);
				box-shadow: 0 6px 18px rgba(246, 120, 20, 0.08);
			}

			/* Textarea size */
			.cf7-textarea {
				min-height: 160px;
				resize: vertical;
				padding: 18px;
			}

			/* Submit button */
			.cf7-submit-wrap {
				text-align: center;

				.cf7-btn {
					display: inline-block;
					width: 100%;
					padding: 10px 28px;
					border-radius: 12px;
					font-size: 18px;
					font-weight: 700;
					color: #fff;
					border: 0;
					text-transform: unset;
					cursor: pointer;
					background: var(--main-color);
					box-shadow: 0 6px 20px rgba(246, 63, 16, 0.18);
					margin-bottom: 0;
					margin-top: 10px;
				}

			}

			@media screen and (max-width:768px) {
				.cf7-row {
					flex-direction: column;
				}

				.cf7-wrap {
					padding: 18px;
				}

				.cf7-title {
					font-size: 28px;
				}
			}
		}
		@media screen and (max-width:768px) {
			.custom-box-text-k {
				padding: 45px 0;
				position: relative;
				&::after{
					content: url('https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/vvvvv.png');
					position: absolute;
					right: 0;
					bottom: 0;
				}
			}
		}
	}
}

.sec-k-five {
	background: var(--main-color);

	.text {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;

		p {
			margin-bottom: 0;
			font-weight: 600;
		}
	}
}