body {
	font-family: "Segoe UI", sans-serif;
	background: #f8f9fa;
}

.info-card {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 10px 25px;
	overflow: hidden;
	transition: .35s;
	box-shadow: 0 15px 25px rgba(0,0,0,.05);
	height: 100%;
}

.info-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 45px rgba(0,0,0,.10);
}

.about-card {
	background: linear-gradient(135deg,#eef9fd 0%,#ffffff 70%);
}

.choose-card {
	background: linear-gradient(135deg,#f7fcf0 0%,#ffffff 70%);
}

.mission-card {
	background: linear-gradient(135deg,#faf4fd 0%,#ffffff 70%);
}

.icon-circle {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 28px;
	margin-bottom: 22px;
	box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.bg-about {
	background: #0c7286;
}

.bg-choose {
	background: #5a8f26;
}

.bg-mission {
	background: #7b4cb2;
}

.info-card h4 {
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: .5px;
}

.about-card h4 {
	color: #0c7286;
}

.choose-card h4 {
	color: #5a8f26;
}

.mission-card h4 {
	color: #7b4cb2;
}

.info-card p {
	color: #555;
	line-height: 1.8;
	font-size: 15px;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin-bottom: 25px;
}

.feature-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 14px;
	color: #555;
	line-height: 1.6;
}

.feature-list li::before {
	content: "\F26E";
	font-family: "bootstrap-icons";
	position: absolute;
	left: 0;
	top: 2px;
	color: #5a8f26;
	font-size: 18px;
}

.info-card a {
	text-decoration: none;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: .3s;
}

.about-card a {
	color: #0c7286;
}

.choose-card a {
	color: #5a8f26;
}

.mission-card a {
	color: #7b4cb2;
}

.info-card a:hover {
	gap: 14px;
}

.info-card::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	right: -60px;
	top: -60px;
	opacity: .15;
	filter: blur(5px);
}

.about-card::after {
	background: #57d5ef;
}

.choose-card::after {
	background: #8fd64a;
}

.mission-card::after {
	background: #b18be7;
}

@media (max-width:991px) {
	.info-card {
		padding: 30px;
	}
}

@media (max-width:767px) {
	.info-card {
		text-align: center;
	}

	.icon-circle {
		margin: auto auto 20px;
	}

	.feature-list {
		text-align: left;
	}
}

.services-slider {
	position: relative;
}

.slider-wrapper {
	overflow: hidden;
	width: 100%;
}

.slider-track {
	display: flex;
	transition: transform .5s ease;
	will-change: transform;
}

.service-item {
	flex: 0 0 20%;
	padding: 12px;
}

@media(max-width:1200px) {
	.service-item {
		flex: 0 0 25%;
	}
}

@media(max-width:992px) {
	.service-item {
		flex: 0 0 50%;
	}
}

@media(max-width:768px) {
	.service-item {
		flex: 0 0 100%;
	}
}

.slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0,0,0,.15);
	z-index: 100;
	transition: .3s;
}

.slider-btn:hover {
	background: #7b4cb2;
	color: #fff;
}

.prev-btn {
	left: -20px;
}

.next-btn {
	right: -20px;
}

@media(max-width:768px) {
	.prev-btn, .next-btn {
		display: none;
	}
}

.services-section {
	background: #fff;
}

.section-subtitle {
	color: #cc8b3d;
	font-weight: 700;
	font-size: .85rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.section-title {
	color: #243f71;
	font-size: 2.2rem;
	font-weight: 700;
	margin-top: 8px;
}

.title-line {
	width: 55px;
	height: 3px;
	background: #d6a04a;
	border-radius: 30px;
	margin-top: 15px;
}

.btn-outline-purple {
	border: 2px solid #7c53b4;
	color: #7c53b4;
	font-weight: 600;
	padding: 12px 24px;
	border-radius: 10px;
	transition: .3s;
}

.btn-outline-purple:hover {
	background: #7c53b4;
	color: #fff;
}

.service-cardz {
	background: #fff;
	border: 4px solid #c47b24 !important;
	border-radius: 16px;
	padding: 28px;
	height: 100%;
	transition: .35s;
	position: relative;
	overflow: hidden;
}
.service-cardz:hover {
	border: 4px solid #7d49a8 !important;
}

/*
.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.service-card::after {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	right: -40px;
	top: -40px;
	opacity: .08;
}

.service-card:nth-child(1)::after {
	background: #0c7489;
}

.service-icon {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
	box-shadow: 0 8px 18px rgba(0,0,0,.15);
}*/

.bg-blue {
	background: #0d7387;
}

.bg-green {
	background: #5d8f2c;
}

.bg-purple {
	background: #7547a8;
}

.bg-cyan {
	background: #0a7888;
}

.bg-navy {
	background: #114d73;
}

.service-card h5 {
	color: #23456d;
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2;
}

.service-card p {
	color: #666;
	font-size: 15px;
	line-height: 1.5;
	min-height: 90px;
}

.service-card a {
	color: #214d75;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: .3s;
}

.service-card a:hover {
	gap: 14px;
}

.slider-btn {
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
	width: 54px;
	height: 54px;
	border: none;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(0,0,0,.12);
	transition: .3s;
}

.slider-btn:hover {
	background: #7b4cb2;
	color: #fff;
}

@media(max-width:1200px) {
	.slider-btn {
		display: none;
	}
}

@media(max-width:991px) {
	.section-title {
		font-size: 1.8rem;
	}

	.service-card {
		padding: 24px;
	}
}

@media(max-width:768px) {
	.section-title {
		font-size: 1.55rem;
	}

	.service-card {
		text-align: center;
	}

	.service-icon {
		margin: 0 auto 20px;
	}

	.service-card p {
		min-height: auto;
	}
}

.difference-section {
	background: #fff;
}

.section-title {
	color: #223d73;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
}

.title-line {
	width: 60px;
	height: 3px;
	background: #c89d53;
	border-radius: 20px;
	margin: 20px 0;
}

.section-text {
	color: #666;
	line-height: 1.9;
	font-size: 15px;
}

.feature-box {
	text-align: center;
}

.feature-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto auto 15px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,.08);
	font-size: 26px;
}

.icon-blue {
	color: #4d9bc3;
}

.icon-purple {
	color: #8661c8;
}

.icon-green {
	color: #73a447;
}

.icon-sky {
	color: #6daec9;
}

.icon-light {
	color: #67b2c9;
}

.feature-box h6 {
	font-weight: 600;
	margin-bottom: 3px;
}

.feature-box small {
	color: #666;
}

.difference-image {
	border-radius: 18px;
	width: 100%;
	box-shadow: 0 15px 35px rgba(0,0,0,.12);
}

.counter-bar {
	background: linear-gradient(90deg,#014f63,#003e50);
	border-radius: 12px;
	overflow: hidden;
}

.counter-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 28px 15px;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,.18);
}

.counter-item i {
	font-size: 38px;
}

.counter-item h3 {
	font-size: 2rem;
	margin: 0;
	font-weight: 700;
}

.counter-item p {
	margin: 0;
	font-size: 14px;
	opacity: .9;
}

@media(max-width:991px) {
	.counter-item {
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,.15);
	}

	.section-title {
		font-size: 2rem;
	}
}

@media(max-width:768px) {
	.feature-box {
		margin-bottom: 20px;
	}

	.counter-item {
		flex-direction: column;
		text-align: center;
	}
}

.ndis-section {
	background: #fff;
}

.section-subtitle {
	color: #d59b43;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: .85rem;
}

.section-title {
	color: #234273;
	font-size: 2rem;
	font-weight: 700;
	margin: 10px 0 20px;
}

.section-text {
	color: #666;
	line-height: 1.8;
	margin-bottom: 25px;
}

.ndis-image {
	width: 100%;
	border-radius: 18px;
	object-fit: cover;
	box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.support-list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.support-list li {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	color: #444;
	font-weight: 500;
}

.support-list i {
	color: #5c8fc7;
	margin-right: 12px;
	font-size: 18px;
}

.btn-ndis {
	background: #6e3fa6;
	color: #fff;
	padding: 12px 28px;
	border-radius: 8px;
	font-weight: 600;
	transition: .3s;
}

.btn-ndis:hover {
	background: #58318b;
	color: #fff;
	transform: translateY(-2px);
}

.ndis-card {
	background: #faf8fd;
	border-radius: 18px;
	padding: 35px;
	text-align: center;
	height: 100%;
	box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.circle {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #6e3fa6;
	color: #fff;
	margin: auto auto 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.circle small {
	font-size: 14px;
	font-weight: 700;
}

.circle span {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.ndis-card p {
	color: #555;
	line-height: 1.8;
	margin-bottom: 25px;
}

.ndis-card a {
	color: #6e3fa6;
	text-decoration: none;
	font-weight: 600;
}

.ndis-card a:hover {
	color: #4d267f;
}

@media(max-width:991px) {
	.ndis-card {
		margin-top: 20px;
	}

	.section-title {
		font-size: 1.8rem;
	}
}

@media(max-width:767px) {
	.ndis-section {
		text-align: center;
	}

	.support-list li {
		justify-content: center;
	}

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

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.testimonial-section {
	overflow: hidden;
}

.section-subtitle {
	color: #d88b27;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .5px;
}

.section-title {
	font-size: 36px;
	color: #1d3766;
	font-weight: 700;
	margin-top: 8px;
}

.testimonial-card {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 18px;
	padding: 30px;
	transition: .35s;
	height: 100%;
	position: relative;
}

.testimonial-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.quote {
	color: #9a6cc4;
	font-size: 34px;
	line-height: 1;
}

.rating {
	color: #ffb400;
	margin-top: -10px;
}

.testimonial-card p {
	color: #555;
	line-height: 1.8;
	font-size: 15px;
	min-height: 110px;
}

.user-img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial-card h6 {
	margin: 0;
	font-weight: 700;
	color: #222;
}

.testimonial-card small {
	color: #777;
}

.slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0,0,0,.12);
	z-index: 5;
	transition: .3s;
}

.slider-arrow:hover {
	background: #4e2f8c;
	color: #fff;
}

.left-arrow {
	left: -25px;
}

.right-arrow {
	right: -25px;
}

.dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #d5d5d5;
	display: inline-block;
	margin: 0 5px;
}

.dot.active {
	background: #1e3f73;
	width: 11px;
	height: 11px;
}

.btn-outline-primary {
	border: 2px solid #8c63b8;
	color: #4f3479;
	font-weight: 600;
}

.btn-outline-primary:hover {
	background: #4f3479;
	border-color: #4f3479;
}

@media(max-width:991px) {
	.left-arrow, .right-arrow {
		display: none;
	}

	.section-title {
		font-size: 28px;
	}
}

@media(max-width:768px) {
	.testimonial-card {
		padding: 24px;
	}

	.section-title {
		font-size: 24px;
	}
}

.footer-area {
	color: #fff;
}

.footer-cta {
	background: linear-gradient(90deg,#5d2b83,#7d49a8);
	padding: 25px 0;
}

.cta-icon {
	width: 65px;
	height: 65px;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #fff;
}

.footer-cta h3 {
	font-size: 28px;
	margin-bottom: 5px;
	font-weight: 700;
}

.footer-cta p {
	margin: 0;
	opacity: .9;
}

.phone-box {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
}

.phone-box i {
	font-size: 28px;
}

.phone-box h5 {
	margin: 0;
	font-weight: 700;
}

.phone-box small {
	opacity: .8;
}

.cta-btn {
	border-radius: 40px;
	padding: 12px 28px;
	font-weight: 600;
}

.main-footer {
	background: #062a52;
	padding: 65px 0;
}

.footer-logo {
	max-width: 190px;
	margin-bottom: 20px;
}

.footer-text {
	color: #c6d2e5;
	line-height: 1.8;
}

.main-footer h5 {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
}

.main-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-footer li {
	margin-bottom: 12px;
}

.main-footer a {
	color: #c7d2e3;
	text-decoration: none;
	transition: .3s;
}

.main-footer a:hover {
	color: #fff;
	padding-left: 6px;
}

.social-icons {
	margin-top: 25px;
}

.social-icons a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,.08);
	margin-right: 10px;
	color: #fff;
	transition: .3s;
}

.social-icons a:hover {
	background: #7a47a7;
	transform: translateY(-4px);
}

.contact-list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	color: #d8e4f2;
}

.contact-list i {
	color: #fff;
	font-size: 18px;
	margin-top: 2px;
}

.copyright {
	background: #041e3a;
	color: #b9c9de;
	padding: 18px 0;
	font-size: 14px;
}

.copyright a {
	color: #b9c9de;
	text-decoration: none;
}

.copyright a:hover {
	color: #fff;
}

@media(max-width:991px) {
	.footer-cta {
		text-align: center;
	}

	.phone-box {
		justify-content: center;
		margin-top: 20px;
	}

	.cta-btn {
		margin-top: 10px;
	}

	.main-footer {
		text-align: center;
	}

	.contact-list li {
		justify-content: center;
	}

	.social-icons {
		justify-content: center;
	}
}

@media(max-width:767px) {
	.footer-cta h3 {
		font-size: 24px;
	}

	.footer-logo {
		margin: auto;
		display: block;
		margin-bottom: 20px;
	}
}

