/* Show pointer cursor on testimonial cards */
.testimonial-swiper .swiper-slide {
	cursor: pointer;
}

/* @import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:wght@100..900&display=swap");


.content-max-width {
    /* Match navbar max-width so sections align on large screens */
    width: 100%;
    max-width: 2560px;
    margin-left: auto !important;
    margin-right: auto !important;

}

/* Keep hero inner content perfectly centered even on extreme zoom levels */
.hero-wrapper .content-max-width {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-wrapper {
	width: 100%;
	margin: 0 auto;
}

.main-heading-text {
	font-size: 66px;
	color: #fff;
	text-align: center;
	font-family: Manrope;
	font-weight: 600;
	font-style: semibold;
}

.home-service-section {
	background-color: #f9f9f9;
	padding: 80px 180px;
	display: flex;
	flex-direction: column;
}

.service-heading {
	color: #181a1c;
	font-family: Manrope;
	font-weight: 800 !important;
	font-size: 66px;

	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
}

.service-heading-2 {
	color: #52c19a;
	font-family: Manrope;
	font-weight: 800;
	font-size: 66px !important;

	letter-spacing: 0%;
	text-transform: capitalize;
}

.service-text-2 {
	color: #3f3f3f;
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;

	letter-spacing: 0%;
	text-align: center;
	width: 100%;
}

.home-icons-image {
	background-color: #000;
	padding: 20px 0;
	overflow: hidden;
}

.home-icon-slider {
	width: 100%;
	margin: 0 auto;
}

.home-icon-slide {
	display: flex;
	justify-content: start;
	align-items: start;
	width: auto !important;
}

.icon {
	width: 85px;
	height: 50px;
	margin: 0 20px;
	object-fit: contain;
}

.full-width-container {
	width: 100%;
	padding: 0 2rem;
}

.home-excerpt {
	font-size: 17px;
	color: #6c757d !important;
	margin-bottom: 2rem;
	text-align: center;
}

.home-excerpt-2 {
	font-size: 1rem;
	color: #fefefe;
	margin-bottom: 2rem;
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
}

.home-excerpt-3 {
	max-width: 35rem;
}

.card-title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #1a1a1a;
}

.card-text {
	font-size: 1rem;
	color: #555;
}

.project-excellence-section {
	padding: 7rem 0;
}

.project-excellence-container {
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

.project-excellence-text h3 {
	font-size: 2.8rem;
	font-weight: 700;
}

.project-excellence-text h6 {
	font-size: 20px;
	margin-top: 1rem;
	font-weight: 500;
}

.project-excellence-boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	justify-content: center;
	width: 50% !important;
	height: 38%;
	background-color: #f5f5f5;
	border-radius: 18px;
	padding: 1rem;
}

.project-excellence-boxes img {
	width: 400px;
	height: 390px;
	border-radius: 20px;
	object-fit: cover;
}

.project-excellence-section {
	padding: 80px 0 80px 180px;
	display: flex;
}

.project-excellence-heading {
	color: #181a1c;
	font-family: Manrope;
	font-weight: 800;
	font-size: 66px !important;
	line-height: 1 !important;

	letter-spacing: 0%;
	text-transform: capitalize;
}

.project-excellence-heading span {
	color: #52c19a;
}

.project-excellence-text h4 {
	color: #181a1c;
	font-family: Poppins;
	font-weight: 500;
	font-size: 24px;

	letter-spacing: 0%;
	vertical-align: middle;
}

.project-excellence-text p {
	color: #3f3f3f;
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;

	letter-spacing: 0%;
	width: 39rem;
}

.project-excellence-wrapper {
	gap: 1.5rem;
}

.project-excellenceSwiper {
	width: 100%;
	max-width: 850px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 10px !important;
}

.swiper-slide {
	display: flex;
	justify-content: center;
}

.btn-get-started {
	background-color: #f6c915;
	color: white;
	padding: 14px 44px;
	border: none;
	border-radius: 38px;
	font-family: Poppins;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0px;
	text-align: center;
	position: relative;
	transition: background-color 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.btn-text {
	display: block;
	transition: transform 0.3s ease;
}

.btn-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.btn-get-started:hover {
	background-color: #1abc9c;
	box-shadow: 8px 12px 24px -4px #0d3b6666;
}

.btn-get-started:hover .btn-text {
	transform: translateX(-20px);
}

.btn-get-started:hover .btn-icon {
	opacity: 1;
}

.practitioner-section {
	padding: 80px 115px;
	display: flex;
}

.practitioner-card {
	padding: 2rem;
	background-color: #f8f9fa;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	border-radius: 35px;
}

.practitioner-heading {
	color: #181a1c;
	font-family: Manrope;
	font-weight: 800;
	font-size: 66px !important;

	letter-spacing: 0%;
	text-transform: capitalize;
}

.practitioner-heading span:nth-child(2) {
	color: #f6c915;
}

.practitioner-description {
	color: #3f3f3f;
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;

	letter-spacing: 0%;
}

.practitioner-card-heading {
	font-size: 24px;
	font-weight: 600;
	color: black;
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
}

.practitioner-card-description {
	color: #3f3f3f;
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;

	letter-spacing: 0%;
}

.practitioner-card-points {
	font-family: Poppins;
	font-style: Regular;
	padding-left: 20px;
	color: #6c757d;
	font-size: 18px;
}

.practitioner-card-points li:hover {
	color: #222;
	font-weight: 700;
}

.practitioner-card-points li {
	margin-bottom: 0.5rem;
	cursor: pointer;
}

.practitioner-card-image {
	max-width: 80%;
	height: auto;
	border-radius: 10px;
}

.card-1 {
	border-radius: 5px;
	padding: 7px;
	color: #000;
}

.card-1 h3 {
	font-size: 1.2rem;
	margin: 0 0 10px;
	color: #333;
}

.card-1 p {
	font-size: 12px;
	margin: 0;
	text-align: left;
	font-family: Manrope;
	font-weight: 500;
}

.card-1.accent h3 {
	color: #222;
	font-family: Manrope;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-top: 9px;
	text-align: start;
}

.card-1.accent {
	background-color: #fefefe;
	width: 161px;
	position: absolute;
	bottom: 13rem;
}

.card-2.accent {
	background-color: #fefefe;
	width: 170px;
	position: absolute;
	bottom: 13rem;
}

.card-1.accent p {
	color: #666;
}

.card-1.secondary {
	background-color: #fefefe;
	width: 308px;
	position: absolute;
	right: 32rem;
	top: 15rem;
}
.card-3.secondary {
	width: 255px;
}

.card-2.secondary {
	background-color: #fefefe;
	width: 308px;
	position: absolute;
	right: 32rem;
	top: 16rem;
}

.card-1.secondary h3 {
	color: #222;
	font-family: Manrope;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-top: 9px;
}
.card-1 .content-row {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-right: 15px;
}
.card-2 .content-row {
	margin-right: 6px;
}

.content-block {
	display: none !important;
}

.content-block.active {
	display: flex !important;
}

.testimonial-btn-circle {
	border: none;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-btn-mobile {
	display: none;
}

.testimonial-section {
	background-color: #f8f9fa;
}

.testimonial-cards {
	gap: 2rem;
}

.testimonial-card {
	position: relative;
	width: 25rem;
	background-color: #1a1a1a;
	color: #fff;
	border-radius: 15px;
	height: 25rem;
}

.testimonial-container h2 {
	font-family: Manrope;
	font-weight: 800;
	font-style: ExtraBold;
	font-size: 66px;

	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	color: #181a1c;
}

.testimonial-card-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8rem;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 1rem;
	box-sizing: border-box;
	border-top: 1px solid #3e4249;
	padding-top: 2rem;
	align-self: bottom;
}

.testimonial-card-info img {
	margin-right: 1rem;
}

.plate-form-section {
	padding: 50px 115px;
}

.service-plate-form-section {
	padding: 80px 115px;
}

.plate-form-heading {
	font-family: Manrope;
	font-size: 56px;
	color: white;
	text-align: center;
	font-weight: 700;
}

.plate-form-heading-2 {
	font-family: Manrope;
	font-weight: 600;
}

.plate-form-paragraph {
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;

	letter-spacing: 0%;
	text-align: center;
	width: 50rem;
	color: #fefefe !important;
}

.btn-plate-form {
	background-color: #f6c915;
	color: white;
	padding: 10px 40px;
	border: none;
	border-radius: 48px;
	font-size: 19px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	transition: background-color 0.3s ease, color 0.3s ease;
	margin-top: 10px;
}

/* 
.btn-plate-form .arrow-icon {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-plate-form:hover {
    background-color: #134b80;
    color: white;
} */

.btn-plate-form:hover .arrow-icon {
	opacity: 1;
}

.sm-margin {
	margin-top: 2rem;
}

.contact-button {
	background-color: #52c19a;
	color: #222;
	border: none;
	font-size: 20px;
	font-weight: 500;
	transition: background-color 0.3s ease;
	border-radius: 35px;
	padding: 7px 14px;
	text-decoration: none;
}

.project-button {
	background-color: #0f0f0f;
	color: #f6c915;
	font-size: 20px;
	font-weight: 400;
	transition: background-color 0.3s ease, color 0.3s ease;
	border-radius: 45px;
	padding: 10px 0px 10px 20px;
	text-decoration: none;
}

.btn-built {
	font: Poppins;
	font-weight: 500;
	color: #3f3f3f;
	border: none;
	font-size: 16px;
	text-decoration: none;
	top: 5rem;
}

.button-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.team-heading {
	font-family: Manrope;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 66px;

	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
}

.team-heading-2 {
	font-family: Manrope;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 62px;

	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
}

.team-text {
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;

	letter-spacing: 0%;
	text-align: center;
	justify-content: center;
	width: 52rem !important;
	height: 43px;
	opacity: 1;
	margin-left: 14rem;
}

.container-2 {
	max-width: 1750px !important;
}

.contact-section {
	padding: 83px 200px 83px 260px;
	display: flex;
}

/* Hero buttons container - base styles */
.hero-buttons-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

/* Service Excellence Section - Accordion Colors */
.service-excellence-section .accordion-button,
.service-excellence-section .custom-header {
	color: #8f8c8c !important;
}

.service-excellence-section .accordion-button:not(.collapsed),
.service-excellence-section .accordion-button[aria-expanded="true"] {
	color: #ffffff !important;
}

.service-excellence-section .accordion-body,
.service-excellence-section .accordion-body p {
	color: #ffffff !important;
}

@media (min-width: 2000px) {
	.container-2 {
		max-width: 2509px !important;
	}

	.home-icons-image {
		background-color: #000;
		padding: 45px 24px 40px 160px;
		overflow: hidden;
	}

	.project-excellence-boxes img {
		width: 485px;
		height: 329px;
		object-fit: cover;
	}

	.practitioner-card-image {
		max-width: 75%;
		height: auto;
		border-radius: 10px;
	}

	.card-1.accent {
		background-color: #fefefe;
		width: 161px;
		position: absolute;
		bottom: 14rem;
		left: 3rem;
	}

	.card-1.secondary {
		right: 37rem;
		top: 16rem;
	}

	.card-2.accent {
		background-color: #fefefe;
		width: 193px;
		position: absolute;
		bottom: 13rem;
		left: 1rem;
	}

	.card-2.secondary {
		right: 16rem;
		top: 21rem;
	}

	.card-3.accent {
		background-color: #fefefe;
		width: 196px;
		position: absolute;
		bottom: 16rem;
		left: 34rem;
	}

	.card-3.secondary {
		right: 34rem;
		top: 18rem;
	}
}

@media (min-width: 1500px) {
	.lg-text {
		font-size: 22px !important;
	}
	.meet-team-button {
		margin-top: 3rem !important;
	}

	.team-text {
		margin-top: 3rem !important;

		font-size: 22px !important;
		width: 64rem !important;
		height: 43px;
		opacity: 1;
		margin-left: 9rem;
	}

	.teams-section {
		padding: 120px 300px;
	}

	.about-us-home {
		margin-top: -3rem;
	}

	.sm-margin-top {
		margin-top: 6rem !important;
	}

	.card-1 p {
		padding: 0px 9px !important;
	}
	.contact-section {
		padding: 83px 167px 83px 166px !important;
		display: flex;
	}
}

@media (max-width: 1499px) {
	.project-excellence-wrapper {
		gap: 0.5rem !important;
	}

	.teams-text p {
		margin: 0 auto !important;
	}

	.btn-built {
		font: Poppins;
		font-weight: 400;
		color: #222;
		border: none;
		font-size: 16px;
		text-decoration: none;
		top: 40px;
	}

	.project-excellence-heading {
		color: #181a1c;
		font-family: Manrope;
		font-weight: 800;
		font-size: 53px !important;

		letter-spacing: 0%;
		text-transform: capitalize;
	}

	.card-1.accent {
		background-color: #fefefe;
		width: 170px;
		position: absolute;
		bottom: 11rem;
	}

	.card-1.secondary {
		background-color: #fefefe;
		width: 308px;
		position: absolute;
		right: 22rem;
		top: 14rem;
	}

	.card-2.accent {
		background-color: #fefefe;
		width: 182px;
		position: absolute;
		bottom: 15rem;
		left: 23rem;
	}

	.card-2.secondary {
		background-color: #fefefe;
		width: 308px;
		position: absolute;
		right: 8rem;
		top: 18rem;
	}

	.card-3.secondary {
		background-color: #fefefe;
		width: 260px;
		position: absolute;
		right: 19rem;
		top: 16rem;
	}

	.card-3.accent {
		background-color: #fefefe;
		width: 185px;
		position: absolute;
		bottom: 14rem;
		right: 0rem;
	}

	.practitioner-card-image {
		max-width: 95%;
		height: auto;
		border-radius: 10px;
	}

	.project-excellence-boxes img {
		width: 308px;
		height: 253px;
		object-fit: cover;
	}

	.image-placeholder {
		background: #d1e7dd;
		width: 493px;
		height: 371px;
		border-radius: 15px;
	}

	.plate-form-heading {
		font-size: 50px;
		color: white;
		text-align: center;
	}

	.service-box h3.card-title {
		font-size: 23px !important;
	}

	/* for laptop screen */

	.contact-section {
		padding: 80px 89px 83px 200px !important;
		display: flex;
	}

	.contact-image {
		display: flex;
		justify-content: center !important;
		align-items: center !important;
		height: 83% !important;
	}

	.faq-section {
		padding: 45px 200px 45px 200px !important;
	}

	.faq-item-2 label {
		font-size: 16px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.meet-team-button {
		margin-top: 2rem !important;
	}
	.about-us-home {
		background-color: #f5f5f5;
		padding: 80px 90px 50px 90px;
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.project-excellence-section {
		padding: 80px 0 80px 90px;
		display: flex;
	}

	.home-service-section {
		background-color: #f9f9f9;
		padding: 80px 130px;
		display: flex;
		flex-direction: column;
	}

	.practitioner-section {
		padding: 62px 30px;
		display: flex;
	}

	.plate-form-section {
		padding: 50px 30px;
	}

	.teams-text p {
		margin: 0 auto !important;
	}
}

@media (max-width: 1024px) {
	.about-us-home {
		background-color: #f5f5f5;
		padding: 50px 40px !important;
	}

	.project-excellence-section {
		padding: 50px 40px;
		display: flex;
	}

	.home-service-section {
		background-color: #f9f9f9;
		padding: 50px 40px;
		display: flex;
		flex-direction: column;
	}

	.practitioner-section {
		padding: 50px 40px;
		display: flex;
	}

	.plate-form-section {
		padding: 50px 40px;
	}
	.team-heading {
		font-size: 46px;
	}

	.team-text {
		margin-left: auto !important;
		margin-right: auto;
	}
	.teams-text p {
		margin-left: auto !important;
		margin-right: auto;
	}

	.image-placeholder {
		background: #d1e7dd;
		width: 85%;
		height: 100%;
		border-radius: 15px;
	}
	.image-placeholder-2 {
		background: #d1e7dd;
		width: 100%;
		height: 100%;
		border-radius: 15px;
	}

	.card-1.accent {
		background-color: #fefefe;
		width: 197px;
		position: absolute;
		bottom: 8rem !important;
		left: 1rem;
	}

	.card-1.secondary {
		background-color: #fefefe;
		width: 281px;
		position: absolute;
		right: 13rem;
		top: 15rem !important;
	}

	.card-2.secondary {
		background-color: #fefefe;
		width: 281px;
		position: absolute;
		right: 2rem;
		top: 16rem !important;
	}

	.card-3.accent {
		background-color: #fefefe;
		width: 218px;
		position: absolute;
		bottom: 10rem !important;
		left: 18rem;
	}

	.card-2.accent {
		background-color: #fefefe;
		width: 207px;
		position: absolute;
		bottom: 11rem !important;
	}

	.card-1 p {
		font-size: 15px;
		margin: 0;
	}

	.card-1.secondary h3 {
		font-size: 13px;
	}

	.practitioner-card-image {
		max-width: 115%;
		height: auto;
		border-radius: 10px;
	}

	.project-excellence-boxes img {
		width: 240px;
		height: 253px;
		object-fit: cover;
	}

	.btn-partitioner {
		padding: 12px 6px !important;
	}

	.btn-built {
		top: 0rem !important;
	}
}

@media (min-width: 769px) and (max-width: 1440px) {
	.main-heading-text {
		font-size: 39px;
		color: #fff;
		text-align: center;
		font-family: Manrope;
		font-weight: 600;
		font-style: semibold;
	}

	.main-heading-text-2 {
		font-size: 38px;
		color: #fff;
		text-align: center;
		font-family: Manrope;
		font-weight: 600;
		font-style: semibold;
	}

	.sm-margin-top {
		margin-top: 5rem !important;
	}

	.project-excellence-heading {
		font-size: 40px !important;
	}

	.btn-built {
		top: 0rem;
	}

	.contact-section {
		margin-left: 6rem;
		margin-top: 1rem !important;
	}
}

@media (max-width: 768px) {
	.teams-text p {
		width: auto;
		margin: 0 auto !important;
	}

	/* Service Excellence Section - Maintain consistent font family */
	.service-excellence-section h1,
	.service-excellence-section .heading-1 h1 {
		font-family: Manrope, sans-serif !important;
	}

	.service-excellence-section .accordion-button,
	.service-excellence-section .custom-header {
		font-family: Manrope, sans-serif !important;
	}

	.service-excellence-section .accordion-body p {
		font-family: Manrope, sans-serif !important;
	}

	/* Digit Eye Section - Mobile responsive */
	.digit-eye-section .text-content {
		flex-direction: column;
		gap: 2rem;
	}

	.digit-eye-section .paragraph-content {
		min-height: 250px;
	}

	.image-placeholder {
		background: #d1e7dd;
		width: 331px;
		height: 251px;
		border-radius: 15px;
	}

	.icon {
		width: 56px;
		height: 50px;
		margin: 0 20px;
		object-fit: contain;
	}

	.home-service-section {
		padding: 12px 8px;
		margin-top: 2rem;
	}

	.main-heading-text {
		font-size: 32px;
	}

	.main-heading-text-2 {
		font-size: 32px;
	}

	.service-heading {
		font-size: 40px;
	}

	.service-heading-2 {
		font-size: 47px !important;
	}

	.project-excellence-boxes {
		width: 100% !important;
	}

	.practitioner-heading {
		font-size: 31px !important;
	}

	.btn-built {
		top: 1rem !important;
	}

	.plate-form-heading,
	.plate-form-heading-2 {
		font-size: 36px;
	}

	.project-excellence-heading {
		font-size: 31px !important;
	}

	.project-excellence-text h4 {
		font-size: 19px;
	}

	.excellenceSwiper {
		margin-left: 8rem !important;
	}

	.swiper-slide-excellence {
		width: 362px !important;
		margin-right: 5px !important;
	}

	.project-excellence-boxes img {
		width: 333px !important;
		height: 273px;
		object-fit: cover;
	}

	.btn-get-started {
		margin-left: 0rem;
		margin-bottom: 2rem;
	}

	.about-us-home {
		padding: 12px 10px !important;
		margin-top: 2rem;
	}

	.about-us-section {
		padding: 12px 5px;
		margin-top: 2rem;
	}

	.project-excellence-section {
		padding: 12px 7px;
		margin-top: 2rem;
	}

	.practitioner-section {
		padding: 12px 5px;
		margin-top: 2rem;
	}

	.plate-form-section {
		padding: 12px 18px;
		margin-top: 0;
	}

	.plate-form-paragraph {
		width: auto;
	}

	.wrapper-paragraph {
		font-family: Poppins;
		font-weight: 400;
		font-style: Regular;
		font-size: 18px;
		text-align: center;
		width: 42rem !important;
		margin-left: 0rem;
	}

	.card-1.accent {
		background-color: #fefefe;
		width: 210px;
		left: 1rem;
		position: relative;
		bottom: 24rem !important;
	}

	.card-1.secondary {
		background-color: #fefefe;
		width: 257px;
		position: relative;
		right: 0rem;
		top: -24rem !important;
	}

	.card-2.accent {
		background-color: #fefefe;
		width: 210px;
		left: 24rem;
		position: relative;
		bottom: 29rem !important;
	}

	.card-2.secondary {
		background-color: #fefefe;
		width: 284px;
		position: relative;
		right: -10rem;
		top: -20rem !important;
	}

	.card-3.accent {
		background-color: #fefefe;
		width: 210px;
		left: 25rem;
		position: relative;
		bottom: 27rem !important;
	}

	.card-3.secondary {
		background-color: #fefefe;
		width: 234px;
		position: relative;
		right: 0rem;
		top: -21rem !important;
	}

	.card-1.secondary h3 {
		font-size: 13px;
	}

	.practitioner-card {
		padding: 2rem;
		background-color: #f8f9fa;
		border-radius: 10px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		border-radius: 35px;
		height: 63rem !important;
	}

	.btn-partitioner {
		background-color: white;
		color: black;
		padding: 14px 14px;
		border: 2px solid transparent;
		font-family: Poppins;
		font-style: SemiBold;
		border-radius: 5px;
		font-size: 13px !important;
	}

	/* about section  */
	.team-text {
		font-size: 16px;

		width: 38rem !important;
		height: 43px;
		opacity: 1;
		margin-left: 44px;
	}

	.team-heading {
		font-family: Manrope;
		font-weight: 600;
		font-style: SemiBold;
		font-size: 36px;
	}

	.team-heading-2 {
		font-family: Manrope;
		font-weight: 600;
		font-style: SemiBold;
		font-size: 41px;
	}

	.scheduling-section {
		padding: 20px;
	}
}

@media (max-width: 767px) {
	/* Service Excellence Section - Maintain consistent font family */
	.service-excellence-section h1,
	.service-excellence-section .heading-1 h1 {
		font-family: Manrope, sans-serif !important;
	}

	.service-excellence-section .accordion-button,
	.service-excellence-section .custom-header {
		font-family: Manrope, sans-serif !important;
	}

	.service-excellence-section .accordion-body p {
		font-family: Manrope, sans-serif !important;
	}

	.image-placeholder {
		background: #d1e7dd;
		width: 285px;
		height: 251px;
		border-radius: 15px;
	}

	.main-heading-text {
		font-size: 32px;
	}

	.main-heading-text-2 {
		font-size: 33px;
	}

	.sm-margin-top {
		margin-top: 4rem !important;
	}

	.excellenceSwiper {
		margin-left: 0px !important;
	}

	.project-excellence-heading {
		font-size: 1.75rem !important;
	}

	.project-excellence-boxes {
		width: 100% !important;
	}

	.swiper-slide-excellence {
		width: 100% !important;
		margin-right: 5px !important;
	}

	.service-heading {
		font-size: 1.75rem;
	}

	.practitioner-heading {
		font-size: 1.75rem !important;
	}

	.plate-form-image {
		padding: 28px !important;
	}

	.plate-form-heading {
		font-size: 24px;
		color: white;
		text-align: center;
	}

	.plate-form-heading-2 {
		font-size: 17px;
		color: white;
		text-align: center;
	}

	.plate-form-paragraph {
		width: auto;
		font-size: 17px;
	}

	.service-heading-2 {
		font-size: 34px !important;
	}

	.practitioner-section {
		padding: 80px 5px !important;
		overflow-x: hidden;
		width: 100%;
	}

	.practitioner {
		padding: 10px;
	}

	.practitioner-card {
		padding: 2px;
	}

	.btn-partitioner {
		font-size: 15px !important;
	}

	.card-1.accent {
		background-color: #fefefe;
		width: 120px;
		left: 13rem;
		position: relative;
		bottom: 15rem;
	}

	.card-1.accent h3 {
		color: #222;
		font-family: Manrope;
		font-weight: 500;
		font-style: Medium;
		font-size: 7px;
		letter-spacing: 0%;
		vertical-align: middle;
		margin-top: 9px;
	}

	.card-1 p {
		font-size: 9px;
		margin: 0;
	}

	.card-1.secondary {
		background-color: #fefefe;
		width: 185px;
		left: 0rem;
		top: -21rem !important;
	}

	.card-1.secondary h3 {
		color: #222;
		font-family: Manrope;
		font-weight: 500;
		font-style: Medium;
		font-size: 8px;
	}

	.contact-section {
		padding: 20px 5px;
		display: flex;
	}

	/* about section  */

	.team-heading {
		font-size: 19px !important;
	}

	.team-heading-2 {
		font-family: Manrope;
		font-weight: 600;
		font-style: SemiBold;
		font-size: 22px;

		letter-spacing: 0%;
		text-align: center;
		text-transform: capitalize;
	}

	.team-text {
		font-family: Poppins;
		font-weight: 400;
		font-style: Regular;
		font-size: 16px;

		letter-spacing: 0%;
		text-align: center;
		justify-content: center;
		width: auto !important;
		height: 43px;
		opacity: 1;
		margin-left: 0rem;
	}

	.scheduling-section {
		padding: 20px;
	}

	.smart-scheduling-text {
		text-align: center;
		color: #333;
		font-weight: bold;
		font-size: 22px;
	}

	.testimonial-card {
		position: relative;
		width: 17rem;
		background-color: #1a1a1a;
		color: #fff;
		border-radius: 16px;
		min-height: 23rem;
	}

	.testimonial-card h5 {
		margin-top: 2px;
	}

	.testimonial-container h2 {
		text-align: center;
	}
}

@media (min-width: 400px) and (max-width: 768px) {
	.about-slider-wrapper {
		padding: 0px 18px;
	}
	.practitioner-card-points {
		font-size: 14px;
	}
	.sm-hero-wrapper {
		min-height: 50vh !important;
	}
	.sm-margin-top {
		margin-top: 4rem !important;
	}
}

/* Phones: fix scroll and keep overlay cards inside the image */
@media (max-width: 575.98px) {
	html,
	body {
		overflow-x: hidden;
	}

	h1 {
		line-height: 180% !important;
	}

	.main-heading-text {
		line-height: 120% !important;
	}

	.swiper-slide-excellence {
		width: 100% !important;
		margin-right: 10px !important;
	}

	/* Service Excellence Section - Maintain consistent font family */
	.service-excellence-section h1,
	.service-excellence-section .heading-1 h1 {
		font-family: Manrope, sans-serif !important;
		line-height: 120% !important;
	}

	.service-excellence-section .accordion-button,
	.service-excellence-section .custom-header {
		font-family: Manrope, sans-serif !important;
	}

	.service-excellence-section .accordion-body p {
		font-family: Manrope, sans-serif !important;
	}

	/* Digit Eye Section - Small mobile screens */
	.digit-eye-section .paragraph-content {
		min-height: 200px;
	}

	.digit-eye-section .paragraph-content h2 {
		font-size: 1.2rem;
	}

	.digit-eye-section .paragraph-content p {
		font-size: 0.9rem;
	}

	/* Project Section - Mobile screens ≤576px */

	.section-2-projects {
		padding: 5px !important;
	}

	.section-2-projects .row {
		margin: 0 !important;
		padding: 0 !important;
	}

	.section-2-projects .col-12,
	.section-2-projects .col-sm-6,
	.section-2-projects .col-md-5 {
		padding: 5px !important;
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	.section-2-projects .project-image {
		width: 100% !important;
		max-width: 100% !important;
		padding: 5px !important;
	}

	.section-2-projects .text-padding,
	.section-2-projects .text-padding-2 {
		padding: 5px !important;
		text-align: center !important;
	}

	.section-2-projects .h-size,
	.section-2-projects .text-size,
	.section-2-projects .sm-text {
		text-align: center !important;
		width: 100% !important;
	}

	.section-2-projects .project-link {
		justify-content: center !important;
		align-items: center !important;
		margin: 0 auto !important;
		padding: 6px;
		font-size: 12px;
	}

	.section-2-projects .buttons {
		justify-content: center !important;
		padding: 5px !important;
		margin: 0 !important;
	}

	.btn-learn-more {
		font-size: 14px !important;
	}

	.projects-buttons {
		width: 25px !important;
		height: 25px !important;
	}

	.projects-buttons svg {
		width: 13px;
		height: 16px;
	}

	.project-section-schedule {
		padding: 10px !important;
	}

	.schedule-card {
		height: 13rem !important;
		padding: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.schedule-card .schedule-text {
		margin-top: 0 !important;
	}

	.btn-schedule {
		padding: 7px 15px !important;
		margin-top: 4px !important;
		font-size: 13px !important;
	}

	.btn-schedule-icon {
		width: 11px !important;
		height: 15px !important;
		fill: currentColor;
		opacity: 0;
		position: absolute;
		right: 4px !important;
		top: 50%;
	}

	/* home-section */

	.hero-buttons-container .contact-button {
		width: 14rem !important;
		flex: 0 0 147px !important;
		max-width: 8rem !important;
	}

	.hero-buttons-container .project-button {
		width: 14rem !important;
		flex: 0 0 147px !important;
		max-width: 8rem !important;
	}

	.contact-button {
		font-size: 12px !important;
		padding: 6px 1px;
	}

	.project-button {
		font-size: 12px !important;
		padding: 6px 0px 6px 9px;
	}

	.contact-button img {
		width: 30px !important;
		height: 25px !important;
	}

	.project-button img {
		width: 30px !important;
		height: 25px !important;
	}

	.main-heading-text {
		font-size: 30px !important;
	}

	.main-heading-text-2 {
		font-size: 29px !important;
	}

	/* Ensure grid never exceeds viewport */
	.container,
	.container-fluid,
	.row {
		max-width: 100%;
	}

	.practitioner-card {
		padding: 1rem;
		background-color: #f8f9fa;
		border-radius: 10px;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		border-radius: 35px;
		height: 62rem !important;
	}

	/* Prevent absolute children from causing horizontal scroll */
	.practitioner-card .position-relative,
	.content-block .position-relative {
		overflow: hidden;
	}

	.card-1.accent {
		position: absolute !important;
		top: 74px !important;
		left: 19px !important;
		right: auto !important;
		bottom: auto !important;
		width: 100%;
		max-width: 9rem !important;
		margin: 0 !important;
	}

	.card-1.accent h3 {
		font-size: 11px;
	}

	.card-1 p {
		font-size: 9px !important;
		margin: 0;
	}

	.card-1.secondary {
		position: absolute !important;
		bottom: 100px !important;
		right: 212px !important;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
		max-width: 13rem !important;
		margin: 0 !important;
	}

	.card-1.secondary h3 {
		color: #222;
		font-family: Manrope;
		font-weight: 500;
		font-style: Medium;
		font-size: 10px;
	}

	.btn-plate-form {
		margin-top: -1rem;
		padding: 7px 19px;
		font-size: 13px;
	}

	.team-text {
		margin-left: 0px !important;
		margin-top: 1rem !important;
	}

	.image-placeholder {
		background: #d1e7dd;
		width: 291px;
		height: 214px;
		border-radius: 15px;
	}

	.btn-partitioner {
		width: 113% !important;
	}

	.plate-form-heading {
		font-size: 21px !important;
		color: white;
		text-align: center;
		line-height: 120% !important;
	}

	.plate-form-image {
		min-height: 45vh !important;
		padding: 10px !important;
		text-align: center;
	}

	.btn-get-started {
		padding: 11px 28px !important;
		font-size: 14px !important;
		margin-bottom: 1rem;
	}

	/* Center buttons on small screens */
	.btn-service {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		font-size: 16px !important;
		width: auto !important;
		margin: 0 auto !important;
		margin-top: 1rem !important;
	}

	.btn-built {
		display: flex !important;
		justify-content: end !important;
		align-items: end !important;
		font-size: 16px !important;
		width: auto !important;
		margin: 0 auto !important;
	}

	.btn-built img {
		margin-bottom: 6px;
	}

	.practitioner-card-image {
		max-width: 116%;
		height: auto;
		border-radius: 10px;
	}

	.project-excellence-boxes {
		padding: 1rem !important;
	}

	.team-heading {
		font-size: 22px !important;
		line-height: 120% !important;
	}
}

/* Hero buttons for screens 475px and larger (side-by-side) */
@media (min-width: 375px) {
	.hero-buttons-container {
		flex-direction: row !important;
		justify-content: center !important;
		gap: 1rem !important;
	}

	.hero-buttons-container .contact-button {
		flex: 0 0 190px !important;
	}

	.contact-button {
		font-size: 21px;
	}

	.hero-buttons-container .project-button {
		flex: 0 0 212px !important;
	}

	.project-button {
		font-size: 21px;
	}
	.testimonial-swiper {
		padding: 12px !important;
	}
}

/* Hero buttons for screens less than 475px (stack vertically) */
@media (max-width: 475.98px) {
	.service-box {
		width: 24rem;
		margin-left: 15px;
	}

	.main-heading-text {
		font-size: 22px !important;
	}

	.project-excellence-heading {
		font-size: 24px !important;
	}

	.service-heading {
		font-size: 24px !important;
	}

	.service-heading-2 {
		font-size: 26px !important;
	}

	.about-card h3 {
		font-size: 19px !important;
	}

	.sm-img-button {
		width: 50px !important;
		height: 50px !important;
	}

	.card-1.secondary {
		position: absolute !important;
		bottom: 63px !important;
		right: 135px !important;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
		max-width: 14rem !important;
		margin: 0 !important;
	}

	.card-1.accent {
		position: absolute !important;
		top: 63px !important;
		left: 19px !important;
		right: auto !important;
		bottom: auto !important;
		width: 100%;
		max-width: 9rem !important;
		margin: 0 !important;
	}

	.card-2.secondary {
		position: absolute !important;
		bottom: 63px !important;
		right: 135px !important;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
		max-width: 14rem !important;
		margin: 0 !important;
	}

	.card-2.accent {
		position: absolute !important;
		top: 49px !important;
		left: 19px !important;
		right: auto !important;
		bottom: auto !important;
		width: 100%;
		max-width: 9rem !important;
		margin: 0 !important;
	}
	.practitioner-card {
		height: 59rem !important;
	}
}

@media (max-width: 400.98px) {
	.service-box {
		width: 22rem;
	}

	.sm-hero-wrapper {
		min-height: 46vh !important;
	}

	.sm-margin-top {
		margin-top: 6rem !important;
	}
}

@media (max-width: 375.98px) {
	.card-1.accent {
		position: absolute !important;
		top: 47px !important;
		left: 11px !important;
		right: auto !important;
		bottom: auto !important;
		width: 100%;
		max-width: 9rem !important;
		margin: 0 !important;
	}

	.card-1.secondary {
		position: absolute !important;
		bottom: 93px !important;
		right: 173px !important;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
		max-width: 14rem !important;
		margin: 0 !important;
	}

	.card-2.accent {
		max-width: 10rem !important;
		margin: 0 !important;
	}

	.card-2.secondary {
		bottom: 93px !important;
		max-width: 14rem !important;
		margin: 0 !important;
	}

	.md-content-width {
		margin-left: 0;
		margin-top: 3rem;
	}

	.plate-form-image {
		min-height: 45vh !important;
	}

	.plate-form-heading {
		font-size: 20px !important;
		color: white;
		text-align: center;
	}

	.plate-form-heading-2 {
		font-size: 14px;
		color: white;
		text-align: center;
		font-weight: 800;
	}

	.main-heading-text {
		font-size: 23px !important;
	}

	.main-heading-text-2 {
		font-size: 22px !important;
	}

	.service-box {
		width: 22rem !important;
		margin-left: 8px !important;
	}

	/* Practitioner section full width for small screens */
	.practitioner-section {
		padding: 2rem 0.5rem !important;
		margin: 0 !important;
	}

	.practitioner-section .d-flex {
		padding: 0 !important;
		margin: 0 !important;
	}

	.practitioner-section .col-12,
	.practitioner-section .col-md-11 {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.practitioner-section .row {
		margin: 0 !important;
		padding: 0 !important;
		gap: 1rem;
	}

	.practitioner-section .col-12 {
		padding: 0px 10px !important;
	}

	/* Practitioner buttons full width */
	.practitioner-section .col-sm-4 {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin-bottom: 0.5rem;
	}

	.btn-partitioner {
		width: 100% !important;
		text-align: center !important;
		padding: 0.75rem 1rem !important;
		font-size: 0.9rem !important;
	}

	/* Content blocks full width */
	.practitioner-section .col-lg-6 {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin-bottom: 1rem;
	}

	/* Practitioner heading and text */
	.practitioner-heading {
		font-size: 1.5rem !important;
		text-align: center !important;
		margin-bottom: 1rem !important;
	}

	.practitioner-card-heading {
		font-size: 1.2rem !important;
		text-align: start !important;
	}

	.practitioner-card-description {
		font-size: 0.85rem !important;
		text-align: start !important;
	}

	.practitioner-card-points {
		font-size: 0.8rem !important;
		padding-left: 1rem !important;
	}

	.testimonial-card {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 1.5rem;
		height: 100%;
		min-height: 24rem !important;
	}

	/* Practitioner card full width */
	.practitioner-card {
		height: 49rem !important;
		padding: 0px !important;
	}

	.practitioner-card-image {
		max-width: 100%;
		height: auto;
		border-radius: 10px;
	}

	.card-1.secondary {
		position: absolute !important;
		bottom: 42px !important;
		right: 134px !important;
	}

	.card-1.accent {
		position: absolute !important;
		top: 36px !important;
		left: 11px !important;
	}

	.project-excellence-boxes img {
		width: 280px;
		height: 273px;
		object-fit: cover;
	}

	.project-excellence-boxes img {
		width: 285px !important;
		height: 273px;
		object-fit: cover;
	}
}

@media (max-width: 374.98px) {
	.project-excellence-text h4 {
		font-size: 17px !important;
	}

	.hero-buttons-container {
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 1rem !important;
	}

	.hero-buttons-container .contact-button,
	.hero-buttons-container .project-button {
		width: 100% !important;
		flex: 0 0 0 !important;
	}

	.card-2.accent,
	.card-3.accent {
		position: absolute !important;
		top: 17px !important;
		left: 84px !important;
		right: auto !important;
		bottom: auto !important;
		width: 100%;
		max-width: 10rem !important;
		margin: 0 !important;
	}

	.card-1.secondary {
		position: absolute !important;
		bottom: 26px !important;
		right: 3px !important;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
		max-width: 14rem !important;
		margin: 0 !important;
	}
}

@media (max-width: 370px) {
	.service-box {
		width: 21rem !important;
		margin-left: 8px;
	}

	.card-1.accent {
		position: absolute !important;
		top: 30px !important;
		left: 11px !important;
		right: auto !important;
		bottom: auto !important;
		width: 100%;
		max-width: 7rem !important;
		margin: 0 !important;
	}

	.card-1.accent h3 {
		font-size: 7px !important;
	}

	.card-1 p {
		font-size: 7px !important;
		margin: 0;
	}

	.card-1.secondary h3 {
		color: #222;
		font-family: Manrope;
		font-weight: 500;
		font-style: Medium;
		font-size: 6px !important;
	}

	.card-1.secondary {
		position: absolute !important;
		bottom: 58px !important;
		right: 175px !important;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
		max-width: 10rem !important;
		margin: 0 !important;
	}

	.team-heading {
		font-size: 19px !important;
	}

	.project-excellence-boxes img {
		width: 280px !important;
		height: 230px !important;
		object-fit: cover;
	}
}

@media (max-width: 360px) {
	.sm-hero-wrapper {
		min-height: 60vh !important;
	}
	.sm-margin-top {
		margin-top: 8rem !important;
	}
}
@media (max-width: 350px) {
	.service-box {
		width: 19rem !important;
		margin-left: 8px;
	}
}

@media (max-width: 320.98px) {
	.service-box {
		width: 18rem !important;
		margin-left: 12px;
	}

	.plate-form-image {
		min-height: 37vh !important;
	}

	.plate-form-heading {
		font-size: 18px !important;
		color: white;
		text-align: center;
	}

	/* Practitioner card full width */
	.practitioner-card {
		height: 48rem !important;
		padding: 0px !important;
	}

	.card-1.secondary {
		position: absolute !important;
		bottom: 31px !important;
		right: 125px !important;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
		max-width: 11rem !important;
		margin: 0 !important;
	}

	.card-1.accent {
		position: absolute !important;
		top: 21px !important;
		left: 11px !important;
		right: auto !important;
		bottom: auto !important;
		width: 100%;
		max-width: 7rem !important;
		margin: 0 !important;
	}

	.card-2.secondary {
		max-width: 11rem !important;
		margin: 0 !important;
	}

	.card-2.accent {
		max-width: 8rem !important;
		margin: 0 !important;
	}

	.project-excellence-boxes img {
		width: 228px !important;
		height: 182px !important;
		object-fit: cover;
	}

	.testimonial-wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}
}
