/* ------------------------------------------------------------
  MAVIN LIMITED — style.css
  Deep blue luxury theme — spacing, preloader, interactions
--------------------------------------------------------------- */

:root {
	--bg: #ffffff;
	--text: #1a1a1a;
	--brand: #0a2342;
	--muted: #6b7280;
	--divider: #e6e6e6;
	--radius: 12px;
	--container: 1140px;
	--cta-bg: linear-gradient(180deg, #0a2342, #082035);
}


.icon-circle-lg i {
	color: #ffffff !important;
	/* force white icons */
	font-size: 1.2rem;
	line-height: 1;
}


/* base */
* {
	box-sizing: border-box
}

html,
body {
	height: 100%;
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial;
	scroll-behavior: smooth
}

a {
	color: inherit;
	text-decoration: none
}

.container-max {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 1rem
}

/* NAV */
.navbar-clean {
	background: transparent;
	transition: background .28s ease, box-shadow .28s ease
}

.navbar-solid {
	background: var(--bg);
	box-shadow: 0 8px 26px rgba(10, 20, 30, 0.06)
}

.navbar .nav-link {
	color: var(--text);
	font-weight: 600
}

.brand-mark {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: var(--brand);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700
}

.navbar .dropdown-menu {
	border-radius: 12px;
	border: 1px solid rgba(10, 35, 66, 0.06);
	box-shadow: 0 12px 40px rgba(10, 20, 30, 0.06)
}

/* PRELOADER */
.preloader {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	z-index: 9999;
	transition: opacity .6s ease, visibility .6s;
}

.preloader-inner {
	text-align: center
}

.brand-mark-large {
	width: 84px;
	height: 84px;
	border-radius: 14px;
	background: var(--brand);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 800;
	font-size: 34px;
	margin: 0 auto
}

.preloader-text {
	margin-top: .6rem;
	font-weight: 700;
	letter-spacing: 2px;
	color: var(--muted)
}

.loader-bar {
	width: 220px;
	height: 6px;
	margin: 14px auto 0;
	background: rgba(10, 35, 66, 0.06);
	border-radius: 6px;
	overflow: hidden
}

.loader-progress {
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #0a2342, #0d3a55);
	border-radius: 6px;
	transition: width .3s linear
}

/* hero */
.section {
	padding: 7rem 0
}

@media (max-width:768px) {
	.section {
		padding: 4rem 0
	}
}

.hero {
	min-height: 90vh;
	display: flex;
	align-items: center;
	background: radial-gradient(circle at 25% 25%, rgba(10, 35, 66, 0.08), rgba(255, 255, 255, 0));
}

.hero-inner {
	padding-top: 2rem;
	padding-bottom: 2rem
}

.eyebrow {
	color: var(--muted);
	letter-spacing: 1px;
	font-weight: 700;
	font-size: .85rem
}

.headline {
	font-size: clamp(2rem, 6vw, 3.4rem);
	line-height: 1.02;
	color: var(--brand);
	font-weight: 800
}

.lead-muted {
	color: var(--muted);
	font-size: 1.05rem
}

/* buttons */
.btn-solid {
	background: var(--brand);
	color: #fff;
	border: 0;
	border-radius: 10px;
	padding: .75rem 1.25rem;
	font-weight: 600;
	transition: transform .18s ease, box-shadow .18s ease
}

.btn-solid:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(10, 35, 66, 0.12)
}

.btn-ghost {
	border: 1px solid var(--brand);
	color: var(--brand);
	background: transparent;
	border-radius: 10px;
	padding: .75rem 1.25rem;
	font-weight: 600;
	transition: transform .18s
}

.btn-ghost:hover {
	transform: translateY(-3px);
}

/* meta pills */
.meta-row {
	margin-top: 1.5rem
}

.meta-pill {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0
}

.meta-num {
	font-weight: 800;
	color: var(--brand);
	font-size: 1.1rem
}

.meta-label {
	font-size: .85rem;
	color: var(--muted)
}

/* cards & images */
.card-clean {
    /* border: 1px solid var(--divider); */
    border-radius: 14px;
    /* background: #fff; */
    padding: 1.6rem;
    transition: transform .25s ease, box-shadow .25s ease;
}

.card-clean:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 36px rgba(10, 35, 66, 0.06)
}

.service-card .service-icon {
	width: 64px;
	height: 64px;
	border-radius: 12px;
	background: #f6f8fb;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--divider)
}

.link-learn {
	display: inline-block;
	margin-top: 10px;
	color: var(--brand);
	font-weight: 600
}

/* image sizing - fixed heights for consistent layout */
.img-fixed {
	width: 100%;
	height: 340px;
	object-fit: cover;
	border-radius: 10px
}

@media (max-width:992px) {
	.img-fixed {
		height: 220px
	}
}

/* sections */
.section-title {
	font-weight: 800;
	font-size: 1.6rem;
	color: var(--text);
	margin-bottom: .6rem
}

.bg-light {
	background: #fafbfc
}

.bg-cta {
	background: var(--cta-bg);
	padding: 6.5rem 0;
	color: #fff
}

.bg-cta .btn-solid {
	background: #ffffff;
	color: var(--brand);
}

/* -------------------------
   Call-to-Action (CTA) Section
   ------------------------- */
.bg-cta {
	background: linear-gradient(180deg, #0a2342 0%, #0d335d 100%);
	color: #fff;
	text-align: center;
	padding: 7rem 0;
	/* creates balanced height */
	position: relative;
	overflow: hidden;
}

/* Subtle overlay for depth */
.bg-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.06), transparent 60%);
	opacity: 0.9;
	z-index: 0;
}

/* Align content perfectly in center */
.bg-cta .container {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* Typography */
.bg-cta .section-title {
	font-size: clamp(1.8rem, 2.5vw, 2.4rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	margin-bottom: 1rem;
}

/* Paragraph */
.bg-cta p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.05rem;
	line-height: 1.7;
	margin-bottom: 2rem;
}

/* CTA Button */
.bg-cta .btn-solid {
	background: #fff;
	color: #0a2342;
	font-weight: 600;
	padding: 0.8rem 1.8rem;
	border-radius: 12px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 18px rgba(255, 255, 255, 0.15);
}

.bg-cta .btn-solid:hover {
	background: var(--brand);
	color: #fff;
	box-shadow: 0 6px 24px rgba(10, 35, 66, 0.35);
	transform: translateY(-3px);
}

/* Responsive tweak */
@media (max-width: 768px) {
	.bg-cta {
		padding: 5rem 1.2rem;
	}

	.bg-cta .btn-solid {
		width: auto;
	}
}


/* reveal animations */
[data-fade] {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .6s ease, transform .6s ease
}

.reveal {
	opacity: 1;
	transform: none
}

/* hover interaction subtle */
.card-clean .service-icon i {
	transition: transform .25s ease
}

.card-clean:hover .service-icon i {
	transform: scale(1.06)
}

/* links small */
.link-learn {
	font-size: .95rem
}

/* footer */
footer {
	background: #fff;
	border-top: 1px solid var(--divider);
	padding: 2rem 0
}

footer .small {
	color: var(--muted)
}

/* accessibility */
@media (prefers-reduced-motion:reduce) {
	* {
		transition: none !important
	}
}

/* utility */
.text-muted {
	color: var(--muted)
}

/*============== Service Section css ====================*/
/* ADVANCED SERVICES SECTION */
.service-card-adv {
	background: #fff;
	border: 1px solid var(--divider);
	border-radius: 16px;
	padding: 2.5rem 2rem;
	text-align: center;
	transition: all 0.35s ease;
	position: relative;
	overflow: hidden;
}

.service-card-adv:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 40px rgba(10, 35, 66, 0.08);
}

.service-card-adv h5 {
	color: var(--brand);
	font-weight: 700;
	margin-top: 1rem;
	margin-bottom: .5rem;
}

.service-card-adv p {
	font-size: 0.95rem;
	color: var(--muted);
	margin-bottom: 1.5rem;
}

/* Icon circle */
.service-icon-adv {
	width: 80px;
	height: 80px;
	margin: 0 auto 1rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(circle at 30% 30%, #0a2342, #102f57);
	color: #fff;
	font-size: 1.8rem;
	box-shadow: 0 10px 25px rgba(10, 35, 66, 0.2);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card-adv:hover .service-icon-adv {
	transform: scale(1.1) rotate(2deg);
	box-shadow: 0 12px 28px rgba(10, 35, 66, 0.3);
}

/* Learn More link */
.service-link {
	color: var(--brand);
	font-weight: 600;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease;
}

.service-link .arrow {
	display: inline-block;
	margin-left: 6px;
	transition: transform 0.3s ease;
}

.service-card-adv:hover .service-link .arrow {
	transform: translateX(6px);
}

.service-link:hover {
	color: #0d3766;
}

/*======================== Contact Us =========================*/

/* CONTACT PAGE */
.hero-contact {
	background: radial-gradient(circle at 25% 25%, rgba(10, 35, 66, 0.08), rgba(255, 255, 255, 0));
	padding: 8rem 0 5rem;
}

.hero-contact .headline {
	color: var(--brand);
	font-weight: 800;
}

.contact-form input,
.contact-form textarea {
	border-radius: 10px;
	border: 1px solid var(--divider);
	transition: all 0.25s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(10, 35, 66, 0.1);
	outline: none;
}

.map-wrapper iframe {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(10, 35, 66, 0.08);
}

.btn-solid i {
	transition: transform 0.3s ease;
}

.btn-solid:hover i {
	transform: scale(1.2);
}

/*======================= Adv contact us ribbon ============================*/
/* ------------------------------------
   Premium CTA Shimmer Light Animation
   ------------------------------------ */

.bg-cta {
	background: linear-gradient(180deg, #0a2342 0%, #0d335d 100%);
	position: relative;
	overflow: hidden;
	color: #fff;
	text-align: center;
	padding: 7rem 0;
}

/* shimmer overlay */
.bg-cta::after {
	content: "";
	position: absolute;
	top: 0;
	left: -200%;
	width: 200%;
	height: 100%;
	background: linear-gradient(120deg,
			transparent 0%,
			rgba(255, 255, 255, 0.08) 50%,
			transparent 100%);
	animation: shimmerSweep 8s ease-in-out infinite;
	pointer-events: none;
	z-index: 1;
	mix-blend-mode: overlay;
}

/* Shimmer Keyframes */
@keyframes shimmerSweep {
	0% {
		transform: translateX(-100%) skewX(-10deg);
		opacity: 0;
	}

	30% {
		transform: translateX(0) skewX(-10deg);
		opacity: 0.6;
	}

	60% {
		transform: translateX(100%) skewX(-10deg);
		opacity: 0;
	}

	100% {
		transform: translateX(100%) skewX(-10deg);
		opacity: 0;
	}
}

/* ensure CTA content is above shimmer */
.bg-cta .container {
	position: relative;
	z-index: 2;
}

/* CTA Button (keep existing styling) */
.bg-cta .btn-solid {
	background: #fff;
	color: #0a2342;
	font-weight: 600;
	padding: 0.8rem 1.8rem;
	border-radius: 12px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 18px rgba(255, 255, 255, 0.15);
}

.bg-cta .btn-solid:hover {
	background: var(--brand);
	color: #fff;
	box-shadow: 0 6px 24px rgba(10, 35, 66, 0.35);
	transform: translateY(-3px);
}

.bg-cta {
	background: linear-gradient(180deg, #0a2342, #0d335d, #0a2342);
	background-size: 100% 200%;
	animation: gradientFlow 12s ease-in-out infinite alternate;
}

@keyframes gradientFlow {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 100%;
	}
}