/*clients Code*/
.clients-slider .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important
}

.clients-slider .client-block {
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

.clients-slider .client-block img {
	width: auto;
	height: 50px;
}

@media (max-width: 600px) {

	.clients-slider .client-block img {
		height: 60px;
	}
}

/*clients Code*/

/*About Code*/
.exp-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	position: relative;
}

.exp-left {
	position: relative;
	z-index: 2;
}


.exp-number .stat-number {
	font-size: 120px;
	font-weight: 800;
	color: #f5a623;
	margin-bottom: 50px;
}

.exp-text {
	font-size: 25px;
	font-weight: 600;
	margin-top: 10px;
}


.small-img {
	position: relative;
	width: 100%;
}

.small-img img {
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}


.exp-right {
	position: relative;
}

.exp-right img {
	width: 100%;
}


.small-img {
	margin-top: 75px;
	transform: translateX(55px);
}

@media (max-width: 991px) {

	.exp-wrap {
		margin-top: 100px;
	}

	.exp-number .stat-number {
		font-size: 70px;
	}

	.exp-text {
		font-size: 20px;
	}

	.small-img {
		margin-top: 30px;
	}

}

/*End About Code*/


/*Counter Code*/
.stats-section {
	padding: 100px 5%;
	background: var(--secondary);
	position: relative;
}

.stats-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	align-items: center;
}

.stat-box {
	position: relative;
	padding: 0 20px;
}

.stat-number {
	font-size: 50px;
	color: #fbb330;
	margin: 0 0 15px;
	font-family: 'Montserrat';
}

.stat-box p {
	color: #fff;
	font-size: 18px;
	margin: 0;
	letter-spacing: 1px;
}

.stat-box:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
	.counter-section .container {
		max-width: 100%;
	}

	.stats-section {
		padding: 50px 5%;
	}

	.stat-box p {
		font-size: 16px;
		letter-spacing: 0;
	}
}

@media (max-width: 776px) {

	.stats-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.stat-box p {
		font-size: 14px;
		letter-spacing: 0;
	}

	.stat-box {
		padding: 0;
	}

	.stat-number {
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 15px;
		color: #fbb330;
		font-size: 30px;
	}

	.stat-box:not(:last-child)::after {
		display: none;
	}

}

/*Counter Code*/


/*Services Code*/
.project-txt .title a {
	font-weight: 700;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
	color: var(--secondary);
}

.link-btn {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: var(--secondary);
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.link-btn::before {
	content: "";
	background-color: var(--primary);
	position: absolute;
	top: 24px;
	width: 82%;
	height: 1px;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.link-btn:hover::before {
	width: 50%;
	background-color: var(--primary);
}

.link-btn img {
	transform: rotate(0deg);
	margin-left: 2px;
	font-size: 14px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.link-btn:hover img {
	transform: rotate(45deg);
}

.project-sec .single-project {
	margin-bottom: 40px;
	padding-top: 40px;
	border-top: 1px solid #dfdfdf;
	position: sticky;
	top: 130px;
	background: #f6f6f6;
}

.project-sec .single-project .project-txt {
	max-width: 485px;
	margin: 0 auto;
}

@media (max-width: 1199.98px) {
	.project-sec .single-project .project-txt {
		max-width: 350px;
	}
}

@media (max-width: 991.98px) {
	.project-sec .single-project .project-txt {
		max-width: 100%;
		margin-left: 0;
	}
}

.project-sec .single-project .project-txt p {
	margin: 15px 0 30px;
}

.project-sec .single-project .pr-media {
	display: flex;
	justify-content: end;
	gap: 30px;
}

@media (max-width: 991.98px) {
	.project-sec .single-project .pr-media {
		margin-top: 30px;
		justify-content: center;
	}
}

@media (max-width: 575.98px) {
	.project-sec .single-project .pr-media {
		overflow: hidden;
	}
}

/*End Services Code*/

/*Industries Code*/
.industries-shapes {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .4;
}

ul.services-list li {
	display: inline-flex;
	background: #ffffff;
	align-items: center;
	padding: 10px 15px;
	border-radius: 50px;
	font-size: 16px;
	gap: 10px;
	margin: 10px 0;
	color: var(--text);
	box-shadow: 0 0 30px #dcdcdc;
}

.services-list li img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

.services-list {
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.services-text {
	border-top: 1px solid #fff;
	padding-top: 50px;
}

.section-footer-text p span {
	display: inline-block;
	font-weight: 500;
	line-height: 1em;
	background: var(--secondary);
	color: var(--background);
	padding: 4px 10px;
	border-radius: 100px;
	margin-right: 5px;
}

.section-footer-text p a {
	border-bottom: 1px solid;
	padding-bottom: 5px;
	font-weight: 600;
	text-decoration: none;
	color: var(--text);
}

@media (max-width: 991px) {

	ul.services-list li {
		width: 49%;
		text-align: left;
		font-size: 14px;
	}

}

@media (max-width: 420px) {
	ul.services-list li {
		width: 100%;
		text-align: left;
		font-size: 14px;
	}
}

/*End Industries Code*/

/*Testimonial Code*/

.testimonial-sec {
	background: #0a0a0a;
	padding: 100px 0;
	color: #fff;
}

.testimonial-slider {
	position: relative;
}


.test-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.user {
	display: flex;
	align-items: center;
	gap: 15px;
}

.user img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
}

.user h4 {
	margin: 0;
	color: #f5a623;
	font-size: 24px;
	font-weight: 700;
}

.test-text {
	font-size: 20px;
	font-style: italic;
}

/* NAV BUTTONS */
.testimonial-slider {
	position: relative;
}

/* nav wrapper */
.nav-btns {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	gap: 15px;
	align-items: center;
}

.nav-btns svg {
	color: var(--text);
	height: 20px !important;
}

/* buttons */
.nav-btns .swiper-button-prev,
.nav-btns .swiper-button-next {
	position: static !important;
	width: 50px;
	height: 50px;
	background: #f5a623;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* arrow icon fix */
.nav-btns .swiper-button-prev::after,
.nav-btns .swiper-button-next::after {
	font-size: 18px;
	color: #000;
}

.google-review-box-silver {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 30px;
	padding-top: 30px;
	gap: 15px;
	border-top: 1px solid #dfdfdf;
}

.google-review-box-silver .icon-box img {
	width: 100%;
	max-width: 50px;
}

.google-review-content-silver {
	width: calc(100% - 65px);
}

.google-review-content-silver .review-point {
	font-size: 26px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.google-review-star {
	font-size: 16px;
	color: #ffc107;
	margin-left: 10px;
}

.google-review-content-silver p {
	margin: 5px 0px 0px;
}

/* RESPONSIVE */
@media (max-width: 991px) {

	.head-testimonial {
		margin-top: 50px;
	}

}

@media (max-width: 768px) {
	.test-text {
		font-size: 18px;
	}

	.test-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.nav-btns {
		position: relative;
		justify-content: center;
		margin-top: 30px;
	}
}


/*End Testimonial Code*/

/*Why Choose Us Code*/

.why-box {
	border: 1px solid #dfdfdf;
	height: -webkit-fill-available;
	margin: 15px 0;
	padding: 25px;
}

.why-box .title {
	font-size: 18px;
	color: #fff;
}

.why-box p {
	color: #fff;
}

.why-choose .badge-top-minimal:before {
	background: url(../img/meta-bg-w.png) no-repeat left center;
}

/* End Why Choose Us Code*/


/* Faq Code*/

.faq-item {
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
}

.faq-item:last-child {
	border: none;
}

.faq-question {
	width: 100%;
	background: none;
	border: none;
	font-size: 25px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	color: #111;
}

.faq-icon {
	font-size: 20px;
	transition: transform 0.3s ease;
}


.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, opacity 0.3s ease;
	opacity: 0;
}

.faq-answer p {
	margin-top: 15px;
}


.faq-item.active .faq-answer {
	max-height: 300px;
	opacity: 1;
	max-width: 90%;
}

.faq-item.active .faq-icon {
	transform: rotate(180deg);
}

.active .faq-question {
	color: #fbb330;
}

@media (max-width: 992px) {
	.faq-question {
		font-size: 16px;
	}
}

/* End Faq Code*/


/* CTA */

.partner-contact-info-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 60px;
	margin-top: 30px;
}

.partner-contact-info-item {
	position: relative;
	width: calc(50% - 30px);
	display: flex;
	flex-wrap: wrap;
}

.partner-contact-info-item::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #104b5a1a;
	width: 1px;
	height: 100%;
}

.partner-contact-info-item .icon-box {
	width: 50px;
	height: 50px;
	background: #ffb400;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

.partner-contact-info-item .icon-box img {
	width: 100%;
	max-width: 24px;
	filter: invert(1);
}

.partner-contact-info-content {
	width: calc(100% - 65px);
}

.partner-contact-info-content p {
	margin: 0 0 5px;
}

.partner-contact-info-content h3 {
	font-size: 18px;
	line-height: 30px;
}

.partner-contact-info-content h3 a {
	color: inherit;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.partner-contact-info-item.location-info-item {
	width: 100%;
	border-top: 1px solid #104b5a1a;
	padding-top: 50px;
}

.partner-contact-info-item:last-child:before,
.partner-contact-info-item:nth-child(2n + 2):before {
	display: none;
}

.partner-world-map-image img {
	width: 100%;
	aspect-ratio: 1 / 0.65;
	object-fit: cover;
	border-radius: 10px;
}

.our-partner-content {
	position: relative;
	z-index: 0;
}

.partner-world-map-image img {
	width: 100%;
	aspect-ratio: 1 / 0.65;
	object-fit: cover;
	border-radius: 10px;
	position: absolute;
	z-index: -1;
	opacity: .6;
}

.inquiry-container {
	background: #fff;
	width: 100%;
	max-width: 850px;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {

	.partner-contact-info-item {
		width: 100%;
	}

	.partner-contact-info-item::before {
		display: none;
	}

	.partner-contact-info-item {
		width: 100%;
		padding: 30px 0;
		border-top: 1px solid #104b5a1a;
	}

	.partner-contact-info-list {
		gap: 0;
	}

	.partner-contact-info-list .partner-contact-info-item:nth-child(1) {
		border-top: none;
	}

	.partner-contact-info-list .partner-contact-info-item:nth-child(1) {
		border-top: none;
		padding-top: 0;
	}

	.partner-contact-info-item.location-info-item {
		padding-top: 30px;
	}

	.inquiry-container {
		padding: 25px;
	}

	.why-box {
		height: auto;
	}

}

/* Service Type Styling */
.section-wrapper {
	margin-bottom: 30px;
}

.section-heading {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

.service-flex {
	display: flex;
	gap: 30px;
}

.service-item {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
}

.service-item input {
	display: none;
}

.custom-box {
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	border-radius: 4px;
	position: relative;
}

.service-item input:checked+.custom-box {
	background: #f1b434;
	border-color: #f1b434;
}

.service-item input:checked+.custom-box::after {
	content: '✓';
	color: #000;
	position: absolute;
	left: 3px;
	top: -1px;
	font-size: 12px;
	font-weight: bold;
}

/* Grid & Field Styling */
.input-grid {
	display: flex;
	gap: 20px;
	margin-bottom: 25px;
}

.field-group {
	flex: 1;
	position: relative;
}

.full-width {
	width: 100%;
	margin-bottom: 25px;
}

/* Floating Label Fixing */
.field-group label,
.field-label-main {
	position: absolute;
	top: -10px;
	left: 15px;
	background: #fff;
	padding: 0 8px;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	z-index: 10;
}

.field-label-main {
	position: static;
	margin-bottom: 10px;
	display: block;
	padding-left: 0;
}

.input-inner {
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	display: flex;
	align-items: center;
	padding: 12px 15px;
	overflow: inherit !important;
}

.input-inner svg {
	color: #888;
	margin-right: 12px;
	font-size: 16px;
}

.no-padding {
	padding: 0 !important;
	border: 1px solid #dcdcdc;
	overflow: hidden;
}

input,
select,
textarea {
	width: 100%;
	border: none;
	outline: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background: transparent;
}

/* Phone script fix */
.iti {
	width: 100%;
}

.iti input {
	padding-left: 85px !important;
	height: 48px;
	border: none !important;
}

/* Inquiry Type (Segmented Controls) */
.segmented-control {
	display: flex;
	gap: 10px;
	width: 100%;
}

.segment-item {
	flex: 1;
	cursor: pointer;
	position: relative !important;
	left: 0 !important;
	padding: 0 !important;
	z-index: 0 !important;
}

.segment-item input {
	display: none;
}

.segment-label {
	display: block;
	padding: 12px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	transition: 0.3s;
}

.segment-item input:checked+.segment-label {
	background: #fab32f;
	color: #000;
	border-color: #000;
}

/* Consent Styling */
.consent-wrapper {
	margin-bottom: 30px;
}

.custom-checkbox {
	display: flex;
	gap: 12px;
	cursor: pointer;
}

.custom-checkbox input {
	display: none;
}

.checkmark {
	min-width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	border-radius: 4px;
	position: relative;
	margin-top: 2px;
}

.custom-checkbox input:checked+.checkmark {
	background: #000;
	border-color: #000;
}

.custom-checkbox input:checked+.checkmark::after {
	content: '✓';
	color: #fff;
	position: absolute;
	left: 4px;
	top: 0px;
	font-size: 10px;
}

.custom-checkbox p {
	font-size: 12px;
	color: #666;
	margin: 0;
	line-height: 1.4;
}

/* Submit Button */
.submit-btn-black {
	width: 100%;
	background: #fbb330;
	color: #000;
	border: none;
	padding: 18px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.3s;
}

.submit-btn-black:hover {
	background: #000;
	color: #fff;
	transform: translateY(-2px);
}

@media (max-width: 650px) {
	.input-grid {
		flex-direction: column;
		gap: 25px;
	}

	.service-flex {
		flex-direction: column;
		gap: 15px;
	}

	.partner-contact-info-content h3 {
		font-size: 14px;
		line-height: 20px;
	}

	.faq-item {
		padding: 12px 0;
	}

}