/* Custom Hero Section & Form Styling for RO Service */

.contentMain .headc {
	padding: 20px;
	text-align: left;
}

/* Trust Badge / Pill */
.contentMain .headc .hero-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto 12px auto;
	gap: 8px;
	background-color: rgba(13, 110, 253, 0.08);
	color: #0d6efd;
	border: 1px solid rgba(13, 110, 253, 0.2);
	padding: 6px 16px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2px;
	text-align: center;
}

.contentMain .headc .hero-badge i {
	font-size: 14px;
}

/* Heading Styling */
.contentMain .headc .hero-title {
	font-size: 28px;
	font-weight: 800;
	color: #1a202c;
	line-height: 1.25;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
	text-align: center;
}

.contentMain .headc .hero-title span {
	color: #0d6efd;
}

/* Hero Description */
.contentMain .headc .hero-desc {
	font-size: 14px;
	color: #4a5568;
	line-height: 1.6;
	margin: 0 auto 24px auto;
	max-width: 580px;
	text-align: center;
}

/* Form Container Card */
.contentMain .headc form#pureonebookform {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(226, 232, 240, 0.8);
	overflow: hidden;
	position: relative;
	transition: box-shadow 0.3s ease;
	padding: 30px 20px;
}

.contentMain .headc form#pureonebookform .item1 {
	padding: 0 0 14px 0;
	text-align: left;
	position: relative;
	z-index: 2;
}

/* Form Field Groups */
.contentMain .headc form#pureonebookform .form-group {
	margin-bottom: 12px;
}

.contentMain .headc form#pureonebookform label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #334155;
	margin-bottom: 4px;
}

/* Input Wrappers & Icon Styling */
.contentMain .headc form#pureonebookform .input-wrapper {
	position: relative;
}

.contentMain .headc form#pureonebookform .input-wrapper .field-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #94a3b8;
	font-size: 13px;
	pointer-events: none;
	transition: color 0.2s ease;
}

.contentMain .headc form#pureonebookform .form-control {
	height: 42px;
	border-radius: 8px;
	border: 1px solid #cbd5e1;
	padding: 6px 12px 6px 36px;
	font-size: 13px;
	color: #1e293b;
	background-color: #f8fafc;
	transition: all 0.2s ease;
	box-shadow: none;
}

.contentMain .headc form#pureonebookform .form-control::placeholder {
	color: #94a3b8;
	font-size: 12px;
}

.contentMain .headc form#pureonebookform .form-control:focus {
	background-color: #ffffff;
	border-color: #0d6efd;
	box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
	outline: none;
}

.contentMain .headc form#pureonebookform .input-wrapper:focus-within .field-icon {
	color: #0d6efd;
}

.contentMain .headc form#pureonebookform select.form-control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%252364748b' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 32px;
	cursor: pointer;
}

/* Button Container */
.contentMain .headc form#pureonebookform .btn-group {
	display: flex;
	gap: 10px;
	padding: 0 0 14px 0;
	width: 100% !important;
}

.contentMain .headc form#pureonebookform .btn12 {
	flex: 1;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease;
	position: relative;
	width: 50%;
	padding: 0 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	cursor: pointer;
}

.contentMain .headc form#pureonebookform .btn12 span {
	font-weight: 600;
	text-transform: none;
	color: #ffffff !important;
}

/* Call Now Button */
.contentMain .headc form#pureonebookform .btn12:not(.blank) {
	background-color: #10b981;
	color: #ffffff;
	border: 1px solid #059669;
}

.contentMain .headc form#pureonebookform .btn12:not(.blank):hover {
	background-color: #059669;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

.contentMain .headc form#pureonebookform .btn12:not(.blank) i {
	position: static;
	margin: 0;
	font-size: 12px;
}

/* Book Now Button */
.contentMain .headc form#pureonebookform .btn12.blank {
	background-color: #0d6efd;
	color: #ffffff;
	border: 1px solid #0b5ed7;
}

.contentMain .headc form#pureonebookform .btn12.blank:hover {
	background-color: #0b5ed7;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
}

.contentMain .headc form#pureonebookform .btn12.blank i {
	position: static;
	margin: 0;
	font-size: 12px;
	transition: transform 0.2s ease;
}

.contentMain .headc form#pureonebookform .btn12.blank:hover i {
	transform: translateX(3px);
}

/* Service Highlights / Trust Chips - Below btn-group */
.contentMain .headc form#pureonebookform .hero-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 10px;
	padding: 0;
	margin-top: 4px;
}

.contentMain .headc form#pureonebookform .hero-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: #1e293b;
	border: 1px solid #334155;
	border-radius: 20px;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.contentMain .headc form#pureonebookform .hero-chip i {
	color: #10b981;
	font-size: 12px;
}

/* Mobile Responsiveness */
@media (max-width: 767.98px) {
	.contentMain .headc {
		padding: 16px 10px;
	}

	.contentMain .headc .hero-title {
		font-size: 22px;
		line-height: 1.3;
	}

	.contentMain .headc .hero-desc {
		font-size: 13px;
	}

	.contentMain .headc form#pureonebookform .item1 {
		padding: 0 0 12px 0;
	}

	.contentMain .headc form#pureonebookform .btn-group {
		flex-direction: column;
		padding: 0 0 12px 0;
		gap: 10px;
	}

	.contentMain .headc form#pureonebookform .btn12 {
		width: 100% !important;
	}

	.contentMain .headc form#pureonebookform .hero-chips {
		gap: 6px 8px;
		padding: 0;
	}

	.contentMain .headc form#pureonebookform .hero-chip {
		font-size: 11px;
		padding: 4px 10px;
	}
}

/* About Us Section Styling (#about-us) - 2-Column Text & Feature Cards Layout */

#about-us {
	padding: 60px 0;
	background-color: #f8fafc;
	position: relative;
	overflow: hidden;
}

#about-us .about-content {
	text-align: left;
}

#about-us .about-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: rgba(13, 110, 253, 0.08);
	color: #0d6efd;
	border: 1px solid rgba(13, 110, 253, 0.2);
	padding: 6px 16px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 14px;
}

#about-us .about-title {
	font-size: 30px;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.3;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
	text-align: left;
}

#about-us .about-subtitle {
	font-size: 17px;
	font-weight: 600;
	color: #0d6efd;
	margin-bottom: 12px;
}

#about-us .about-text {
	font-size: 14px;
	color: #475569;
	line-height: 1.65;
	margin-bottom: 24px;
}

/* Features Grid inside right col-md-6 */
#about-us .about-features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

#about-us .about-feature-card {
	display: flex;
	align-items: flex-start;
	text-align: left;
	gap: 12px;
	background: #ffffff;
	padding: 18px 14px;
	border-radius: 14px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
	transition: all 0.25s ease;
	height: 100%;
}

#about-us .about-feature-card:hover {
	border-color: #0d6efd;
	box-shadow: 0 8px 20px rgba(13, 110, 253, 0.1);
	transform: translateY(-3px);
}

#about-us .about-feature-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background-color: rgba(13, 110, 253, 0.1);
	color: #0d6efd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

#about-us .about-feature-info h4 {
	font-size: 14px;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 4px 0;
}

#about-us .about-feature-info p {
	font-size: 12px;
	color: #64748b;
	margin: 0;
	line-height: 1.4;
}

/* CTA Buttons */
#about-us .about-cta-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	flex-wrap: wrap;
}

#about-us .about-primary-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #0d6efd;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 22px;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
}

#about-us .about-primary-btn:hover {
	background-color: #0b5ed7;
	color: #ffffff;
	box-shadow: 0 6px 16px rgba(13, 110, 253, 0.3);
	transform: translateY(-2px);
}

#about-us .about-phone-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #ffffff;
	color: #10b981;
	border: 1px solid #10b981;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 20px;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.25s ease;
}

#about-us .about-phone-btn:hover {
	background-color: #10b981;
	color: #ffffff;
}

/* Mobile Responsiveness */
@media (max-width: 991.98px) {
	#about-us {
		padding: 45px 0;
	}

	#about-us .about-title {
		font-size: 24px;
	}

	#about-us .about-subtitle {
		font-size: 15px;
	}

	#about-us .about-features-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		margin-top: 24px;
	}
}

@media (max-width: 575.98px) {
	#about-us .about-features-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	#about-us .about-cta-box {
		flex-direction: column;
		width: 100%;
	}

	#about-us .about-primary-btn,
	#about-us .about-phone-btn {
		width: 100%;
		justify-content: center;
	}
}

/* Our Services Section Styling (#our-services) */

#our-services .mainhead {
	font-size: 36px;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 12px;
	letter-spacing: -0.5px;
}

#our-services .mainsubhead {
	font-size: 15px;
	color: #475569;
	line-height: 1.6;
	margin-bottom: 40px;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

/* 5-Card Flex Container (3-2 Desktop Layout) */
#our-services .services-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

#our-services .service-card-col {
	flex: 0 0 calc(33.333% - 14px);
	max-width: calc(33.333% - 14px);
	display: flex;
}

#our-services .item {
	background: #ffffff;
	border-radius: 16px;
	padding: 20px;
	margin-bottom: 0;
	text-align: center;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	border: 1px solid rgba(226, 232, 240, 0.9);
	display: flex;
	flex-direction: column;
	width: 100%;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: relative;
	overflow: hidden;
}

#our-services .item:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 35px rgba(13, 110, 253, 0.12);
	border-color: #0d6efd;
}

#our-services .item .img-box {
	border-radius: 12px;
	overflow: hidden;
	height: 180px;
	width: 100%;
	background-color: #f1f5f9;
	margin-bottom: 16px;
	flex-shrink: 0;
}

#our-services .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

#our-services .item:hover img {
	transform: scale(1.05);
}

#our-services .item .caption {
	font-size: 17px;
	font-weight: 700;
	color: #0f172a;
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 1.35;
}

#our-services .item .subhead {
	font-size: 13px;
	color: #475569;
	margin-bottom: 20px;
	line-height: 1.55;
	letter-spacing: 0;
	flex-grow: 1;
}

/* Service Buttons Group */
#our-services .service-btn-group {
	display: flex;
	gap: 8px;
	width: 100%;
}

#our-services .item .indexbtn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: auto;
	padding: 10px 8px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease;
	white-space: nowrap;
}

.indexbtn i,
#our-services .item .indexbtn i {
	position: static !important;
	transform: none;
	margin: 0;
}

#our-services .item .indexbtn.call-btn {
	background-color: #0d6efd;
	color: #ffffff;
	box-shadow: 0 2px 6px rgba(13, 110, 253, 0.2);
}

#our-services .item .indexbtn.call-btn:hover {
	background-color: #0b5ed7;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

#our-services .item .indexbtn.whatsapp-btn {
	background-color: #25d366;
	color: #ffffff;
	box-shadow: 0 2px 6px rgba(37, 211, 102, 0.25);
}

#our-services .item .indexbtn.whatsapp-btn:hover {
	background-color: #128c7e;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(18, 140, 126, 0.35);
}

/* Responsive Grid Breakpoints */
@media (max-width: 991.98px) {
	#our-services .service-card-col {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}

	#our-services .mainhead {
		font-size: 30px;
	}
}

@media (max-width: 575.98px) {
	#our-services .service-card-col {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#our-services .mainhead {
		font-size: 24px;
	}

	#our-services .mainsubhead {
		font-size: 14px;
		margin-bottom: 24px;
	}

	#our-services .item {
		padding: 16px;
	}

	#our-services .item .img-box {
		height: 160px;
	}
}

/* Why Choose Us Section Styling (#why-us) */

#why-us {
	padding: 80px 0;
	background-image: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
	position: relative;
}

#why-us .whyus-header {
	max-width: 760px;
	margin: 0 auto 48px auto;
	text-align: center;
}

#why-us .whyus-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: rgba(13, 110, 253, 0.08);
	color: #0d6efd;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 6px 14px;
	border-radius: 20px;
	margin-bottom: 14px;
}

#why-us .whyus-badge i {
	font-size: 13px;
}

#why-us .mainhead {
	font-size: 36px;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 12px;
	letter-spacing: -0.5px;
	line-height: 1.25;
}

#why-us .mainsubhead {
	font-size: 15px;
	color: #475569;
	line-height: 1.6;
	margin-bottom: 0;
}

/* 6 Benefit Cards Grid */
#why-us .whyus-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

#why-us .whyus-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 28px 24px;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
	border: 1px solid #e2e8f0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

#why-us .whyus-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 35px rgba(13, 110, 253, 0.1);
	border-color: #0d6efd;
}

#why-us .whyus-icon-wrapper {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
	color: #0d6efd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 20px;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

#why-us .whyus-card:hover .whyus-icon-wrapper {
	background: #0d6efd;
	color: #ffffff;
}

#why-us .ques {
	font-size: 18px;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 10px;
	line-height: 1.35;
}

#why-us .ans {
	font-size: 14px;
	color: #475569;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Responsive Grid Breakpoints */
@media (max-width: 991.98px) {
	#why-us {
		padding: 60px 0;
	}

	#why-us .whyus-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	#why-us .mainhead {
		font-size: 30px;
	}
}

@media (max-width: 575.98px) {
	#why-us {
		padding: 50px 0;
	}

	#why-us .whyus-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	#why-us .mainhead {
		font-size: 24px;
	}

	#why-us .mainsubhead {
		font-size: 14px;
	}

	#why-us .whyus-header {
		margin-bottom: 32px;
	}

	#why-us .whyus-card {
		padding: 22px 18px;
	}
}

/* CTA Section Styling (#contact-us) */

#contact-us {
	padding: 80px 0;
	background-color: #0d6efd;
	background-image: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
	position: relative;
	color: #ffffff;
}

#contact-us .cta-card {
	background: transparent;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	border: none;
	position: relative;
}

#contact-us .cta-content {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

#contact-us .cta-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: rgba(255, 255, 255, 0.18);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 6px 16px;
	border-radius: 20px;
	margin-bottom: 20px;
}

#contact-us .cta-badge i {
	font-size: 13px;
	color: #ffffff;
}

#contact-us .cta-title {
	font-size: 38px;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 16px;
	letter-spacing: -0.5px;
	line-height: 1.25;
}

#contact-us .cta-desc {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.65;
	margin-bottom: 36px;
}

/* Action Buttons */
#contact-us .cta-btn-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-bottom: 32px;
}

#contact-us .cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 26px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
	white-space: nowrap;
}

#contact-us .cta-btn.call-btn {
	background-color: #ffffff;
	color: #0d6efd;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

#contact-us .cta-btn.call-btn:hover {
	background-color: #f8fafc;
	color: #0b5ed7;
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

#contact-us .cta-btn.whatsapp-btn {
	background-color: #25d366;
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

#contact-us .cta-btn.whatsapp-btn:hover {
	background-color: #128c7e;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

#contact-us .cta-btn.book-btn {
	background-color: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

#contact-us .cta-btn.book-btn:hover {
	background-color: rgba(255, 255, 255, 0.25);
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.5);
	transform: translateY(-2px);
}

/* Trust Badges / Chips */
#contact-us .cta-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 24px;
}

#contact-us .cta-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
}

#contact-us .cta-chip i {
	color: #a7f3d0;
	font-size: 14px;
}

/* Responsive Breakpoints */
@media (max-width: 991.98px) {
	#contact-us {
		padding: 60px 0;
	}

	#contact-us .cta-title {
		font-size: 30px;
	}
}

@media (max-width: 575.98px) {
	#contact-us {
		padding: 40px 0;
	}

	#contact-us .cta-title {
		font-size: 24px;
	}

	#contact-us .cta-desc {
		font-size: 14px;
		margin-bottom: 24px;
	}

	#contact-us .cta-btn-group {
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}

	#contact-us .cta-btn {
		width: 100%;
		padding: 12px 18px;
	}

	#contact-us .cta-chips {
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
}

/* FAQs Section Styling (#faqs) */

#faqs {
	padding: 80px 0;
	background-color: #ffffff;
	position: relative;
}

#faqs .faqs-header {
	max-width: 760px;
	margin: 0 auto 48px auto;
	text-align: center;
}

#faqs .faqs-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: rgba(13, 110, 253, 0.08);
	color: #0d6efd;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 6px 14px;
	border-radius: 20px;
	margin-bottom: 14px;
}

#faqs .faqs-badge i {
	font-size: 13px;
}

#faqs .mainhead {
	font-size: 36px;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 12px;
	letter-spacing: -0.5px;
	line-height: 1.25;
}

#faqs .mainsubhead {
	font-size: 15px;
	color: #475569;
	line-height: 1.6;
	margin-bottom: 0;
}

#faqs .faq-wrapper {
	max-width: 860px;
	margin: 0 auto;
}

#faqs ul.faq-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

#faqs ul.faq-list li {
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
	overflow: hidden;
	transition: all 0.25s ease;
	cursor: pointer;
}

#faqs ul.faq-list li:hover {
	border-color: #cbd5e1;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

#faqs ul.faq-list li.active {
	border-color: #0d6efd;
	box-shadow: 0 6px 20px rgba(13, 110, 253, 0.08);
	background-color: #ffffff;
}

#faqs .ques {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 24px;
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
	background: transparent;
	border-radius: 0;
	margin-bottom: 0;
	line-height: 1.45;
	transition: color 0.2s ease;
}

#faqs ul.faq-list li.active .ques {
	color: #0d6efd;
}

#faqs .faq-icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #f1f5f9;
	color: #64748b;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

#faqs ul.faq-list li.active .faq-icon {
	background-color: #0d6efd;
	color: #ffffff;
	transform: rotate(180deg);
}

#faqs .ans {
	display: none;
	padding: 0 24px 22px 24px;
	font-size: 14.5px;
	color: #475569;
	line-height: 1.65;
	border-top: none;
}

/* Responsive Breakpoints */
@media (max-width: 991.98px) {
	#faqs {
		padding: 60px 0;
	}

	#faqs .mainhead {
		font-size: 30px;
	}
}

@media (max-width: 575.98px) {
	#faqs {
		padding: 50px 0;
	}

	#faqs .mainhead {
		font-size: 24px;
	}

	#faqs .mainsubhead {
		font-size: 14px;
	}

	#faqs .faqs-header {
		margin-bottom: 32px;
	}

	#faqs .ques {
		padding: 16px 18px;
		font-size: 15px;
	}

	#faqs .ans {
		padding: 0 18px 18px 18px;
		font-size: 13.5px;
	}
}

/* Testimonials Section Styling (#testimonials) */

#testimonials {
	padding: 80px 0;
	background-color: #f8fafc;
	position: relative;
}

#testimonials .testimonials-header {
	max-width: 760px;
	margin: 0 auto 48px auto;
	text-align: center;
}

#testimonials .testimonials-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: rgba(13, 110, 253, 0.08);
	color: #0d6efd;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 6px 14px;
	border-radius: 20px;
	margin-bottom: 14px;
}

#testimonials .testimonials-badge i {
	font-size: 13px;
}

#testimonials .mainhead {
	font-size: 36px;
	font-weight: 800;
	color: #0f172a;
	margin-bottom: 12px;
	letter-spacing: -0.5px;
	line-height: 1.25;
}

#testimonials .mainsubhead {
	font-size: 15px;
	color: #475569;
	line-height: 1.6;
	margin-bottom: 0;
}

#testimonials .owl-wrapper-outer {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: -10px;
	margin-bottom: -20px;
}

#testimonials .owl-wrapper {
	display: flex !important;
}

#testimonials .owl-item {
	display: flex !important;
	height: auto !important;
	padding: 0 8px;
}

#testimonials .testimonial-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 28px 24px;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
	border: 1px solid #e2e8f0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	margin: 0;
}

#testimonials .testimonial-card > div:first-child {
	display: flex;
	flex-direction: column;
	flex: 1;
}

#testimonials .testimonial-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 35px rgba(13, 110, 253, 0.1);
	border-color: #0d6efd;
}

#testimonials .testimonial-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

#testimonials .author-info {
	display: flex;
	align-items: center;
	gap: 12px;
}

#testimonials .avatar-badge {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: linear-gradient(135deg, #e0f2fe 0%, #dbeafe 100%);
	color: #0d6efd;
	font-weight: 700;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

#testimonials .author-details {
	display: flex;
	flex-direction: column;
}

#testimonials .author-name {
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.3;
}

#testimonials .author-location {
	font-size: 12.5px;
	color: #64748b;
}

#testimonials .quote-icon {
	font-size: 24px;
	color: #cbd5e1;
	transition: color 0.3s ease;
}

#testimonials .testimonial-card:hover .quote-icon {
	color: #0d6efd;
}

#testimonials .testimonial-rating {
	display: flex;
	gap: 4px;
	margin-bottom: 14px;
}

#testimonials .testimonial-rating i {
	color: #f59e0b;
	font-size: 14px;
}

#testimonials .testimonial-text {
	font-size: 14.5px;
	color: #334155;
	line-height: 1.65;
	margin-bottom: 20px;
	flex-grow: 1;
}

#testimonials .testimonial-footer {
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid #f1f5f9;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#testimonials .service-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #0d6efd;
	background-color: #eff6ff;
	padding: 4px 10px;
	border-radius: 20px;
}

/* Owl Carousel Custom Pagination Controls */
.owl-pagination,
#testimonials .owl-pagination {
	position: relative !important;
	bottom: auto !important;
	padding-top: 0 !important;
	height: auto !important;
}

#testimonials .owl-controls {
	margin-top: 24px;
	text-align: center;
}

#testimonials .owl-theme .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background: #cbd5e1;
	opacity: 1;
	transition: all 0.3s ease;
}

#testimonials .owl-theme .owl-controls .owl-page.active span,
#testimonials .owl-theme .owl-controls .owl-page:hover span {
	background: #0d6efd;
	width: 24px;
	border-radius: 10px;
}

/* Responsive Breakpoints */
@media (max-width: 991.98px) {
	#testimonials {
		padding: 60px 0;
	}

	#testimonials .mainhead {
		font-size: 30px;
	}
}

@media (max-width: 575.98px) {
	#testimonials {
		padding: 50px 0;
	}

	#testimonials .mainhead {
		font-size: 24px;
	}

	#testimonials .mainsubhead {
		font-size: 14px;
	}

	#testimonials .testimonials-header {
		margin-bottom: 32px;
	}

	#testimonials .testimonial-card {
		padding: 22px 18px;
	}
}

/* Minimal & Modern Footer Styling (#site-footer) */

#site-footer {
	background: linear-gradient(180deg, #0b1329 0%, #0f172a 100%);
	color: #94a3b8;
	padding: 64px 0 0 0;
	position: relative;
	font-size: 14px;
	border-top: 3px solid #0d6efd;
}

#site-footer .footer-brand-col {
	margin-bottom: 24px;
}

#site-footer .footer-logo {
	max-width: 170px;
	height: auto;
	margin-bottom: 14px;
}

#site-footer .footer-tagline {
	font-size: 13.5px;
	color: #94a3b8;
	line-height: 1.6;
	margin-bottom: 18px;
}

#site-footer .footer-title {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin-bottom: 20px;
	position: relative;
}

#site-footer .footer-title::after {
	content: '';
	display: block;
	width: 28px;
	height: 2px;
	background-color: #0d6efd;
	margin-top: 8px;
	border-radius: 2px;
}

#site-footer ul.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#site-footer ul.footer-links li a {
	color: #94a3b8;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.25s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

#site-footer ul.footer-links li a i {
	font-size: 11px;
	color: #0d6efd;
	transition: transform 0.25s ease, color 0.25s ease;
	flex-shrink: 0;
}

#site-footer ul.footer-links li a:hover {
	color: #ffffff;
	transform: translateX(4px);
}

#site-footer ul.footer-links li a:hover i {
	color: #60a5fa;
	transform: translateX(2px);
}

#site-footer ul.footer-contact {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

#site-footer ul.footer-contact li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	color: #94a3b8;
}

#site-footer ul.footer-contact li .contact-icon {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background-color: rgba(13, 110, 253, 0.12);
	color: #60a5fa;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-shrink: 0;
}

#site-footer ul.footer-contact li a {
	color: #94a3b8;
	text-decoration: none;
	transition: color 0.2s ease;
}

#site-footer ul.footer-contact li a:hover {
	color: #60a5fa;
}

#site-footer .footer-social {
	display: flex;
	gap: 10px;
}

#site-footer .footer-social-btn {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	background-color: #1e293b;
	color: #25d366;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	text-decoration: none;
	transition: all 0.25s ease;
	border: 1px solid rgba(255, 255, 255, 0.05);
}

#site-footer .footer-social-btn:hover {
	background-color: #25d366;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

#site-footer .footer-social-btn.call-social {
	color: #60a5fa;
}

#site-footer .footer-social-btn.call-social:hover {
	background-color: #0d6efd;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
}

/* Footer Bottom Bar */
#site-footer .footer-bottom {
	margin-top: 48px;
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 13px;
	color: #64748b;
}

#site-footer .footer-bottom-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

#site-footer .footer-bottom a {
	color: #94a3b8;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease;
}

#site-footer .footer-bottom a:hover {
	color: #0d6efd;
}

/* Responsive Breakpoints */
@media (max-width: 991.98px) {
	#site-footer {
		padding: 48px 0 0 0;
	}

	#site-footer .footer-bottom-flex {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 575.98px) {
	#site-footer {
		padding: 40px 0 0 0;
	}

	#site-footer .footer-title {
		margin-bottom: 14px;
		margin-top: 10px;
	}

	#site-footer .footer-bottom {
		margin-top: 36px;
		padding: 16px 0;
	}
}

/* Contact Information + Enquiry Form Section Styling (#contact-info-section) */

#contact-info-section {
	padding: 80px 0;
	background-color: #f8fafc;
	position: relative;
	border-top: 1px solid #e2e8f0;
}

#contact-info-section .contact-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: rgba(13, 110, 253, 0.08);
	color: #0d6efd;
	border: 1px solid rgba(13, 110, 253, 0.2);
	padding: 6px 16px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
}

#contact-info-section .contact-heading {
	font-size: 32px;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.25;
	margin-bottom: 12px;
	letter-spacing: -0.5px;
}

#contact-info-section .contact-subtext {
	font-size: 15px;
	color: #475569;
	line-height: 1.6;
	margin-bottom: 32px;
}

#contact-info-section .contact-items-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#contact-info-section .contact-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 18px 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
	transition: all 0.25s ease;
}

#contact-info-section .contact-item:hover {
	border-color: #0d6efd;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(13, 110, 253, 0.08);
}

#contact-info-section .contact-icon-box {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background-color: rgba(13, 110, 253, 0.08);
	color: #0d6efd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

#contact-info-section .contact-item-content {
	flex-grow: 1;
}

#contact-info-section .contact-item-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #64748b;
	margin-bottom: 2px;
}

#contact-info-section .contact-item-value {
	font-size: 15px;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.5;
	margin: 0;
}

#contact-info-section .contact-item-value a {
	color: #0f172a;
	text-decoration: none;
	transition: color 0.2s ease;
}

#contact-info-section .contact-item-value a:hover {
	color: #0d6efd;
}

/* Right Side — Contact Form Card */
#contact-info-section .contact-form-card {
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 32px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	position: relative;
}

#contact-info-section .form-card-title {
	font-size: 22px;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 6px;
}

#contact-info-section .form-card-subtitle {
	font-size: 14px;
	color: #64748b;
	margin-bottom: 24px;
}

#contact-info-section .form-group {
	margin-bottom: 18px;
}

#contact-info-section label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #334155;
	margin-bottom: 6px;
}

#contact-info-section .input-icon-wrapper {
	position: relative;
}

#contact-info-section .field-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #94a3b8;
	font-size: 14px;
	pointer-events: none;
	transition: color 0.2s ease;
}

#contact-info-section textarea ~ .field-icon,
#contact-info-section .input-icon-wrapper.textarea-wrapper .field-icon {
	top: 16px;
	transform: none;
}

#contact-info-section .form-control {
	height: 46px;
	border-radius: 10px;
	border: 1.5px solid #cbd5e1;
	padding: 8px 14px 8px 42px;
	font-size: 14px;
	color: #0f172a;
	background-color: #f8fafc;
	transition: all 0.2s ease;
	box-shadow: none;
}

#contact-info-section textarea.form-control {
	height: auto;
	padding-top: 12px;
}

#contact-info-section .form-control::placeholder {
	color: #94a3b8;
	font-size: 13.5px;
}

#contact-info-section .form-control:focus {
	background-color: #ffffff;
	border-color: #0d6efd;
	box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
	outline: none;
}

#contact-info-section .input-icon-wrapper:focus-within .field-icon {
	color: #0d6efd;
}

#contact-info-section select.form-control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%252364748b' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
	cursor: pointer;
}

#contact-info-section .submit-btn {
	height: 48px;
	background-color: #0d6efd;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 10px;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: all 0.25s ease;
	box-shadow: 0 4px 14px rgba(13, 110, 253, 0.25);
	cursor: pointer;
}

#contact-info-section .submit-btn:hover {
	background-color: #0b5ed7;
	color: #ffffff;
	box-shadow: 0 6px 18px rgba(13, 110, 253, 0.35);
	transform: translateY(-1px);
}

/* Responsive Rules */
#contact-info-section {
	padding: 80px 0 0 0;
	background-color: #f8fafc;
	position: relative;
	border-top: 1px solid #e2e8f0;
}

#contact-info-section .contact-map-wrapper {
	width: 100%;
	margin-top: 60px;
	line-height: 0;
	overflow: hidden;
}

#contact-info-section .contact-map-wrapper iframe {
	width: 100%;
	height: 450px;
	border: 0;
	display: block;
}

@media (max-width: 991.98px) {
	#contact-info-section {
		padding: 60px 0 0 0;
	}

	#contact-info-section .contact-heading {
		font-size: 26px;
	}

	#contact-info-section .contact-form-card {
		padding: 24px;
	}

	#contact-info-section .contact-map-wrapper {
		margin-top: 40px;
	}

	#contact-info-section .contact-map-wrapper iframe {
		height: 350px;
	}
}

@media (max-width: 767.98px) {
	#contact-info-section {
		padding: 50px 0 0 0;
	}

	#contact-info-section .contact-heading {
		font-size: 22px;
	}

	#contact-info-section .contact-subtext {
		font-size: 14px;
		margin-bottom: 24px;
	}

	#contact-info-section .contact-item {
		padding: 14px 16px;
	}

	#contact-info-section .contact-icon-box {
		width: 42px;
		height: 42px;
		font-size: 16px;
	}

	#contact-info-section .contact-item-value {
		font-size: 14px;
	}

	#contact-info-section .contact-map-wrapper {
		margin-top: 35px;
	}

	#contact-info-section .contact-map-wrapper iframe {
		height: 300px;
	}
}

/* Header Topnav & Hero Section Adjustments */
.topnav {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: 100%;
	z-index: 1000;
	background-color: #ffffff;
	border-bottom: 1px solid #e2e8f0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease;
}

.topnav.is-fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
	animation: slideDownHeader 0.3s ease forwards;
}

@keyframes slideDownHeader {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}

.header-navbar {
	padding: 12px 0;
}

.header-logo-col .logoimg {
	max-height: 70px;
	width: auto;
	object-fit: contain;
	display: block;
}

.header-btn-group {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.header-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease;
	white-space: nowrap;
}

/* WhatsApp Button */
.header-whatsapp-btn {
	background-color: #25d366;
	color: #ffffff;
	border: 1px solid #1eb956;
	box-shadow: 0 2px 8px rgba(37, 211, 102, 0.25);
}

.header-whatsapp-btn:hover {
	background-color: #1eb956;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
	transform: translateY(-1px);
}

.header-whatsapp-btn i {
	font-size: 17px;
}

/* Call Button */
.header-call-btn {
	background-color: #0d6efd;
	color: #ffffff;
	border: 1px solid #0b5ed7;
	box-shadow: 0 2px 8px rgba(13, 110, 253, 0.25);
}

.header-call-btn:hover {
	background-color: #0b5ed7;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(13, 110, 253, 0.35);
	transform: translateY(-1px);
}

.header-call-btn i {
	font-size: 14px;
}

/* Responsive Styling for Header */
@media (max-width: 767.98px) {
	.header-navbar {
		padding: 8px 0;
	}

	.header-logo-col .logoimg {
		max-height: 44px;
	}

	.header-btn-group {
		gap: 8px;
	}

	.header-btn {
		width: 40px;
		height: 40px;
		min-width: 40px;
		padding: 0;
		border-radius: 50%;
		justify-content: center;
		align-items: center;
	}

	.header-btn .btn-text {
		display: none !important;
	}

	.header-whatsapp-btn i {
		font-size: 20px;
	}

	.header-call-btn i {
		font-size: 16px;
	}
}


div#bookservice,
.contentMain#bookservice,
.contentMain {
	margin: 0 !important;
}

/* ==========================================================================
   Standardized .mainhead Heading Typography System
   ========================================================================== */

.mainhead,
h2.mainhead,
div.mainhead,
#our-services .mainhead,
#why-us .mainhead,
#faqs .mainhead,
#testimonials .mainhead,
#about-us .mainhead,
#contact-info-section .mainhead {
	font-size: 38px !important;
	font-weight: 500 !important;
	line-height: 1.25 !important;
	letter-spacing: -0.5px !important;
	color: #0f172a !important;
	margin-bottom: 12px !important;
	text-transform: none !important;
}

.mainhead span,
h2.mainhead span,
div.mainhead span,
#our-services .mainhead span,
#why-us .mainhead span,
#faqs .mainhead span,
#testimonials .mainhead span,
#about-us .mainhead span,
#contact-info-section .mainhead span {
	font-weight: 800 !important;
	color: #0d6efd !important;
}

/* Responsive Sizing across all .mainhead headings */
@media (max-width: 991.98px) {
	.mainhead,
	h2.mainhead,
	div.mainhead,
	#our-services .mainhead,
	#why-us .mainhead,
	#faqs .mainhead,
	#testimonials .mainhead,
	#about-us .mainhead,
	#contact-info-section .mainhead {
		font-size: 30px !important;
		line-height: 1.3 !important;
	}
}

@media (max-width: 767.98px) {
	.mainhead,
	h2.mainhead,
	div.mainhead,
	#our-services .mainhead,
	#why-us .mainhead,
	#faqs .mainhead,
	#testimonials .mainhead,
	#about-us .mainhead,
	#contact-info-section .mainhead {
		font-size: 24px !important;
		line-height: 1.35 !important;
	}
}

/* ==========================================================================
   Our Service Area Section Styling (#service-area)
   ========================================================================== */

#service-area {
	padding: 60px 0;
	background-color: #f8fafc;
	position: relative;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
}

#service-area .service-area-header {
	margin-bottom: 32px;
}

#service-area .service-area-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: rgba(13, 110, 253, 0.08);
	color: #0d6efd;
	border: 1px solid rgba(13, 110, 253, 0.2);
	padding: 6px 16px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 14px;
}

#service-area .service-area-subhead {
	font-size: 15px;
	color: #475569;
	line-height: 1.6;
	max-width: 650px;
	margin: 0 auto;
}

#service-area .sector-chips-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 12px;
	max-width: 1000px;
	margin: 0 auto;
}

#service-area .sector-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 50px;
	padding: 8px 16px;
	font-size: 13.5px;
	font-weight: 600;
	color: #1e293b;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
	transition: all 0.25s ease;
	cursor: default;
}

#service-area .sector-chip:hover {
	border-color: #0d6efd;
	background-color: rgba(13, 110, 253, 0.04);
	color: #0d6efd;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(13, 110, 253, 0.1);
}

#service-area .sector-chip i {
	color: #0d6efd;
	font-size: 13px;
}

/* Exclusion Notice Banner */
#service-area .exclusion-notice {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
	border: 1px solid #bfdbfe;
	border-radius: 14px;
	padding: 14px 22px;
	margin: 32px auto 0 auto;
	box-shadow: 0 4px 16px rgba(13, 110, 253, 0.06);
	text-align: left;
	max-width: 620px;
	transition: all 0.25s ease;
}

#service-area .exclusion-notice:hover {
	box-shadow: 0 6px 20px rgba(13, 110, 253, 0.1);
	border-color: #93c5fd;
}

#service-area .exclusion-notice .notice-icon {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background-color: rgba(13, 110, 253, 0.12);
	color: #0d6efd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

#service-area .exclusion-notice .notice-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

#service-area .exclusion-notice .notice-tag {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #0d6efd;
}

#service-area .exclusion-notice .notice-text {
	font-size: 13.5px;
	font-weight: 500;
	color: #1e293b;
	margin: 0;
	line-height: 1.4;
}

#service-area .exclusion-notice .notice-text strong {
	color: #0f172a;
	font-weight: 700;
}

/* Responsive Rules for #service-area */
@media (max-width: 767.98px) {
	#service-area {
		padding: 45px 0;
	}

	#service-area .sector-chips-grid {
		gap: 8px 10px;
	}

	#service-area .sector-chip {
		font-size: 12.5px;
		padding: 6px 12px;
	}

	#service-area .exclusion-notice {
		font-size: 12.5px;
		padding: 10px 14px;
	}
}

/* ==========================================================================
   Floating Sticky Action Buttons (Bottom-Right)
   ========================================================================== */

.floating-contact-actions {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
	pointer-events: none;
}

.floating-contact-btn {
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	min-width: 52px;
	padding: 0 16px;
	border-radius: 50px;
	text-decoration: none;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.floating-contact-btn i {
	font-size: 20px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.floating-contact-btn .btn-label {
	max-width: 0;
	opacity: 0;
	margin-left: 0;
	overflow: hidden;
	transition: max-width 0.3s ease, opacity 0.25s ease, margin-left 0.3s ease;
	white-space: nowrap;
}

/* Call Button Styling */
.floating-contact-btn.call-btn {
	background-color: #0d6efd;
	border: 1px solid #0b5ed7;
}

.floating-contact-btn.call-btn:hover,
.floating-contact-btn.call-btn:focus {
	background-color: #0b5ed7;
	box-shadow: 0 6px 20px rgba(13, 110, 253, 0.35);
	transform: translateY(-2px);
}

/* WhatsApp Button Styling */
.floating-contact-btn.whatsapp-btn {
	background-color: #25d366;
	border: 1px solid #1eb956;
}

.floating-contact-btn.whatsapp-btn:hover,
.floating-contact-btn.whatsapp-btn:focus {
	background-color: #1eb956;
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
	transform: translateY(-2px);
}

/* Desktop Hover & Focus Expansion */
@media (min-width: 768px) {
	.floating-contact-btn:hover .btn-label,
	.floating-contact-btn:focus .btn-label {
		max-width: 140px;
		opacity: 1;
		margin-left: 8px;
	}
}

/* Mobile Styling (< 768px) */
@media (max-width: 767.98px) {
	.floating-contact-actions {
		right: 16px;
		bottom: 16px;
		gap: 10px;
	}

	.floating-contact-btn {
		height: 48px;
		width: 48px;
		min-width: 48px;
		padding: 0;
		justify-content: center;
		border-radius: 50%;
	}

	.floating-contact-btn i {
		font-size: 18px;
	}

	.floating-contact-btn .btn-label {
		display: none !important;
	}
}

/* Keyboard Accessibility Focus State */
.floating-contact-btn:focus-visible {
	outline: 3px solid #60a5fa;
	outline-offset: 3px;
}

/* RO Service Enquiry Form Validation & Response Styling */
.form-honeypot {
	display: none !important;
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.ro-enquiry-form .is-invalid {
	border-color: #dc3545 !important;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.ro-enquiry-form .field-error {
	color: #dc3545;
	font-size: 13px;
	font-weight: 500;
	margin-top: 4px;
	display: block;
}

.ro-enquiry-form .form-response {
	display: none;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
}

.ro-enquiry-form .form-response.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border: 1px solid #badbcc;
}

.ro-enquiry-form .form-response.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border: 1px solid #f5c2c7;
}

.ro-enquiry-form .submit-btn:disabled,
.ro-enquiry-form #savebtn:disabled {
	opacity: 0.75;
	cursor: not-allowed !important;
	pointer-events: none;
}



