﻿/* Amaze Biz product page — standard service-wrap-2 card supplements */

.amaze-biz-page .service-wrap-2 {
	height: 100%;
}

.amaze-biz-page .service-wrap-2 .icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.amaze-biz-page .service-wrap-2 .icon img {
	max-width: 40px;
	max-height: 40px;
	width: auto;
	height: auto;
}

.amaze-biz-page .service-wrap-2 .service-title {
	font-size: 28px;
	font-weight: 600;
	font-family: "GeneralSans-Semibold", sans-serif;
	line-height: 1.25;
}

.amaze-biz-page .service-wrap-2.serve-50 .service-title {
	margin-bottom: 12px;
}

.amaze-biz-page .service-wrap-2 .description {
	line-height: 1.65;
}

.amaze-biz-page .service-wrap-2.serve-50 .description {
	margin-bottom: 0;
}

.amaze-biz-page .row > .serv {
	margin-bottom: 30px;
}

/* Contact section — match standard bg-contact-section form */
.amaze-biz-page .bg-contact-section .contact-form-wrapper .title-one .title {
	margin-bottom: 16px;
}

.amaze-biz-page .bg-contact-section .contact-form-wrapper .title-one p {
	margin-bottom: 32px;
	line-height: 1.65;
	color: rgba(7, 17, 6, 0.72);
}

.amaze-biz-page .bg-contact-section .szw-wrap {
	max-width: 100%;
	font-family: inherit;
	color: inherit;
}

.amaze-biz-page .bg-contact-section .szw-field {
	margin-bottom: 0;
}

.amaze-biz-page .bg-contact-section .contact-form .submit-btn {
	margin-top: 4px;
}

@media (max-width: 991.98px) {
	.amaze-biz-page .bg-contact-section .contact-img img {
		border-radius: 0 0 30px 30px;
	}
}

.amaze-industries-panel {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	border-radius: 20px;
	padding: 48px 40px;
	color: #fff;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.amaze-industries-panel__title {
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 16px;
	color: #fff;
}

.amaze-industries-panel__intro p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.65;
}

.amaze-industry-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.amaze-industry-tags li {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(169, 251, 80, 0.12);
	border: 1px solid rgba(169, 251, 80, 0.35);
	color: #ecfccb;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.amaze-industry-tags li:hover {
	background: rgba(169, 251, 80, 0.22);
	border-color: #ff433d;
	transform: translateY(-1px);
}

@media (max-width: 991px) {
	.amaze-industries-panel {
		padding: 36px 28px;
	}

	.amaze-industries-panel__title {
		font-size: 26px;
	}

	.amaze-biz-page .service-wrap-2 .service-title {
		font-size: 24px;
	}
}

@media (max-width: 575px) {
	.amaze-industry-tags {
		gap: 10px;
	}

	.amaze-industry-tags li {
		font-size: 13px;
		padding: 8px 14px;
	}
}
