.header-block {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.navbar-brand>img {
	width: 100%;
	max-width: 5rem;
	height: auto;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
}

.header-block .navbar-collapse {
	gap: 1rem;
}

.header-block .navbar-collapse .btn {
	font-size: 1.25rem;
	font-weight: 100;
}

.header-block .navbar-nav {
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: #fff;
	border-radius: 3rem;
}

.header-block .navbar-nav .nav-link {
	font-size: 1.25rem;
	font-weight: 100;
	color: #00296a;
}

/***********
- Custom Botton & Botton Group -
************/
.btn-group {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 1rem auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.btn-group>.btn,
.btn {
	border-radius: 5rem !important;
}

.btn-yellow {
	color: #00296b;
	background-color: #fed501;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
	color: #00296b;
	background-color: #fed501;
}

.btn-blue {
	color: #fed501;
	background-color: #00296b;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
	color: #fed501;
	background-color: #00296b;
}

/***********
- Section Heading -
************/
.section-heading {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.section-heading.-left {
	margin-left: 0;
}

.section-title {
	font-size: 2rem;
	font-weight: 700;
	color: #00296b;
	margin-bottom: 0.5rem;
	letter-spacing: -0.5px;
	line-height: 1.2;
}

.section-heading.-left .section-title {
	text-align: left;
}

.section-title::after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background-color: #f9c806;
	margin: 0.75rem auto 0;
	border-radius: 50px;
}

.section-heading.-left .section-title::after {
	margin-left: 0;
}

.section-subtitle {
	font-size: 1rem;
	color: #555;
	margin: 0 auto;
	max-width: fit-content;
	line-height: 1.6;
}

.section-heading.-left .section-subtitle {
	margin-left: 0;
	text-align: left;
}

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

	.section-subtitle {
		font-size: 1.05rem;
	}
}

@media (min-width: 1200px) {
	.section-title {
		font-size: 2.5rem;
	}
}

/***********
- Hero Section Primary -
************/
.hero-section {
    width: 100%;
    height: auto;
    min-height: 70vh;
    padding: 5rem 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    background-color: #00296b;
}

.hero-section::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 10%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../assets/images/background/416957990_acd4502b-0b07-4f97-8638-b538d962c24c.png);
    background-color: #00296b;
}

.hero-section .container {
    position: relative;
    z-index: 999;
}

/***********
- Page Title Secondary Block -
************/
.page-title-secondary {
	width: 100%;
	height: auto;
	min-height: 70vh;
	padding: 5rem 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #00296b;
	background-color: #0000;
}

.page-title-secondary::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 10%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(../assets/images/background/416957990_acd4502b-0b07-4f97-8638-b538d962c24c.png);
}

.page-title-secondary form {
	width: 100%;
	height: 100%;
	padding: 3rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #00296b11;
	border-radius: 1.5rem;
}

/***********
- Our Sevices Block -
************/
.our-services {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #00296b11;
}

.service-item {
	width: 100%;
	height: auto;
	padding: 1.5rem;
	margin: 1rem auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3rem;
	background-color: #00296b11;
}

.service-item i {
	width: 3rem;
	height: 3rem;
	padding: 0;
	margin: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 1.5rem;
	color: #f9c806;
	background-color: #00296b;
	border-radius: 5rem;
}

/***********
- Why Choose Us -
************/
.why-choose-us {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #00296b11;
}

.why-choose-card {
	width: 100%;
	height: 100%;
	padding: 1.5rem;
	margin: 1rem auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	border-radius: 3rem;
	background-color: #00296b11;
	text-align: center;
}

.why-choose-card i {
	width: 3rem;
	height: 3rem;
	padding: 0;
	margin: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 1.5rem;
	color: #fff;
	background-color: #00296b;
	border-radius: 5rem;
}

/***********
- Portfolio & Case Studies -
************/
.our-portfolio {
	padding-top: 5rem;
	padding-bottom: 5rem;
	color: #fff;
	background-color: #eef1f5;
}

.portfolio-card {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 1rem auto;
	background-color: #fff;
	border-radius: 3rem;
	overflow: hidden;
}

.portfolio-card:hover {
	transform: translateY(-0.25rem);
}

.portfolio-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-bottom: 3px solid #00296b;
}

.portfolio-content {
	padding: 20px;
	font-family: 'Poppins', sans-serif;
}

.portfolio-title {
	font-size: 1.3rem;
	font-weight: 600;
	color: #f9c806;
	margin-bottom: 10px;
}

.portfolio-metric {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.95rem;
	color: #00296b;
	margin-bottom: 10px;
}

.portfolio-metric i {
	font-size: 1.1rem;
	color: #0A1F44;
}

.portfolio-desc {
	font-size: 0.9rem;
	color: #555;
	line-height: 1.5;
}

/***********
- About Us -
************/
.about-us {
	padding-top: 5rem;
	padding-bottom: 5rem;
	color: #00296b;
	background-color: #eef1f5;
}

.about-card {
	width: 100%;
	height: 100%;
	padding: 3rem;
	margin: 1rem auto;
	background-color: #00296b11;
	border-radius: 3rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 1rem;
	position: relative;
}

.about-card i {
	width: 3rem;
	height: 3rem;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	color: #fff;
	background-color: #00296b;
	border-radius: 3rem;
}

/***********
- Our Process -
************/
.our-process {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #00296b11;
}

.our-process-card {
	width: 100%;
	height: 100%;
	padding: 1.5rem;
	margin: 1rem auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	border-radius: 3rem;
	background-color: #00296b11;
}

.our-process-card>span {
	width: 3rem;
	height: 3rem;
	padding: 0;
	margin: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 1.5rem;
	color: #fff;
	background-color: #00296b;
	border-radius: 5rem;
}

.our-process-card h3 {
	margin: 0 0 1rem 0;
	line-height: 1.15;
	color: #00296b;
	text-align: center;
}

.our-process-card p {
	margin: 0 0 1rem 0;
	color: #6b7280;
	font-size: 1rem;
	text-align: center;
}

.our-process-card ul {
	padding: 0;
	margin: 0 0 1rem 0;
	list-style: none;
}

.our-process-card ul li {
	margin-bottom: .5rem;
	font-size: 1.125rem;
	font-weight: 400;
}

.our-process-card ul li::before {
	content: "✔️";
	margin-right: .5rem;
}

/***********
- Our Packages -
************/
.our-packages {
    padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #00296b11;
}

.our-package-card {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    margin: 1rem auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 3rem;
    background-color: #00296b11;
}

.our-package-card h3 {margin: 0 0 1rem 0;line-height: 1.15;color: #00296b; text-align: center;}

.our-package-card p {
    margin: 0 0 1rem 0;
    color: #6b7280;
    font-size: 1rem;
    text-align: center;
}

.our-package-card ul {
    padding: 0;
    margin: 0 0 1rem 0;
    list-style: none;
}

.our-package-card ul li {
    margin-bottom: .5rem;
    font-size: 1.125rem;
    font-weight: 400;
}

.our-package-card ul li::before {
        content: "✔️";
    margin-right: .5rem;
}

/***********
- Testimonials -
************/
.testimonials {
    padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: #00296b11;
}

.testimonials-carousel-wrapper {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
}

.testimonial-card {
    width: calc(100% / 3);
    min-height: 100%;
    padding: 1.5rem;
    margin: 0;
    position: relative;
    border-radius: 3rem;
    background-color: #00296b11;
}
/***********
- Quick Form -
************/
.quick-form {
    width: 100%;
    height: auto;
    padding: 3rem;
    margin: 0;
    position: relative;
    background-color: #fff;
    border-radius: 3rem;
}
/***********
- Sticky Contact Bar - Mobile Only -
************/
.sticky-contact-bar {width: fit-content;height: auto;padding: .25rem .5rem;margin: 0;display: none;justify-content: flex-start;align-items: center;gap: .5rem;position: fixed;bottom: 1.5rem;left: 50%;transform: translateX(-50%);background-color: #0000;border: 1px solid #0001;backdrop-filter: blur(1rem);border-radius: 5rem;overflow: hidden;}

.sticky-btn {padding: .5rem 1rem;color: #333;font-size: 1.25rem;font-weight: 400;text-decoration: none;text-align: center;line-height: normal;}

.sticky-btn.whatsapp {width: auto;height: 3rem;padding: 0 1.5rem;display: flex;justify-content: center;align-items: center;position: relative;color: #00296b;background-color: #f9c806;backdrop-filter: blur(5rem);border-radius: 5rem;}

.sticky-btn.call {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #f9c806;
    background-color: #00296b;
    backdrop-filter: blur(5rem);
    border-radius: 5rem;
}

.sticky-btn i {
	margin-right: 6px;
}

@media (max-width: 991px) {
    .sticky-contact-bar {
        display: flex;
    }
}