.ct-services-packages {
	background: #ffffff;
	color: #172321;
	overflow: hidden;
	padding: 84px 20px;
	position: relative;
}

.ct-services-packages::before {
	background: linear-gradient(90deg, #0f766e, #f59e0b, #2563eb);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ct-section-divider {
	background: linear-gradient(90deg, #0f766e, #f59e0b, #2563eb);
	display: block;
	height: 4px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ct-section-divider + .elementor-element-570c601 {
	--margin-top: 0px !important;
	margin-top: 0 !important;
}

.elementor-element-b1200ae,
.elementor-element-4feb823,
.elementor-element-28bdadc,
.elementor-element-618a938 {
	display: none !important;
}

.ct-services-wrap {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.ct-section-head {
	max-width: 760px;
	margin: 0 auto 34px;
	text-align: center;
}

.ct-section-head h1,
.ct-section-head h2 {
	color: #10201d;
	font-size: 42px;
	line-height: 1.1;
	margin: 0 0 14px;
	letter-spacing: 0;
	text-wrap: balance;
}

.ct-section-head p {
	color: #5b6764;
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
}

.ct-payment-note {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #dbe5e1;
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(21, 36, 33, 0.09);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 0 0 30px;
	padding: 18px 20px;
	position: relative;
}

.ct-payment-note::before {
	background: #0f766e;
	border-radius: 8px 0 0 8px;
	bottom: -1px;
	content: "";
	left: -1px;
	position: absolute;
	top: -1px;
	width: 5px;
}

.ct-payment-note strong {
	color: #10201d;
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
}

.ct-payment-note span {
	color: #53615e;
	display: block;
	font-size: 14px;
	line-height: 1.5;
}

.ct-eyebrow {
	align-items: center;
	background: rgba(15, 118, 110, 0.09);
	border: 1px solid rgba(15, 118, 110, 0.16);
	border-radius: 8px;
	color: #0f766e;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 10px;
	padding: 7px 10px;
	text-transform: uppercase;
}

.ct-grid {
	display: grid;
	gap: 22px;
}

.ct-services-grid {
	align-items: stretch;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ct-services-visual {
	align-self: stretch;
	background:
		linear-gradient(180deg, rgba(16, 32, 29, .02), rgba(16, 32, 29, .10)),
		url("../wp-content/uploads/2023/06/h5-bg-img03.jpg") center center / cover no-repeat;
	border: 1px solid #dbe5e1;
	border-radius: 8px;
	box-shadow: 0 22px 56px rgba(21, 36, 33, 0.16);
	display: block;
	grid-column: 2 / 4;
	grid-row: 3;
	height: 100%;
	margin: 0;
	min-height: 560px;
	overflow: hidden;
	position: relative;
}

.ct-services-visual::before {
	background: linear-gradient(90deg, rgba(15,118,110,.10), rgba(245,158,11,.08));
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.ct-packages-head {
	margin-top: 72px;
}

.ct-products-head {
	margin-top: 72px;
}

.ct-packages-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ct-products-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ct-card {
	background: #ffffff;
	border: 1px solid #dbe5e1;
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(21, 36, 33, 0.08);
	overflow: hidden;
	position: relative;
	transform: translateY(0);
	transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.ct-card::before {
	background: linear-gradient(90deg, #0f766e, #f59e0b);
	content: "";
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .22s ease;
	z-index: 1;
}

.ct-card:hover {
	border-color: #b7d5cc;
	box-shadow: 0 22px 56px rgba(21, 36, 33, 0.14);
	transform: translateY(-5px);
}

.ct-card:hover::before {
	opacity: 1;
}

.ct-service-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.ct-service-card img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	transform: scale(1);
	transition: filter .32s ease, transform .32s ease;
	width: 100%;
}

.ct-service-card:hover img {
	filter: saturate(1.08) contrast(1.02);
	transform: scale(1.035);
}

.ct-card-body,
.ct-package-card {
	padding: 24px;
}

.ct-card-kicker,
.ct-pill {
	color: #0f766e;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.ct-card-kicker {
	align-items: center;
	gap: 7px;
}

.ct-card-kicker::before {
	background: #f59e0b;
	border-radius: 999px;
	content: "";
	height: 7px;
	width: 7px;
}

.ct-pill {
	background: #e4f4ef;
	border: 1px solid #b9ded2;
	border-radius: 8px;
	padding: 8px 10px;
}

.ct-card h3 {
	color: #10201d;
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 10px;
}

.ct-card p {
	color: #53615e;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 16px;
}

.ct-card .ct-price-line {
	background: linear-gradient(135deg, #eef7f4 0%, #fff8ed 100%);
	border: 1px solid #c7e4da;
	border-radius: 8px;
	color: #1b3934;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 16px;
	padding: 10px 12px;
}

.ct-price-line strong {
	color: #0f766e;
	font-size: 17px;
}

.ct-card ul {
	color: #31413e;
	font-size: 14px;
	line-height: 1.55;
	margin: 0 0 22px;
	padding-left: 19px;
}

.ct-card li + li {
	margin-top: 6px;
}

.ct-card li::marker {
	color: #0f766e;
}

.ct-card-actions,
.ct-modal-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}

.ct-btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 12px 16px;
	position: relative;
	text-decoration: none !important;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.ct-btn:hover {
	box-shadow: 0 8px 18px rgba(21, 36, 33, 0.10);
	transform: translateY(-1px);
}

.ct-btn:active {
	transform: translateY(0);
}

.ct-btn:focus-visible,
.calltech-submit-button:focus-visible,
.ct-modal-close:focus-visible {
	outline: 3px solid rgba(15, 118, 110, 0.24);
	outline-offset: 3px;
}

.ct-btn-primary {
	background: linear-gradient(135deg, #0f766e, #0b5f59);
	color: #ffffff !important;
}

.ct-btn-primary:hover {
	background: #0b5f59;
	color: #ffffff !important;
}

.ct-btn-ghost {
	background: #ffffff;
	border-color: #cfdcd8;
	color: #10201d !important;
}

.ct-btn-ghost:hover {
	border-color: #0f766e;
	color: #0f766e !important;
}

.ct-btn-pay {
	background: linear-gradient(135deg, #fbbf24, #f59e0b);
	color: #16110a !important;
}

.ct-btn-pay:hover {
	background: #d88706;
	color: #16110a !important;
}

.ct-package-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	position: relative;
}

.ct-product-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.ct-product-card img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ct-package-featured {
	background: #10201d;
	border-color: #10201d;
	color: #ffffff;
}

.ct-package-featured h3,
.ct-package-featured p,
.ct-package-featured ul {
	color: #ffffff;
}

.ct-package-featured .ct-price-line {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.25);
	color: #ffffff;
}

.ct-package-featured .ct-price-line strong {
	color: #fbbf24;
}

.ct-package-featured .ct-pill {
	background: #ffffff;
	border-color: #ffffff;
	color: #0f766e;
}

.ct-modal[hidden] {
	display: none;
}

.ct-modal {
	inset: 0;
	position: fixed;
	z-index: 99999;
}

.ct-modal-backdrop {
	background: rgba(6, 18, 16, 0.72);
	backdrop-filter: blur(5px);
	inset: 0;
	position: absolute;
}

.ct-modal-panel {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
	display: grid;
	grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
	left: 50%;
	max-height: calc(100vh - 48px);
	max-width: 980px;
	overflow: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 32px);
}

.ct-modal-close {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dbe5e1;
	border-radius: 8px;
	color: #10201d;
	cursor: pointer;
	display: flex;
	font-size: 22px;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 42px;
	z-index: 2;
	transition: border-color .18s ease, color .18s ease, transform .18s ease;
}

.ct-modal-close:hover {
	border-color: #0f766e;
	color: #0f766e;
	transform: rotate(90deg);
}

.ct-modal-media img {
	display: block;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	width: 100%;
}

.ct-modal-content {
	padding: 42px;
}

.ct-quote-panel {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
	left: 50%;
	max-height: calc(100vh - 48px);
	max-width: 860px;
	overflow: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 32px);
}

.ct-quote-content {
	padding: 42px;
}

.ct-quote-content h2 {
	color: #10201d;
	font-size: 34px;
	line-height: 1.1;
	margin: 0 0 12px;
}

.ct-quote-content > p:not(.ct-eyebrow) {
	color: #53615e;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 22px;
}

.ct-payment-panel {
	max-width: 620px;
}

.ct-payment-modal-service {
	background: #f5fbf8;
	border: 1px solid #dbe5e1;
	border-radius: 8px;
	color: #31413e;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 22px;
	padding: 14px 16px;
}

.calltech-quote-form {
	background: #ffffff;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.calltech-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.calltech-field-full {
	grid-column: 1 / -1;
}

.calltech-field label {
	color: #31413e;
	font-size: 14px;
	font-weight: 800;
}

.calltech-field input,
.calltech-field select,
.calltech-field textarea {
	background: #ffffff;
	border: 1px solid #cfdcd8;
	border-radius: 8px;
	color: #10201d;
	font-size: 15px;
	line-height: 1.4;
	min-height: 48px;
	padding: 12px 13px;
	width: 100%;
}

.calltech-field textarea {
	min-height: 112px;
	resize: vertical;
}

.calltech-field input:focus,
.calltech-field select:focus,
.calltech-field textarea:focus {
	border-color: #0f766e;
	outline: 3px solid rgba(15, 118, 110, 0.18);
}

.calltech-field-error {
	color: #b42318;
	font-size: 13px;
	line-height: 1.35;
	min-height: 18px;
}

.calltech-field.is-invalid input,
.calltech-field.is-invalid select,
.calltech-field.is-invalid textarea {
	border-color: #f04438;
}

.calltech-honeypot {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.calltech-form-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	grid-column: 1 / -1;
}

.calltech-submit-button {
	background: linear-gradient(135deg, #0f766e, #0b5f59);
	border: 0;
	border-radius: 8px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 800;
	min-height: 48px;
	padding: 0 24px;
	transition: box-shadow .18s ease, transform .18s ease;
}

.calltech-submit-button:hover {
	box-shadow: 0 10px 24px rgba(15, 118, 110, 0.20);
	transform: translateY(-1px);
}

.calltech-submit-button[disabled] {
	cursor: wait;
	opacity: .7;
}

.calltech-form-status {
	color: #53615e;
	flex: 1 1 240px;
	font-size: 14px;
	line-height: 1.45;
	min-height: 20px;
}

.calltech-form-status.is-success {
	color: #067647;
	font-weight: 800;
}

.calltech-form-status.is-error {
	color: #b42318;
	font-weight: 800;
}

.ct-modal-content h2 {
	color: #10201d;
	font-size: 34px;
	line-height: 1.1;
	margin: 0 0 14px;
}

.ct-modal-content p {
	color: #53615e;
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 20px;
}

.ct-modal-columns {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 18px 0 22px;
}

.ct-modal-columns h3 {
	color: #10201d;
	font-size: 15px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.ct-modal-columns ul {
	color: #31413e;
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
	padding-left: 19px;
}

.ct-modal-note {
	background: #eef7f4;
	border-left: 4px solid #0f766e;
	border-radius: 8px;
	color: #243532 !important;
	padding: 14px 16px;
}

body.ct-modal-open {
	overflow: hidden;
}

.ct-services-packages .ct-card,
.ct-payment-note {
	animation: ctFadeUp .55s ease backwards;
}

.ct-services-packages .ct-card:nth-child(2) {
	animation-delay: .05s;
}

.ct-services-packages .ct-card:nth-child(3) {
	animation-delay: .10s;
}

.ct-services-packages .ct-card:nth-child(4) {
	animation-delay: .15s;
}

.ct-services-packages .ct-card:nth-child(5) {
	animation-delay: .20s;
}

.ct-services-packages .ct-card:nth-child(6) {
	animation-delay: .25s;
}

.ct-services-packages .ct-card:nth-child(7) {
	animation-delay: .30s;
}

.ct-modal:not([hidden]) .ct-modal-backdrop {
	animation: ctBackdropIn .18s ease both;
}

.ct-modal:not([hidden]) .ct-modal-panel,
.ct-modal:not([hidden]) .ct-quote-panel {
	animation: ctModalIn .22s ease both;
}

@keyframes ctFadeUp {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes ctBackdropIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes ctModalIn {
	from {
		opacity: 0;
		transform: translate(-50%, calc(-50% + 14px)) scale(.985);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ct-services-packages .ct-card,
	.ct-payment-note,
	.ct-modal:not([hidden]) .ct-modal-backdrop,
	.ct-modal:not([hidden]) .ct-modal-panel,
	.ct-modal:not([hidden]) .ct-quote-panel {
		animation: none;
	}

	.ct-btn,
	.ct-card,
	.ct-modal-close,
	.ct-service-card img,
	.calltech-submit-button {
		transition: none;
	}
}

@media (max-width: 1080px) {
	.ct-services-grid,
	.ct-packages-grid,
	.ct-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ct-services-visual {
		display: none;
	}

}

@media (max-width: 720px) {
	.ct-services-packages {
		padding: 58px 16px;
	}

	.ct-section-head h1,
	.ct-section-head h2 {
		font-size: 31px;
	}

	.ct-services-grid,
	.ct-packages-grid,
	.ct-products-grid,
	.ct-modal-panel,
	.ct-modal-columns {
		grid-template-columns: 1fr;
	}

	.ct-payment-note {
		align-items: stretch;
		flex-direction: column;
	}

	.ct-modal-panel {
		max-height: calc(100vh - 24px);
		width: calc(100% - 20px);
	}

	.ct-modal-media img {
		aspect-ratio: 16 / 9;
		min-height: 0;
	}

	.ct-modal-content {
		padding: 28px 22px;
	}

	.ct-quote-panel {
		max-height: calc(100vh - 24px);
		width: calc(100% - 20px);
	}

	.ct-quote-content {
		padding: 28px 22px;
	}

	.ct-quote-content h2 {
		font-size: 28px;
		padding-right: 42px;
	}

	.calltech-quote-form {
		grid-template-columns: 1fr;
	}

	.ct-modal-content h2 {
		font-size: 28px;
		padding-right: 42px;
	}

	.ct-card-actions,
	.ct-modal-actions {
		flex-direction: column;
	}

	.ct-btn {
		width: 100%;
	}
}
