		
@font-face {
	font-family: "Plus_Jakarta_Sans";
	src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-ExtraLight.ttf);
	font-weight: 200;
}			
@font-face {
	font-family: "Plus_Jakarta_Sans";
	src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Light.ttf);
	font-weight: 300;
}		
@font-face {
	font-family: "Plus_Jakarta_Sans";
	src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Regular.ttf);
	font-weight: 400;
}		
@font-face {
	font-family: "Plus_Jakarta_Sans";
	src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Medium.ttf);
	font-weight: 500;
}		
@font-face {
	font-family: "Plus_Jakarta_Sans";
	src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-SemiBold.ttf);
	font-weight: 600;
}			
@font-face {
	font-family: "Plus_Jakarta_Sans";
	src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Bold.ttf);
	font-weight: 700;
}	
@font-face {
	font-family: "Plus_Jakarta_Sans";
	src: url(../fonts/Plus_Jakarta_Sans/PlusJakartaSans-ExtraBold.ttf);
	font-weight: 800;
}		
		
	html,
body {
    overflow-x: hidden;
}	
		
		/* -------------------------------------------------------------
		   ROYAL BLUE THEME DESIGN SYSTEM (ZERO GREEN)
		------------------------------------------------------------- */
		:root {
			--bg-main: #ffffff;
			--bg-secondary: #f0f7ff;
			--bg-hero: linear-gradient(135deg, #eff6ff 0%, #e0f2fe 50%, #ffffff 100%);
			--bg-card: #ffffff;
			--text-main: #0f172a;
			--text-sub: #334155;
			--text-muted: #64748b;
			--border-color: #dbeafe;
			--shadow-soft: 0 10px 30px rgba(37, 99, 235, 0.06);
			--shadow-hover: 0 20px 45px rgba(37, 99, 235, 0.18);
			--tag-bg: #eff6ff;
			--tag-text: #1d4ed8;
			--tag-border: #bfdbfe;
			--trust-bg: #ffffff;
			--form-bg: #ffffff;
			--form-border: #bfdbfe;
			--form-input-bg: #f8fafc;
			--form-input-text: #0f172a;
			--form-input-border: #cbd5e1;
			--hero-title-color: #0f172a;
			--blue-light: #eff6ff;
			--blue-soft: #dbeafe;
			--text-dark: #0f172a;
			--text-body: #64748b;
			--sample-bg: #f7f9fc;
    		--sample-text: #172033;
    		--sample-muted: #64748b;
    		--sample-border: #e6ebf2;
			--primary-blue: #2563eb;
			--primary-blue-dark: #1d4ed8;
			--bodyFont: "Plus_Jakarta_Sans";
            --iconFont: "Font Awesome 6 Pro";
		}

		[data-theme="dark"] {
			--bg-main: #060e20;
			--bg-secondary: #0a1735;
			--bg-hero: radial-gradient(circle at 10% 20%, #0c214c 0%, #06132e 50%, #030a1c 100%);
			--bg-card: rgba(13, 27, 60, 0.8);
			--text-main: #ffffff;
			--text-sub: #cbd5e1;
			--text-muted: #94a3b8;
			--border-color: rgba(59, 130, 246, 0.2);
			--shadow-soft: 0 15px 35px rgba(0, 0, 0, 0.4);
			--shadow-hover: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(37, 99, 235, 0.3);
			--tag-bg: rgba(37, 99, 235, 0.18);
			--tag-text: #60a5fa;
			--tag-border: rgba(96, 165, 250, 0.35);
			--trust-bg: #0b1a3c;
			--form-bg: rgba(13, 27, 60, 0.9);
			--form-border: rgba(59, 130, 246, 0.35);
			--form-input-bg: rgba(255, 255, 255, 0.06);
			--form-input-text: #ffffff;
			--form-input-border: rgba(255, 255, 255, 0.15);
			--hero-title-color: #ffffff;
		}
		body{
			font-family: var(--bodyFont);
		}
		/* -------------------------------------------------------------
		   14. LEGACY CLASSES OVERRIDES FOR INNER PAGES
		------------------------------------------------------------- */
		.innerBanner {
			margin-bottom: 35px !important;
			border-radius: 16px !important;
			overflow: hidden !important;
			box-shadow: var(--shadow-soft) !important;
			border: 1px solid var(--border-color) !important;
			position: relative !important;
			display: block !important;
			width: 100% !important;
			float: none !important;
		}
		.innerBanner img {
			border-radius: 16px !important;
			max-height: 260px !important;
			object-fit: cover !important;
			width: 100% !important;
			display: block !important;
		}

		/* Background color styling blocks */
		.innerbg, .greenbg, .bluebg, .graybg {
			background-color: var(--bg-secondary) !important;
			border: 1px solid var(--border-color) !important;
			color: var(--text-main) !important;
			border-radius: 16px !important;
			padding: 24px !important;
			float: none !important;
			width: 100% !important;
			margin: 20px 0 !important;
			box-sizing: border-box !important;
			display: block !important;
			box-shadow: var(--shadow-soft) !important;
		}
		.innerbg *, .greenbg *, .bluebg *, .graybg * {
			color: var(--text-main) !important;
		}

		/* Table Responsive & clean formatting */
		.modern-design-wrapper table {
			width: 100% !important;
			border-collapse: collapse !important;
			margin: 24px 0 !important;
			font-size: 14.5px !important;
			border-radius: 12px !important;
			overflow: hidden !important;
			border: 1px solid var(--border-color) !important;
		}
		.modern-design-wrapper table th, 
		.modern-design-wrapper table td {
			padding: 14px 16px;
			border: 1px solid var(--border-color);
			text-align: left !important;
		}
		.modern-design-wrapper table tr:nth-child(even) {
			background-color: rgba(37, 99, 235, 0.02) !important;
		}
		.modern-design-wrapper table tr:hover {
			background-color: rgba(37, 99, 235, 0.05) !important;
		}
		.modern-design-wrapper table thead, 
		.modern-design-wrapper table tr.default{
			background-color: var(--bg-secondary);
			font-weight: 700 !important;
			color: var(--text-main) !important;
		}

		/* Content Lists modern style */
		.modern-design-wrapper ul.contentList {
			list-style: none !important;
			padding-left: 0 !important;
			margin-top: 15px !important;
			margin-bottom: 20px !important;
		}
		.modern-design-wrapper ul.contentList li {
			position: relative !important;
			padding-left: 28px !important;
			margin-bottom: 12px !important;
			line-height: 1.6 !important;
			color: var(--text-sub) !important;
		}
		.modern-design-wrapper ul.contentList li::before {
			content: "\f058" !important;
			font-family: "Font Awesome 5 Free" !important;
			font-weight: 900 !important;
			position: absolute !important;
			left: 0 !important;
			top: 3px !important;
			color: var(--primary-blue) !important;
			font-size: 16px !important;
		}

		/* Content primary headings */
		.modern-design-wrapper h1, 
		.modern-design-wrapper h2, 
		.modern-design-wrapper h3 {
			color: var(--text-main);
			font-weight: 700 !important;
			margin-top: 25px;
			margin-bottom: 15px;
		}
		.modern-design-wrapper h1.text-primary, 
		.modern-design-wrapper h2.text-primary, 
		.modern-design-wrapper h3.text-primary {
			color: var(--primary-blue) !important;
		}
        .m-header {
	width: 100% !important;
	position: relative !important;
	z-index: 1000 !important;
	float: none !important;
	display: block !important;
	clear: both !important;
}
.m-header .row {
	display: flex !important;
	flex-wrap: wrap !important;
	float: none !important;
	width: auto !important;
	margin-left: -12px !important;
	margin-right: -12px !important;
}
.m-header [class*="col-"] {
	float: none !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	box-sizing: border-box !important;
}
.m-header div, .m-header nav, .m-header section {
	float: none !important;
}

/* Top bar */
/* =========================================================
   PREMIUM TOP HEADER
========================================================= */

.m-header-top {
	position: relative;
	background:linear-gradient(100deg, #15346d 0%, #091c3f 48%, #0e3271 100%) !important;
	font-size: 12.5px;
	padding: 11px 0 !important;
	border-bottom: 1px solid rgba(255,255,255,0.10) !important;
	overflow: hidden;
}

/* Soft blue background glow */
.m-header-top::before {
	content: "";
	position: absolute;
	width: 500px;
	height: 130px;
	top: -95px;
	left: 18%;
	border-radius: 50%;
	background: rgba(37,99,235,0.16);
	filter: blur(50px);
	pointer-events: none;
}

/* Keep content above glow */
.m-header-top .container {
	position: relative;
	z-index: 2;
}
.m-header-nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

.m-header-nav.is-sticky .dropdown-menu {
    z-index: 10000;
}











/* =========================================================
   ALL LINKS
========================================================= */

.m-header-top a {
	color: rgba(255,255,255,0.92) !important;
	text-decoration: none;
	transition: color 0.25s ease, transform 0.25s ease;
	white-space: nowrap;
}

.m-header-top a:hover {
	color: #93c5fd !important;
}


/* =========================================================
   LEFT INFO AREA
========================================================= */

.m-top-info {
	display: flex;
	align-items: center;
	gap: 20px;
	white-space: nowrap !important;
}

.m-top-info-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}


/* =========================================================
   PREMIUM ICON DESIGN
========================================================= */

.m-top-info-item svg {
	width: 15px !important;
	height: 15px !important;
	min-width: 15px;
	flex-shrink: 0;
	fill: #ffffff !important;
	color: #ffffff !important;
	background: linear-gradient(
		135deg,
		#3b82f6 0%,
		#2563eb 100%
	);
	padding: 4px;
	box-sizing: content-box;
	border-radius: 50%;
	box-shadow:
		0 4px 12px rgba(37,99,235,0.32),
		inset 0 1px 1px rgba(255,255,255,0.30);

	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		background 0.25s ease;
}

.m-top-info-item:hover svg {
	transform: translateY(-1px) scale(1.08);
	background: linear-gradient(
		135deg,
		#60a5fa 0%,
		#2563eb 100%
	);
	box-shadow:
		0 6px 16px rgba(37,99,235,0.45),
		inset 0 1px 2px rgba(255,255,255,0.35);
}


/* =========================================================
   INFO TEXT
========================================================= */

.m-top-info-item a,
.m-top-info-item span {
	color: rgba(255,255,255,0.92) !important;
	font-weight: 500;
	letter-spacing: 0.05px;
}


/* =========================================================
   VERTICAL SEPARATORS
========================================================= */

.m-top-info-item:not(:last-child)::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 22px;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(
		to bottom,
		transparent,
		rgba(255,255,255,0.25),
		transparent
	);
}


/* =========================================================
   RIGHT LINKS
========================================================= */

.m-top-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
	white-space: nowrap !important;
}

.m-top-links > a:not(.m-badge-link) {
	position: relative;
	font-weight: 500;
	padding: 2px 0;
}


/* Animated underline */

.m-top-links > a:not(.m-badge-link)::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 1px;
	background: #60a5fa;
	transition: width 0.25s ease;
}

.m-top-links > a:not(.m-badge-link):hover::after {
	width: 100%;
}


/* =========================================================
   PREMIUM CTA BADGE
========================================================= */

.m-badge-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 27px;
	padding: 4px 11px !important;
	background: linear-gradient(
		135deg,
		#ef4444 0%,
		#dc2626 55%,
		#b91c1c 100%
	) !important;

	color: #ffffff !important;
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 5px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15px;
	box-shadow:
		0 5px 15px rgba(220,38,38,0.26),
		inset 0 1px 1px rgba(255,255,255,0.18);

	white-space: nowrap;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		filter 0.25s ease !important;
}

.m-badge-link:hover {
	color: #ffffff !important;
	transform: translateY(-1px);
	filter: brightness(1.08);
	box-shadow:
		0 7px 20px rgba(220,38,38,0.38),
		inset 0 1px 1px rgba(255,255,255,0.22);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 991px) {

	.m-header-top {
		display: none;
	}

}


@media (max-width: 767px) {

	.m-header-top {
		font-size: 12px;
	}

	.m-top-info {
		gap: 10px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.m-top-info::-webkit-scrollbar {
		display: none;
	}

	.m-top-info-item:not(:last-child)::after {
		display: none;
	}

	.m-top-info-item svg {
		width: 13px !important;
		height: 13px !important;
		padding: 3px;
	}

	.m-top-links {
		gap: 8px;
	}

	.m-badge-link {
		padding: 4px 8px !important;
		font-size: 10.5px;
	}

}
/* Theme Toggle Button */
.m-theme-toggle {
	background: rgba(255, 255, 255, 0.15) !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	color: #ffffff !important;
	border-radius: 20px;
	padding: 4px 12px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	transition: all 0.3s ease;
	outline: none;
}
.m-theme-toggle:hover {
	background: rgba(255, 255, 255, 0.25) !important;
	transform: scale(1.05);
}
[data-theme="dark"] .theme-icon-sun { display: inline-block; }
[data-theme="dark"] .theme-icon-moon { display: none; }
:root:not([data-theme="dark"]) .theme-icon-sun { display: none; }
:root:not([data-theme="dark"]) .theme-icon-moon { display: inline-block; }

/* Mid Header */
/* =========================================================
   MIDDLE HEADER - ORIGINAL WHITE LOOK
========================================================= */

.m-header-mid {
	background: #ffffff !important;
	padding: 16px 0 !important;
}

.m-header-logo img {
	height: 60px;
	width: auto;
}


/* =========================================================
   CONTACT AREA
========================================================= */

.m-mid-contact {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
}

.m-contact-box {
	display: flex;
	align-items: center;
	gap: 12px;
}


        .m-btn-glass-blue {
			background: #ffffff;
			color: #0f172a !important;
			font-weight: 700;
			font-size: 16px;
			padding: 15px 34px;
			border-radius: 12px;
			text-decoration: none;
			border: 1px solid #cbd5e1;
			box-shadow: 0 4px 15px rgba(0,0,0,0.05);
			transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
			display: inline-flex;
			align-items: center;
		}
		.m-btn-glass-blue:hover {
			background: #f8fafc;
			border-color: #94a3b8;
			color: #2563eb !important;
			transform: translateY(-4px);
		}

.m-btn-blue-wow {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 54px;
	padding: 15px 28px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 11px;
	background: linear-gradient(135deg,#2563eb,#1d4ed8);
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	animation: pulseGlowBlue 3s infinite;
	box-shadow: 0 10px 25px rgba(37,99,235,.28);
	transition: transform .3s ease,box-shadow .3s ease;
}
.m-btn-blue-wow::before {
	content: "";
	position: absolute;
	top: 0;
	left: -130%;
	width: 75%;
	height: 100%;
	background: linear-gradient(105deg,transparent,rgba(255,255,255,.2),transparent);
	transform: skewX(-20deg);
	transition: left .7s ease;
}
.m-btn-blue-wow:hover::before {
	left: 140%;
}
.m-btn-blue-wow:hover {
	transform: translateY(-4px);
	box-shadow: 0 17px 38px rgba(37,99,235,.38);
	color: #fff;
}
.m-btn-blue-wow i {
	transition: transform .3s ease;
}
.m-btn-blue-wow:hover i {
	transform: translateX(4px);
}
/* =========================================================
   DARK PREMIUM ICON BOX
========================================================= */

.m-contact-box .m-contact-icon {
	width: 46px !important;
	height: 46px !important;
	display: flex;
	flex: fit-content !important;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background: linear-gradient(
		135deg,
		#091a3a 0%,
		#132b58 100%
	) !important;

	border: 1px solid rgba(9,26,58,0.18) !important;
	box-shadow:
		0 7px 16px rgba(9,26,58,0.18),
		inset 0 1px 0 rgba(255,255,255,0.08) !important;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		background 0.3s ease;
}


.m-contact-box .m-contact-icon svg {
	position: relative;
	z-index: 2;
	width: 21px !important;
	height: 21px !important;
	fill: #ffffff !important;
	color: #ffffff !important;
	display: block;
	filter: drop-shadow(
		0 2px 2px rgba(0,0,0,0.20)
	);

	transition: transform 0.3s ease;
}


.m-contact-box .m-contact-box:hover .m-contact-icon {
	transform: translateY(-3px);

	background: linear-gradient(
		135deg,
		#0f2550 0%,
		#1d4ed8 100%
	) !important;

	box-shadow:
		0 11px 22px rgba(9,26,58,0.24),
		0 5px 14px rgba(37,99,235,0.14);
}

.m-contact-box .m-contact-box:hover .m-contact-icon svg {
	transform: scale(1.08);
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.m-contact-details span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color: #64748b;
	letter-spacing: 0.5px;
}

.m-contact-details a {
	font-size: 15px;
	font-weight: 700;
	color: #0f172a;
	text-decoration: none;
	transition: color 0.25s ease;
}

.m-contact-details a:hover {
	color: #2563eb;
}


/* =========================================================
   HEADER BUTTON
========================================================= */

.m-header-btn {
	background: linear-gradient(
		135deg,
		#2563eb 0%,
		#1d4ed8 100%
	);

	color: #ffffff !important;
	font-weight: 700;
	font-size: 14px;

	padding: 12px 26px;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(37,99,235,0.30);
	transition: all 0.3s ease;
	display: inline-block;
}

.m-header-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 25px rgba(37,99,235,0.45);
	color: #ffffff !important;
}

/* Nav bar */
/* Nav bar */
/*.m-header-nav {*/
/*	background:#f1f1f1 !important;*/
/*	border-top: 1px solid #e5e7eb;*/
/*	position: relative;*/
/*	box-shadow: 0 4px 14px rgba(15,23,42,0.05);*/
/*	padding: 10px 0;*/
/*}*/
.m-header-nav{
    background: #223e75 !important;
    position: relative;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}




.m-header-nav .navbar {
	padding: 0;
}

/*.m-header-nav .nav-link {*/
/*	color: #373737 !important;*/
/*    font-weight: 700;*/
/*    font-size: 15px;*/
/*    padding: 16px 12px !important;*/
/*    transition: all 0.2s ease;*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    gap: 4px;*/
/*    white-space: nowrap;*/
/*}*/



.m-header-nav .nav-link {
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 16px 12px !important;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.m-header-nav .nav-link:hover,
.m-header-nav .nav-item.show .nav-link,
.m-header-nav .nav-item:hover > .nav-link {
	color: #2563eb !important;
	background: #ffffff !important;
}
.m-header-nav .dropdown-menu {
	border: none;
	border-radius: 12px;
	box-shadow: 0 20px 45px rgba(0,0,0,0.25);
	padding: 0;
	background: #ffffff;
	margin-top: 0;
	max-height: 80vh;
	z-index: 1050;
	display: block;
    -ms-transition: .3s ease;
    transition: .3s ease;
    transform: rotateX(90deg);
    transform-origin: top;
    padding: 0;
    min-width: max-content;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
	text-transform: capitalize;
}



@media (min-width: 992px) {
    .m-header-nav li.nav-item.dropdown {
        position: static;
    }
    .m-header-nav .nav-item.dropdown > .dropdown-menu.m-mega-4col {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 100vw;
        min-width: 100vw;
        max-width: 100vw;
        padding: 18px 40px;
        margin: 0;
        background: #fff;
        border: none;
        border-radius: 0;
        height: auto !important;
        max-height: 80vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%) translateY(-8px);
        transition:
            opacity .25s ease,
            transform .25s ease,
            visibility .25s ease;
		display: none;
        z-index: 9999;
    }
	  .m-header-nav .nav-item.dropdown:hover > .dropdown-menu.m-mega-4col {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2px 14px;
        width: 100vw;
        min-width: 100vw;
        max-width: 100vw;
    	height: 500px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
        box-sizing: border-box;
    }
    .m-header-nav .dropdown-menu.m-mega-4col {
        scrollbar-width: thin;
        scrollbar-color: #cbd5e1 transparent;
    }

    .m-header-nav .dropdown-menu.m-mega-4col::-webkit-scrollbar {
        width: 7px;
    }

    .m-header-nav .dropdown-menu.m-mega-4col::-webkit-scrollbar-track {
        background: transparent;
    }

    .m-header-nav .dropdown-menu.m-mega-4col::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 10px;
    }

    .m-header-nav .dropdown-menu.m-mega-4col::-webkit-scrollbar-thumb:hover {
        background: #94a3b8;
    }

  
	.m-header-nav .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
		transform: rotateX(0deg);
    }
	
	

}

.m-header-nav .dropdown-menu.m-mega-2col .dropdown-item {
    padding: 5px 10px;
    font-size: 12.5px;
    line-height: 1.35;
    white-space: normal;
}

.m-header-nav .dropdown-menu.m-mega-2col .dropdown-item:hover {
    padding-left: 14px;
}
.m-header-nav .dropdown-item {
	font-size: 13px;
	font-weight: 500;
	color: #1e293b;
	padding: 6px 14px;
	border-radius: 6px;
	transition: all 0.2s ease;
	white-space: normal;
	line-height: 1.35;
	display: block;
}
.m-header-nav .dropdown-item:hover {
	background: #eff6ff;
	color: #2563eb;
	padding-left: 18px;
}
.m-header-nav .dropdown-menu.m-mega-2col .dropdown-item,
.m-header-nav .dropdown-menu.m-mega-3col .dropdown-item {
	padding: 5px 20px;
	font-size: 12.5px;
}
.m-header-nav .dropdown-menu.m-mega-2col .dropdown-item:hover,
.m-header-nav .dropdown-menu.m-mega-3col .dropdown-item:hover {
	padding-left: 14px;
}

.m-header-nav .dropdown-menu.m-mega-2col {
	min-width: 600px;
}
.m-header-nav .dropdown-menu.m-mega-3col {
	min-width: 860px;
}
@media (min-width: 992px) {
	.m-header-nav .nav-item.dropdown:hover > .dropdown-menu {
		display: block;
	}
	.m-header-nav .nav-item.dropdown:hover > .dropdown-menu.m-mega-2col {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 2px 14px;
	}
	.m-header-nav .nav-item.dropdown:hover > .dropdown-menu.m-mega-3col {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 2px 14px;
	}
}















		.modern-design-wrapper {
			color: var(--text-main);
			background-color: var(--bg-main);
			overflow-x: hidden;
			width: 100% !important;
			float: none !important;
			display: block !important;
			clear: both !important;
			transition: background-color 0.3s ease, color 0.3s ease;
		}

		/* Global Content Typography Overrides within Modern Design Wrapper */
		.modern-design-wrapper h1,
		.modern-design-wrapper h2,
		.modern-design-wrapper h3,
		.modern-design-wrapper h4,
		.modern-design-wrapper h5,
		.modern-design-wrapper h6 {
			color: var(--text-main);
			font-weight: 700;
		}
		.modern-design-wrapper p{
			color: var(--text-sub);
			line-height: 1.7;
			font-size: 15px;
		}
		.modern-design-wrapper li {
			float: none !important;
			width: auto !important;
		}
		.modern-design-wrapper a {
			color: var(--primary-blue);
			text-decoration: none;
			transition: color 0.2s;
		}
		.modern-design-wrapper a:hover {
			color: var(--primary-blue-dark);
		}
        .btnOrderEmail:hover{
            color: var(--primary-blue) !important;
        }
		/* Reset legacy float rules & ensure robust responsive grid */
		.modern-design-wrapper section {
			float: none !important;
			width: 100% !important;
			clear: both;
		}

		.modern-design-wrapper .row {
			display: flex !important;
			flex-wrap: wrap !important;
			float: none !important;
			width: 100% !important;
			margin-left: -12px !important;
			margin-right: -12px !important;
		}
		.modern-design-wrapper [class*="col-"] {
			padding-left: 12px !important;
			padding-right: 12px !important;
			box-sizing: border-box !important;
			min-width: 0 !important; /* Critical: prevents flex children from expanding columns */
		}

		/* Explicit Grid Column Widths for Desktop & Tablet */
		@media (min-width: 992px) {
			.modern-design-wrapper .col-lg-8,
			.modern-design-wrapper .col-sm-8:not(.col-lg-12):not(.col-12) {
				flex: 0 0 66.666667% !important;
				max-width: 66.666667% !important;
				width: 66.666667% !important;
			}
			.modern-design-wrapper .col-lg-4,
			.modern-design-wrapper .col-sm-4 {
				flex: 0 0 33.333333% !important;
				max-width: 33.333333% !important;
				width: 33.333333% !important;
			}
			.modern-design-wrapper .col-lg-7 {
				flex: 0 0 58.333333% !important;
				max-width: 58.333333% !important;
				width: 58.333333% !important;
			}
			.modern-design-wrapper .col-lg-5 {
				flex: 0 0 41.666667% !important;
				max-width: 41.666667% !important;
				width: 41.666667% !important;
			}
			.modern-design-wrapper .col-lg-6 {
				flex: 0 0 50% !important;
				max-width: 50% !important;
				width: 50% !important;
			}
			.modern-design-wrapper .col-lg-12 {
				flex: 0 0 100% !important;
				max-width: 100% !important;
				width: 100% !important;
			}
		}

		@media (min-width: 768px) and (max-width: 991.98px) {
			.modern-design-wrapper .col-md-7,
			.modern-design-wrapper .col-sm-8:not(.col-md-12):not(.col-12) {
				flex: 0 0 58.333333% !important;
				max-width: 58.333333% !important;
				width: 58.333333% !important;
			}
			.modern-design-wrapper .col-md-5,
			.modern-design-wrapper .col-sm-4 {
				flex: 0 0 41.666667% !important;
				max-width: 41.666667% !important;
				width: 41.666667% !important;
			}
			.modern-design-wrapper .col-md-6 {
				flex: 0 0 50% !important;
				max-width: 50% !important;
				width: 50% !important;
			}
		}

		/* Responsive Tables Across All Pages */
		.modern-design-wrapper table {
			max-width: 100% !important;
			width: 100% !important;
			border-collapse: collapse;
			word-wrap: break-word;
			margin-bottom: 20px;
		}
		.modern-design-wrapper .table-responsive,
		.modern-design-wrapper .tblc,
		.modern-design-wrapper .tbl,
		.modern-design-wrapper .tbb,
		.modern-design-wrapper .tbl3 {
			max-width: 100% !important;
			overflow-x: auto !important;
			-webkit-overflow-scrolling: touch;
			display: block;
			margin-bottom: 25px;
			clear: both;
		}
		.modern-design-wrapper img {
			max-width: 100%;
			height: auto;
		}

		/* Smooth Animations */
		@keyframes pulseGlowBlue {
			0% { box-shadow: 0 0 15px rgba(37, 99, 235, 0.4); }
			50% { box-shadow: 0 0 35px rgba(37, 99, 235, 0.7); }
			100% { box-shadow: 0 0 15px rgba(37, 99, 235, 0.4); }
		}
		@keyframes shineTextBlue {
			to { background-position: 200% center; }
		}
	.m-btn-glass-blue {
			background: #ffffff;
			color: #0f172a !important;
			font-weight: 700;
			font-size: 16px;
			padding: 15px 34px;
			border-radius: 12px;
			text-decoration: none;
			border: 1px solid #cbd5e1;
			box-shadow: 0 4px 15px rgba(0,0,0,0.05);
			transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
			display: inline-flex;
			align-items: center;
		}
		.m-btn-glass-blue:hover {
			background: #f8fafc;
			border-color: #94a3b8;
			color: #2563eb !important;
			transform: translateY(-4px);
		}
		/* -------------------------------------------------------------
		   1. HERO BANNER (ROYAL BLUE THEME)
		------------------------------------------------------------- */
	/* =========================================================
   PREMIUM ENGINEERING HERO
   MAIN BACKGROUND: #06152f
========================================================= */

section.m-hero.heroHome {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 70% 35%, rgba(37, 99, 235, .16), transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(29, 78, 216, .12), transparent 28%),
        #06152f;
    color: #fff;
    padding: 70px 0 75px;
}

section.m-hero.heroHome .m-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    opacity: .9;

    background-image:
        linear-gradient(
            rgba(96, 165, 250, .075) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(96, 165, 250, .075) 1px,
            transparent 1px
        );

    background-size: 46px 46px;

    mask-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1),
            rgba(0, 0, 0, .45)
        );

    -webkit-mask-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1),
            rgba(0, 0, 0, .45)
        );
}

section.m-hero.heroHome .m-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: -2;
}

section.m-hero.heroHome .m-glow-blue {
    width: 500px;
    height: 500px;
    right: -150px;
    top: 50px;
    background: rgba(37, 99, 235, .13);
}

section.m-hero.heroHome .m-glow-purple {
    width: 400px;
    height: 400px;
    left: -180px;
    bottom: -150px;
    background: rgba(29, 78, 216, .12);
}

section.m-hero.heroHome .m-hero-content {
    position: relative;
    z-index: 5;
}
section.m-hero.heroHome .container.m-hero-content{
    max-width: 1220px;
}
section.m-hero.heroHome .m-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 7px 15px;
    border: 1px solid rgba(96, 165, 250, .45);
    border-radius: 50px;
    background: rgba(15, 35, 70, .65);
    color: #e5efff;
    font-size: 13px;
    font-weight: 700;
    box-shadow:
        0 0 30px rgba(37, 99, 235, .12),
        inset 0 1px rgba(255, 255, 255, .05);
    backdrop-filter: blur(12px);
}

section.m-hero.heroHome .m-proof-strip {
    display: flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    padding: 16px 20px;
    margin-top: 8px;
    border: 1px solid rgba(96, 165, 250, .18);
    border-radius: 16px;
    background: rgba(8, 27, 58, .58);
    backdrop-filter: blur(14px);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, .16),
        inset 0 1px rgba(255, 255, 255, .04);
}

section.m-hero.heroHome .m-proof-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 190px;
}

section.m-hero.heroHome .m-proof-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border: 1px solid rgba(96, 165, 250, .25);
    border-radius: 11px;
    color: #60a5fa;
    background: rgba(37, 99, 235, .10);
    font-size: 15px;
}

section.m-hero.heroHome .m-proof-info strong {
    display: block;
    margin-bottom: 3px;
    color: #eef5ff;
    font-size: 11px;
    font-weight: 800;
}

section.m-hero.heroHome .m-proof-info small {
    display: block;
    color: #7f96b8;
    font-size: 9px;
    line-height: 1.3;
}

section.m-hero.heroHome .m-proof-divider {
    width: 1px;
    height: 36px;
    margin: 0 18px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(96, 165, 250, .25),
        transparent
    );
}

/* =========================================================
   CDR JOURNEY PROCESS
========================================================= */

section.m-hero.heroHome .m-process {
    position: relative;
    max-width: 800px;
    margin-top: 32px;
}

section.m-hero.heroHome .m-process-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

section.m-hero.heroHome .m-process-kicker {
    position: relative;
    color: #7f8da4;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

/* ================= TRACK ================= */

section.m-hero.heroHome .m-process-track {
    position: relative;
    display: flex;
    align-items: flex-start;
}

section.m-hero.heroHome .m-process-track::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 21px;
    right: calc(25% - 21px);
    height: 1px;
    background: linear-gradient(
        90deg,
        #2563eb 0%,
        #60a5fa 38%,
        rgba(96, 165, 250, .22) 100%
    );
    box-shadow: 0 0 15px rgba(37, 99, 235, .18);
}
/* ================= STEP ================= */

section.m-hero.heroHome .processStep {
    position: relative;
    z-index: 2;
    flex: 1;
    min-width: 0;
}

section.m-hero.heroHome .m-process-num {
    position: relative;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    margin-bottom: 13px;
    border: 1px solid rgba(96, 165, 250, .32);
    border-radius: 13px;
    color: #9dccff;
    background: #06152f;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .5px;
    box-shadow:
        0 0 0 6px #06152f,
        0 0 0 7px rgba(96, 165, 250, .08);
    transition: .35s ease;
}

/* Small active dot */

section.m-hero.heroHome .m-process-num::after {
    content: "";
    position: absolute;
    right: -3px;
    top: -3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 10px rgba(96, 165, 250, .9);
}


section.m-hero.heroHome .processStep strong {
     display: block;
    margin-bottom: 5px;
    color: #f5f9ff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -.1px;
}


section.m-hero.heroHome .m-process-connector {
    display: none;
}

section.m-hero.heroHome .processStep:hover .m-process-num {
    color: #fff;
    border-color: #60a5fa;
    background: linear-gradient(
        135deg,
        #2563eb,
        #1d4ed8
    );
    transform: translateY(-5px) rotate(-2deg);
    box-shadow:
        0 0 0 6px #06152f,
        0 14px 28px rgba(37, 99, 235, .35);
}

section.m-hero.heroHome .processStep:hover .m-process-num::after {
    background: #fff;
}

section.m-hero.heroHome .processStep:hover strong {
    color: #7db5f5;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    section.m-hero.heroHome .m-process-track {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
    }

    section.m-hero.heroHome .m-process-track::before {
        display: none;
    }

    section.m-hero.heroHome .processStep {
        padding-left: 15px;
        border-left: 1px solid rgba(96, 165, 250, .22);
    }

    section.m-hero.heroHome .m-process-step small {
        max-width: 100%;
    }

}


section.m-hero.heroHome .pulse-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow:
        0 0 0 5px rgba(37, 99, 235, .10),
        0 0 18px rgba(37, 99, 235, .9);
    animation: heroPulse 1.8s infinite;
}

@keyframes heroPulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.35);
    }
}

section.m-hero.heroHome .heroTitle {
	max-width: 760px;
    margin: 15px 0;
    color: #fff !important;
    font-size: 70px;
    line-height: 60px;
    font-weight: 800;
    letter-spacing: -3.5px;
}
section.m-hero.heroHome .heroTitle span.m-gradient-text {
    position: relative;
    display: inline-block;
    color: #4e84ff;
    margin: 0 0 20px;
    line-height: 85px;
}
section.m-hero.heroHome .heroTitle span.m-gradient-text {
	background: linear-gradient(135deg, #1e40af 0%, #2563eb 48%, #0284c7 100%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shineTextBlue 7s linear infinite;
}

section.m-hero.heroHome .heroTitle span.m-gradient-text::before{
    content: "";
    position: absolute;
    left: 2px;
    right: 4px;
    bottom: -7px;
    height: 5px;
    background: linear-gradient(135deg,#2563eb,#1d4ed8);
    border-radius: 20px;
    transform: rotate(-1.5deg);
}
section.m-hero.heroHome .m-hero-subtitle {
    max-width: 600px;
    margin: 0 0 32px;
    font-size: 17px;
    line-height: 1.75;
    color: #c9d4e5 !important;
    text-align: left;
}
section.m-hero.heroHome .m-hero-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

section.m-hero.heroHome .m-btn-primary,
section.m-hero.heroHome .m-btn-whatsapp {
    min-height: 59px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 13px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 800;
    transition: .3s ease;
}

section.m-hero.heroHome .m-btn-primary {
    color: #fff !important;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 14px 35px rgba(37, 99, 235, .28);
}

section.m-hero.heroHome .m-btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(37, 99, 235, .4);
}

section.m-hero.heroHome .m-btn-primary b {
    font-size: 22px;
    transition: .3s;
}

section.m-hero.heroHome .m-btn-primary:hover b {
    transform: translateX(5px);
}

section.m-hero.heroHome .m-btn-whatsapp {
    color: #06152f !important;
    border: 1px solid #bfdbfe;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

section.m-hero.heroHome .m-btn-whatsapp i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #25d366;
    background: rgba(37, 211, 102, .10);
    border: 1px solid rgba(37, 211, 102, .18);
    border-radius: 50%;
    font-size: 21px;
    line-height: 1;
    transition: all .3s ease;
}

section.m-hero.heroHome .m-btn-whatsapp:hover i {
    color: #fff;
    background: #25d366;
    border-color: #25d366;
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(37, 211, 102, .25);
}

section.m-hero.heroHome .m-btn-whatsapp:hover {
    transform: translateY(-4px);
    color: #06152f !important;
    background: #ffffff;
    border-color: #25d366;
    box-shadow: 0 14px 32px rgba(37, 211, 102, .18);
}

section.m-hero.heroHome .m-stats {
    display: flex;
    align-items: center;
    max-width: 800px;
    padding: 20px;
    border-radius: 19px;
    border: 1px solid rgba(96, 165, 250, .20);
    background: linear-gradient(
        135deg,
        rgba(10, 31, 65, .8),
        rgba(5, 20, 45, .5)
    );
    backdrop-filter: blur(15px);
    box-shadow:
        inset 0 1px rgba(255, 255, 255, .04),
        0 20px 50px rgba(0, 0, 0, .18);
}

section.m-hero.heroHome .m-stat {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

section.m-hero.heroHome .m-stat-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-weight: 900;
    font-size: 20px;
}

section.m-hero.heroHome .m-stat-icon.blue {
    color: #60a5fa;
    border: 1px solid rgba(59, 130, 246, .5);
    background: rgba(37, 99, 235, .13);
    box-shadow: 0 0 20px rgba(37, 99, 235, .18);
}

section.m-hero.heroHome .m-stat-icon.purple {
    color: #93c5fd;
    border: 1px solid rgba(37, 99, 235, .5);
    background: rgba(29, 78, 216, .13);
}

section.m-hero.heroHome .m-stat-icon.gold {
    color: #60a5fa;
    border: 1px solid rgba(96, 165, 250, .5);
    background: rgba(37, 99, 235, .10);
}

section.m-hero.heroHome .m-stat-icon i {
    font-size: 18px;
}

section.m-hero.heroHome .m-stat strong {
    display: block;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 5px;
}

section.m-hero.heroHome .m-stat span {
    display: block;
    color: #c4d2e8;
    font-size: 12px;
}

section.m-hero.heroHome .m-stat small {
    display: block;
    margin-top: 2px;
    color: #7187a7;
    font-size: 9px;
}

section.m-hero.heroHome .m-stat-line {
    width: 1px;
    height: 43px;
    margin: 0 18px;
    background: rgba(148, 163, 184, .18);
}

section.m-hero.heroHome .m-pathways {
    margin-top: 34px;
}

section.m-hero.heroHome .m-pathway-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 17px;
    color: #dce8fa;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

section.m-hero.heroHome .m-pathway-title span {
    width: 35px;
    height: 1px;
    background: linear-gradient(90deg, #60a5fa, transparent);
}

section.m-hero.heroHome .m-pathway-title span:last-child {
    background: linear-gradient(90deg, transparent, #60a5fa);
}

section.m-hero.heroHome .m-pathway-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

section.m-hero.heroHome .m-pathway {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 11px;
    border: 1px solid rgba(96, 165, 250, .22);
    background: rgba(10, 29, 58, .55);
    transition: .25s;
}

section.m-hero.heroHome .m-pathway:hover {
    transform: translateY(-3px);
    border-color: rgba(96, 165, 250, .65);
    background: rgba(37, 99, 235, .10);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .18);
}

section.m-hero.heroHome .m-pathway b {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(37, 99, 235, .18);
    color: #60a5fa;
    font-size: 8px;
}

section.m-hero.heroHome .m-pathway span {
    color: #d2deef;
    font-size: 11px;
    line-height: 1.2;
}

section.m-hero.heroHome .m-form-card {
    position: relative;
    padding: 39px 38px 28px;
    border-radius: 26px;
    background: var(--form-bg, #ffffff);
    color: var(--form-input-text, #0f172a);
    box-shadow:
        0 35px 90px rgba(0, 0, 0, .40),
        0 0 45px rgba(37, 99, 235, .16);
    overflow: visible;
}

section.m-hero.heroHome .m-form-card::after {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: 27px;
    background: linear-gradient(
        135deg,
        #60a5fa,
        #2563eb,
        #1d4ed8
    );
}

section.m-hero.heroHome .m-form-top-icon {
    position: absolute;
    top: -27px;
    left: 34px;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    font-size: 24px;
    box-shadow: 0 13px 30px rgba(37, 99, 235, .35);
}

section.m-hero.heroHome .m-form-top-icon i {
    font-size: 22px;
}

section.m-hero.heroHome .m-fast-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 16px;
    border-radius: 0 26px 0 16px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .5px;
}

section.m-hero.heroHome .m-fast-badge i {
    margin-right: 4px;
}

section.m-hero.heroHome .m-form-header {
    margin-bottom: 24px;
}

section.m-hero.heroHome .m-form-header > span {
    display: block;
    margin-bottom: 8px;
    color: var(--primary-blue, #2563eb);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

section.m-hero.heroHome .m-form-header h2 {
    margin: 0;
    color: #06152f;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 850;
}

section.m-hero.heroHome .m-form-header h2 strong {
    display: inline;
    color: var(--primary-blue, #2563eb);
}

section.m-hero.heroHome .m-form-header p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

section.m-hero.heroHome .m-success-msg {
    margin-bottom: 14px;
    padding: 10px 13px;
    border-radius: 9px;
    color: #1d4ed8;
    background: #eff6ff;
    font-size: 13px;
    font-weight: 700;
}

section.m-hero.heroHome .m-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

section.m-hero.heroHome .m-form-group {
    margin-bottom: 15px;
}

section.m-hero.heroHome .m-form-group label {
    display: block;
    margin-bottom: 7px;
    color: #172554;
    font-size: 12px;
    font-weight: 750;
}

section.m-hero.heroHome .m-input,
section.m-hero.heroHome .m-textarea {
    position: relative;
}

section.m-hero.heroHome .m-input > span,
section.m-hero.heroHome .m-textarea > span {
    position: absolute;
    left: 13px;
    color: #64748b;
    font-size: 16px;
    z-index: 2;
}

section.m-hero.heroHome .m-input > span {
    top: 50%;
    transform: translateY(-50%);
}

section.m-hero.heroHome .m-textarea > span {
    top: 14px;
}

section.m-hero.heroHome .m-input > span i,
section.m-hero.heroHome .m-textarea > span i {
    font-size: 14px;
}

section.m-hero.heroHome .m-input input,
section.m-hero.heroHome .m-textarea textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--form-input-border, #cbd5e1);
    border-radius: 10px;
    background: var(--form-input-bg, #f8fafc);
    color: var(--form-input-text, #0f172a);
    outline: none;
    font-family: inherit;
    font-size: 13px;
    transition: .25s;
}

section.m-hero.heroHome .m-input input {
    height: 48px;
    padding: 0 13px 0 39px;
}

section.m-hero.heroHome .m-textarea textarea {
    min-height: 92px;
    padding: 13px 13px 13px 39px;
    resize: none;
}

section.m-hero.heroHome .m-input input::placeholder,
section.m-hero.heroHome .m-textarea textarea::placeholder {
    color: #94a3b8;
}

section.m-hero.heroHome .m-input input:focus,
section.m-hero.heroHome .m-textarea textarea:focus {
    background: #fff;
    border-color: var(--primary-blue, #2563eb);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .09);
}

section.m-hero.heroHome .m-submit {
    width: 100%;
    height: 55px;
    border: 0;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(100deg, #2563eb, #1d4ed8);
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 13px 30px rgba(37, 99, 235, .25);
    transition: .3s;
}

section.m-hero.heroHome .m-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(37, 99, 235, .35);
}

section.m-hero.heroHome .m-submit b {
    font-size: 21px;
    transition: .3s;
}

section.m-hero.heroHome .m-submit b i,
section.m-hero.heroHome .m-btn-primary b i {
    font-size: 17px;
}

section.m-hero.heroHome .m-submit:hover b {
    transform: translateX(5px);
}

section.m-hero.heroHome .m-security {
    margin-top: 13px;
    text-align: center;
    color: #64748b;
    font-size: 10px;
}

section.m-hero.heroHome .m-security i {
    margin-right: 4px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    section.m-hero.heroHome .heroTitle {
        font-size: 58px;
    }

    section.m-hero.heroHome .m-form-card {
        padding: 35px 27px 25px;
    }

    section.m-hero.heroHome .m-benefits {
        grid-template-columns: repeat(2,1fr);
    }

}


@media (max-width: 991px) {

    section.m-hero.heroHome .m-hero {
        padding: 65px 0 55px;
    }

    section.m-hero.heroHome .heroTitle {
        max-width: 700px;
        font-size: 55px;
    }

    section.m-hero.heroHome .m-form-card {
        max-width: 680px;
        margin: 35px auto 0;
    }

}


@media (max-width: 767px) {

    section.m-hero.heroHome {
        padding: 50px 0 45px;
    }

    section.m-hero.heroHome .heroTitle {
        font-size: 43px;
        letter-spacing: -2px;
    }

    section.m-hero.heroHome .m-hero-subtitle {
        font-size: 15px;
    }

    section.m-hero.heroHome .m-hero-btns {
        flex-direction: column;
    }

    section.m-hero.heroHome .m-btn-primary,
    section.m-hero.heroHome .m-btn-whatsapp {
        width: 100%;
    }

    section.m-hero.heroHome .m-stats {
        flex-direction: column;
        align-items: stretch;
        gap: 17px;
    }

    section.m-hero.heroHome .m-stat-line {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    section.m-hero.heroHome .m-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    section.m-hero.heroHome .m-benefits {
        grid-template-columns: 1fr 1fr;
    }

    section.m-hero.heroHome .m-form-card {
        padding: 34px 20px 25px;
        border-radius: 20px;
    }

    section.m-hero.heroHome .m-form-header h2 {
        font-size: 24px;
    }

}


/* Smooth Animations */
		@keyframes pulseGlowBlue {
			0% { box-shadow: 0 0 15px rgba(37, 99, 235, 0.4); }
			50% { box-shadow: 0 0 35px rgba(37, 99, 235, 0.7); }
			100% { box-shadow: 0 0 15px rgba(37, 99, 235, 0.4); }
		}
		@keyframes shineTextBlue {
			to { background-position: 200% center; }
		}




.m-hero {
	position: relative;
	width: 100%;
	padding: 78px 0 64px;
	overflow: hidden;
	background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 55%, #fff 100%);
	color: var(--text-main);
}

.m-hero::before {
	content: "";
	position: absolute;
	width: 500px;
	height: 500px;
	left: -280px;
	top: -300px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(37, 99, 235, .11), transparent 68%);
	pointer-events: none;
}

.m-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(37, 99, 235, .09) 1px, transparent 1px);
	background-size: 32px 32px;
	opacity: .45;
	pointer-events: none;
}

.m-hero-content {
	position: relative;
	z-index: 5;
}

.m-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 16px;
	margin-bottom: 18px;
	border: 1px solid rgba(37, 99, 235, .14);
	border-radius: 50px;
	background: rgba(255, 255, 255, .85);
	color: #1d4ed8;
	font-size: 12.5px;
	font-weight: 600;
	box-shadow: 0 8px 24px rgba(37, 99, 235, .08);
	backdrop-filter: blur(10px);
}

.m-hero-badge .pulse-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #2563eb;
	box-shadow: 0 0 0 5px rgba(37, 99, 235, .10);
}

.m-hero-title {
	margin: 15px 0 !important;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: -1.2px;
	background: linear-gradient(135deg, #1e40af 0%, #2563eb 48%, #0284c7 100%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shineTextBlue 7s linear infinite;
	text-align: left;
	text-transform: capitalize;
}

.m-hero-title span.m-gradient-text {
	background: linear-gradient(135deg, #1e40af 0%, #2563eb 48%, #0284c7 100%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shineTextBlue 7s linear infinite;
}

.m-hero-subtitle {
	max-width: 560px;
	margin: 0 0 27px;
	font-size: 16.5px;
	line-height: 1.65;
	color: #64748b;
	text-align: left;
}

.m-hero-btns {
	display: flex;
	align-items: center;
	gap: 13px;
	flex-wrap: wrap;
}

section.m-hero .m-hero-media {
	position: relative;
	z-index: 1;
}

section.m-hero .m-hero-media::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	right: -150px;
	width: 560px;
	height: 390px;
	transform: translateY(-50%);
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
	border-radius: 210px 0 0 210px;
	box-shadow: -20px 25px 70px rgba(29, 78, 216, .22);
	pointer-events: none;
}

section.m-hero .m-hero-media.aboutUsmain::before{
    height: 500px;
}

section.m-hero .m-hero-media::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -75px;
	width: 475px;
	height: 320px;
	transform: translateY(-50%);
	border: 1px solid rgba(255, 255, 255, .30);
	border-radius: 175px 0 0 175px;
	background: rgba(255, 255, 255, .10);
	pointer-events: none;
}

section.m-hero .m-hero-media .m-hero-img-wow {
	position: relative;
	z-index: 3;
	border-radius: 24px !important;
	width: 100%;
	border: 7px solid rgba(255, 255, 255, .97);
	background: #fff;
	box-shadow: 0 25px 60px rgba(15, 23, 42, .22);
	transition: transform .45s ease, box-shadow .45s ease;
	max-height: 100% !important;
}

section.m-hero .m-hero-media:hover .m-hero-img-wow {
	transform: translateY(-7px);
	box-shadow: 0 32px 72px rgba(15, 23, 42, .27);
}

@keyframes shineTextBlue {
	0% {
		background-position: 0% center;
	}

	100% {
		background-position: 200% center;
	}
}

@media (max-width: 991px) {
	.m-hero {
		padding: 72px 0 58px;
	}

	section.m-hero .m-hero-media {
		margin-top: 38px;
	}

	section.m-hero .m-hero-media::before {
		right: -90px;
		width: 500px;
		height: 350px;
	}

	section.m-hero .m-hero-media::after {
		right: -50px;
		width: 425px;
		height: 290px;
	}

	section.m-hero .m-hero-media .m-hero-img-wow {
		max-width: 82% !important;
	}
}

@media (max-width: 575px) {
	.m-hero {
		padding: 62px 0 45px;
	}

	.m-hero-title {
		font-size: 33px;
	}

	.m-hero-subtitle {
		font-size: 15.5px;
	}

	section.m-hero .m-hero-media {
		margin-top: 30px;
	}

	section.m-hero .m-hero-media::before {
		right: -100px;
		width: 450px;
		height: 270px;
	}

	section.m-hero .m-hero-media::after {
		right: -65px;
		width: 380px;
		height: 220px;
	}

	section.m-hero .m-hero-media .m-hero-img-wow {
		width: 88% !important;
		max-width: 88% !important;
		height: 215px !important;
		max-height: 215px !important;
		border-width: 6px !important;
	}
}




		.m-hero-btns {
			display: flex;
			gap: 16px;
			flex-wrap: wrap;
			margin-bottom: 32px;
		}
		.m-btn-blue-wow {
			background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
			color: #ffffff !important;
			font-weight: 600;
			font-size: 16px;
			padding: 15px 36px;
			border-radius: 12px;
			text-decoration: none;
			animation: pulseGlowBlue 3s infinite;
			transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
			display: inline-flex;
			align-items: center;
			gap: 10px;
			border: 1px solid rgba(255,255,255,0.2);
			box-shadow: 0 10px 25px rgba(37,99,235,0.35);
		}
		.m-btn-blue-wow:hover {
			transform: translateY(-4px) scale(1.02);
			box-shadow: 0 15px 35px rgba(37,99,235,0.5);
			color: #ffffff !important;
		}
		.m-btn-glass-blue {
			background: #ffffff;
			color: #0f172a !important;
			font-weight: 700;
			font-size: 16px;
			padding: 15px 34px;
			border-radius: 12px;
			text-decoration: none;
			border: 1px solid #cbd5e1;
			box-shadow: 0 4px 15px rgba(0,0,0,0.05);
			transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
			display: inline-flex;
			align-items: center;
		}
		.m-btn-glass-blue:hover {
			background: #f8fafc;
			border-color: #94a3b8;
			color: #2563eb !important;
			transform: translateY(-4px);
		}

		/* Hero WhatsApp Button */
		.m-btn-wa-hero {
			background: #ffffff;
			color: #0f172a !important;
			font-weight: 700;
			font-size: 15.5px;
			padding: 14px 28px;
			border-radius: 12px;
			text-decoration: none;
			border: 1.5px solid #25D366;
			box-shadow: 0 4px 15px rgba(37, 211, 102, 0.15);
			transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
			display: inline-flex;
			align-items: center;
			gap: 8px;
		}
		.m-btn-wa-hero i {
			font-size: 22px;
			color: #25D366;
			transition: transform 0.25s ease;
		}
		.m-btn-wa-hero:hover {
			background: #25D366;
			color: #ffffff !important;
			border-color: #25D366;
			box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
			transform: translateY(-3px);
		}
		.m-btn-wa-hero:hover i {
			color: #ffffff;
			transform: scale(1.15);
		}

		/* Hero Stats Strip */
		.m-hero-stats-strip {
			display: flex;
			gap: 32px;
			margin: 28px 0 22px;
			padding: 16px 0;
			border-top: 1px solid var(--border-color);
			border-bottom: 1px solid var(--border-color);
			flex-wrap: wrap;
		}
		.m-hero-stat-item {
			display: flex;
			flex-direction: column;
			gap: 3px;
		}
		.m-hero-stat-item strong {
			font-size: 24px;
			font-weight: 800;
			color: #2563eb;
			line-height: 1;
		}
		.m-hero-stat-item span {
			font-size: 12.5px;
			color: var(--text-muted);
			font-weight: 600;
		}

		/* Accepted Area */
		/* Accepted Area - Button Style */
		.m-accepted-area {
			margin-top: 16px;
		}
		.m-accepted-heading {
			font-size: 12px;
			text-transform: uppercase;
			letter-spacing: 0.8px;
			font-weight: 800;
			color: var(--text-muted);
			margin-bottom: 12px;
			text-align: left;
			display: flex;
			align-items: center;
			gap: 6px;
		}
		.m-accepted-list {
			display: flex;
			flex-wrap: wrap;
			gap: 10px;
		}
		.m-accepted-list span {
			display: inline-flex;
			align-items: center;
			gap: 6px;
			background: #ffffff;
			border: 1.5px solid #bfdbfe;
			padding: 7px 16px;
			border-radius: 50px;
			font-size: 12.5px;
			font-weight: 700;
			color: #1e40af;
			box-shadow: 0 2px 6px rgba(37, 99, 235, 0.08);
			transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
			cursor: default;
		}
		.m-accepted-list span::before {
			content: '✓';
			display: inline-block;
			color: #2563eb;
			font-weight: 900;
			font-size: 11px;
		}
		.m-accepted-list span:hover {
			background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
			border-color: #2563eb;
			color: #ffffff;
			transform: translateY(-2px);
			box-shadow: 0 6px 16px rgba(37, 99, 235, 0.3);
		}
		.m-accepted-list span:hover::before {
			color: #ffffff;
		}
		/* -------------------------------------------------------------
		   2. TRUST BAR STRIP (ROYAL BLUE)
		------------------------------------------------------------- */
		.m-trust-bar-wow {
			background: var(--trust-bg);
			border-top: 1px solid var(--border-color);
			border-bottom: 1px solid var(--border-color);
			padding: 24px 0;
			position: relative;
			z-index: 20;
			transition: all 0.3s ease;
		}
		.m-trust-card-wow {
			background: #f0f7ff;
			border: 1.5px solid #dbeafe;
			border-radius: 14px;
			padding: 16px 14px;
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 12px;
			transition: all 0.3s ease;
			box-shadow: var(--shadow-soft);
		}
		.m-trust-card-wow:hover {
			background: #e0f2fe;
			border-color: #2563eb;
			transform: translateY(-4px);
			box-shadow: var(--shadow-hover);
		}
		.m-trust-icon-wow {
			width: 44px; height: 44px;
			border-radius: 12px;
			background: #ffffff;
			border: 1px solid #bfdbfe;
			display: flex; align-items: center; justify-content: center;
			flex-shrink: 0;
			box-shadow: 0 2px 5px rgba(37, 99, 235, 0.08);
		}
		.m-trust-icon-wow svg {
			width: 22px; height: 22px; fill: #2563eb;
		}
		.m-trust-text-wow strong {
			display: block;
			font-size: 14.5px;
			font-weight: 800;
			color: var(--text-main);
			text-align: left;
		}
		.m-trust-text-wow span {
			font-size: 12px;
			color: var(--text-muted);
			text-align: left;
			display: block;
		}
		[data-theme="dark"] .m-trust-card-wow {
			background: rgba(37, 99, 235, 0.12);
			border-color: rgba(59, 130, 246, 0.25);
		}
		[data-theme="dark"] .m-trust-card-wow:hover {
			background: rgba(37, 99, 235, 0.22);
		}
		[data-theme="dark"] .m-trust-icon-wow {
			background: rgba(13, 27, 60, 0.8);
			border-color: rgba(59, 130, 246, 0.35);
		}


		/* -------------------------------------------------------------
		   3. SECTION & TYPOGRAPHY SYSTEM
		------------------------------------------------------------- */
		.m-section-wow {
			padding: 85px 0;
			position: relative;
			transition: all 0.3s ease;
		}
		.m-bg-secondary-wow {
			background-color: var(--bg-secondary) !important;
		}
		.m-tag-wow {
			display: inline-flex;
			align-items: center;
			gap: 8px;
			background: var(--tag-bg);
			color: var(--tag-text);
			font-size: 12.5px;
			font-weight: 800;
			letter-spacing: 1px;
			text-transform: uppercase;
			padding: 6px 18px;
			border-radius: 50px;
			margin-bottom: 15px;
			border: 1px solid var(--tag-border);
		}
		.m-heading-wow {
			font-size: clamp(26px, 3.8vw, 40px) !important;
			font-weight: 800 !important;
			color: var(--text-main) !important;
			margin-bottom: 14px !important;
			letter-spacing: -0.6px;
			text-align: center !important;
		}
		.m-subheading-wow {
			font-size: 16.5px !important;
			color: var(--text-muted) !important;
			max-width: 680px !important;
			margin: 0 auto 50px !important;
			line-height: 1.65 !important;
			text-align: center !important;
			display: block !important;
		}
		
		
		

		/* -------------------------------------------------------------
		   4. CORE SERVICES (ROYAL BLUE CARDS & ICONS)
		------------------------------------------------------------- */
		.m-card-service-wow {
			background: var(--bg-card);
			border: 1px solid var(--border-color);
			border-radius: 18px;
			padding: 34px 28px;
			height: 100%;
			transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
			position: relative;
			overflow: hidden;
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			box-shadow: var(--shadow-soft);
		}
		.m-card-service-wow::before {
			content: '';
			position: absolute;
			top: 0; left: 0; right: 0;
			height: 4px;
			background: linear-gradient(90deg, #2563eb 0%, #0284c7 100%);
			opacity: 0;
			transition: opacity 0.3s ease;
		}
		.m-card-service-wow:hover {
			transform: translateY(-8px) scale(1.02);
			border-color: #93c5fd;
			box-shadow: var(--shadow-hover);
		}
		.m-card-service-wow:hover::before {
			opacity: 1;
		}
		.m-card-badge-top {
			position: absolute;
			top: 14px; right: 14px;
			background: var(--tag-bg);
			border: 1px solid var(--tag-border);
			color: var(--tag-text);
			font-size: 11px;
			font-weight: 700;
			padding: 3px 9px;
			border-radius: 20px;
		}
		.m-card-icon-wow {
			width: 68px; height: 68px;
			border-radius: 18px;
			background: #eff6ff;
			border: 1px solid #bfdbfe;
			display: flex; align-items: center; justify-content: center;
			margin-bottom: 22px;
			transition: transform 0.3s ease;
		}
		.m-card-service-wow:hover .m-card-icon-wow {
			transform: scale(1.1) rotate(4deg);
		}
		.m-card-icon-wow img {
			width: 38px; height: 38px;
		}
		.m-card-service-wow h3 {
			font-size: 19px !important;
			font-weight: 800 !important;
			color: var(--text-main) !important;
			margin-bottom: 12px !important;
			text-align: center !important;
		}
		.m-card-service-wow p {
			font-size: 14px;
			color: var(--text-sub);
			line-height: 1.6;
			margin-bottom: 24px;
			flex-grow: 1;
			text-align: center !important;
		}
		.m-card-link-wow {
			color: #2563eb;
			font-size: 14.5px;
			font-weight: 700;
			text-decoration: none;
			display: inline-flex;
			align-items: center;
			gap: 6px;
			transition: gap 0.2s ease;
		}
		.m-card-link-wow:hover {
			gap: 10px;
			color: #1d4ed8;
		}
        .m-card-link-wow i{
            font-size: 13px;
        }
		/* -------------------------------------------------------------
		   5. FEATURE GRID
		------------------------------------------------------------- */
		.m-feature-box-wow {
			background: var(--bg-card);
			border: 1px solid var(--border-color);
			border-radius: 16px;
			padding: 26px;
			display: flex;
			gap: 18px;
			height: 100%;
			transition: all 0.3s ease;
			align-items: flex-start;
			box-shadow: var(--shadow-soft);
		}
		.m-feature-box-wow:hover {
			border-color: #60a5fa;
			box-shadow: var(--shadow-hover);
			transform: translateY(-4px);
		}
		.m-feature-icon-wow {
			min-width: 50px; height: 50px;
			border-radius: 12px;
			background: #eff6ff;
			border: 1px solid #bfdbfe;
			display: flex; align-items: center; justify-content: center;
			flex-shrink: 0;
		}
		.m-feature-icon-wow svg {
			width: 24px; height: 24px; fill: #2563eb;
		}
		.m-feature-box-wow h4 {
			font-size: 16.5px !important;
			font-weight: 800 !important;
			color: var(--text-main) !important;
			margin-bottom: 6px !important;
			text-align: left !important;
		}
		.m-feature-box-wow p {
			font-size: 13.5px;
			color: var(--text-sub);
			line-height: 1.55;
			margin: 0;
			text-align: left !important;
		}

		/* -------------------------------------------------------------
		   6. OCCUPATIONAL CATEGORIES
		------------------------------------------------------------- */
		.m-occ-card-wow {
			background: var(--bg-card);
			border: 1px solid var(--border-color);
			border-radius: 18px;
			padding: 32px 20px;
			text-align: center;
			transition: all 0.3s ease;
			display: flex;
			flex-direction: column;
			align-items: center;
			box-shadow: var(--shadow-soft);
		}
		.m-occ-card-wow:hover {
			border-color: #2563eb;
			box-shadow: var(--shadow-hover);
			transform: translateY(-5px);
		}
		.m-occ-card-wow img {
			height: 64px; width: 64px;
			margin-bottom: 18px;
			transition: transform 0.3s ease;
		}
		.m-occ-card-wow:hover img {
			transform: scale(1.1);
		}
		.m-occ-card-wow h3 {
			font-size: 16px !important;
			font-weight: 800 !important;
			color: var(--text-main) !important;
			margin: 0 !important;
			text-align: center !important;
		}

		/* -------------------------------------------------------------
		   7. WORKING METHODOLOGY TIMELINE
		------------------------------------------------------------- */
		.m-step-card-wow {
			background: var(--bg-card);
			border: 1px solid var(--border-color);
			border-radius: 16px;
			padding: 18px;
			display: flex;
			align-items: center;
			gap: 18px;
			margin-bottom: 16px;
			transition: all 0.3s ease;
			box-shadow: var(--shadow-soft);
		}
		.m-step-card-wow:hover {
			border-color: #2563eb;
			box-shadow: var(--shadow-hover);
			transform: translateX(4px);
		}
		.m-step-num-wow {
			min-width: 46px; height: 46px;
			border-radius: 50%;
			background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
			color: #ffffff;
			font-weight: 800;
			font-size: 16px;
			display: flex; align-items: center; justify-content: center;
			box-shadow: 0 6px 16px rgba(37,99,235,0.35);
			flex-shrink: 0;
		}
		.m-step-card-wow p {
			font-size: 14.5px;
			font-weight: 600;
			line-height: 1.4;
			color: var(--text-main);
			margin: 0;
			text-align: left !important;
		}

		/* -------------------------------------------------------------
		   8. VIDEO GUIDE
		------------------------------------------------------------- */
		.m-yt-card-wow {
			position: relative;
			border-radius: 18px;
			overflow: hidden;
			cursor: pointer;
			background: #000;
			aspect-ratio: 16/9;
			box-shadow: 0 18px 40px rgba(0,0,0,0.12);
			border: 1px solid var(--border-color);
		}
		.m-yt-card-wow img {
			width: 100%; height: 100%; object-fit: cover;
			opacity: 0.85; transition: opacity 0.3s ease;
		}
		.m-yt-card-wow:hover img { opacity: 0.75; }
		.m-yt-play-wow {
			position: absolute; top: 50%; left: 50%;
			transform: translate(-50%, -50%);
			width: 72px; height: 50px;
			background: #ff0000;
			border-radius: 14px;
			display: flex; align-items: center; justify-content: center;
			box-shadow: 0 8px 25px rgba(255,0,0,0.4);
			transition: all 0.25s ease;
		}
		.m-yt-card-wow:hover .m-yt-play-wow {
			background: #cc0000;
			transform: translate(-50%, -50%) scale(1.1);
		}
		.m-yt-play-wow::after {
			content: '';
			border-style: solid;
			border-width: 10px 0 10px 18px;
			border-color: transparent transparent transparent #ffffff;
			margin-left: 4px;
		}
		.m-yt-card-wow iframe {
			position: absolute; top: 0; left: 0;
			width: 100%; height: 100%; border: 0;
		}
        /* =========================================================
   PREMIUM LIGHT CTA
========================================================= */

.m-cta {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
}

.m-cta-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: 48px 52px;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 90% 50%,
            rgba(37, 99, 235, .10),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #f8fbff,
            #eef5ff
        );
    overflow: hidden;
}

.m-cta-inner::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -130px;
    top: -150px;
    border-radius: 50%;
    background: rgba(37, 99, 235, .07);
    filter: blur(20px);
}

.m-cta-inner::after {
    content: "";
    position: absolute;
    right: 24%;
    bottom: -80px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(37, 99, 235, .08);
    border-radius: 50%;
    box-shadow:
        0 0 0 25px rgba(37, 99, 235, .025),
        0 0 0 50px rgba(37, 99, 235, .018);
}
/* =========================================
   CTA CONTACT INFO
========================================= */

.m-cta-contact-info-wow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 26px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

/* Help Text */

.m-cta-help-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
}

.m-cta-help-text i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(96, 165, 250, 0.12);
    color: #60a5fa;
    font-size: 13px;
}

/* Contact Items */

.m-cta-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.m-cta-contact-item > i {
    color: #60a5fa;
    font-size: 14px;
}

/* Links */

.m-cta-contact-item a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.m-cta-contact-item a:hover {
    color: #60a5fa;
    text-decoration: underline;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .m-cta-contact-info-wow {
        flex-direction: column;
        gap: 12px;
        margin-top: 22px;
        padding-top: 18px;
        text-align: center;
        font-size: 13.5px;
    }

    .m-cta-help-text {
        white-space: normal;
        justify-content: center;
    }

    .m-cta-contact-item {
        white-space: normal;
        justify-content: center;
        text-align: center;
    }

}
/* ---------- CONTENT ---------- */

.m-cta-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}
.m-cta-kicker {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    padding: 7px 12px 7px 9px;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 30px;
    background: rgba(37, 99, 235, .055);
    color: #2563eb;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.7px;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.m-cta-kicker i {
    color: #1d4ed8;
    font-size: 11px;
}

.m-cta h2 {
    margin: 0 !important;
    color: #0f172a;
    font-size: clamp(28px, 3vw, 43px);
    line-height: 1.12;
    letter-spacing: -1.5px;
    font-weight: 850;
}

.m-cta h2 span {
    display: block;
    color: #2563eb;
}

.m-cta p {
    margin: 14px 0 0;
    color: #2d3c53;
    font-size: 15px;
    line-height: 1.65;
}

/* ---------- ACTION ---------- */

.m-cta-action {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
}

.m-cta-btn {
    min-width: 205px;
    height: 57px;
    padding: 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border-radius: 12px;
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #2563eb,
        #1d4ed8
    );
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    box-shadow:
        0 13px 30px rgba(37, 99, 235, .25);
    transition: .3s ease;
}

.m-cta-btn i {
    font-size: 13px;
    transition: .3s ease;
}

.m-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow:
        0 18px 38px rgba(37, 99, 235, .32);
}

.m-cta-btn:hover i {
    transform: translateX(5px);
}


/* ---------- RESPONSIVE ---------- */

@media (max-width: 767px) {

    .m-cta {
        padding: 45px 0;
    }

    .m-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 35px 27px;
        gap: 28px;
    }

    .m-cta-action {
        width: 100%;
        align-items: flex-start;
    }

    .m-cta-btn {
        width: 100%;
    }

}














		/* -------------------------------------------------------------
		   9. CLIENT TESTIMONIALS
		------------------------------------------------------------- */
		.m-testi-box-wow {
			background: var(--bg-card);
			border: 1px solid var(--border-color);
			border-radius: 18px;
			padding: 30px 24px;
			height: 100%;
			display: flex;
			flex-direction: column;
			transition: all 0.35s ease;
			box-shadow: var(--shadow-soft);
		}
		.m-testi-box-wow:hover {
			border-color: #60a5fa;
			box-shadow: var(--shadow-hover);
			transform: translateY(-5px);
		}
		.m-stars-wow {
			color: #fbbf24;
			font-size: 15px;
			margin-bottom: 14px;
		}
		.m-testi-box-wow h4 {
			font-size: 17px !important;
			font-weight: 800 !important;
			color: var(--text-main) !important;
			margin-bottom: 10px !important;
			text-align: left !important;
		}
		.m-testi-box-wow p {
			font-size: 14px;
			color: var(--text-sub);
			line-height: 1.6;
			margin-bottom: 20px;
			flex-grow: 1;
			text-align: left !important;
		}
		.m-author-wow {
			display: flex;
			align-items: center;
			gap: 12px;
			padding-top: 16px;
			border-top: 1px solid var(--border-color);
		}
		.m-avatar-wow {
			width: 42px; height: 42px;
			border-radius: 50%;
			background: #eff6ff;
			color: #2563eb;
			font-weight: 800;
			font-size: 15px;
			display: flex; align-items: center; justify-content: center;
			border: 1px solid #bfdbfe;
			flex-shrink: 0;
		}
		.m-author-name-wow {
			font-size: 14px;
			font-weight: 700;
			color: var(--text-main);
			text-align: left;
		}
		.m-author-loc-wow {
			font-size: 12px;
			color: var(--text-muted);
			text-align: left;
		}

		/* -------------------------------------------------------------
		   10. OUTCOME LETTERS
		------------------------------------------------------------- */
		.m-outcome-card-wow {
			border-radius: 16px;
			overflow: hidden;
			box-shadow: var(--shadow-soft);
			border: 1px solid var(--border-color);
			transition: all 0.35s ease;
			background: var(--bg-card);
		}
		.m-outcome-card-wow:hover {
			transform: translateY(-6px);
			box-shadow: var(--shadow-hover);
		}
		.m-outcome-card-wow img {
			width: 100%; display: block;
		}

		/* -------------------------------------------------------------
		   11. COMPACT FAQ ACCORDION
		------------------------------------------------------------- */
		.m-faq-item-wow {
			background: var(--bg-card);
			border: 1px solid var(--border-color);
			border-radius: 14px !important;
			margin-bottom: 14px;
			overflow: hidden;
		}
		.m-faq-item-wow h2.accordion-header{
		    margin: 0 !important;
		}
		.m-faq-btn-wow {
			font-size: 16px !important;
			font-weight: 800 !important;
			color: var(--text-main) !important;
			background: var(--bg-card) !important;
			box-shadow: none !important;
			padding: 18px 24px !important;
			text-align: left !important;
		}
		.m-faq-btn-wow:not(.collapsed) {
			color: #2563eb !important;
			background: var(--tag-bg) !important;
		}
		.m-faq-body-wow {
			padding: 18px 24px;
			font-size: 14.5px;
			color: var(--text-sub);
			line-height: 1.7;
			text-align: left !important;
		}
		h2.accordion-header{
			margin: 0;
		}

		/* -------------------------------------------------------------
		   12. FINAL CALL TO ACTION BANNER (FLOATING ROUNDED CARD)
		------------------------------------------------------------- */
		.m-cta-banner-wow {
			background: linear-gradient(135deg, #0b1a3a 0%, #1d4ed8 100%) !important;
			padding: 60px 30px 40px!important;
			text-align: center !important;
			color: #ffffff !important;
			position: relative;
			overflow: hidden;
			border-radius: 24px !important;
			box-shadow: 0 20px 50px rgba(37, 99, 235, 0.3) !important;
			border: 1px solid rgba(255,255,255,0.15) !important;
			margin: 0 auto 35px !important;
			max-width: 1200px !important;
			display: block !important;
		}
		.m-cta-banner-wow h2 {
			font-size: clamp(26px, 3.8vw, 40px) !important;
			font-weight: 600 !important;
			color: #ffffff !important;
			margin-bottom: 16px !important;
			text-align: center !important;
		}
		.m-cta-banner-wow p {
			font-size: 17.5px !important;
			color: rgba(255,255,255,0.88) !important;
			margin-bottom: 34px !important;
			max-width: 620px !important;
			margin-left: auto !important;
			margin-right: auto !important;
			text-align: center !important;
		}
		.m-cta-btns-wow {
			display: flex;
			gap: 14px;
			justify-content: center;
			flex-wrap: wrap;
		}

		/* Responsive Adjustments */
		@media (max-width: 768px) {
			.m-hero { padding: 60px 0 50px !important; }
			.m-hero-form-card { margin-top: 30px; }
			.m-section-wow { padding: 50px 0; }
		}

		/* -------------------------------------------------------------
		   12b. INNER PAGE CALL TO ACTION BANNER (FLOATING ROUNDED CARD)
		------------------------------------------------------------- */
		.m-cta-banner-inner-wow {
			background: linear-gradient(135deg, #0b1a3a 0%, #1d4ed8 100%) !important;
			padding: 42px 24px !important;
			text-align: center !important;
			color: #ffffff !important;
			position: relative;
			overflow: hidden;
			border-radius: 20px !important;
			box-shadow: 0 15px 35px rgba(37, 99, 235, 0.2) !important;
			border: 1px solid rgba(255,255,255,0.12) !important;
			margin: 0 auto 30px !important;
			max-width: 1100px !important;
			display: block !important;
		}
		.m-cta-banner-inner-wow h2 {
			font-size: clamp(22px, 3vw, 32px) !important;
			font-weight: 800 !important;
			color: #ffffff !important;
			margin-bottom: 12px !important;
			text-align: center !important;
		}
		.m-cta-banner-inner-wow p {
			font-size: 15.5px !important;
			color: rgba(255,255,255,0.85) !important;
			margin-bottom: 24px !important;
			max-width: 580px !important;
			margin-left: auto !important;
			margin-right: auto !important;
			text-align: center !important;
		}

		/* -------------------------------------------------------------
		   13. RELATED SERVICES SECTION ("YOU MAY ALSO LIKE THIS")
		------------------------------------------------------------- */
		.m-related-section {
			padding: 60px 0 40px;
			background: transparent;
		}
		.m-related-title-box {
			text-align: center;
			margin-bottom: 40px;
		}
		.m-related-title {
			font-size: clamp(24px, 3.2vw, 32px) !important;
			font-weight: 800 !important;
			color: var(--text-main) !important;
			margin-bottom: 10px !important;
		}
		.m-related-subtitle {
			font-size: 15px !important;
			color: var(--text-muted) !important;
			max-width: 600px;
			margin: 0 auto !important;
		}
		.m-related-card {
			background: var(--bg-card);
			border: 1px solid var(--border-color);
			border-radius: 18px;
			padding: 24px 20px;
			height: 100%;
			display: flex;
			flex-direction: column;
			transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
			box-shadow: var(--shadow-soft);
			text-decoration: none !important;
		}
		.m-related-card:hover {
			transform: translateY(-6px);
			border-color: var(--primary-blue);
			box-shadow: var(--shadow-hover);
		}
		.m-related-card .m-icon-box {
			width: 50px;
			height: 50px;
			background: var(--tag-bg);
			border-radius: 12px;
			display: flex;
			align-items: center;
			justify-content: center;
			margin-bottom: 16px;
			color: var(--primary-blue);
			font-size: 24px;
		}
		.m-related-card h4 {
			font-size: 17px !important;
			font-weight: 700 !important;
			color: var(--text-main) !important;
			margin-bottom: 8px !important;
			line-height: 1.4 !important;
			text-align: left !important;
		}
		.m-related-card p {
			font-size: 13.5px !important;
			color: var(--text-sub) !important;
			line-height: 1.55 !important;
			margin-bottom: 0 !important;
			text-align: left !important;
		}


		/* -------------------------------------------------------------
		   15. DYNAMIC GRIDS & CARDS FOR REVIEWS & SAMPLES
		------------------------------------------------------------- */
		ul.flexlist10 {
			display: grid !important;
			grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
			gap: 20px !important;
			list-style: none !important;
			padding-left: 0 !important;
			margin-top: 24px !important;
			width: 100% !important;
			float: none !important;
		}
		ul.flexlist10 li {
			float: none !important;
			width: 100%;
			margin: 0 !important;
			padding: 0 !important;
		}
		.reviews_holder {
			background: var(--bg-card) !important;
			border: 1px solid var(--border-color) !important;
			border-radius: 16px !important;
			padding: 24px !important;
			box-shadow: var(--shadow-soft) !important;
			transition: all 0.3s ease !important;
			margin-bottom: 0px !important;
			box-sizing: border-box !important;
			height: 100% !important;
			display: flex !important;
			flex-direction: column !important;
			justify-content: space-between !important;
		}
		.reviews_holder:hover {
			transform: translateY(-5px) !important;
			box-shadow: var(--shadow-hover) !important;
			border-color: var(--primary-blue) !important;
		}
		.reviews_holder h3 {
			font-size: 17px !important;
			font-weight: 700 !important;
			color: var(--text-main) !important;
			margin-bottom: 8px !important;
			margin-top: 0 !important;
		}
		.reviews_holder p {
			font-size: 14px !important;
			color: var(--text-sub) !important;
			line-height: 1.6 !important;
			margin-bottom: 12px !important;
		}
		.reviews_holder .star_rating {
			list-style: none !important;
			padding-left: 0 !important;
			display: flex !important;
			gap: 4px !important;
			color: #fbbf24 !important; /* Amber color */
			margin-bottom: 12px !important;
		}
		.reviews_holder .star_rating li {
			display: inline-block !important;
			margin: 0 !important;
		}
		.reviews_holder .star_rating li i {
			font-size: 15px !important;
		}

		/* flexlist1 grid for sample downloads list */
		ul.flexlist1 {
			display: grid !important;
			grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
			gap: 20px !important;
			list-style: none !important;
			padding-left: 0 !important;
			margin-top: 24px !important;
			width: 100% !important;
			float: none !important;
		}
		ul.flexlist1 li {
			float: none !important;
			width: 100% !important;
			margin: 0 !important;
			padding: 0 !important;
		}
		ul.flexlist1 .wrd {
			background: var(--bg-card) !important;
			border: 1px solid var(--border-color) !important;
			border-radius: 16px !important;
			padding: 24px 20px !important;
			box-shadow: var(--shadow-soft) !important;
			transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
			height: 100% !important;
			display: flex !important;
			align-items: center !important;
			justify-content: center !important;
			text-align: center !important;
			box-sizing: border-box !important;
			float: none !important;
			width: 100% !important;
		}
		ul.flexlist1 .wrd:hover {
			transform: translateY(-5px) !important;
			box-shadow: var(--shadow-hover) !important;
			border-color: var(--primary-blue) !important;
		}
		ul.flexlist1 .wrd h3 {
			font-size: 15px !important;
			font-weight: 700 !important;
			color: var(--text-main) !important;
			margin: 0 !important;
			line-height: 1.45 !important;
		}
		ul.flexlist1 .wrd a {
			text-decoration: none !important;
			color: var(--text-main) !important;
			display: block !important;
			width: 100% !important;
		}
		ul.flexlist1 .wrd a:hover h3 {
			color: var(--primary-blue) !important;
		}

		/* -------------------------------------------------------------
		   16. GRID, TEXT SELECTION & CTA FIXES
		------------------------------------------------------------- */
		/* Force text selection to be active and usable inside modern design wrapper */
		.modern-design-wrapper,
		.modern-design-wrapper * {
			user-select: text !important;
			-webkit-user-select: text !important;
			-moz-user-select: text !important;
			-ms-user-select: text !important;
		}

		/* Layout grid stabilizer to prevent sidebar overlaps and wrapping bugs */
		.modern-design-wrapper .row {
			display: flex !important;
			flex-wrap: wrap !important;
		}
		@media (min-width: 992px) {
			.modern-design-wrapper .row > .col-sm-8,
			.modern-design-wrapper .row > .col-lg-8 {
				width: 66.66666667% !important;
				flex: 0 0 66.66666667% !important;
				max-width: 66.66666667% !important;
			}
			.modern-design-wrapper .row > .col-sm-4,
			.modern-design-wrapper .row > .col-lg-4 {
				width: 33.33333333% !important;
				flex: 0 0 33.33333333% !important;
				max-width: 33.33333333% !important;
			}
		}
		@media (max-width: 991.98px) {
			.modern-design-wrapper .row > .col-sm-8,
			.modern-design-wrapper .row > .col-lg-8,
			.modern-design-wrapper .row > .col-sm-4,
			.modern-design-wrapper .row > .col-lg-4 {
				width: 100% !important;
				flex: 0 0 100% !important;
				max-width: 100% !important;
			}
		}

		/* Explicit white color for CTA banners text content */
		.modern-design-wrapper .m-cta-banner-wow h2,
		.modern-design-wrapper .m-cta-banner-inner-wow h2,
		.modern-design-wrapper .m-cta-banner-wow p,
		.modern-design-wrapper .m-cta-banner-inner-wow p {
			color: #ffffff !important;
		}

		/* Force Card Header text content to be always white to preserve high contrast on dark headers */
		.modern-design-wrapper .card-header h1,
		.modern-design-wrapper .card-header .h1,
		.modern-design-wrapper .card-header h2,
		.modern-design-wrapper .card-header .h2,
		.modern-design-wrapper .card-header h3,
		.modern-design-wrapper .card-header .h3,
		.modern-design-wrapper .card-header h4,
		.modern-design-wrapper .card-header .h4,
		.modern-design-wrapper .card-header h5,
		.modern-design-wrapper .card-header .h5,
		.modern-design-wrapper .card-header h6,
		.modern-design-wrapper .card-header .h6 {
			color: #ffffff !important;
			font-weight: 700 !important;
			margin: 0 !important;
		}

		/* Custom height and crop stabilizer for About page hero banner */
		.m-about-banner {
			height: 600px !important;
			overflow: hidden !important;
			display: block !important;
			width: 100% !important;
		}
		.m-about-banner img {
			height: 600px !important;
			width: 100% !important;
			object-fit: cover !important;
			object-position: center !important;
		}
		@media (max-width: 767.98px) {
			.m-about-banner,
			.m-about-banner img {
				height: 300px !important;
			}
		}


		/* Premium Sidebar Container Overrides (Light Blue Background & Soft Shadow) */
		.modern-design-wrapper .sidebar-container {
			/* background-color: var(--bg-secondary) !important;
			border: 1px solid var(--border-color) !important;
			border-radius: 16px !important;
			padding: 30px 24px !important; */
			box-shadow: var(--shadow-soft) !important;
			transition: all 0.3s ease !important;
			float: none !important;
			width: 100% !important;
		}
		.modern-design-wrapper .sidebar-container:hover {
			box-shadow: var(--shadow-hover) !important;
		}
		/* Ensure internal float layouts in sidebar don't collapse */
		.modern-design-wrapper .sidebar-container .cont {
			display: flex !important;
			flex-direction: column !important;
			gap: 20px !important;
		}
		.modern-design-wrapper .sidebar-container .col-sm-12 {
			padding: 0 !important;
			width: 100% !important;
		}
		.modern-design-wrapper .sidebar-container .right_part {
			background: var(--bg-card) !important;
			border: 1px solid var(--border-color) !important;
			border-radius: 12px !important;
			padding: 20px !important;
			box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
		}

		/* Force white text inside legacy wrd buttons (related samples) to ensure high readability */
		.modern-design-wrapper .wrd h3,
		.modern-design-wrapper .wrd a {
			color: #ffffff !important;
		}

		/* Re-apply dark theme overrides specifically for modern flexlist1 card versions */
		.modern-design-wrapper ul.flexlist1 .wrd h3,
		.modern-design-wrapper ul.flexlist1 .wrd a {
			color: var(--text-main) !important;
		}
		.modern-design-wrapper ul.flexlist1 .wrd a:hover h3 {
			color: var(--primary-blue) !important;
		}

		/* -------------------------------------------------------------
		   REAL SAMPLE REPORTS / PROOF NOT PROMISES SECTION
		------------------------------------------------------------- */
		.m-sample-card-wow {
			background: var(--bg-card);
			border: 1px solid var(--border-color);
			border-radius: 18px;
			padding: 22px;
			display: flex;
			flex-direction: column;
			gap: 16px;
			height: 100%;
			transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
			box-shadow: var(--shadow-soft);
			position: relative;
			overflow: hidden;
		}
		.m-sample-card-wow::before {
			content: '';
			position: absolute;
			top: 0; left: 0; right: 0;
			height: 4px;
			background: linear-gradient(90deg, #2563eb 0%, #0284c7 100%);
			opacity: 0;
			transition: opacity 0.3s ease;
		}
		.m-sample-card-wow:hover {
			transform: translateY(-6px);
			border-color: #93c5fd;
			box-shadow: var(--shadow-hover);
		}
		.m-sample-card-wow:hover::before {
			opacity: 1;
		}
		/* Document mockup preview */
		.m-sample-doc {
			border-radius: 12px;
			overflow: hidden;
			border: 1px solid var(--border-color);
			transition: transform 0.3s ease, box-shadow 0.3s ease;
			background: var(--bg-main);
		}
		.m-sample-card-wow:hover .m-sample-doc {
			box-shadow: 0 8px 25px rgba(37, 99, 235, 0.15);
			transform: translateY(-2px);
		}
		/* Title bar (macOS-style) */
		.m-sample-doc-bar {
			display: flex;
			align-items: center;
			gap: 6px;
			padding: 8px 12px;
			background: #0b1a3a;
		}
		.m-sample-doc-dot {
			width: 8px;
			height: 8px;
			border-radius: 50%;
			display: inline-block;
		}
		.m-sample-doc-dot:nth-child(1) { background: #ef4444; }
		.m-sample-doc-dot:nth-child(2) { background: #f59e0b; }
		.m-sample-doc-dot:nth-child(3) { background: #10b981; }
		.m-sample-doc-filename {
			margin-left: auto;
			font-family: 'JetBrains Mono', monospace, sans-serif;
			font-size: 11px;
			color: #94a3b8;
			letter-spacing: 0.2px;
		}
		/* Document body */
		.m-sample-doc-body {
			padding: 14px 16px 12px;
			background: var(--bg-main);
			display: flex;
			flex-direction: column;
			gap: 6px;
		}
		.m-sample-doc-title {
			font-size: 11px;
			font-weight: 800;
			color: var(--text-main);
			text-transform: uppercase;
			letter-spacing: 0.6px;
		}
		.m-sample-doc-subtitle {
			font-size: 12px;
			color: #2563eb;
			font-weight: 600;
		}
		/* Skeleton text lines */
		.m-sample-doc-lines {
			display: flex;
			flex-direction: column;
			gap: 5px;
			margin-top: 4px;
		}
		.m-sdl {
			height: 5px;
			border-radius: 3px;
			background: var(--border-color);
		}
		.m-sdl--full { width: 100%; }
		.m-sdl--mid { width: 72%; }
		.m-sdl--short { width: 45%; }
		/* Footer inside doc */
		.m-sample-doc-footer {
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-top: 8px;
			padding-top: 8px;
			border-top: 1px dashed var(--border-color);
		}
		.m-sample-doc-verified {
			display: inline-flex;
			align-items: center;
			gap: 4px;
			font-size: 11.5px;
			font-weight: 700;
			color: #10b981;
		}
		.m-sample-doc-verified svg {
			width: 13px;
			height: 13px;
			stroke: #10b981;
		}
		.m-sample-doc-sim {
			font-size: 11px;
			font-weight: 700;
			background: #ecfdf5;
			color: #059669;
			padding: 2px 7px;
			border-radius: 4px;
			border: 1px solid #a7f3d0;
		}
		[data-theme="dark"] .m-sample-doc-sim {
			background: rgba(16, 185, 129, 0.15);
			color: #34d399;
			border-color: rgba(52, 211, 153, 0.3);
		}
		/* Card text below doc */
		.m-sample-card-info {
			display: flex;
			flex-direction: column;
			gap: 4px;
		}
		.m-sample-card-info h4 {
			font-size: 16px !important;
			font-weight: 800 !important;
			color: var(--text-main) !important;
			margin: 0 0 2px 0 !important;
			text-align: left !important;
		}
		.m-sample-card-info .m-anzsco {
			font-size: 12.5px;
			color: var(--text-muted);
			font-weight: 600;
			display: block;
			margin-bottom: 12px;
			text-align: left;
		}
		.m-sample-btn-wa {
			font-size: 13px !important;
			font-weight: 700 !important;
			display: inline-flex !important;
			align-items: center !important;
			justify-content: center !important;
			gap: 8px !important;
			background: #eff6ff !important;
			color: #1d4ed8 !important;
			border: 1.5px solid #bfdbfe !important;
			border-radius: 10px !important;
			padding: 10px 16px !important;
			text-decoration: none !important;
			transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
			box-shadow: 0 2px 6px rgba(37, 99, 235, 0.08) !important;
			width: 100% !important;
			box-sizing: border-box !important;
		}
		.m-sample-btn-wa:hover {
			background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
			color: #ffffff !important;
			border-color: #2563eb !important;
			transform: translateY(-2px) !important;
			box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35) !important;
		}
		.m-sample-btn-wa .lab.la-whatsapp {
			font-size: 18px !important;
			color: #25D366 !important;
			transition: transform 0.25s ease, color 0.25s ease !important;
		}
		.m-sample-btn-wa:hover .lab.la-whatsapp {
			color: #ffffff !important;
			transform: scale(1.18) !important;
		}
		[data-theme="dark"] .m-sample-btn-wa {
			background: rgba(37, 99, 235, 0.15) !important;
			border-color: rgba(96, 165, 250, 0.3) !important;
			color: #93c5fd !important;
		}
		[data-theme="dark"] .m-sample-btn-wa:hover {
			background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
			color: #ffffff !important;
			border-color: #3b82f6 !important;
		}

		/* -------------------------------------------------------------
		   ACCREDITATION MARQUEE STRIP (BELOW BANNER)
		------------------------------------------------------------- */
		.m-accreditation-section {
			background: var(--bg-secondary) !important;
			border-top: 1px solid var(--border-color);
			border-bottom: 1px solid var(--border-color);
			padding: 22px 0;
			overflow: hidden;
			position: relative;
			z-index: 20;
			transition: all 0.3s ease;
		}
		.m-accreditation-marquee {
			display: flex;
			overflow: hidden;
			user-select: none;
			position: relative;
			width: 100%;
			padding: 8px 0;
		}
		.m-accreditation-marquee::before,
		.m-accreditation-marquee::after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			width: 100px;
			z-index: 2;
			pointer-events: none;
		}
		.m-accreditation-marquee::before {
			left: 0;
			background: linear-gradient(to right, var(--trust-bg), transparent);
		}
		.m-accreditation-marquee::after {
			right: 0;
			background: linear-gradient(to left, var(--trust-bg), transparent);
		}
		.m-accreditation-track {
			display: flex;
			align-items: center;
			gap: 22px;
			flex-shrink: 0;
			animation: marqueeScroll 30s linear infinite;
			white-space: nowrap;
			padding: 8px 0;
		}
		.m-accreditation-marquee:hover .m-accreditation-track {
			animation-play-state: paused;
		}
		@keyframes marqueeScroll {
			0% { transform: translateX(0); }
			100% { transform: translateX(-50%); }
		}
		.m-accreditation-item {
			display: inline-flex;
			align-items: center;
			gap: 10px;
			padding: 10px 22px;
			background: #ffffff;
			border: 1.5px solid #dbeafe;
			border-radius: 50px;
			font-size: 13.5px;
			font-weight: 700;
			color: #0f172a;
			box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
			transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		}
		.m-accreditation-item:hover {
			border-color: #2563eb;
			color: #2563eb;
			transform: translateY(-3px);
			box-shadow: 0 8px 22px rgba(37, 99, 235, 0.2);
			background: #f0f7ff;
		}
		.m-accreditation-icon {
			width: 24px;
			height: 24px;
			border-radius: 50%;
			background: #eff6ff;
			border: 1px solid #bfdbfe;
			color: #2563eb;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			font-size: 11px;
			flex-shrink: 0;
			transition: all 0.25s ease;
		}
		.m-accreditation-item:hover .m-accreditation-icon {
			background: #2563eb;
			border-color: #2563eb;
			color: #ffffff;
			transform: scale(1.1);
		}
		[data-theme="dark"] .m-accreditation-icon {
			background: rgba(37, 99, 235, 0.2);
			color: #60a5fa;
		}


		/* -------------------------------------------------------------
		   PRICING SECTION & TABS (ROYAL BLUE THEME)
		------------------------------------------------------------- */
		.m-pricing-tabs {
			display: inline-flex;
			background: #eff6ff;
			padding: 6px;
			border-radius: 50px;
			border: 1.5px solid #bfdbfe;
			margin: 0 auto 35px;
			gap: 6px;
		}
		.m-pricing-tab-btn {
			border: none;
			outline: none;
			background: transparent;
			padding: 10px 24px;
			border-radius: 50px;
			font-size: 14.5px;
			font-weight: 700;
			color: #3b82f6;
			cursor: pointer;
			display: inline-flex;
			align-items: center;
			gap: 8px;
			transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		}
		.m-pricing-tab-btn.active {
			background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
			color: #ffffff;
			box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
		}
		.m-pricing-panel {
			display: none;
			animation: fadeIn 0.4s ease;
		}
		.m-pricing-panel.active {
			display: block;
		}
		@keyframes fadeIn {
			from { opacity: 0; transform: translateY(8px); }
			to { opacity: 1; transform: translateY(0); }
		}
		.m-pricing-card {
			background: var(--bg-card);
			border: 1.5px solid var(--border-color);
			border-radius: 20px;
			padding: 32px 26px;
			height: 100%;
			display: flex;
			flex-direction: column;
			position: relative;
			transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
			box-shadow: var(--shadow-soft);
		}
		.m-pricing-card:hover {
			transform: translateY(-6px);
			box-shadow: var(--shadow-hover);
			border-color: #93c5fd;
		}
		.m-pricing-card.featured {
			border: 2px solid #2563eb;
			background: var(--bg-card);
			box-shadow: 0 12px 35px rgba(37, 99, 235, 0.15);
		}
		.m-pricing-card.featured::before {
			content: '';
			position: absolute;
			top: 0; left: 0; right: 0;
			height: 5px;
			background: linear-gradient(90deg, #2563eb 0%, #0284c7 100%);
			border-radius: 20px 20px 0 0;
		}
		.m-pricing-popular-badge {
			position: absolute;
			top: -14px;
			left: 50%;
			transform: translateX(-50%);
			background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
			color: #ffffff;
			font-size: 11px;
			font-weight: 800;
			letter-spacing: 0.5px;
			padding: 4px 14px;
			border-radius: 20px;
			box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
			text-transform: uppercase;
			display: inline-flex;
			align-items: center;
			gap: 4px;
			white-space: nowrap;
		}
		.m-pricing-header h3 {
			font-size: 20px !important;
			font-weight: 800 !important;
			color: var(--text-main) !important;
			margin: 0 0 6px 0 !important;
			text-align: left !important;
		}
		.m-pricing-header p {
			font-size: 13px;
			color: var(--text-muted);
			margin: 0 0 16px 0;
			text-align: left !important;
		}
		.m-pricing-amount {
			font-size: 38px;
			font-weight: 800;
			color: #2563eb;
			line-height: 1;
			margin-bottom: 8px;
			text-align: left;
		}
		.m-pricing-amount small {
			font-size: 20px;
			font-weight: 700;
			margin-right: 2px;
			color: var(--text-muted);
		}
		.m-pricing-delivery {
			font-size: 12.5px;
			color: var(--text-muted);
			display: flex;
			align-items: center;
			gap: 6px;
			margin-bottom: 20px;
		}
		.m-pricing-delivery svg {
			width: 15px;
			height: 15px;
			fill: #2563eb;
			flex-shrink: 0;
		}
		.m-pricing-divider {
			height: 1px;
			background: var(--border-color);
			margin-bottom: 20px;
		}
		.m-pricing-features {
			list-style: none;
			padding: 0;
			margin: 0 0 26px 0;
			flex-grow: 1;
			display: flex;
			flex-direction: column;
			gap: 12px;
		}
		.m-pricing-features li {
			font-size: 13.5px;
			color: var(--text-sub);
			display: flex;
			align-items: center;
			gap: 10px;
			line-height: 1.4;
		}
		.m-pricing-check-icon {
			width: 20px;
			height: 20px;
			border-radius: 50%;
			background: #eff6ff;
			color: #2563eb;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			font-size: 10px;
			font-weight: 900;
			flex-shrink: 0;
		}
		.m-pricing-btn {
			width: 100%;
			padding: 12px;
			border-radius: 10px;
			font-size: 14.5px;
			font-weight: 700;
			text-decoration: none;
			text-align: center;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			gap: 8px;
			transition: all 0.3s ease;
			border: 1.5px solid #bfdbfe;
			background: #eff6ff;
			color: #1d4ed8 !important;
		}
		.m-pricing-btn:hover {
			background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
			color: #ffffff !important;
			border-color: #2563eb;
			box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
			transform: translateY(-2px);
		}
		.m-pricing-card.featured .m-pricing-btn {
			background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
			color: #ffffff !important;
			border: none;
			box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
		}
		.m-pricing-card.featured .m-pricing-btn:hover {
			background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
			box-shadow: 0 8px 25px rgba(37, 99, 235, 0.45);
		}
		[data-theme="dark"] .m-pricing-tabs {
			background: rgba(37, 99, 235, 0.1);
			border-color: rgba(96, 165, 250, 0.25);
		}
		[data-theme="dark"] .m-pricing-check-icon {
			background: rgba(37, 99, 235, 0.2);
			color: #60a5fa;
		}
		[data-theme="dark"] .m-pricing-btn {
			background: rgba(37, 99, 235, 0.15);
			border-color: rgba(96, 165, 250, 0.3);
			color: #93c5fd !important;
		}

		/* -------------------------------------------------------------
		   BLOG SECTION (ROYAL BLUE THEME)
		------------------------------------------------------------- */
		.m-blog-card-wow {
			background: var(--bg-card);
			border: 1.5px solid var(--border-color);
			border-radius: 18px;
			overflow: hidden;
			height: 100%;
			display: flex;
			flex-direction: column;
			transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
			box-shadow: var(--shadow-soft);
			text-decoration: none !important;
		}
		.m-blog-card-wow:hover {
			transform: translateY(-6px);
			box-shadow: var(--shadow-hover);
			border-color: #93c5fd;
		}
		.m-blog-img-wrap {
			position: relative;
			width: 100%;
			height: 210px;
			overflow: hidden;
			background: #e2e8f0;
		}
		.m-blog-img-wrap img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			transition: transform 0.5s ease;
		}
		.m-blog-card-wow:hover .m-blog-img-wrap img {
			transform: scale(1.06);
		}
		.m-blog-content-wow {
			padding: 24px;
			display: flex;
			flex-direction: column;
			flex-grow: 1;
		}
		.m-blog-meta {
			display: flex;
			align-items: center;
			gap: 16px;
			font-size: 12.5px;
			color: var(--text-muted);
			margin-bottom: 12px;
		}
		.m-blog-meta-item {
			display: inline-flex;
			align-items: center;
			gap: 5px;
		}
		.m-blog-meta-item svg {
			width: 14px;
			height: 14px;
			fill: #2563eb;
			flex-shrink: 0;
		}
		.m-blog-title {
			font-size: 17px !important;
			font-weight: 800 !important;
			color: var(--text-main) !important;
			line-height: 1.45 !important;
			margin: 0 0 16px 0 !important;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
			transition: color 0.25s ease;
			text-align: left !important;
		}
		.m-blog-card-wow:hover .m-blog-title {
			color: #2563eb !important;
		}
		.m-blog-footer-link {
			margin-top: auto;
			font-size: 13.5px;
			font-weight: 700;
			color: #2563eb;
			display: inline-flex;
			align-items: center;
			gap: 6px;
			transition: gap 0.25s ease;
		}
		.m-blog-card-wow:hover .m-blog-footer-link {
			gap: 10px;
		}

		.m-blog-badge-tag {
			position: absolute;
			top: 14px;
			left: 14px;
			z-index: 2;
			background: rgba(15, 23, 42, 0.75);
			backdrop-filter: blur(8px);
			-webkit-backdrop-filter: blur(8px);
			color: #ffffff;
			font-size: 11.5px;
			font-weight: 700;
			padding: 5px 12px;
			border-radius: 50px;
			border: 1px solid rgba(255, 255, 255, 0.2);
			display: inline-flex;
			align-items: center;
			gap: 5px;
		}

		/* -------------------------------------------------------------
		   MODERN PAGINATION COMPONENT
		------------------------------------------------------------- */
		.m-pagination-wrap {
			margin-top: 45px;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 14px;
		}
		.m-pagination {
			display: inline-flex;
			align-items: center;
			gap: 8px;
			list-style: none;
			padding: 0;
			margin: 0;
			flex-wrap: wrap;
			justify-content: center;
		}
		.m-page-item {
			display: inline-block;
		}
		.m-page-link {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			min-width: 42px;
			height: 42px;
			padding: 0 16px;
			border-radius: 10px;
			background: #ffffff;
			border: 1.5px solid #e2e8f0;
			color: #334155;
			font-size: 14px;
			font-weight: 600;
			text-decoration: none !important;
			transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
		}
		.m-page-link:hover {
			background: #eff6ff;
			border-color: #93c5fd;
			color: #2563eb;
			transform: translateY(-2px);
			box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
		}
		.m-page-item.active .m-page-link {
			background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
			border-color: #2563eb;
			color: #ffffff !important;
			box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
			font-weight: 700;
		}
		.m-page-item.disabled .m-page-link {
			background: #f8fafc;
			border-color: #e2e8f0;
			color: #94a3b8;
			cursor: not-allowed;
			pointer-events: none;
			box-shadow: none;
		}
		.m-page-ellipsis {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			width: 36px;
			height: 42px;
			color: #94a3b8;
			font-size: 16px;
			font-weight: bold;
		}
		.m-page-info {
			font-size: 13.5px;
			color: var(--text-muted);
			font-weight: 500;
		}

		/* ==========================================================================
		   SAMPLE & SERVICE PAGE CONTENT CARDS & NESTED COLUMN FIXES
		   ========================================================================== */
		.modern-design-wrapper .col-lg-8 .col-sm-8,
		.modern-design-wrapper .col-lg-8 .col-sm-12,
		.modern-design-wrapper .col-lg-8 .col-md-8,
		.modern-design-wrapper .col-lg-8 .col-12,
		.modern-design-wrapper .col-lg-8 .vision,
		.modern-design-wrapper .col-sm-8 .col-sm-8,
		.modern-design-wrapper .col-sm-8 .col-sm-12,
		.modern-design-wrapper .col-sm-8 .col-sm-4,
		.modern-design-wrapper .vision .col-sm-8,
		.modern-design-wrapper .vision .col-sm-12,
		.modern-design-wrapper .vision .col-sm-4,
		.modern-design-wrapper .border-start .col-sm-8,
		.modern-design-wrapper .border-start .col-sm-12 {
			width: 100% !important;
			max-width: 100% !important;
			flex: 0 0 100% !important;
			float: none !important;
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

		/* Enhanced Content Card / Border-Start Box */
		.modern-design-wrapper .border-start.border-primary,
		.modern-design-wrapper .m-content-box-wow {
			background: #ffffff !important;
			border: 1px solid #e2e8f0 !important;
			border-left: 5px solid #2563eb !important;
			border-radius: 12px !important;
			padding: 24px 28px !important;
			margin-bottom: 24px !important;
			box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
			float: none !important;
			width: 100% !important;
			clear: both !important;
			margin: 30px 0 0;
		}

		.modern-design-wrapper .border-start.border-primary h3,
		.modern-design-wrapper .m-content-box-wow h3 {
			font-size: 18.5px !important;
			font-weight: 700 !important;
			color: #1e3a8a !important;
			margin-top: 20px !important;
			margin-bottom: 12px !important;
			display: flex !important;
			align-items: center !important;
			gap: 8px !important;
			line-height: 1.4 !important;
			float: none !important;
			text-align: left !important;
		}

		.modern-design-wrapper .border-start.border-primary h3:first-child,
		.modern-design-wrapper .m-content-box-wow h3:first-child {
			margin-top: 0 !important;
		}

		.modern-design-wrapper .border-start.border-primary p,
		.modern-design-wrapper .m-content-box-wow p {
			font-size: 15px !important;
			line-height: 1.75 !important;
			color: #334155 !important;
			margin-bottom: 14px !important;
			float: none !important;
			text-align: left !important;
		}

		/* Check-list item inside content cards */
		.modern-design-wrapper .list-group {
			margin-bottom: 18px !important;
			float: none !important;
			width: 100% !important;
		}

		.modern-design-wrapper .list-group-item {
			display: flex !important;
			align-items: flex-start !important;
			gap: 10px !important;
			padding: 6px 0 !important;
			background: transparent !important;
			border: none !important;
			font-size: 14.5px !important;
			color: #334155 !important;
			line-height: 1.6 !important;
			float: none !important;
			width: 100% !important;
			text-align: left !important;
		}

		.modern-design-wrapper .list-group-item .text-primary {
			color: #2563eb !important;
			font-size: 16px !important;
			margin-top: 3px !important;
			flex-shrink: 0 !important;
		}

		.modern-design-wrapper .list-group-item div {
			flex: 1 1 auto !important;
			float: none !important;
			text-align: left !important;
		}

		/* Sample Download Button Flexlist */
		.modern-design-wrapper .flexlist {
			display: flex !important;
			flex-wrap: wrap !important;
			gap: 16px !important;
			float: none !important;
			width: 100% !important;
			background: transparent !important;
			border: none !important;
			padding: 0 !important;
			margin: 20px 0 !important;
			list-style: none !important;
		}

		.modern-design-wrapper .flexlist-item {
			float: none !important;
			width: auto !important;
			min-width: 220px !important;
			margin: 0 !important;
			border: none !important;
			background: transparent !important;
			box-shadow: none !important;
		}

		.modern-design-wrapper .flexlist-item .wrd {
			width: 100% !important;
			background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%) !important;
			border-radius: 10px !important;
			padding: 14px 24px !important;
			text-align: center !important;
			box-shadow: 0 6px 18px rgba(37, 99, 235, 0.25) !important;
			transition: all 0.3s ease !important;
			display: block !important;
		}

		.modern-design-wrapper .flexlist-item .wrd:hover {
			transform: translateY(-3px) !important;
			box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35) !important;
		}

		.modern-design-wrapper .flexlist-item .wrd a {
			color: #ffffff !important;
			text-decoration: none !important;
			font-weight: 700 !important;
			display: flex !important;
			align-items: center !important;
			justify-content: center !important;
			gap: 8px !important;
		}

		.modern-design-wrapper .flexlist-item .wrd h3 {
			color: #ffffff !important;
			font-size: 15px !important;
			font-weight: 700 !important;
			margin: 0 !important;
			padding: 0 !important;
			text-align: center !important;
		}
section.m-related-section .m-related-subtitle{
	text-align: center;
}


@media screen and (min-width: 1424px) {
    section.m-hero .container.m-hero-content{
        max-width: 1320px;
    }
}
			/* Order Page Enhanced Styling */
			.m-order-page-wrap {
				background-color: #f8fafc;
				padding: 50px 0 80px;
			}
			.m-step-badge {
				width: 32px;
				height: 32px;
				background: linear-gradient(
		135deg,
		#2563eb 0%,
		#1d4ed8 100%
	);
				color: #ffffff;
				border-radius: 50%;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				font-weight: 700;
				font-size: 15px;
				margin-right: 12px;
				box-shadow: 0 6px 20px rgb(30 81 219 / 26%);
			}
			.m-btn-order-submit {
				background: linear-gradient(
		135deg,
		#2563eb 0%,
		#1d4ed8 100%
	);
				color: #ffffff;
				border: none;
				border-radius: 12px;
				box-shadow: 0 6px 20px rgb(30 81 219 / 66%);
				transition: all 0.3s ease;
				cursor: pointer;
			}
			.m-btn-order-submit:hover {
				transform: translateY(-2px);
				box-shadow: 0 8px 25px rgba(27, 169, 125, 0.45);
				color: #ffffff;
			}
			.m-trust-sidebar-card {
				background: #ffffff;
				border-radius: 16px;
				border: 1.5px solid #cbd5e1;
				box-shadow: 0 8px 20px rgba(10, 37, 64, 0.04);
				padding: 26px;
				margin-bottom: 24px;
			}
			.m-feature-item {
				display: flex;
				align-items: flex-start;
				margin-bottom: 16px;
			}
			.m-feature-item:last-child {
				margin-bottom: 0;
			}
			.m-feature-icon {
				width: 38px;
				height: 38px;
				background: #eff6ff;
                color: #2563eb;
				border-radius: 10px;
				display: flex;
				align-items: center;
				justify-content: center;
				font-size: 17px;
				margin-right: 12px;
				flex-shrink: 0;
			}
			.m-process-step {
				display: flex;
				align-items: center;
				margin-bottom: 14px;
				padding-bottom: 14px;
				border-bottom: 1px dashed #cbd5e1;
			}
			.m-process-step:last-child {
				margin-bottom: 0;
				padding-bottom: 0;
				border-bottom: none;
			}
			.m-process-num {
				font-size: 14px;
				font-weight: 800;
				color: #0A2540;
				background: #e2e8f0;
				padding: 4px 10px;
				border-radius: 6px;
				margin-right: 12px;
			}
			.m-direct-contact-box {
				background: linear-gradient(135deg, #0A2540 0%, #173b61 100%);
				color: #ffffff !important;
				border-radius: 16px;
				padding: 26px;
				border: 1.5px solid #334155;
				box-shadow: 0 10px 25px rgba(10, 37, 64, 0.18);
			}
			.m-direct-contact-box h5,
			.m-direct-contact-box p,
			.m-direct-contact-box span {
				color: #ffffff !important;
			}
			.m-order-faq-card {
				background: #ffffff;
				border-radius: 16px;
				border: 1.5px solid #cbd5e1;
				box-shadow: 0 8px 25px rgba(10, 37, 64, 0.04);
			}
			.accordion-button {
				color: #0A2540 !important;
				font-weight: 700;
				font-size: 16px;
			}
			.accordion-button:not(.collapsed) {
				background-color: #e3efff;
				color: #2563eb !important;
				font-weight: 700;
			}
			.accordion-button:focus {
				box-shadow: none;
				border-color: #1BA97D;
			}
			.m-trust-pill {
				background: #ffffff;
				border: 1.5px solid #cbd5e1;
				padding: 8px 18px;
				border-radius: 30px;
				font-size: 14px;
				font-weight: 700;
				color: #000000 !important;
				display: inline-flex;
				align-items: center;
				margin: 5px 6px;
				box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
			}

section.helpWrap {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 20%, rgba(37, 99, 235, 0.08), transparent 28%),
        radial-gradient(circle at 92% 80%, rgba(37, 99, 235, 0.07), transparent 30%),
        #f8fbff;
}


/* MAIN BOX */

section.helpWrap .helpPremiumBox {
    position: relative;
    overflow: hidden;
    padding: 14px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.10);
    box-shadow:
        0 25px 70px rgba(15, 23, 42, 0.08);
}


/* LEFT CONTENT */

section.helpWrap .helpContent {
    padding: 42px 38px;
}


/* BADGE */

section.helpWrap .helpBadge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 13px;
    margin-bottom: 17px;
    border-radius: 50px;
    background: rgba(37, 99, 235, 0.08);
    color: var(--primary-blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

section.helpWrap .helpBadge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-blue);
    box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.12);
}


/* HEADING */

section.helpWrap .helpContent h2 {
    margin: 10px 0 15px;
    color: #0f172a;
    font-size: 26px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.8px;
}

section.helpWrap .helpContent h2 span {
    color: var(--primary-blue);
}


/* DESCRIPTION */

section.helpWrap .helpIntro {
    max-width: 620px;
    margin-bottom: 28px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}


/* FORM */

section.helpWrap .contactForm {
    padding: 7px;
    border-radius: 20px;
    background: #f8faff;
    border: 1px solid rgba(37, 99, 235, 0.08);
}


/* TABS */

section.helpWrap .contactForm .nav-tabs {
    gap: 7px;
    margin-bottom: 22px;
    padding: 6px;
    border: none;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, 0.04);
}

section.helpWrap .contactForm .nav-item {
    flex: 1;
}

section.helpWrap .contactForm .nav-link {
    width: 100%;
    padding: 11px 15px;
    border: none !important;
    border-radius: 9px;
    color: #64748b;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    transition: 0.3s ease;
}

section.helpWrap .contactForm .nav-link i {
    margin-right: 7px;
}

section.helpWrap .contactForm .nav-link:hover {
    color: var(--primary-blue);
}

section.helpWrap .contactForm .nav-link.active {
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--primary-blue),
        var(--primary-blue-dark)
    );
    box-shadow:
        0 8px 20px rgba(37, 99, 235, 0.22);
}


/* TAB CONTENT */

section.helpWrap .contactForm .tab-content {
    padding: 0 8px 8px;
}


/* FORM FIELD */

section.helpWrap .formField {
    position: relative;
}

section.helpWrap .formField > i {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
    transition: 0.3s ease;
}

section.helpWrap .formField input,
section.helpWrap .formField textarea {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    outline: none;
    background: #ffffff;
    color: #0f172a;
    font-size: 13px;
    transition: 0.3s ease;
}

section.helpWrap .formField input {
    height: 50px;
    padding: 0 15px 0 43px;
}

section.helpWrap .formField textarea {
    min-height: 92px;
    padding: 15px 15px 15px 43px;
    resize: none;
}


/* TEXTAREA ICON */

section.helpWrap .formField.textareaField > i {
    top: 18px;
    transform: none;
}


/* PLACEHOLDER */

section.helpWrap .formField input::placeholder,
section.helpWrap .formField textarea::placeholder {
    color: #94a3b8;
}


/* FOCUS */

section.helpWrap .formField:focus-within > i {
    color: var(--primary-blue);
}

section.helpWrap .formField input:focus,
section.helpWrap .formField textarea:focus {
    border-color: var(--primary-blue);
    box-shadow:
        0 0 0 4px rgba(37, 99, 235, 0.09);
}


/* BUTTON */

section.helpWrap .contactForm .submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 205px;
    height: 50px;
    padding: 0 24px;
    overflow: hidden;
    border: none;
    border-radius: 11px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--primary-blue),
        var(--primary-blue-dark)
    );
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow:
        0 12px 25px rgba(37, 99, 235, 0.20);
    transition: 0.3s ease;
}

section.helpWrap .contactForm .submit i {
    transition: 0.3s ease;
}

section.helpWrap .contactForm .submit:hover {
    transform: translateY(-3px);
    box-shadow:
        0 18px 30px rgba(37, 99, 235, 0.28);
}

section.helpWrap .contactForm .submit:hover i {
    transform: translateX(4px);
}


/* IMAGE SIDE */

section.helpWrap .helpImage {
    position: relative;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    border-radius: 20px;
    background: #0f172a;
}

section.helpWrap .helpImage img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

section.helpWrap .helpPremiumBox:hover .helpImage img {
    transform: scale(1.06);
}


/* IMAGE OVERLAY */

section.helpWrap .imageOverlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(15, 23, 42, 0.05) 20%,
            rgba(15, 23, 42, 0.88) 100%
        );
}


/* IMAGE CONTENT */

section.helpWrap .imageContent {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 32px;
    color: #ffffff;
}

section.helpWrap .imageIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 14px;
    color: var(--primary-blue);
    background: #ffffff;
    font-size: 19px;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.18);
}

section.helpWrap .imageContent h3 {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
}

section.helpWrap .imageContent p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.7;
	text-align: left;
}


/* RESPONSIVE */

@media (max-width: 991px) {

    section.helpWrap .helpContent {
        padding: 35px 25px;
    }

    section.helpWrap .helpImage {
        min-height: 360px;
        margin-top: 5px;
    }

}


@media (max-width: 767px) {

    section.helpWrap {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }

    section.helpWrap .helpPremiumBox {
        padding: 7px;
        border-radius: 20px;
    }

    section.helpWrap .helpContent {
        padding: 28px 18px;
    }

    section.helpWrap .helpContent h2 {
        font-size: 26px;
    }

    section.helpWrap .helpIntro {
        font-size: 13px;
    }

    section.helpWrap .contactForm .submit {
        width: 100%;
    }

    section.helpWrap .helpImage {
        min-height: 300px;
    }

    section.helpWrap .imageContent {
        padding: 24px;
    }

}

section.paymentSection {
    --primary-blue: #2563eb;
    --primary-blue-dark: #1d4ed8;

    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 15%, rgba(37, 99, 235, 0.08), transparent 30%),
        radial-gradient(circle at 95% 85%, rgba(37, 99, 235, 0.07), transparent 30%),
        #f8fbff;
}


/* MAIN CARD */

section.paymentSection .paymentPremiumBox {
    position: relative;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgba(37, 99, 235, 0.10);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 25px 70px rgba(15, 23, 42, 0.08);
}


/* TOP AREA */

section.paymentSection .paymentTop {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 32px 35px;
    border-bottom: 1px solid #edf1f7;
}

section.paymentSection .paymentIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(
        135deg,
        var(--primary-blue),
        var(--primary-blue-dark)
    );
    font-size: 24px;
    box-shadow: 0 12px 25px rgba(37, 99, 235, 0.22);
}

section.paymentSection .paymentBadge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: var(--primary-blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

section.paymentSection .paymentBadge i {
    font-size: 10px;
}

section.paymentSection .paymentTop h2 {
    margin: 0 0 7px;
    color: #0f172a;
    font-size: 28px;
    font-weight: 800;
}

section.paymentSection .paymentTop p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}


/* CONTENT */

section.paymentSection .paymentContent {
    padding: 32px 35px;
}


/* FORM CARD */

section.paymentSection .paymentFormCard {
    padding: 28px;
    border: 1px solid #e8eef7;
    border-radius: 20px;
    background: #fbfdff;
}

section.paymentSection .paymentFormHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e9eef5;
}

section.paymentSection .paymentFormHead span {
    display: block;
    margin-bottom: 6px;
    color: var(--primary-blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

section.paymentSection .paymentFormHead h3 {
    margin: 0;
    color: #0f172a;
    font-size: 19px;
    font-weight: 750;
}


/* SECURE MARK */

section.paymentSection .secureMark {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 50px;
    color: #15803d;
    background: #f0fdf4;
    font-size: 11px;
    font-weight: 700;
}


/* LABEL */

section.paymentSection .paymentFormCard label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-size: 12px;
    font-weight: 700;
}


/* INPUT */

section.paymentSection .paymentInput {
    position: relative;
}

section.paymentSection .paymentInput > i {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 14px;
    pointer-events: none;
    transition: 0.3s ease;
}

section.paymentSection .paymentInput input {
    width: 100%;
    height: 51px;
    padding: 0 15px 0 43px;
    border: 1px solid #dfe7f1;
    border-radius: 11px;
    outline: none;
    background: #ffffff;
    color: #0f172a;
    font-size: 13px;
    transition: 0.3s ease;
}

section.paymentSection .paymentInput input::placeholder {
    color: #94a3b8;
}

section.paymentSection .paymentInput:focus-within > i {
    color: var(--primary-blue);
}

section.paymentSection .paymentInput input:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.09);
}


/* AMOUNT */

section.paymentSection .amountInput input {
    padding-right: 62px;
}

section.paymentSection .amountInput span {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    padding-left: 10px;
    border-left: 1px solid #e2e8f0;
    color: var(--primary-blue);
    font-size: 11px;
    font-weight: 800;
}


/* ERRORS */

section.paymentSection #descriptionError,
section.paymentSection #priceLabelError,
section.paymentSection #invoiceidError {
    margin: 6px 0 0;
    color: #ef4444;
    font-size: 11px;
    text-align: left !important;
}


/* INVOICE */

section.paymentSection #invoiceidDiv {
    display: none;
    margin-top: 18px;
    text-align: left !important;
}


/* PAYPAL AREA */

section.paymentSection .paymentButtonArea {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #e9eef5;
}

section.paymentSection .paymentButtonLabel {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
}

section.paymentSection .paymentButtonLabel i {
    color: var(--primary-blue);
    font-size: 18px;
}


/* PAYPAL CONTAINER */

section.paymentSection #paypal-button-container {
    width: 100%;
}


/* SIDE CARD */

section.paymentSection .paymentInfoCard {
    height: 100%;
    padding: 30px 26px;
    border-radius: 20px;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            var(--primary-blue),
            var(--primary-blue-dark)
        );
    box-shadow:
        0 20px 40px rgba(37, 99, 235, 0.20);
}

section.paymentSection .paymentInfoIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 21px;
}

section.paymentSection .paymentInfoCard h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
}

section.paymentSection .paymentInfoCard > p {
    margin-bottom: 27px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.7;
}


/* FEATURES */

section.paymentSection .paymentFeatures {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

section.paymentSection .paymentFeatures > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

section.paymentSection .paymentFeatures > div > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 12px;
}

section.paymentSection .paymentFeatures p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.55;
}

section.paymentSection .paymentFeatures strong {
    display: block;
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 12px;
}


/* RESPONSIVE */

@media (max-width: 991px) {

    section.paymentSection {
        padding: 55px 0;
    }

    section.paymentSection .paymentInfoCard {
        margin-top: 5px;
    }

}


@media (max-width: 767px) {

    section.paymentSection {
        padding: 40px 0;
    }

    section.paymentSection .paymentPremiumBox {
        padding: 7px;
        border-radius: 20px;
    }

    section.paymentSection .paymentTop {
        align-items: flex-start;
        padding: 25px 18px;
    }

    section.paymentSection .paymentIcon {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 18px;
    }

    section.paymentSection .paymentTop h2 {
        font-size: 21px;
    }

    section.paymentSection .paymentContent {
        padding: 20px 12px;
    }

    section.paymentSection .paymentFormCard {
        padding: 20px 15px;
    }

    section.paymentSection .paymentFormHead {
        align-items: flex-start;
        flex-direction: column;
    }

    section.paymentSection .paymentInfoCard {
        padding: 25px 20px;
    }

}
/* ==========================================
   PREMIUM TESTIMONIAL CARDS — MYCDRHELP
========================================== */

.reviewscb {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    width: 100%;
    margin: 24px 0 0 !important;
    padding: 0 !important;
    list-style: none;
}

.reviewscb .flexlist-item10 {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: flex;
}


/* ==========================================
   CARD
========================================== */

.reviewscb .reviews_holder {
    position: relative;
    isolation: isolate;

    display: flex;
    flex-direction: column;

    width: 100%;
    min-height: 100%;

    padding: 30px 29px 25px;

    background: #fff;
    border: 1px solid rgba(37, 99, 235, .10);
    border-radius: 20px;

    box-shadow:
        0 2px 4px rgba(15, 23, 42, .025),
        0 12px 35px rgba(15, 23, 42, .055);

    overflow: hidden;

    transition:
        transform .4s cubic-bezier(.2,.8,.2,1),
        box-shadow .4s ease,
        border-color .4s ease;
}


/* TOP PREMIUM LINE */

.reviewscb .reviews_holder::before {
    content: "";
    position: absolute;
    z-index: 3;

    top: 0;
    left: 28px;
    right: 28px;

    height: 3px;

    border-radius: 0 0 10px 10px;

    background: linear-gradient(
        90deg,
        var(--primary-blue-dark),
        var(--primary-blue),
        #60a5fa
    );
}


/* BLUE BACKGROUND GLOW */

.reviewscb .reviews_holder::after {
    content: "";

    position: absolute;
    z-index: -1;

    width: 190px;
    height: 190px;

    right: -100px;
    top: -105px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(37,99,235,.11) 0%,
        rgba(37,99,235,.035) 45%,
        transparent 72%
    );

    transition: transform .5s ease;
}


/* HOVER */

.reviewscb .reviews_holder:hover {
    transform: translateY(-9px);

    border-color: rgba(37,99,235,.20);

    box-shadow:
        0 8px 20px rgba(15,23,42,.045),
        0 25px 55px rgba(37,99,235,.10);
}

.reviewscb .reviews_holder:hover::after {
    transform: scale(1.35);
}


/* ==========================================
   TITLE
========================================== */

.reviewscb .reviews_holder h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 15px;
    padding: 0 38px 0 0;

    color: var(--text-dark);

    font-size: 17px;
    line-height: 1.45;
    font-weight: 750;
    letter-spacing: -.25px;
}


/* SMALL BLUE TITLE MARK */

.reviewscb .reviews_holder h3::before {
    content: "“";

    position: absolute;
    right: 0;
    top: -9px;

    color: var(--primary-blue);

    font-family: Georgia, serif;
    font-size: 42px;
    line-height: 1;

    opacity: .13;
}


.reviewscb .star_rating {
    position: relative;
    z-index: 2;
    display: inline-flex !important;
    align-items: center;
    width: fit-content;
    gap: 3px;
    margin: 0 0 20px !important;
    padding: 6px 9px !important;
    background: var(--blue-light);
    border: 1px solid rgba(37,99,235,.07);
    border-radius: 9px;
    list-style: none;
	color: var(--primary-blue) !important;
}

.reviewscb .star_rating li {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    list-style: none;
}

.reviewscb .star_rating li i {
    color: var(--primary-blue);
    font-size: 11px;
    line-height: 1;
    filter: drop-shadow(
        0 2px 3px rgba(37,99,235,.18)
    );
}


/* ==========================================
   REVIEW TEXT
========================================== */

.reviewscb .reviews_holder p {
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
    color: var(--text-body);
    font-size: 13.8px;
    line-height: 1.78;
    font-weight: 400;
    letter-spacing: .05px;
}


/* ==========================================
   AUTHOR AREA
========================================== */

.reviewscb .reviews_holder p:last-child {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin: auto 0 0 !important;
    padding: 17px 0 0;
    border-top: 1px solid rgba(15,23,42,.07);
    color: #475569;
    font-size: 12px;
    line-height: 1.4;
}


/* AUTHOR DOT / ICON */

.reviewscb .reviews_holder p:last-child::before {
    content: "\f007";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: var(--primary-blue);
    background: var(--blue-light);
    border: 1px solid rgba(37,99,235,.08);
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 900;
}


/* AUTHOR NAME */

.reviewscb .reviews_holder p:last-child strong {
    color: var(--text-dark);
    font-weight: 700;
}



/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1199px) {

    .reviewscb {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

}

@media (max-width: 767px) {

    .reviewscb {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .reviewscb .reviews_holder {
        padding: 27px 23px 23px;
        border-radius: 17px;
    }

    .reviewscb .reviews_holder h3 {
        font-size: 16px;
    }

    .reviewscb .reviews_holder p {
        font-size: 13.5px;
        line-height: 1.7;
    }

}
.review-overall-rating {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 30px;
    padding: 14px 22px;
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 14px;
    box-shadow:
        0 6px 20px rgba(15, 23, 42, 0.05),
        0 0 0 5px rgba(37, 99, 235, 0.025);

    overflow: hidden;
}

.review-overall-rating::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;

    background: linear-gradient(
        180deg,
        #1d4ed8,
        #2563eb,
        #60a5fa
    );
}

.review-overall-stars {
    display: flex;
    align-items: center;
    gap: 7px;
}

.review-overall-stars i {
    font-size: 21px;
    line-height: 1;
    color: #2563eb;

    filter: drop-shadow(
        0 3px 5px rgba(37, 99, 235, 0.18)
    );
}

.review-overall-rating:hover {
    border-color: rgba(37, 99, 235, 0.22);

    box-shadow:
        0 10px 28px rgba(15, 23, 42, 0.07),
        0 0 0 5px rgba(37, 99, 235, 0.035);

    transform: translateY(-2px);
    transition: all 0.3s ease;
}




/* CARD */

.rpl-sample-card {
    position: relative;
    height: 100%;
    padding: 32px 30px 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.10);
    border-radius: 18px;
    box-shadow:
        0 5px 15px rgba(15, 23, 42, 0.035),
        0 18px 40px rgba(15, 23, 42, 0.055);

    overflow: hidden;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* TOP ACCENT */

.rpl-sample-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 3px;
    background: linear-gradient(
        90deg,
        #1d4ed8,
        #2563eb,
        #60a5fa
    );

    border-radius: 0 0 8px 8px;
}


/* SOFT BACKGROUND GLOW */

.rpl-sample-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -100px;
    top: -100px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(37, 99, 235, 0.10),
        rgba(37, 99, 235, 0.025) 48%,
        transparent 72%
    );

    pointer-events: none;
}


.rpl-sample-card:hover {
    transform: translateY(-7px);
    border-color: rgba(37, 99, 235, 0.20);
    box-shadow:
        0 12px 25px rgba(15, 23, 42, 0.055),
        0 25px 55px rgba(37, 99, 235, 0.10);
}


/* PDF ICON */

.rpl-pdf-icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    background: #fff1f2;
    border: 1px solid rgba(220, 38, 38, 0.10);
    border-radius: 14px;
    box-shadow:
        0 7px 18px rgba(220, 38, 38, 0.08);
}


.rpl-pdf-icon i {
    font-size: 30px;
    line-height: 1;
    color: #dc2626;
}


/* HEADING */

.rpl-sample-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 10px;
    color: var(--rpl-text);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}


/* DESCRIPTION */

.rpl-sample-card p {
    position: relative;
    z-index: 1;
    max-width: 470px;
    margin: 0 auto 22px;
    color: var(--rpl-muted);
    font-size: 13px;
    line-height: 1.7;
}


/* BUTTON */

.rpl-sample-btn {
    position: relative;
    z-index: 1;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 10px 18px;

    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #2563eb,
        #1d4ed8
    );

    border: 1px solid rgba(29, 78, 216, 0.2);
    border-radius: 9px;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;

    box-shadow:
        0 7px 16px rgba(37, 99, 235, 0.18);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}


.rpl-sample-btn i {
    font-size: 13px;
}


.rpl-sample-btn:hover {
    color: #ffffff;
    text-decoration: none;

    transform: translateY(-2px);

    background: linear-gradient(
        135deg,
        #1d4ed8,
        #1e40af
    );

    box-shadow:
        0 10px 22px rgba(37, 99, 235, 0.25);
}


/* MOBILE */

@media (max-width: 767px) {

    .rpl-sample-card {
        padding: 28px 22px 25px;
    }

    .rpl-sample-card h3 {
        font-size: 18px;
    }

    .rpl-sample-card p {
        font-size: 12.5px;
    }

}


/* =========================================
   PREMIUM REPORT SAMPLE GRID
========================================= */

.report-samples {
    margin-top: 25px;
}

.report-samples .anone {
    margin-bottom: 30px;
}


/* CARD LINK */

.report-samples .anone > a {
    position: relative;
    display: block;
    height: 100%;
    padding: 10px 10px 0;
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.10);
    border-radius: 16px;
    box-shadow:
        0 5px 18px rgba(15, 23, 42, 0.045),
        0 15px 35px rgba(15, 23, 42, 0.035);

    text-decoration: none;
    overflow: hidden;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}




/* HOVER */

.report-samples .anone > a:hover {
    transform: translateY(-7px);
    border-color: rgba(37, 99, 235, 0.20);
    box-shadow:
        0 12px 25px rgba(15, 23, 42, 0.07),
        0 25px 50px rgba(37, 99, 235, 0.09);
}


/* IMAGE WRAPPER EFFECT */

.report-samples .anone picture {
    display: block;
    overflow: hidden;
    border-radius: 11px;

    background: #f8fafc;
}


/* IMAGE */

.report-samples .anone img {
    display: block;
    width: 100%;
    height: 220px;

    object-fit: cover;

    border-radius: 11px;

    transition:
        transform 0.5s ease,
        filter 0.5s ease;
}


/* IMAGE HOVER */

.report-samples .anone > a:hover img {
    transform: scale(1.035);
    filter: brightness(1.02);
}


/* TITLE */

.report-samples .clicktext {
    position: relative;

    margin: 0 !important;
    padding: 17px 8px 18px;

    color: #0f172a;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;

    transition: color 0.3s ease;
}


/* SMALL BLUE ACCENT */

.report-samples .clicktext::before {
    content: "";
    display: block;

    width: 28px;
    height: 3px;

    margin: 0 auto 10px;

    background: #2563eb;
    border-radius: 10px;

    transition:
        width 0.3s ease,
        background 0.3s ease;
}


.report-samples .anone > a:hover .clicktext {
    color: #2563eb;
}


.report-samples .anone > a:hover .clicktext::before {
    width: 42px;
    background: #1d4ed8;
}


/* =========================================
   OPTIONAL PDF / DOCUMENT FEEL
========================================= */

.report-samples .anone > a::after {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    top: -110px;
    right: -90px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(37, 99, 235, 0.09),
        transparent 70%
    );

    pointer-events: none;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .report-samples .anone img {
        height: 200px;
    }
}


@media (max-width: 767px) {

    .report-samples .anone {
        margin-bottom: 22px;
    }

    .report-samples .anone > a {
        padding: 8px 8px 0;
    }

    .report-samples .anone img {
        height: 220px;
    }

    .report-samples .clicktext {
        padding: 15px 6px 16px;
        font-size: 12.5px;
    }
}
section.thankyouPage {
    min-height: 85vh;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 52% 42%,
            rgba(255,255,255,.98) 0%,
            rgba(246,249,255,.98) 72%
        );
    color: var(--textColor);
}


section.thankyouPage .thankyouContainer {
    width: min(1320px, calc(100% - 60px));
    margin: 0 auto;
    position: relative;
    z-index: 5;
}


section.thankyouPage .decorCircleTop {
    position: absolute;
    width: 250px;
    height: 250px;
    border: 53px solid rgba(76,119,177,.10);
    border-radius: 50%;
    top: -145px;
    left: -100px;
    z-index: 1;
}

section.thankyouPage .decorCircleBottom {
    position: absolute;
    width: 285px;
    height: 285px;
    border: 53px solid var(--primary-blue-dark);
    border-radius: 50%;
    right: -145px;
    bottom: -145px;
    opacity: .95;
    z-index: 1;
}

section.thankyouPage .dots {
    position: absolute;
    width: 190px;
    height: 100px;
    opacity: .58;
    background-image: radial-gradient(
        var(--primary-blue-dark) 2px,
        transparent 2.5px
    );
    background-size: 26px 26px;
    z-index: 1;
}

section.thankyouPage .dotsTop {
    top: 8px;
    right: 30px;
}

section.thankyouPage .dotsBottom {
    bottom: 18px;
    left: 8px;
}


section.thankyouPage .thankyouGrid {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr);
    gap: 58px;
    align-items: center;
}


section.thankyouPage .thankyouCard {
    width: 100%;
    background: rgba(255,255,255,.97);
    border-radius: 26px;
    padding: 30px 45px 40px;
    box-shadow:
        0 14px 42px rgba(24,43,73,.075),
        0 3px 12px rgba(24,43,73,.025);
    position: relative;
}

section.thankyouPage .successIcon {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 7px 22px rgb(214 226 255 / 65%);
}

section.thankyouPage .successIcon i {
    font-size: 51px;
    color: var(--primary-blue-dark);
}

section.thankyouPage .successLabel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: var(--primary-blue-dark);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

section.thankyouPage .successLabel::before,
section.thankyouPage .successLabel::after {
    content: "";
    width: 48px;
    height: 2px;
    flex: 0 0 48px;
    background: var(--primary-blue-dark);
    opacity: .8;
}
section.thankyouPage .mainTitle {
    margin: 0;
    text-align: center;
    color: var(--text-main);
    font-size: 45px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.8px;
}

section.thankyouPage .mainTitle .green {
    color: var(--primary-blue-dark);
}

section.thankyouPage .titleDivider {
    width: 330px;
    max-width: 80%;
    height: 1px;
    background: rgb(29 78 216 / 52%);
    margin: 27px auto 27px;
    position: relative;
}

section.thankyouPage .titleDivider span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary-blue-dark);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 5px #fff;
}


section.thankyouPage .thankyouContent p {
    margin: 0 0 7px;
    font-size: 15.5px;
    line-height: 1.85;
    text-align: left;
    color: var(--textColor);
}

section.thankyouPage .thankyouContent p:last-child {
    margin-bottom: 0;
}

section.thankyouPage .thankyouContent strong {
    color: var(--text-main);
    font-weight: 700;
}

section.thankyouPage .thankyouButtons {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 15px;
    margin-top: 28px;
}

section.thankyouPage .thankBtn {
    min-height: 57px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 9px 14px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    transition: all .3s ease;
    border: 1.5px solid var(--primary-blue-dark);
    white-space: nowrap;
}

section.thankyouPage .thankBtn i {
    font-size: 19px;
    flex: 0 0 auto;
}

section.thankyouPage .thankBtnPrimary {
    color: #fff;
    background: var(--primary-blue-dark);
}

section.thankyouPage .thankBtnOutline {
    color: var(--primary-blue-dark);
    background: #fff;
}

section.thankyouPage .thankBtn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(1,101,64,.13);
}

section.thankyouPage .thankBtnPrimary:hover {
    color: #fff;
    background: #25D366;
	border-color: #25D366;
}


section.thankyouPage .nextSteps {
    position: relative;
    padding: 68px 20px 20px;
}

section.thankyouPage .nextStepsBox {
    width: 100%;
    position: relative;
    border: 1.5px solid var(--text-main);
    border-radius: 18px;
    padding: 70px 32px 40px;
    background: rgba(255,255,255,.18);
}

section.thankyouPage .nextStepsTitle {
    position: absolute;
    top: -38px;
    left: 13px;
    right: 13px;
    height: 76px;
    background: #223e75;
    border-radius: 45px;
    display: flex;
    align-items: center;
    padding: 0 28px 0 116px;
    color: #fff;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 10px 25px rgba(24,43,73,.12);
}

section.thankyouPage .nextStepsIcon {
    position: absolute;
    left: -1px;
    top: -29px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid var(--primary-blue-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 3px 10px rgba(1,101,64,.05);
}

section.thankyouPage .nextStepsIcon i {
    font-size: 34px;
    color: var(--primary-blue-dark);
}


section.thankyouPage .stepsList {
    position: relative;
}

section.thankyouPage .stepsList::before {
    content: "";
    position: absolute;
    left: 29px;
    top: 29px;
    bottom: 29px;
    width: 1px;
    background: rgba(24,43,73,.42);
}

section.thankyouPage .stepItem {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0,1fr);
    gap: 29px;
    margin-bottom: 24px;
}

section.thankyouPage .stepItem:last-child {
    margin-bottom: 0;
}

section.thankyouPage .stepNumber {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--primary-blue-dark);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(1,101,64,.15);
}

section.thankyouPage .stepContent {
    padding-top: 5px;
}

section.thankyouPage .stepContent h3 {
    margin: 0 0 9px;
    color: var(--primary-blue-dark);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
}

section.thankyouPage .stepContent p {
    margin: 0;
    color: var(--textColor);
    font-size: 14px;
	font-weight: 400;
    line-height: 1.6;
	text-align: left;
}
section.thankyouPage .spark {
    position: absolute;
    width: 18px;
    height: 18px;
    color: var(--primary-blue-dark);
    line-height: 0;
    z-index: 3;
}

section.thankyouPage .spark svg {
    width: 100%;
    height: 100%;
    display: block;
}

section.thankyouPage .spark.s1 {
    left: -10px;
    top: -65px;
}

section.thankyouPage .spark.s2 {
    right: 90px;
    top: -43px;
    width: 15px;
    height: 15px;
}


section.thankyouPage .successIcon {
    color: var(--primary-blue-dark);
}

section.thankyouPage .successIcon svg {
    display: block;
}
section.thankyouPage .nextStepsIcon svg{
    color: var(--primary-blue-dark);
}

section.serviceShowcase {
    position: relative;
    background: radial-gradient(circle at 52% 42%, rgba(255, 255, 255, .98) 0%, rgba(246, 249, 255, .98) 72%);;
    overflow: hidden;
}

section.serviceShowcase::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(1, 101, 64, .07);
    border-radius: 50%;
    left: -250px;
    top: 20px;
}

section.serviceShowcase::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(24, 43, 73, .06);
    border-radius: 50%;
    right: -160px;
    bottom: -100px;
}

section.serviceShowcase .container {
    width: min(1140px, calc(100% - 40px));
    margin: auto;
    position: relative;
    z-index: 2;
}
section.serviceShowcase .serviceShowcaseGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}


section.serviceShowcase .serviceBox {
    position: relative;
    min-height: 355px;
    padding: 27px 27px 0;
    background: #fff;
    border: 1px solid #eef2fd;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;
}

section.serviceShowcase .serviceBox:hover {
    transform: translateY(-8px);
    border-color: #eef2fd;
    box-shadow:
        0 22px 45px rgba(24, 43, 73, .10);
}

section.serviceShowcase .serviceTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

section.serviceShowcase .serviceNumber {
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .12em;
    color: #98a39e;
}

section.serviceShowcase .serviceIcon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #eef2fd;
    color: var(--primary-blue-dark);
    transition: .35s ease;
}

section.serviceShowcase .serviceIcon svg {
    width: 27px;
    height: 27px;
}

section.serviceShowcase .serviceBox:hover .serviceIcon {
    background: var(--primary-blue-dark);
    color: #fff;
    transform: rotate(-5deg);
}

section.serviceShowcase .serviceBody {
    flex: 1;
}

section.serviceShowcase .serviceBody h3 {
    margin: 0 0 13px;
    color: var(--text-main);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -.3px;
}

section.serviceShowcase .serviceBody p {
    margin: 0;
    max-width: 310px;
    color: #666d69;
    font-size: 15px;
    line-height: 1.75;
}
section.serviceShowcase .serviceLink {
    margin: 25px -27px 0;
    padding: 17px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #edf0ef;
    color: var(--primary-blue-dark);
    font-size: 13px;
    font-weight: 800;
    transition: .3s ease;
}
section.serviceShowcase .serviceLink:hover{
      color: var(--primary-blue-dark);
}

section.serviceShowcase .serviceLink b.arrowIcon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(1, 101, 64, .25);
    border-radius: 50%;
    font-size: 0;
    font-weight: normal;
    transition: .3s ease;
}

section.serviceShowcase .serviceLink .arrowIcon svg {
    width: 15px;
    height: 15px;
    display: block;
}

section.serviceShowcase .serviceLink:hover .arrowIcon {
    color: #fff;
    background: var(--primary-blue-dark);
    border-color: var(--primary-blue-dark);
    transform: rotate(45deg);
}


section.serviceShowcase .serviceBox.featured {
    border-color: #eef2fd;
    box-shadow: 0 12px 35px rgba(1, 101, 64, .07);
}

section.serviceShowcase .serviceBox.featured::before {
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    right: -35px;
    top: -35px;
    border-radius: 50%;
    background:#eef2fd;
}

@media screen and (min-width:1424px) {
    section.thankyouPage{
        padding: 60px 0 0;
    }
}


@media (max-width: 991px) {

    section.serviceShowcase .serviceShowcaseGrid {
        grid-template-columns: repeat(2, 1fr);
        margin: 40px 0 0;
    }

    section.serviceShowcase .serviceBox:last-child {
        grid-column: 1 / -1;
    }
      section.thankyouPage .thankyouPage {
        padding-top: 25px;
    }

    section.thankyouPage .thankyouContainer {
        width: min(720px, calc(100% - 40px));
    }
    section.thankyouPage .thankyouGrid {
        grid-template-columns: 1fr;
        gap: 65px;
    }


    section.thankyouPage .nextSteps {
        padding-top: 55px;
    }

    section.thankyouPage .nextStepsBox {
        min-height: auto;
    }
}












@media (max-width: 1200px) {

    section.thankyouPage .thankyouContainer {
        width: min(1140px, calc(100% - 40px));
    }

    section.thankyouPage .thankyouGrid {
        grid-template-columns: 1.08fr .92fr;
        gap: 35px;
    }

    section.thankyouPage .thankyouCard {
        padding-left: 38px;
        padding-right: 38px;
    }

    section.thankyouPage .mainTitle {
        font-size: 45px;
    }

    section.thankyouPage .thankyouContent p,
    section.thankyouPage .stepContent p {
        font-size: 14px;
    }

    section.thankyouPage .thankyouButtons {
        gap: 10px;
    }

    section.thankyouPage .thankBtn {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }

    section.thankyouPage .nextStepsBox {
        padding-left: 27px;
        padding-right: 27px;
    }

    section.thankyouPage .nextStepsTitle {
        font-size: 20px;
    }
}






@media (max-width: 767px) {

    section.thankyouPage .thankyouPage {
        padding: 20px 0 45px;
    }

    section.thankyouPage .thankyouContainer {
        width: calc(100% - 24px);
    }

    section.thankyouPage .decorCircleTop {
        width: 170px;
        height: 170px;
        border-width: 38px;
        top: -100px;
        left: -85px;
    }
    section.thankyouPage .thankyouGrid {
        grid-template-columns: 1fr;
        gap: 55px;
    }
    section.thankyouPage{
        padding: 40px 0 0;
    }
    section.thankyouPage .thankyouCard {
        padding: 28px 18px 27px;
        border-radius: 20px;
    }

    section.thankyouPage .successIcon {
        width: 88px;
        height: 88px;
    }

    section.thankyouPage .successIcon i {
        font-size: 40px;
    }

    section.thankyouPage .successLabel {
        font-size: 12px;
        gap: 7px;
    }

    section.thankyouPage .successLabel::before,
    section.thankyouPage .successLabel::after {
        width: 24px;
        flex-basis: 24px;
    }

    section.thankyouPage .mainTitle {
        font-size: 34px;
        line-height: 1.1;
        letter-spacing: -1px;
    }

    section.thankyouPage .titleDivider {
        margin: 10px 0 20px;
    }

    section.thankyouPage .thankyouContent p {
        font-size: 13.5px;
        line-height: 1.75;
        margin-bottom: 6px;
    }

    section.thankyouPage .thankyouButtons {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 23px;
    }

    section.thankyouPage .thankBtn {
        width: 100%;
        min-height: 54px;
        font-size: 14px;
    }

    section.thankyouPage .nextSteps {
        padding: 55px 5px 15px;
    }

    section.thankyouPage .nextStepsBox {
        padding: 64px 17px 28px;
        border-radius: 16px;
    }

    section.thankyouPage .nextStepsTitle {
        left: 10px;
        right: 10px;
        height: 65px;
        padding-left: 78px;
        padding-right: 12px;
        font-size: 16px;
    }

    section.thankyouPage .nextStepsIcon {
        width: 70px;
        height: 70px;
        top: -22px;
    }

    section.thankyouPage .nextStepsIcon i {
        font-size: 26px;
    }

    section.thankyouPage .stepsList::before {
        left: 23px;
    }

    section.thankyouPage .stepItem {
        grid-template-columns: 47px minmax(0,1fr);
        gap: 17px;
        margin-bottom: 23px;
    }

    section.thankyouPage .stepNumber {
        width: 47px;
        height: 47px;
        font-size: 14px;
    }

    section.thankyouPage .stepContent {
        padding-top: 3px;
    }

    section.thankyouPage .stepContent h3 {
        font-size: 14px;
        margin-bottom: 7px;
    }

    section.thankyouPage .stepContent p {
        font-size: 12.5px;
        line-height: 1.7;
    }

    section.thankyouPage .dots {
        transform: scale(.65);
        transform-origin: left bottom;
    }

    section.thankyouPage .dotsTop {
        right: -25px;
        transform-origin: right top;
    }

    section.thankyouPage .decorCircleBottom {
        width: 180px;
        height: 180px;
        border-width: 35px;
        right: -100px;
        bottom: -90px;
    }
     section.serviceShowcase .serviceShowcase .container {
        width: calc(100% - 30px);
    }

    section.serviceShowcase .serviceShowcaseGrid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    section.serviceShowcase .serviceBox:last-child {
        grid-column: auto;
    }

    section.serviceShowcase .serviceBox {
        min-height: 320px;
        padding: 23px 21px 0;
    }

    section.serviceShowcase .serviceBody h3 {
        font-size: 18px;
    }

    section.serviceShowcase .serviceBody p {
        font-size: 14px;
    }

    section.serviceShowcase .serviceLink {
        margin-left: -21px;
        margin-right: -21px;
        padding-left: 21px;
        padding-right: 21px;
    }
}




/* ============================================
   PREMIUM EXPERTS GRID
   ============================================ */

.allexperts {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}


/* CARD */
.allexperts .flexlist {
    min-width: 0;
    list-style: none;
}

.allexperts .flexlist > a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}


/* MAIN CARD */
.allexperts .sliderr {
    position: relative;
    height: 100%;
    min-height: 345px;
    padding: 28px 22px 22px;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow:
        0 8px 30px rgba(15, 23, 42, 0.045);
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


/* TOP BLUE GLOW */
.allexperts .sliderr::before {
    content: "";
    position: absolute;
    top: -85px;
    left: 50%;
    width: 180px;
    height: 180px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(37, 99, 235, .10);
    filter: blur(2px);
    transition: .4s ease;
}


/* TOP LINE */
.allexperts .sliderr::after {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--primary-blue),
        transparent
    );
    opacity: .45;
    transition: .35s ease;
}


/* HOVER CARD */
.allexperts .flexlist > a:hover .sliderr {
    transform: translateY(-9px);
    border-color: rgba(37, 99, 235, .25);

    box-shadow:
        0 20px 45px rgba(37, 99, 235, .11),
        0 5px 15px rgba(15, 23, 42, .05);
}

.allexperts .flexlist > a:hover .sliderr::before {
    width: 230px;
    height: 230px;
    background: rgba(37, 99, 235, .14);
}

.allexperts .flexlist > a:hover .sliderr::after {
    left: 0;
    right: 0;
    opacity: 1;
}


/* ============================================
   PROFILE IMAGE
   ============================================ */

.home-profile-image {
    position: relative;
    z-index: 2;
    width: 132px;
    height: 132px;
    margin: 4px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(
        145deg,
        #ffffff,
        #f5f8ff
    );
    border: 1px solid #e2e8f0;
    box-shadow:
        0 0 0 7px #f8faff,
        0 12px 28px rgba(37, 99, 235, .12);
    transition:
        transform .4s ease,
        box-shadow .4s ease;
}

.home-profile-image::before {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 1px dashed rgba(37, 99, 235, .25);
    transition: transform .5s ease;
}

.home-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    padding: 8px;
    transition:
        transform .4s ease,
        filter .4s ease;
}

.allexperts .flexlist > a:hover .home-profile-image {
    transform: translateY(-4px);
    box-shadow:
        0 0 0 8px #f8faff,
        0 18px 35px rgba(37, 99, 235, .18);
}

.allexperts .flexlist > a:hover .home-profile-image::before {
    transform: rotate(180deg);
}

.allexperts .flexlist > a:hover .home-profile-image img {
    transform: scale(1.07);
}


/* ============================================
   NAME
   ============================================ */

.allexperts .sliderr h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 9px;
    color: var(--text-dark);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -.35px;
    transition: color .3s ease;
}

.allexperts .flexlist > a:hover .sliderr h3 {
    color: var(--primary-blue);
}


/* ============================================
   SPECIALIZATION
   ============================================ */

.allexperts .sliderr p {
    position: relative;
    z-index: 2;
    max-width: 240px;
    min-height: 48px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.65;
    font-weight: 500;
}


/* ============================================
   HIRE BUTTON
   ============================================ */

.allexperts .hireme {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: auto;
    padding-top: 22px;
}

.allexperts .hireme span {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 45px;
    padding: 11px 18px;
    color: #ffffff;
    background: var(--primary-blue);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .15px;
    box-shadow:
        0 8px 18px rgba(37, 99, 235, .20);
    transition:
        background .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}


/* ARROW */
.allexperts .hireme span::after {
    content: "→";
    font-size: 17px;
    line-height: 1;
    transition: transform .3s ease;
}


.allexperts .flexlist > a:hover .hireme span {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow:
        0 12px 24px rgba(37, 99, 235, .28);
}

.allexperts .flexlist > a:hover .hireme span::after {
    transform: translateX(4px);
}


/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1199px) {

    .allexperts {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
    }

}


@media (max-width: 991px) {

    .allexperts {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .allexperts .sliderr {
        min-height: 335px;
    }

}


@media (max-width: 575px) {

    .allexperts {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .allexperts .sliderr {
        min-height: 330px;
        padding: 25px 20px 20px;
    }

    .home-profile-image {
        width: 120px;
        height: 120px;
        margin-bottom: 18px;
    }

}

/* =========================================================
   PREMIUM ENGINEERING EXPERT SHOWCASE
   ========================================================= */

.allexperts {
    --primary-blue: #2563eb;
    --blue-dark: #1746a2;
    --blue-light: #eff6ff;
    --ink: #172033;
    --muted: #718096;
    --line: #e8edf5;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;

    padding: 8px 0;
    margin: 0;
    list-style: none;
}


/* ---------------- CARD WRAPPER ---------------- */

.allexperts .flexlist {
    position: relative;
    list-style: none;
    min-width: 0;
}

.allexperts .flexlist > a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}


/* ---------------- MAIN CARD ---------------- */

.allexperts .sliderr {
    position: relative;
    height: 100%;
    min-height: 390px;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 30px 24px 22px;

    overflow: hidden;

    background:
        linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);

    border: 1px solid var(--line);
    border-radius: 26px;

    box-shadow:
        0 10px 35px rgba(23, 32, 51, .055),
        0 2px 8px rgba(23, 32, 51, .025);

    transition:
        transform .45s cubic-bezier(.2,.8,.2,1),
        box-shadow .45s ease,
        border-color .35s ease;
}


/* subtle background shape */

.allexperts .sliderr::before {
    content: "";
    position: absolute;

    width: 230px;
    height: 230px;

    top: -130px;
    right: -100px;

    border-radius: 50%;

    background: rgba(37, 99, 235, .055);

    transition:
        transform .55s ease,
        background .4s ease;
}


/* bottom glow */

.allexperts .sliderr::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 80px;

    left: 50%;
    bottom: -55px;

    transform: translateX(-50%);

    background: rgba(37, 99, 235, .10);

    filter: blur(30px);

    transition: .45s ease;
}


/* ---------------- HOVER ---------------- */

.allexperts .flexlist > a:hover .sliderr {
    transform: translateY(-12px);

    border-color: rgba(37, 99, 235, .28);

    box-shadow:
        0 25px 60px rgba(37, 99, 235, .12),
        0 8px 20px rgba(23, 32, 51, .06);
}

.allexperts .flexlist > a:hover .sliderr::before {
    transform: scale(1.35);
    background: rgba(37, 99, 235, .085);
}

.allexperts .flexlist > a:hover .sliderr::after {
    width: 240px;
    opacity: 1;
}


/* =========================================================
   PROFILE IMAGE AREA
   ========================================================= */

.home-profile-image {
    position: relative;
    z-index: 2;

    width: 148px;
    height: 148px;

    margin: 2px 0 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    border: 1px solid rgba(37, 99, 235, .12);

    box-shadow:
        0 0 0 8px #f7f9fd,
        0 0 0 9px rgba(37, 99, 235, .08),
        0 18px 35px rgba(37, 99, 235, .12);

    transition:
        transform .5s cubic-bezier(.2,.8,.2,1),
        box-shadow .5s ease;
}


/* rotating ring */

.home-profile-image::before {
    content: "";

    position: absolute;
    inset: -7px;

    border-radius: 50%;

    border: 1px dashed rgba(37, 99, 235, .28);

    transition:
        transform .8s ease,
        border-color .4s ease;
}


/* small blue dot */

.home-profile-image::after {
    content: "";

    position: absolute;

    right: 7px;
    bottom: 9px;

    width: 13px;
    height: 13px;

    border-radius: 50%;

    background: var(--primary-blue);

    border: 3px solid #ffffff;

    box-shadow:
        0 3px 8px rgba(37, 99, 235, .3);
}


.home-profile-image img {
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;

    padding: 9px;

    object-fit: contain;

    border-radius: 50%;

    transition:
        transform .5s cubic-bezier(.2,.8,.2,1);
}


/* image hover */

.allexperts .flexlist > a:hover .home-profile-image {
    transform: translateY(-5px);

    box-shadow:
        0 0 0 9px #f7f9fd,
        0 0 0 10px rgba(37, 99, 235, .10),
        0 22px 42px rgba(37, 99, 235, .19);
}

.allexperts .flexlist > a:hover .home-profile-image::before {
    transform: rotate(180deg);
    border-color: rgba(37, 99, 235, .5);
}

.allexperts .flexlist > a:hover .home-profile-image img {
    transform: scale(1.07);
}

.allexperts .sliderr h3 {
    position: relative;
    z-index: 3;
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -.45px;
    transition: color .3s ease;
}

.allexperts .flexlist > a:hover h3 {
    color: var(--primary-blue);
}


.allexperts .sliderr p {
    position: relative;
    z-index: 3;
    max-width: 250px;
    min-height: 52px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
    font-weight: 500;
}


.allexperts .hireme {
    position: relative;
    z-index: 5;
    width: 100%;
    margin-top: auto;
    padding-top: 25px;
}


.allexperts .hireme span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 48px;
    padding: 5px 7px 5px 17px;
    color: #ffffff;
    background: var(--primary-blue);
    border-radius: 13px;
    font-size: 13px;
    font-weight: 700;
    box-shadow:
        0 8px 18px rgba(37, 99, 235, .18);

    transition:
        background .35s ease,
        box-shadow .35s ease,
        transform .35s ease;
}

.allexperts .hireme span::after {
    content: "↗";
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255,255,255,.16);
    font-size: 17px;
    line-height: 1;
    transition:
        transform .35s ease,
        background .35s ease;
}


.allexperts .flexlist > a:hover .hireme span {
    background: var(--blue-dark);
    transform: translateY(-2px);
    box-shadow:
        0 12px 25px rgba(37, 99, 235, .28);
}


.allexperts .flexlist > a:hover .hireme span::after {
    transform: rotate(5deg) scale(1.08);
    background: rgba(255,255,255,.23);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {

    .allexperts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}


@media (max-width: 991px) {

    .allexperts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

}


@media (max-width: 575px) {

    .allexperts {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .allexperts .sliderr {
        min-height: 365px;
        padding: 28px 22px 20px;
    }

    .home-profile-image {
        width: 138px;
        height: 138px;
    }

}


/* =========================
   SECTION
========================= */

.sample-reports-section {
    position: relative;
    padding: 90px 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(37, 99, 235, .07), transparent 30%),
        radial-gradient(circle at 90% 100%, rgba(37, 99, 235, .05), transparent 30%),
        #f8fafc;
    overflow: hidden;
}

/* =========================
   HEADER
========================= */

.sample-section-head {
    max-width: 760px;
    margin: 0 auto 38px;
}

.sample-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-bottom: 15px;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 50px;
    background: rgba(255, 255, 255, .8);
    color: var(--primary-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.sample-eyebrow i {
    font-size: 13px;
}

.sample-section-head h2 {
    margin: 0 0 13px;
    color: var(--sample-text);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1.2px;
}

.sample-section-head p {
    color: var(--sample-muted);
    font-size: 15px;
    line-height: 1.75;
}

/* =========================
   SEARCH
========================= */

.sample-search-wrap {
    max-width: 620px;
    margin: 0 auto 42px;
}

.sample-search {
    position: relative;
}

.sample-search i {
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 2;
    transform: translateY(-50%);
    color: var(--primary-blue);
    font-size: 15px;
}

.sample-search input {
    width: 100%;
    height: 58px;
    padding: 0 20px 0 50px;
    border: 1px solid #dfe5ee;
    border-radius: 16px;
    outline: none;
    background: #fff;
    color: var(--sample-text);
    font-size: 14px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, .05);
    transition: .3s ease;
}

.sample-search input::placeholder {
    color: #94a3b8;
}

.sample-search input:focus {
    border-color: rgba(37, 99, 235, .5);
    box-shadow:
        0 0 0 4px rgba(37, 99, 235, .08),
        0 15px 40px rgba(15, 23, 42, .07);
}

/* =========================
   GRID
========================= */

.sample-reports-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* =========================
   CARD
========================= */

.sample-report-item {
    min-width: 0;
}

.sample-report-card {
    position: relative;
    height: 100%;
    padding: 20px;
    border: 1px solid var(--sample-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 28px rgba(15, 23, 42, .045);
    overflow: hidden;
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.sample-report-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        var(--primary-blue),
        #60a5fa
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}

.sample-report-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, .2);
    box-shadow: 0 20px 45px rgba(37, 99, 235, .11);
}

.sample-report-card:hover::before {
    transform: scaleX(1);
}

/* =========================
   CARD TOP
========================= */

.sample-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sample-pdf-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(37, 99, 235, .08);
    color: var(--primary-blue);
    font-size: 20px;
    transition: .3s ease;
}

.sample-report-card:hover .sample-pdf-icon {
    transform: scale(1.08) rotate(-3deg);
    background: var(--primary-blue);
    color: #fff;
}

.sample-file-type {
    padding: 5px 9px;
    border: 1px solid rgba(37, 99, 235, .13);
    border-radius: 7px;
    background: #f8fbff;
    color: var(--primary-blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
}

/* =========================
   CONTENT
========================= */

.sample-card-content h3 {
    margin: 0 0 18px;
    color: var(--sample-text);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 750;
}

.sample-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid #edf0f4;
}

.sample-document-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8994a5;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
}

.sample-document-label i {
    color: var(--primary-blue);
}

/* =========================
   BUTTON
========================= */

.sample-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
    padding: 9px 12px;
    border-radius: 9px;
    background: var(--primary-blue);
    color: #fff !important;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none !important;
    transition: .3s ease;
}

.sample-view-btn:hover {
    background: var(--primary-blue-dark);
    transform: translateX(2px);
    color: #fff !important;
}

.sample-view-btn i {
    font-size: 9px;
}

/* =========================
   NO RESULT
========================= */

.sample-no-result {
    display: none;
    padding: 55px 20px;
    text-align: center;
}

.sample-no-result i {
    margin-bottom: 15px;
    color: #94a3b8;
    font-size: 36px;
}

.sample-no-result h3 {
    margin: 0 0 6px;
    color: var(--sample-text);
    font-size: 20px;
}

.sample-no-result p {
    margin: 0;
    color: var(--sample-muted);
    font-size: 13px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

    .sample-reports-section {
        padding: 70px 0;
    }

    .sample-reports-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 575px) {

    .sample-reports-section {
        padding: 55px 0;
    }

    .sample-section-head {
        margin-bottom: 30px;
    }

    .sample-section-head h2 {
        font-size: 30px;
    }

    .sample-section-head p {
        font-size: 13px;
    }

    .sample-reports-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sample-report-card {
        padding: 17px;
        border-radius: 17px;
    }

}

/* =========================================================
   UNIQUE CONSULTATION FORM
   Premium Blue Consultation Panel
========================================================= */

.m-sidebar-consult-card {
    --blue: #2563eb;
    --blue-dark: #1d4ed8;
    --blue-soft: #eff6ff;
    --blue-pale: #f8fbff;
    --ink: #172033;
    --muted: #64748b;
    --line: #e2e8f0;

    position: relative;
    width: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid #e5eaf1;
    border-radius: 26px;
    overflow: hidden;
    box-shadow:
        0 25px 60px rgba(15, 23, 42, .09);
}


/* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

.m-sidebar-consult-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    top: -100px;
    right: -80px;
    border-radius: 50%;
    background: #eff6ff;
    pointer-events: none;
}

.m-sidebar-consult-card::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: -45px;
    left: -45px;
    border-radius: 50%;
    border: 18px solid #f8fbff;
    pointer-events: none;
}


/* =========================================================
   HEADER
========================================================= */

.m-consult-top {
    position: relative;
    z-index: 2;
    margin-bottom: 26px;
}


/* Badge */

.m-consult-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    margin-bottom: 17px;
    border: 1px solid #bfdbfe;
    border-radius: 50px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.1px;
}

.m-badge-dot {
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: #6b8acd;
    box-shadow: 0 0 0 4px rgba(34,197,94,.10);
}


/* =========================================================
   HEADER CONTENT
========================================================= */

.m-consult-heading-row {
    display: grid;
    grid-template-columns: 1fr 58px;
    align-items: center;
    gap: 18px;
}

.m-consult-heading-row h3 {
    margin: 0 0 8px;
    color: #172033;
    font-size: 25px;
    font-weight: 850;
    line-height: 1.15;
    letter-spacing: -.7px;
}

.m-consult-heading-row h3 span {
    color: #2563eb;
}

.m-consult-heading-row p {
    max-width: 290px;
    margin: 0;

    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
}


.m-consult-round-icon {
    position: relative;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #2563eb;
    color: #fff;
    font-size: 24px;
    box-shadow:
        0 12px 25px rgba(37,99,235,.25);
}

.m-consult-round-icon::before {
    content: "";
    position: absolute;
    inset: 5px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 14px;
}

.m-consult-round-icon i {
    position: relative !important;
    z-index: 2;
    margin: 0 !important;
    transform: rotate(-3deg) !important;
}


/* =========================================================
   FORM
========================================================= */

.m-consult-form {
    position: relative;
    z-index: 2;
}

.m-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}


/* =========================================================
   FIELD
========================================================= */

.m-field {
    min-width: 0;
}

.m-field label {
    display: flex;
    align-items: center;
    gap: 4px;

    margin: 0 0 7px;

    color: #334155;
    font-size: 11px;
    font-weight: 750;
}

.m-field label b {
    color: #2563eb;
    font-size: 13px;
}


/* =========================================================
   UNIQUE INPUT DESIGN
========================================================= */

.m-field-input {
    position: relative;
    width: 100%;
}


/* Icon tile */

.m-field-input > i {
    position: absolute;

    left: 7px;
    top: 7px;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #eff6ff;
    color: #2563eb;

    font-size: 15px;
    line-height: 1;

    z-index: 3;
    pointer-events: none;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}


/* Input */

.m-field-input input {
    width: 100%;
    height: 46px;

    padding: 0 39px 0 48px;

    border: 1px solid #e2e8f0;
    border-radius: 12px;

    background: #f8fafc;
    color: #172033;

    outline: none;

    font-family: inherit;
    font-size: 12px;

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.m-field-input input::placeholder {
    color: #9aa5b4;
}


/* Focus */

.m-field-input:focus-within input {
    border-color: #2563eb;
    background: #fff;

    box-shadow:
        0 0 0 3px rgba(37,99,235,.07);
}

.m-field-input:focus-within > i {
    background: #2563eb;
    color: #fff;

    transform: scale(1.04);
}


/* =========================================================
   CHECK
========================================================= */

.m-field-check {
    position: absolute;

    top: 50%;
    right: 12px;

    width: 18px;
    height: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;

    font-size: 10px;

    opacity: 0;
    transform: translateY(-50%) scale(.6);

    transition: .2s ease;
}

.m-field-input input:valid:not(:placeholder-shown)
~ .m-field-check {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.m-field-check i {
    position: static !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;

    background: transparent !important;
    color: inherit !important;

    transform: none !important;
}


/* =========================================================
   MESSAGE
========================================================= */

.m-message-field {
    margin-top: 18px;
}

.m-textarea {
    position: relative;
}

.m-field-input textarea {
    width: 100%;
    min-height: 96px;
    padding: 14px 15px 14px 48px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    color: #172033;
    outline: none;
    resize: none;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.55;

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.m-field-input textarea::placeholder {
    color: #9aa5b4;
}

.m-field-input textarea:focus {
    border-color: #2563eb;
    background: #fff;

    box-shadow:
        0 0 0 3px rgba(37,99,235,.07);
}


/* Message icon */

.m-textarea > i {
    top: 12px !important;
    left: 7px !important;

    transform: none !important;
}


/* =========================================================
   SECURITY — UNIQUE CAPSULE
========================================================= */

.securityWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    margin-top: 16px;
    padding: 9px 10px 9px 11px;
    border: 1px solid #dbeafe;
    border-radius: 15px;
    background: #f8fbff;
}


/* Left */

.m-security-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.m-security-icon {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    font-size: 16px;
    box-shadow:
        0 6px 14px rgba(37,99,235,.18);
}

.m-security-left small {
    display: block;

    margin-bottom: 4px;

    color: #94a3b8;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.m-security-left strong {
    display: flex;
    align-items: center;
    gap: 5px;

    color: #1e293b;
    font-size: 14px;
    line-height: 1;
}

.m-security-left em {
    color: #2563eb;
    font-style: normal;
}


/* Answer */

.m-security-answer {
    display: flex;
    align-items: center;
    gap: 6px;
}

.m-security-answer > span {
    color: #94a3b8;
    font-size: 15px;
    font-weight: 800;
}

.m-security-answer input {
    width: 58px;
    height: 37px;

    padding: 0 5px;

    border: 1px solid #bfdbfe;
    border-radius: 9px;

    background: #fff;
    color: #172033;

    outline: none;

    text-align: center;
    font-size: 13px;
    font-weight: 800;

    transition: .2s ease;
}

.m-security-answer input:focus {
    border-color: #2563eb;

    box-shadow:
        0 0 0 3px rgba(37,99,235,.08);
}


/* =========================================================
   SUBMIT — PREMIUM CTA
========================================================= */

.m-consult-submit {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    margin: 20px auto 0;
    margin-top: 16px;
    padding: 7px;
    border: 0;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    box-shadow:
        0 12px 25px rgba(37,99,235,.22);
    transition:
        transform .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.m-consult-submit:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow:
        0 16px 32px rgba(37,99,235,.28);
}


/* Submit icon */

.m-submit-icon {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.15);
}

.m-submit-icon i {
    position: static !important;

    margin: 0 !important;
    transform: none !important;

    font-size: 16px;
}


/* Text */

.m-submit-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 11px;
    text-align: left;
}

.m-submit-text strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.m-submit-text small {
    margin-top: 2px;
    color: rgba(255,255,255,.7);
    font-size: 9px;
    line-height: 1.2;
}


/* Arrow */

.m-submit-arrow {
    width: 37px;
    height: 37px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #fff;
    color: #2563eb;

    font-size: 16px;

    transition: transform .25s ease;
}

.m-submit-arrow i {
    position: static !important;

    margin: 0 !important;
    transform: none !important;
}

.m-consult-submit:hover .m-submit-arrow {
    transform: translateX(3px);
}


/* =========================================================
   SECURITY NOTE
========================================================= */

.m-secure-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    margin-top: 11px;

    color: #94a3b8;

    font-size: 9px;
}

.m-secure-note i {
    position: static !important;

    margin: 0 !important;
    transform: none !important;

    color: #22c55e;
    font-size: 11px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .m-sidebar-consult-card {
        padding: 24px 20px;
    }

    .m-form-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 480px) {

    .m-sidebar-consult-card {
        padding: 22px 17px;
        border-radius: 20px;
    }

    .m-consult-heading-row {
        grid-template-columns: 1fr 48px;
        gap: 10px;
    }

    .m-consult-heading-row h3 {
        font-size: 21px;
    }

    .m-consult-round-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 20px;
    }

    .securityWrap {
        padding: 9px;
    }

    .m-security-left {
        gap: 7px;
    }

    .m-security-icon {
        width: 33px;
        height: 33px;
    }

    .m-security-answer input {
        width: 52px;
    }
}


.addressBar {
    position: relative;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5eaf1;
    border-bottom: 0;
    height: 180px;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(15, 23, 42, .06);
}

.addressBar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 38px;
    height: 3px;
    background: #2563eb;
    border-radius: 0 0 4px 4px;
}

.addressBar h3 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 25px;
    color: #172033;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.addressBar h3 img {
    width: 30px;
    height: 21px;
    flex: 0 0 30px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.addressBar p {
    position: relative;
    margin: 0;
    padding-left: 35px;
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
}

.addressBar p::before {
    content: "\f3c5";
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #eff6ff;
    color: #2563eb;
    font-family: var(--iconFont);
    font-weight: 900;
    font-size: 10px;
}

.addressBar + iframe {
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #e5eaf1 !important;
    border-top: 1px solid #eef2f7 !important;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
}

.addressBar:hover {
    border-color: #bfdbfe;
}

.addressBar:hover + iframe {
    border-color: #bfdbfe !important;
}

@media (max-width: 575px) {
    .addressBar {
        padding: 18px;
    }

    .addressBar h3 {
        font-size: 17px;
    }

    .addressBar + iframe {
        height: 190px;
    }
}


.m-bg-inner-premium {
    position: relative;
    padding: 42px 48px 38px;
    border: 1px solid #dbe5f1;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.m-bg-inner-premium P{
    text-align: left;
}

.m-bg-inner-premium::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -90px;
    top: -90px;
    border-radius: 50%;
    background: #eff6ff;
}

.m-about-header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5edf6;
}

.m-about-header::before {
    content: "";
    width: 4px;
    height: 32px;
    border-radius: 5px;
    background: #2563eb;
}


.m-about-header h2 {
    margin: 0;
    color: #0f172a;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.8px;
}

.m-about-content {
    position: relative;
    z-index: 1;
}

.m-about-content p {
    margin: 0 0 16px;
    color: #475569;
    font-size: 15px;
    line-height: 1.72;
}

.m-about-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .m-bg-inner-premium {
        padding: 32px 24px;
        border-radius: 16px;
    }

    .m-about-header {
        margin-bottom: 20px;
    }

    .m-about-header h2 {
        font-size: 28px;
    }

    .m-about-content p {
        font-size: 14px;
        line-height: 1.7;
    }

}


.m-subtTitleHeader {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5edf6;
}

.m-subtTitleHeader::before {
    content: "";
    width: 4px;
    height: 32px;
    border-radius: 5px;
    background: #2563eb;
}


.m-subtTitleHeader h3 {
    margin: 0;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.8px;
}



.m-values-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.m-value-card {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    padding: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.m-value-card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.08);
    transform: translateY(-3px);
}

.m-value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 16px;
}

.m-value-content h4 {
    margin: 1px 0 7px;
    color: #0f172a;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 750;
}

.m-value-content p {
    margin: 0;;
    font-size: 13.5px;
    line-height: 1.7;
}

@media (max-width: 767px) {

    .m-values-premium {
        padding: 30px 22px;
        border-radius: 17px;
    }

    .m-values-header h3 {
        font-size: 24px;
    }
    
    .m-values-grid {
        grid-template-columns: 1fr;
    }

    .m-value-card {
        padding: 19px;
    }

}

.m-distinct-premium {
    position: relative;
    padding: 34px 40px 36px;
    margin-bottom: 24px;
    border: 1px solid #dfe7f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}


.m-distinct-intro {
    margin: 0 0 22px 19px;
    color: #64748b;
    font-size: 14.5px;
    line-height: 1.75;
}

.m-distinct-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 35px;
    margin-left: 19px;
    padding-top: 6px;
}

.m-distinct-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 43px;
    border-bottom: 1px solid #edf2f7;
    color: var(--primary-blue);
    font-size: 13.5px;
    font-weight: 600;
}

.m-distinct-item:nth-last-child(-n+2) {
    border-bottom: 0;
}

.m-distinct-item i {
    color: #2563eb;
    font-size: 13px;
}

.m-distinct-item span {
    line-height: 1.45;
    color: var(--text-sub);
}

.m-distinct-item:hover {
    color: #2563eb;
}

@media (max-width: 767px) {

    .m-distinct-premium {
        padding: 28px 22px 30px;
    }

    .m-distinct-intro,
    .m-distinct-list {
        margin-left: 0;
    }

    .m-distinct-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .m-distinct-item:nth-last-child(-n+2) {
        border-bottom: 1px solid #edf2f7;
    }

    .m-distinct-item:last-child {
        border-bottom: 0;
    }

}


.m-strengths-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 20px;
}

.m-strength-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 18px;
    border: 1px solid #e8eef5;
    border-radius: 13px;
    background: #fbfdff;
    transition: all 0.25s ease;
}

.m-strength-item:hover {
    border-color: #c7dcf7;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(37, 99, 235, 0.06);
    transform: translateY(-2px);
}

.m-strength-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 15px;
}

.m-strength-item h5 {
    margin: 1px 0 6px;
    color: #1e293b;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 750;
}

.m-strength-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 767px) {

    .m-strengths-grid {
        grid-template-columns: 1fr;
    }

    .m-strength-item {
        padding: 18px 16px;
    }

}

/* ==========================================
   OUTCOME LETTERS SECTION
========================================== */



.outcome-intro {
    position: relative;
    padding: 38px 42px 38px 46px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
}

.outcome-intro::before {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 0;
    width: 4px;
    border-radius: 0 6px 6px 0;
    background: linear-gradient(180deg, #2563eb, #60a5fa);
}

.outcome-intro p {
    margin: 0 0 17px;
    color: #475569;
    font-size: 16px;
    line-height: 1.85;
}

.outcome-intro p:last-child {
    margin-bottom: 0;
}

.outcome-intro h2 {
    position: relative;
    margin: 30px 0 16px;
    padding-left: 17px;
    color: #0f172a;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
}

.outcome-intro h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: calc(100% - 8px);
    border-radius: 5px;
    background: #2563eb;
}

.outcome-intro p:first-child {
    color: #334155;
    font-size: 17px;
    font-weight: 500;
}

@media (max-width: 767px) {

    .outcome-intro {
        margin-bottom: 35px;
        padding: 27px 22px 27px 28px;
        border-radius: 16px;
    }

    .outcome-intro::before {
        top: 20px;
        bottom: 20px;
        width: 3px;
    }

    .outcome-intro p {
        font-size: 15px;
        line-height: 1.75;
    }

    .outcome-intro p:first-child {
        font-size: 15.5px;
    }

    .outcome-intro h2 {
        margin: 25px 0 14px;
        padding-left: 13px;
        font-size: 23px;
    }
}

.outcome-wrapper {
    padding: 42px;
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}


.outcome-heading {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
}

.outcome-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 7px 14px;
    border: 1px solid #bfdbfe;
    border-radius: 50px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.outcome-heading h2 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 32px;
    font-weight: 800;
}

.outcome-heading p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}


.outcome-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 35px;
    padding: 7px;
    max-width: 800px;
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
}

.outcome-tab {
    position: relative;
    flex: 1;
    min-height: 62px;
    padding: 9px 14px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    transition: all 0.25s ease;
}

.outcome-tab span {
    display: block;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.outcome-tab small {
    display: block;
    margin-top: 3px;
    color: #94a3b8;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.outcome-tab:hover {
    background: #eff6ff;
    color: #2563eb;
}

.outcome-tab.active {
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 7px 18px rgba(37, 99, 235, 0.25);
}

.outcome-tab.active small {
    color: #dbeafe;
}
.outcome-panel {
    display: none;
    animation: outcomeFade 0.35s ease;
}

.outcome-panel.active {
    display: block;
}

@keyframes outcomeFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.outcome-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.outcome-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.outcome-card:hover {
    transform: translateY(-6px);
    border-color: #93c5fd;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.outcome-image {
    position: relative;
    padding: 12px;
    background: #f1f5f9;
}
.outcome-image img {
    display: block;
    width: 100%;
    height: 440px;
    object-fit: contain;
    object-position: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
}

.outcome-card-footer {
    position: relative;
    padding: 17px 19px 18px;
    background: #ffffff;
}

.outcome-card-footer span {
    display: inline-block;
    margin-bottom: 5px;
    color: #2563eb;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.outcome-card-footer h3 {
    margin: 0;
    color: #0f172a;
    font-size: 15px;
    font-weight: 750;
}

.outcome-old-links {
    max-width: 600px;
    margin: 0 auto;
}

.old-year-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    color: #0f172a;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    transition: all 0.25s ease;
}

.old-year-card:hover {
    color: #2563eb;
    text-decoration: none;
    border-color: #93c5fd;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.old-year-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 13px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 20px;
}

.old-year-card h3 {
    margin: 3px 0 0;
    font-size: 17px;
    font-weight: 800;
}

.old-year-card > i {
    margin-left: auto;
    color: #2563eb;
}




/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991px) {

    .outcome-wrapper {
        padding: 28px;
    }

    .outcome-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .previous-year-grid {
        grid-template-columns: 1fr;
    }

    .outcome-image img {
        height: 400px;
    }
}


@media (max-width: 767px) {

    .outcome-intro {
        margin-bottom: 35px;
    }

    .outcome-intro p {
        font-size: 15px;
        line-height: 1.75;
    }

    .outcome-intro h2 {
        font-size: 25px;
    }

    .outcome-wrapper {
        padding: 18px;
        border-radius: 18px;
    }

    .outcome-heading h2 {
        font-size: 25px;
    }

    .outcome-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
    }

    .outcome-tab {
        min-height: 54px;
        padding: 7px 5px;
    }

    .outcome-tab span {
        font-size: 15px;
    }

    .outcome-tab small {
        display: none;
    }

    .outcome-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .outcome-image img {
        height: auto;
        max-height: none;
    }
}


@media (max-width: 420px) {

    .outcome-tabs {
        grid-template-columns: repeat(2, 1fr);
    }

    .outcome-tab:last-child {
        grid-column: span 2;
    }
}


/* =========================================
   PREMIUM PRICING SECTION
========================================= */

.pricingWrap {
    position: relative;
    padding: 70px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.pricingWrap .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   TAB NAVIGATION
========================================= */

.pricingWrap .nav-tabs {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 32px;
    padding: 7px;
    max-width: 720px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(37, 99, 235, 0.08);
}

.pricingWrap .nav-tabs .nav-item {
    flex: 1;
    margin-bottom: 0;
}

.pricingWrap .nav-tabs .nav-link {
    position: relative;
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #475569;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .4px;
    transition: all .3s ease;
}

.pricingWrap .nav-tabs .nav-link:hover {
    color: #2563eb;
    background: #eff6ff;
}

.pricingWrap .nav-tabs .nav-link.active {
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 7px 18px rgba(37, 99, 235, 0.22);
}


/* =========================================
   TAB CONTENT WRAPPER
========================================= */

.pricingWrap .tab-content {
    position: relative;
}

.pricingWrap .tab-pane {
    padding: 34px;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}


/* =========================================
   SECTION TITLE
========================================= */

.pricingWrap .contentTitle,
.pricingWrap .tab-pane > .text-center {
    margin-bottom: 25px;
}

.pricingWrap .contentTitle h1,
.pricingWrap .tab-pane > .text-center h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 12px;
    color: #0f172a;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.3;
}

.pricingWrap .contentTitle h1::after,
.pricingWrap .tab-pane > .text-center h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 42px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, #2563eb, #60a5fa);
    transform: translateX(-50%);
}


/* =========================================
   TABLE WRAPPER
========================================= */

.pricingWrap .table-responsive {
    overflow-x: auto;
    border-radius: 15px;
    background: #ffffff;
}


/* =========================================
   PRICING TABLE
========================================= */

.pricingWrap table {
    width: 100%;
    min-width: 760px;
    margin: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.pricingWrap table thead,
.pricingWrap table .table-light {
    background: #eff6ff;
    border: none !important;
}

.pricingWrap table thead tr {
    background-color: #eff6ff !important;
}

.table>:not(:first-child){
    border: none;
}

.pricingWrap table thead td {
    padding: 16px 18px;
    border: 0;
    border-bottom: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1e3a8a;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
    vertical-align: middle;
}

.pricingWrap table thead td:first-child {
    min-width: 280px;
    border-top-left-radius: 14px;
}

.pricingWrap table thead td:last-child {
    border-top-right-radius: 14px;
}


/* =========================================
   TABLE ROWS
========================================= */

.pricingWrap table tbody tr {
    transition: background .25s ease;
}

.pricingWrap table tbody tr:hover {
    background: #f8fbff;
}

.pricingWrap table tbody td {
    padding: 18px;
    border-color: #edf2f7;
    color: #475569;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    vertical-align: middle;
}

.pricingWrap table tbody td:first-child {
    min-width: 280px;
    color: #172033;
    font-size: 13px;
    font-weight: 750;
}

.pricingWrap table tbody td:not(:first-child) {
    text-align: center;
}


/* =========================================
   PRICE / DURATION
========================================= */

.pricingWrap table tbody td br + a {
    display: inline-flex;
}

.pricingWrap table tbody td:not(:first-child) {
    color: #1e293b;
    font-weight: 700;
}


/* =========================================
   PURCHASE BUTTON
========================================= */

.pricingWrap table tbody td a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    margin-top: 8px;
    padding: 6px 13px;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .25s ease;
}

.pricingWrap table tbody td a:hover {
    border-color: #2563eb;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 5px 14px rgba(37, 99, 235, 0.20);
    transform: translateY(-1px);
}


/* =========================================
   EMPTY / UNAVAILABLE CELLS
========================================= */

.pricingWrap table tbody td:not(:first-child) {
    position: relative;
}

.pricingWrap table tbody td:has(a) {
    color: #1e293b;
}

.pricingWrap table tbody td:not(:has(a)) {
    color: #94a3b8;
    font-weight: 600;
}


/* =========================================
   TABLE SCROLLBAR
========================================= */

.pricingWrap .table-responsive::-webkit-scrollbar {
    height: 7px;
}

.pricingWrap .table-responsive::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.pricingWrap .table-responsive::-webkit-scrollbar-thumb {
    background: #bfdbfe;
    border-radius: 10px;
}

.pricingWrap .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #93c5fd;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .pricingWrap {
        padding: 45px 0;
    }

    .pricingWrap .nav-tabs {
        gap: 4px;
        padding: 5px;
        margin-bottom: 20px;
        border-radius: 11px;
    }

    .pricingWrap .nav-tabs .nav-link {
        min-height: 42px;
        padding: 9px 8px;
        font-size: 11px;
    }

    .pricingWrap .tab-pane {
        padding: 20px 12px;
        border-radius: 16px;
    }

    .pricingWrap .contentTitle,
    .pricingWrap .tab-pane > .text-center {
        margin-bottom: 18px;
    }

    .pricingWrap .contentTitle h1,
    .pricingWrap .tab-pane > .text-center h2 {
        font-size: 21px;
    }

    .pricingWrap table {
        min-width: 700px;
    }

    .pricingWrap table thead td {
        padding: 13px 14px;
        font-size: 10px;
    }

    .pricingWrap table tbody td {
        padding: 14px;
        font-size: 12px;
    }

    .pricingWrap table tbody td:first-child {
        min-width: 240px;
        font-size: 12px;
    }

    .pricingWrap table tbody td a {
        min-width: 70px;
        padding: 5px 10px;
        font-size: 9px;
    }
}

/* =========================================
   KA02 SUCCESS & FEEDBACK SHOWCASE
========================================= */

.ka02-showcase {
    padding: 55px 0;
    background: #f8fbff;
}

.ka02-showcase .container {
    position: relative;
}

.ka02-showcase .col-sm-12.pd {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ka02-showcase picture {
    position: relative;
    display: block;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.07);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.ka02-showcase picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(180deg, #2563eb, #60a5fa);
    transition: height .35s ease;
    z-index: 2;
}

.ka02-showcase picture:hover {
    border-color: #93c5fd;
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(37, 99, 235, 0.13);
}

.ka02-showcase picture:hover::before {
    height: 70px;
}

.ka02-showcase picture img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: contain;
    border-radius: 10px;
    background: #f8fafc;
    transition: transform .4s ease;
}

.ka02-showcase picture:hover img {
    transform: scale(1.015);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .ka02-showcase {
        padding: 45px 0;
    }

    .ka02-showcase .col-sm-12.pd {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .ka02-showcase picture:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        width: 100%;
        margin: 0 auto;
    }

    .ka02-showcase picture img {
        height: 330px;
    }
}


@media (max-width: 767px) {

    .ka02-showcase {
        padding: 35px 0;
    }

    .ka02-showcase .col-sm-12.pd {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ka02-showcase picture:last-child {
        grid-column: auto;
        max-width: none;
    }

    .ka02-showcase picture {
        padding: 8px;
        border-radius: 13px;
    }

    .ka02-showcase picture img {
        height: 400px;
    }
}


/* =========================================
   KA02 SAMPLE REPORTS SECTION
========================================= */

.ka02-samples-section {
    padding: 55px 0;
    background: #f8fbff;
}

.ka02-samples-section > .col-sm-12 {
    position: relative;
}


/* =========================================
   INTRO CONTENT
========================================= */

.ka02-samples-section > .col-sm-12:first-child {
    margin-bottom: 30px;
}

.ka02-samples-section > .col-sm-12:first-child > p {
    max-width: 900px;
    margin: 0 auto 25px;
    color: #475569;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}


/* =========================================
   FEATURED PDF
========================================= */

.ka02-samples-section .pdf-cnt {
    display: flex;
    justify-content: center;
    width: 100%;
}

.ka02-samples-section .pdf-dn {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.ka02-samples-section .pdf-dn > a {
    position: relative;
    display: block;
    padding: 18px 20px 20px;
    overflow: hidden;
    border: 1px solid #bfdbfe;
    border-radius: 18px;
    background: #ffffff;
    color: #1e3a8a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 35px rgba(37, 99, 235, 0.08);
    transition: all .35s ease;
}

.ka02-samples-section .pdf-dn > a::before {
    content: "PDF DOCUMENT";
    display: block;
    margin-bottom: 8px;
    color: #2563eb;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2px;
}

.ka02-samples-section .pdf-dn > a > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    border-radius: 50%;
    background: #eff6ff;
    color: #2563eb;
    font-size: 12px;
    transition: all .3s ease;
}

.ka02-samples-section .pdf-dn > a:hover {
    border-color: #93c5fd;
    color: #1d4ed8;
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(37, 99, 235, 0.13);
}

.ka02-samples-section .pdf-dn > a:hover > i {
    background: #2563eb;
    color: #ffffff;
}

.ka02-samples-section .pdff {
    margin-top: 18px;
    padding: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
}

.ka02-samples-section .pdff img {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: contain;
    border-radius: 8px;
}


/* =========================================
   SAMPLE REPORT AREA
========================================= */

.ka02-samples-section .p-4.mb-4 {
    position: relative;
    margin-top: 35px !important;
    padding: 30px !important;
    border: 1px solid #dbeafe !important;
    border-left: 0 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06) !important;
}

.ka02-samples-section .sample-container {
    width: 100%;
}


/* =========================================
   SAMPLE GRID
========================================= */

.ka02-samples-section .flexlist1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ka02-samples-section .flexlist-item1 {
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}


/* =========================================
   SAMPLE CARD
========================================= */

.ka02-samples-section .samplebox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 145px;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, 0.045);
    transition: all .3s ease;
}

.ka02-samples-section .samplebox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 45px;
    border-radius: 0 0 5px 5px;
    background: #bfdbfe;
    transition: all .3s ease;
}

.ka02-samples-section .samplebox:hover {
    border-color: #93c5fd;
    transform: translateY(-4px);
    box-shadow: 0 15px 32px rgba(37, 99, 235, 0.10);
}

.ka02-samples-section .samplebox:hover::before {
    height: 75px;
    background: #2563eb;
}


/* =========================================
   SAMPLE TITLE
========================================= */

.ka02-samples-section .samplebox h3 {
    margin: 0 0 18px;
    padding-left: 4px;
    color: #1e293b;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.5;
}

.ka02-samples-section .samplebox a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 7px;
    min-width: 82px;
    padding: 7px 13px;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
    background: #eff6ff;
    color: #2563eb !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .25s ease;
}

.ka02-samples-section .samplebox a i {
    font-size: 10px;
}

.ka02-samples-section .samplebox a:hover {
    border-color: #2563eb;
    background: #2563eb;
    color: #ffffff !important;
    box-shadow: 0 5px 14px rgba(37, 99, 235, 0.18);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .ka02-samples-section {
        padding: 45px 0;
    }

    .ka02-samples-section .flexlist1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ka02-samples-section .samplebox {
        min-height: 140px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .ka02-samples-section {
        padding: 35px 0;
    }

    .ka02-samples-section > .col-sm-12:first-child > p {
        font-size: 13px;
        line-height: 1.7;
        text-align: left;
    }

    .ka02-samples-section .pdf-dn {
        max-width: 100%;
    }

    .ka02-samples-section .pdff img {
        height: 230px;
    }

    .ka02-samples-section .p-4.mb-4 {
        margin-top: 25px !important;
        padding: 18px !important;
        border-radius: 16px !important;
    }

    .ka02-samples-section .flexlist1 {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ka02-samples-section .samplebox {
        min-height: 120px;
        padding: 17px;
    }

    .ka02-samples-section .samplebox h3 {
        margin-bottom: 14px;
        font-size: 13px;
    }

}
/* =========================================
   ORDER FORM
========================================= */

.m-order-form {
	border: 2px solid #cbd5e1;
	border-top: 5px solid #2158e1;
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(10, 37, 64, 0.08);
}

.m-form-title {
	color: #0A2540;
	font-size: 24px;
	margin: 0;
}

.m-form-subtitle {
	color: #475569;
	font-size: 14px;
}

.m-confidential-badge {
	background-color: #e6f7f2;
	color: #016540;
	border: 1px solid #1BA97D;
	font-size: 13px;
}

.m-form-alert {
	font-size: 15px;
}

.m-section-title {
	color: #0A2540;
	font-size: 18px;
}

.m-form-label {
	color: #0f172a;
}

.m-input-icon {
	background: #f1f5f9;
	color: #0A2540;
	border-color: #cbd5e1;
}

.m-form-input {
	border-color: #cbd5e1;
	color: #0f172a;
	font-weight: 500;
	background: #ffffff;
}

.m-form-input:focus,
.m-form-select:focus,
.m-form-textarea:focus,
.m-captcha-input:focus {
	border-color: #2158e1;
	box-shadow: 0 0 0 0.2rem rgba(33, 88, 225, 0.10);
}



.m-form-select {
	border-color: #cbd5e1;
	color: #0f172a;
	font-weight: 500;
	background-color: #ffffff;
}

.m-file-limit {
	color: #64748b;
}

.m-upload-box {
	background: #f8fafc;
	border: 1.5px dashed #94a3b8;
}

.m-file-input {
	border-color: #cbd5e1;
}

.m-form-textarea {
	border-color: #cbd5e1 !important;
	font-weight: 500;
	background-color: #ffffff !important;
    font-size: 14px;
    resize: none;
}

.m-form-textarea:focus {
	color: #0f172a !important;
	background-color: #ffffff !important;
	border-color: #2158e1 !important;
}

.m-form-textarea::placeholder {
	color:#909295 !important;
}

.m-captcha-badge {
	background: #0A2540;
	color: #ffffff;
	font-size: 14px;
}

.m-captcha-input {
	max-width: 240px;
	border-color: #cbd5e1;
	color: #0f172a;
	font-weight: 600;
}

.m-security-note {
	color: #475569;
}

.m-honeypot {
	display: none;
}


/* =========================================
   FORM INPUT PLACEHOLDER
========================================= */

.m-form-input::placeholder,
.m-form-textarea::placeholder,
.m-captcha-input::placeholder {
	color: #94a3b8;
	opacity: 1;
}


/* =========================================
   STEP BADGE
========================================= */

.m-step-badge {
	flex: 0 0 auto;
}


/* =========================================
   FILE INPUT
========================================= */

.m-file-input:focus {
	border-color: #2158e1;
	box-shadow: 0 0 0 0.2rem rgba(33, 88, 225, 0.10);
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.m-btn-order-submit {
	border: 0;
	border-radius: 10px;
	background: #2158e1;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.25s ease;
}

.m-btn-order-submit:hover {
	background: #1746c0;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(33, 88, 225, 0.20);
}

.m-btn-order-submit:focus {
	outline: none;
	box-shadow: 0 0 0 0.2rem rgba(33, 88, 225, 0.20);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {

	.m-form-title {
		font-size: 21px;
	}

	.m-section-title {
		font-size: 16px;
	}

	.m-file-limit {
		font-size: 11px;
	}

	.m-captcha-input {
		max-width: 100%;
	}

	.m-confidential-badge {
		font-size: 12px;
	}

}

/* =========================================
   ORDER FAQ SECTION
========================================= */

.m-order-faq-card {
	border: 1px solid #cbd5e1;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(10, 37, 64, 0.06);
}


/* =========================================
   FAQ HEADER
========================================= */

.m-faq-badge {
	background: rgba(255, 255, 255, 0.85);
	color: #1d4ed8;
	border: 1px solid #1d4ed8;
	font-size: 13px;
}

.m-faq-title {
	color: #0A2540;
	font-size: 26px;
}

.m-faq-subtitle {
	color: #475569;
	font-size: 15px;
}


/* =========================================
   FAQ ITEM
========================================= */

.m-faq-item {
	border-color: #cbd5e1 !important;
	background: #ffffff;
	overflow: hidden;
}


/* =========================================
   FAQ QUESTION
========================================= */

.m-faq-item .accordion-button {
	color: #0A2540;
	font-weight: 600;
	background: #ffffff;
	box-shadow: none;
}

.m-faq-item .accordion-button:not(.collapsed) {
	color: #1d4ed8;
	background: #e3efff;
	box-shadow: none;
}

.m-faq-item .accordion-button:focus {
	box-shadow: none;
	border-color: transparent;
}


/* =========================================
   FAQ ANSWER
========================================= */

.m-faq-answer {
	color: #1e293b;
	font-size: 15px;
	line-height: 1.6;
	background: #ffffff;
}

.m-faq-answer strong {
	color: #0A2540;
	font-weight: 700;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {

	.m-faq-title {
		font-size: 22px;
	}

	.m-faq-subtitle {
		font-size: 14px;
	}

	.m-faq-item .accordion-button {
		font-size: 14px;
		padding: 15px;
	}

	.m-faq-answer {
		font-size: 14px;
		line-height: 1.55;
	}

}













			
.m-footer {
    background: #09132b;
    color: #94a3b8;
    font-size: 14px;
    position: relative;
    overflow: hidden;
  }

  .m-footer .footer-top {
    padding: 50px 0;
  }

  .m-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb 0%, #0284c7 50%, #60a5fa 100%);
  }

  .m-footer h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    position: relative;
    padding-bottom: 10px;
  }

  .m-footer h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background: #3b82f6;
  }

  .m-footer p {
    color: #94a3b8;
    line-height: 1.65;
    font-size: 13.5px;
  }

  .m-footer-logo {
    margin-bottom: 45px;
    display: inline-block;
  }

  .m-footer-logo img {
    height: 55px;
    width: auto;
  }

  .m-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .m-footer-links li {
    margin-bottom: 10px;
  }

  .m-footer-links a {
    color: #cbd5e1 !important;
    text-decoration: none;
    font-size: 13.5px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .m-footer-links a:hover {
    color: #60a5fa !important;
    padding-left: 4px;
  }

  .m-footer-social {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 16px !important;
    margin-bottom: 20px !important;
    float: none !important;
    clear: both !important;
  }

  .m-footer-social a {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    transition: all 0.25s ease !important;
    float: none !important;
    margin: 0 !important;
    text-decoration: none !important;
    position: static !important;
  }

  .m-footer-social a:hover {
    background: #2563eb !important;
    border-color: #2563eb !important;
    transform: none !important;
  }

  .m-footer-social a svg {
    width: 18px !important;
    height: 18px !important;
    fill: #ffffff !important;
    float: none !important;
    display: block !important;
  }

  .m-disclaimer-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px !important;
    margin-top: 30px;
    clear: both !important;
  }

  .m-disclaimer-box p {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: left !important;
  }

  .m-disclaimer-box p strong {
    color: #60a5fa;
  }

  .m-footer-bottom {
    background: #040916;
    padding: 20px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 13px;
  }

  .m-footer-bottom p {
    margin: 0;
    color: #64748b;
  }

  .m-bottom-links {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .m-bottom-links a {
    color: #94a3b8 !important;
    text-decoration: none;
    transition: color 0.2s;
  }

  .m-bottom-links a:hover {
    color: #60a5fa !important;
  }

  .m-footer-contact {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .m-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .m-contact-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 10px;
    background: rgba(255, 255, 255, .045);
    color: #60a5fa;
    font-size: 15px;
    transition: all .3s ease;
  }

  .m-contact-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.4;
  }

  .m-contact-content strong {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
  }

  .m-contact-content span,
  .m-contact-content a {
    font-size: 13px;
    color: #94a3b8;
    text-decoration: none;
    transition: color .3s ease;
  }

  .m-contact-content a:hover {
    color: #60a5fa;
  }

  .m-contact-item:hover .m-contact-icon {
    background: rgba(96, 165, 250, .10);
    border-color: rgba(96, 165, 250, .25);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, .12);
  }


/* =========================================
   PROOF STRIP RESPONSIVE
========================================= */

@media (max-width: 991px) {

    section.m-hero.heroHome .m-proof-strip {
        width: 100%;
        max-width: 100%;
        padding: 14px 16px;
        justify-content: space-between;
    }

    section.m-hero.heroHome .m-proof-item {
        min-width: 0;
        flex: 1;
    }

    section.m-hero.heroHome .m-proof-divider {
        margin: 0 14px;
    }

}


@media (max-width: 767px) {

    section.m-hero.heroHome .m-proof-strip {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        padding: 8px;
        gap: 0;
        border-radius: 14px;
    }

    section.m-hero.heroHome .m-proof-item {
        width: 100%;
        min-width: 0;
        padding: 12px;
        gap: 12px;
        border-radius: 11px;
    }

    section.m-hero.heroHome .m-proof-item:hover {
        background: rgba(255, 255, 255, .035);
    }

    section.m-hero.heroHome .m-proof-divider {
        width: 100%;
        height: 1px;
        margin: 0;
        background: linear-gradient(
            to right,
            transparent,
            rgba(96, 165, 250, .20),
            transparent
        );
    }

    section.m-hero.heroHome .m-proof-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        font-size: 14px;
    }

    section.m-hero.heroHome .m-proof-info strong {
        margin-bottom: 2px;
        font-size: 11px;
    }

    section.m-hero.heroHome .m-proof-info small {
        font-size: 9px;
        line-height: 1.4;
    }

}


@media (max-width: 480px) {

    section.m-hero.heroHome .m-proof-strip {
        margin-top: 4px;
        padding: 6px;
        border-radius: 13px;
    }

    section.m-hero.heroHome .m-proof-item {
        padding: 10px 8px;
        gap: 10px;
    }

    section.m-hero.heroHome .m-proof-icon {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    section.m-hero.heroHome .m-proof-info strong {
        font-size: 10px;
    }

    section.m-hero.heroHome .m-proof-info small {
        font-size: 8.5px;
    }

}


/* =========================================================
   MOBILE ONLY: FIXED HEADER
========================================================= */
@media (max-width: 991px) {

	.m-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 9999;
		max-height: 100vh;
		overflow-y: auto; 
	}

	
	body.menu-open {
		overflow: hidden;
	}
}


/* =========================================================
========================================================= */
@media (max-width: 991px) {

	.m-header-nav .dropdown-menu {
		position: static !important;  
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		transform: none !important;    
		display: none;                 
		opacity: 1;
		visibility: visible;
		box-shadow: none;
		border-radius: 8px;
		margin: 4px 0 10px 0;
		padding: 8px 0;
		max-height: 60vh;
		overflow-y: auto;
		background: #f8fafc;
	}

	
	.m-header-nav .dropdown-menu.show {
		display: block !important;
	}
	.m-header-nav .dropdown-menu.m-mega-2col.show,
	.m-header-nav .dropdown-menu.m-mega-3col.show,
	.m-header-nav .dropdown-menu.m-mega-4col.show {
		display: grid !important;
	}
	.m-header-nav .dropdown-menu.m-mega-2col,
	.m-header-nav .dropdown-menu.m-mega-3col,
	.m-header-nav .dropdown-menu.m-mega-4col {
		display: none;
		grid-template-columns: 1fr !important; 
		min-width: 100% !important;
		height: auto !important;
	} 
	
	.m-header-nav .dropdown-toggle::after {
		transition: transform 0.25s ease;
		float: right;
	}
	.m-header-nav .nav-item.dropdown.show > .dropdown-toggle::after {
		transform: rotate(180deg);
	}
	.m-header-nav .nav-item.dropdown:not(.show) > .dropdown-menu {
		display: none !important;
	}
    section.m-hero .m-hero-media.aboutUsmain::before{
        height: 270px;
    }
    section.m-hero.heroHome .heroTitle span.m-gradient-text{
        line-height: 65px;
    }
    section.m-hero.heroHome .heroTitle{
            line-height: 40px;
    }
}