/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
	overflow: visible;
}
progress,
sub,
sup {
	vertical-align: baseline;
}
[type='checkbox'],
[type='radio'],
legend {
	box-sizing: border-box;
	padding: 0;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
details,
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
select {
	text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
	appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}
textarea {
	overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
[hidden],
template {
	display: none;
}

body {
	font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: var(--ast-body-line-height, 1.65);
}

body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

#ast-scroll-top {
	display: none;
	position: fixed;
	text-align: center;
	cursor: pointer;
	z-index: 99;
	width: 2.1em;
	height: 2.1em;
	line-height: 2.1;
	color: #ffffff;
	border-radius: 2px;
	content: '';
	outline: inherit;
	background-color: var(--ast-global-color-0, #046bd2);
	font-size: 15px;
}
.ast-scroll-to-top-right {
	right: 30px;
	bottom: 30px;
}
@media (max-width: 921px) {
	#ast-scroll-top .ast-icon.icon-arrow svg {
		width: 1em;
	}
}
#ast-scroll-top .ast-icon.icon-arrow svg {
	margin-left: 0px;
	vertical-align: middle;
	transform: translate(0, -20%) rotate(180deg);
	width: 1.6em;
}
.ast-icon.icon-arrow svg {
	height: 0.6em;
	position: relative;
}
.ast-icon svg {
	fill: currentColor;
}

a.hfe-menu-item.elementor-button {
    color: #ffffff !important;
}

@media only screen and (max-width: 1024px) {
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
	.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
		width: auto !important;
	}
}

/* page section */
.bl-section {
	margin: 0;
	padding: 60px 20px;
}

.bl-section__container {
	max-width: 1200px;
	margin: 0 auto;
}

.bl-section-header {
	margin-bottom: 48px;
}

.bl-section-title {
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	margin: 0 0 15px;
	color: #00090f;
}

.bl-section-description {
	text-align: center;
	font-size: 18px;
	max-width: 700px;
	margin: 0 auto;
	line-height: 1.6;
	color: #4a5568;
}

@media (min-width: 768px) {
	.bl-section {
		padding: 80px 20px;
	}

	.bl-section-title {
		font-size: 36px;
		line-height: 40px;
	}

	.bl-section-description {
		font-size: 16px;
	}
}

/* Footer Widget */
.bl-footer {
	background-color: #111827;
	color: #9ca3af;
}

.bl-footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 3rem;
	margin-bottom: 2rem;
}

.bl-footer h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0px 0px 1rem;
}

.bl-footer h4 {
	font-size: 1.125rem;
	font-weight: 600;
	color: #ffffff;
	margin: 0px 0px 1.25rem;
}

.bl-footer p {
	margin-bottom: 1rem;
	line-height: 1.6;
	font-size: 1rem;
}

.bl-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bl-footer a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1rem;
	transition: color 0.2s ease;
}

.bl-footer a:hover {
	color: #015e9a;
}

.bl-footer-contacts {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.bl-footer-contact {
	display: flex;
	align-items: flex-start;
}

.bl-footer-svg {
	width: 1.25rem;
	height: 1.25rem;
	color: #ffffff;
	margin-right: 0.75rem;
	margin-top: 3px;
	flex-shrink: 0;
}

.bl-footer-bottom {
	padding-top: 2rem;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	border-top: 1px solid #f8f8f8;
}

.bl-footer-copyright {
	color: #ffffff;
	font-size: 0.875rem;
}

.bl-footer ul.bl-footer-copyright-links {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	flex-direction: row;
	font-size: 0.875rem;
}

.bl-footer ul.bl-footer-copyright-links a {
	font-size: 14px;
}

.bl-footer-bottom-notice {
	font-size: 0.725rem;
	text-align: right;
	padding-top: 20px;
	color: #f8f8f8;
}

/* Responsive */
@media (max-width: 768px) {
	.bl-footer-grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.bl-footer-col {
		padding: 0;
	}

	.bl-footer-bottom {
		flex-direction: column;
		justify-content: flex-start;
	}

	.bl-footer-bottom-notice {
		text-align: center;
	}
}

/* Hero Widget */
.bl-hero-content {
	max-width: 900px;
	margin: 0 auto;
}

.bl-hero-title {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 20px;
	text-align: center;
}

.bl-hero-subtitle {
	font-size: 18px;
	margin: 0 auto 32px;
	max-width: 600px;
	text-align: center;
}

.bl-hero-buttons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}

.bl-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 32px;
	border-radius: 6px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	text-align: center;
	width: 100%;
}

.bl-button-primary {
	color: white;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.bl-button-primary:hover {
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.bl-button-secondary {
	border-width: 2px;
	border-style: solid;
}

.bl-button-secondary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) {
	.bl-hero {
		padding: 80px 20px 120px;
	}

	.bl-hero-title {
		font-size: 40px;
	}

	.bl-hero-subtitle {
		font-size: 20px;
	}

	.bl-hero-buttons {
		flex-direction: row;
		gap: 16px;
	}

	.bl-button {
		width: auto;
	}
}

@media only screen and (min-width: 1024px) {
	.bl-hero-title {
		font-size: 45px;
	}
}

/* Why Choose Us Widget */
.bl-wu-about {
	background-color: #f7f7f7;
}

.bl-wu-about__content {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

@media (min-width: 1024px) {
	.bl-wu-about__content {
		flex-direction: row;
	}
}

.bl-wu-profile {
	flex: 1;
	text-align: center;
}

.bl-wu-profile__image-wrapper {
	position: relative;
	display: inline-block;
}

.bl-wu-profile__image-box {
	position: relative;
	background: white;
	padding: 4px;
	border-radius: 8px;
}

.bl-wu-profile__image {
	display: block;
	width: 100%;
	border-radius: 12px;
}

.bl-wu-profile__name {
	font-size: 1.5rem;
	margin-top: 16px;
	font-weight: bold;
	margin: 0;
}

.bl-wu-profile__position {
	color: #015e9a;
	font-weight: 500;
	margin: 0;
}

.bl-wu-profile__quote-box {
	margin-top: 16px;
	padding: 16px;
	background-color: #e0e6eb;
	border-left: 4px solid #015e9a;
	border-radius: 8px;
}

.bl-wu-profile__quote {
	font-style: italic;
	font-size: 0.875rem;
	color: #374151;
	margin: 0;
	font-weight: 600;
}

.bl-wu-details {
	flex: 2;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.bl-wu-stats {
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.bl-wu-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}

.bl-wu-stats__item {
	padding: 24px;
	transition: box-shadow 0.3s;
	background-color: #ffffff;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.bl-wu-stats__number {
	font-size: 3rem;
	font-weight: bold;
	color: #015e9a;
}

.bl-wu-stats__title {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0 0 8px;
}

.bl-wu-stats__description {
	color: #4a5568;
	margin: 0px;
}

.bl-wu-details__card {
	background: #ffffff;
	padding: 24px;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.bl-wu-memberships__title,
.bl-wu-education__title {
	font-size: 1.25rem;
	font-weight: 600;
	border-bottom: 1px solid #e5e7eb;
	padding-bottom: 8px;
	margin: 0 0 16px;
}

.bl-wu-memberships__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

@media (min-width: 768px) {
	.bl-wu-memberships__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.bl-wu-memberships__item {
	background-color: #f9fafb;
	padding: 12px;
	border-radius: 8px;
	text-align: center;
}

.bl-wu-memberships__code {
	font-size: 1.25rem;
	font-weight: bold;
	color: #015e9a;
}

.bl-wu-memberships__name {
	font-size: 0.75rem;
	color: #4a5568;
}

.bl-wu-education__item:not(:last-child) {
	margin-bottom: 16px;
}

.bl-wu-education__degree {
	margin: 0;
	color: #111827;
	font-weight: 600;
	font-size: 16px;
}

.bl-wu-education__school {
	color: #4a5568;
	margin: 0;
}

/* Services Section */
.bl-services {
	background-color: #f3f4f6;
}

.bl-services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 30px;
	margin-top: 30px;
}

.bl-service-card {
	background: #ffffff;
	padding: 30px 20px;
	transition: all 0.3s ease;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.bl-service-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #3182ce 0%, #2b6cb0 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.bl-service-card:hover::before {
	opacity: 1;
}

.bl-service-card:hover .bl-service-title,
.bl-service-card:hover .bl-service-description,
.bl-service-card:hover .bl-service-link {
	color: #ffffff;
}

.bl-service-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin: 0 0 12px;
	transition: all 0.3s ease;
	color: #00090f;
}

.bl-service-description {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 24px;
	transition: all 0.3s ease;
	color: #4a5568;
	flex: 1;
}

.bl-service-link {
	color: #015e9a;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	transition: all 0.3s ease;
	position: relative;
	padding-right: 20px;
	align-items: center;
	gap: 4px;
}

.bl-service-link svg {
    margin-top: 3px;
}

@media (min-width: 768px) {
	.bl-services-grid {
		grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	}

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

/* Testimonials Section */
.bl-testimonials {
	background-color: #f8f9fa;
}

.bl-testimonials-title {
	color: #1a365d;
}

.bl-testimonials-description {
	color: #4a5568;
}

.bl-testimonials-slider {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
}

.bl-testimonial-card {
	background: #ffffff;
	padding: 30px 20px;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.bl-testimonial-rating {
	color: #f59e0b;
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.bl-testimonial-text {
	font-size: 15px;
	line-height: 1.7;
	color: #4a5568;
	margin-bottom: 25px;
	font-style: italic;
	position: relative;
	z-index: 1;
}

.bl-testimonial-text::before {
	content: '"';
	font-size: 80px;
	position: absolute;
	top: -20px;
	left: -15px;
	color: rgba(49, 130, 206, 0.1);
	font-family: Georgia, serif;
	z-index: -1;
	line-height: 1;
}

.bl-testimonial-meta {
	display: flex;
	align-items: center;
	margin-top: auto;
}

.bl-testimonial-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	margin-right: 15px;
	border: 3px solid #3182ce;
}

.bl-testimonial-info {
	flex: 1;
}

.bl-testimonial-name {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px;
	color: #00090f;
	transition: color 0.3s ease;
}

.bl-testimonial-title {
	font-size: 14px;
	color: #4a5568;
	margin: 0;
}

@media (min-width: 768px) {
	.bl-testimonials-slider {
		grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	}

	.bl-testimonial-card {
		padding: 40px 30px;
	}

	.bl-testimonial-text {
		font-size: 16px;
	}
}

/* CTA Section */
.bl-cta {
	background-color: #1a365d;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.bl-cta-content {
	width: 100%;
}

.bl-cta-title {
	color: #fff;
}

.bl-cta-description {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
}

.bl-cta-buttons {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

.bl-cta-button {
	display: inline-block;
	padding: 15px 30px;
	border-radius: 4px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	text-align: center;
	min-width: 200px;
}

.bl-cta-button-primary {
	background-color: #ffffff;
	color: #015e9b;
}

.bl-cta-button-primary:hover {
	background-color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.bl-cta-button-secondary {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.bl-cta-button-secondary:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 768px) {
	.bl-cta-title {
		font-size: 28px;
	}

	.bl-cta-description {
		font-size: 16px;
	}

	.bl-cta-buttons {
		flex-direction: column;
		gap: 10px;
	}

	.bl-cta-button {
		width: 100%;
	}
}

/* Contact Form Section */
.bl-contact-form-section {
	background-color: #f8f9fa;
}

.bl-contact-form-wrapper {
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	padding: 50px 30px 40px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.bl-contact-form-header {
	text-align: center;
}

.bl-contact-form-title {
	color: #00090f;
}

.bl-contact-form-description {
	color: #4a5568;
	max-width: 700px;
	margin: 0 auto;
}

/* Two-column layout */
@media only screen and (min-width: 768px) {
	.bl-contact-form-container {
		gap: 50px;
		flex-direction: row;
		display: flex;
	}
}

.bl-form-col {
	flex: 1;
}

.bl-form-col-title {
	font-size: 20px;
	margin-bottom: 24px;
	color: #4a5568;
	font-weight: 700;
}

.bl-form-col p {
	margin-top: 0px;
}

.bl-contact-info-col {
	flex-basis: 350px;
	background-color: #ffffff;
	color: white;
}

/* Contact Info Styles */
.bl-contact-info {
/* 	position: sticky;
	top: 30px; */
}

.bl-info-item {
	display: flex;
	margin-bottom: 30px;
}

.bl-info-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0px 0px 5px;
	color: #1a365d;
}

.bl-info-content p {
	margin: 0;
	line-height: 1.6;
	color: #4a5568;
}

.bl-info-content a {
	color: #4a5568;
	text-decoration: none;
	transition: color 0.3s ease;
}

.bl-info-content a:hover {
	color: #015e9a;
}

.bl-info-icon {
	display: flex;
	align-items: flex-start;
	margin-right: 20px;
	color: #f7c948;
	font-size: 20px;
	line-height: 1;
}

.bl-info-icon svg {
	width: 1em;
	height: 1em;
	fill: #015e9a;
	margin-top: 3px;
}

/* page title */
.page-title {
	background: #004875;
}

.page-title__container {
	max-width: 1024px;
	margin: 0 auto;
}

.page-title__title {
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	margin: 0 0 24px;
}

@media (min-width: 768px) {
	.page-title__title {
		font-size: 48px;
		line-height: 48px;
	}
}

.page-title__subtitle {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 28px;
	max-width: 768px;
	margin: 0 auto;
}

/* image text */
.bl-image-text .bl-section__container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	flex-direction: column;
	max-width: 1024px;
	margin: 0 auto;
}
.bl-image-text__image {
	position: relative;
	background: white;
	padding: 4px;
	max-width: 100%;
	border-radius: 8px;
}
.bl-image-text__image img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 580px;
	margin: 0 auto;
}
.bl-image-text__content {
	flex: 1 1 300px;
}
h2.bl-image-text__title {
	text-align: center;
}
.bl-image-text__description {
	font-size: 1.1rem;
	line-height: 1.6;
	text-align: center;
}

/* values */
.bl-values {
	background-color: #f9fafb;
}

.bl-values__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}

.bl-values__item {
	padding: 24px;
	background: white;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.bl-values__icon {
	background-color: rgba(1, 94, 155, 0.12);
	color: #015e9b;
	padding: 0.75rem;
	border-radius: 9999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	width: 48px;
	height: 48px;
}

h3.bl-values__title {
	font-size: 20px;
	margin: 0 0 8px;
}

.bl-values__description {
	color: #4a5568;
	font-size: 1rem;
	margin: 0;
}

/* team */
.team__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
}
.team__card {
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.team__image {
	height: 16rem;
	object-fit: cover;
	width: 100%;
}
.team__content {
	padding: 1.5rem;
}
.team__name {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin: 0;
}
.team__role {
	color: #015e9a;
	font-weight: 500;
	margin: 0 0 0.75rem;
}
.team__bio {
	color: #4a5568;
	margin: 0;
}

/* success stories */
.testimonial-section__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
}

/* Testimonial Card */
.testimonial-card {
	background-color: #fff;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.testimonial-card__header {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1.5rem;
}

.testimonial-card__icon {
	background-color: rgba(1, 94, 155, 0.12);
	color: #015e9b;
	border-radius: 50%;
	padding: 0.75rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-card__meta {
	display: flex;
	flex-direction: column;
}

h3.testimonial-card__name {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}

.testimonial-card__location {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	color: #6b7280;
}

.testimonial-card__quote {
	font-style: italic;
	color: #374151;
	margin-bottom: 1.5rem;
}

.testimonial-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.testimonial-card__rating {
	font-size: 0.875rem;
	color: #f59e0b;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.testimonial-card__stars {
	font-size: 1rem;
}

.testimonial-card__date {
	font-size: 0.75rem;
	color: #9ca3af;
}

.testimonial-card__tag {
	background-color: #eef2ff;
	color: #4338ca;
	font-size: 0.75rem;
	padding: 0.25rem 0.75rem;
	border-radius: 9999px;
	margin-top: 0.5rem;
}

/* contact */
.contact-section__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
}
@media (min-width: 1024px) {
	.contact-section__grid {
		grid-template-columns: 1fr 2fr;
	}
}

.contact-info__box {
	background-color: #f9fafb;
	padding: 20px;
	border-radius: 0.5rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width:768px) {
	.contact-info__box {
		padding: 2rem;
	}
}

.contact-info__title,
.contact-form__title {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #00090f;
	margin-bottom: 1.5rem;
}
.contact-info__items {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.contact-info__item {
	display: flex;
	align-items: flex-start;
}
.contact-info__icon {
	background-color: rgba(1, 94, 155, 0.12);
	color: #015e9b;
	padding: 0.75rem;
	border-radius: 9999px;
	margin-right: 16px;
	margin-top: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-info__label {
	font-weight: 600;
	font-size: 16px;
	color: #00090f;
	margin: 0 0 12px;
}
.contact-info__value {
	margin: 0px;
	color: #4a5568;
}
.contact-info__value a {
	color: #4a5568;
	text-decoration: none;
}
.contact-info__value a:hover {
	color: #015e9a;
}
.contact-info__note {
	font-size: 0.875rem;
	color: #4a5568;
	margin: 0.25rem 0 0;
}
.contact-info__hours {
	padding-top: 1rem;
	border-top: 1px solid #e5e7eb;
	margin-top: 1rem;
}
.contact-info__schedule {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	color: #4a5568;
	font-size: 0.875rem;
}
.contact-info__schedule-item {
	display: flex;
	justify-content: space-between;
}

.contact-form__box {
	background-color: #ffffff;
	padding: 2rem;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* services cards */
.service-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media (min-width: 768px) {
	.service-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.service-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.service-card {
	background-color: #fff;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.service-grid.flex-aligned .service-card {
    max-width: 376px;
}

.service-grid.flex-aligned {
	display: flex;
	flex-direction: column;
    justify-content: center;
}

.service-card__content {
	padding: 1.5rem;
	text-align: center;
}

.service-card__icon {
	background-color: rgba(1, 94, 155, 0.12);
	color: #015e9b;
	padding: 0.75rem;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	width: 48px;
	height: 48px;
}

.service-card__title {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #1f2937;
	margin: 0 0 1rem;
}

.service-card__subtitle {
	margin: 0 0 .725rem;
}

.service-card__description {
	color: #4a5568;
	margin-bottom: 1.5rem;
}

.service-card__features {
	text-align: left;
}

.service-card__feature {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.5rem;
	font-size: 0.95rem;
	color: #374151;
}

.service-card__check {
	color: #10b981;
	margin-right: 0.5rem;
	font-weight: bold;
}

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

.service-card__button {
	display: inline-block;
	background-color: #015e9a;
	color: #fff;
	font-weight: bold;
	padding: 0.75rem 1.5rem;
	border-radius: 0.375rem;
	transition: background-color 0.3s ease;
	text-decoration: none;
}

.service-card__button:hover {
	background-color: #003a60;
}

.service-grid:not(.proccess) .vertical-divider,
.vertical-divider {
	display: none;
}

@media only screen and (min-width: 768px) {
	.service-grid.proccess {
		display: flex;
		position: relative;
		flex-direction: column;
		align-items: flex-start;
	}

	.service-grid.proccess .service-card {
		width: calc(50% - 96px);
	}

	.service-grid.proccess .service-card:nth-child(odd) {
		align-self: flex-end;
	}

	.vertical-divider {
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
		width: 0.25rem;
		background-color: #e5e7eb;
		transform: translateX(-50%);
		display: block;
	}
	
	.service-grid.flex-aligned {
		flex-direction: row;
	}
}

/* faq */
.faq-grid {
	max-width: 768px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.faq-card {
	background-color: #f9fafb;
	padding: 1.5rem;
	border-radius: 0.5rem;
}

.faq-card__question {
	font-size: 1.125rem;
	font-weight: 600;
	color: #015e9b;
	margin-bottom: 0.5rem;
}

.faq-card__answer {
	color: #374151;
	font-size: 1rem;
	line-height: 1.5;
}

/* proccess */
.appeal-list {
	max-width: 768px;
	margin: 0 auto;
}

.appeal-list__container {
	padding: 2rem;
	background: #fff;
	border-radius: 0.5rem;
}

.appeal-card {
	border-bottom: 1px solid #e5e7eb;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

.appeal-card:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.appeal-card__header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
	align-items: flex-start;
}

@media (min-width: 768px) {
	.appeal-card__header {
		flex-direction: row;
		align-items: center;
	}
}

.appeal-card__title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #015e9a;
}

.appeal-card__label {
	display: inline-flex;
	align-items: center;
	font-size: 0.875rem;
	font-weight: 500;
	background-color: rgba(1, 94, 155, 0.12);
	color: #015e9a;
	padding: 0.25rem 0.75rem;
	border-radius: 9999px;
}

.appeal-card__icon {
	display: inline-flex;
	margin-right: 0.5rem;
	font-size: 1rem;
	line-height: 1;
	color: #015e9a;
}

.appeal-card__desc {
	font-size: 1rem;
	color: #374151;
	margin: 0;
}

/* timeline proccess */
.timeline {
	max-width: 768px;
	margin: 0 auto;
}

.timeline__wrapper {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.timeline__item {
	position: relative;
	display: flex;
	padding-bottom: 2rem;
}

.timeline__circle {
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 9999px;
	background-color: #015e9b;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.timeline__content {
	margin-left: 1.5rem;
}

.timeline__title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #015e9b;
	margin-bottom: 0.5rem;
}

.timeline__description {
	color: #374151;
	font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
	.timeline__item {
		flex-direction: column;
	}

	.timeline__content {
		margin-left: 0;
		margin-top: 1rem;
	}

	.timeline__circle {
		margin-bottom: 0.5rem;
	}
}

/* alert box */
.alert-box {
	background-color: #fef3c7;
	border-left: 4px solid #facc15;
	padding: 1.5rem;
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
}

.alert-box__inner {
	display: flex;
	align-items: flex-start;
}

.alert-box__icon {
	flex-shrink: 0;
}

.alert-box__svg {
	width: 1.25rem;
	height: 1.25rem;
	color: #facc15;
	margin-top: 6px;
}

.alert-box__content {
	margin-left: 0.75rem;
}

.alert-box__title {
	font-size: 1.125rem;
	font-weight: 600;
	color: #854d0e;
	margin-bottom: 0.5rem;
}

.alert-box__description {
	color: #92400e;
	font-size: 1rem;
}

/* Responsive */
@media (max-width: 640px) {
	.alert-box__inner {
		flex-direction: column;
	}

	.alert-box__content {
		margin-left: 0;
		margin-top: 0.75rem;
	}
}

/* blank page */
.bl-blank-content {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 32px;
    max-width: 896px;
    margin: 0 auto;
	color: #4a5568;
}

.bl-blank-content h1, 
.bl-blank-content h2,
.bl-blank-content h3,
.bl-blank-content h4,
.bl-blank-content h5,
.bl-blank-content h6 {
	color: #00090f;
    margin: 20px 0 16px;
}

.bl-blank-content h2 {
    font-size: 20px;
}

.bl-blank-content .bl-section-title {
    text-align: left;
    font-size: 30px;
	margin-bottom: 24px;
}