/* =========================================================
   A K INFOTECH - HOMEPAGE CSS
   File: /wp-content/themes/astra-child/assets/css/home.css
   ========================================================= */

:root {
	--aksx-blue: #0d4ed8;
	--aksx-blue-dark: #073b9d;
	--aksx-blue-soft: #eaf2ff;

	--aksx-green: #159a5a;
	--aksx-green-soft: #eaf8f0;

	--aksx-orange: #ef7b22;
	--aksx-orange-soft: #fff0e5;

	--aksx-purple: #7247d7;
	--aksx-purple-soft: #f2ecff;

	--aksx-text: #172138;
	--aksx-body: #5d697b;
	--aksx-muted: #8590a0;
	--aksx-border: #e1e6ed;

	--aksx-navy: #071a3d;
	--aksx-navy-2: #0b3478;

	--aksx-white: #ffffff;
	--aksx-container: 1240px;
	--aksx-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
}


/* =========================================================
   GLOBAL
   ========================================================= */

.aksx-home,
.aksx-home *,
.aksx-home *::before,
.aksx-home *::after {
	box-sizing: border-box;
}

.aksx-home {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #ffffff;
	color: var(--aksx-text);
}

.aksx-home a {
	text-decoration: none;
}

.aksx-home img,
.aksx-home svg {
	display: block;
	max-width: 100%;
}

.aksx-home h1,
.aksx-home h2,
.aksx-home h3,
.aksx-home p {
	margin-top: 0;
}

.aksx-container {
	width: min(calc(100% - 32px), var(--aksx-container));
	margin-inline: auto;
}

.page-template-page-home .site-content,
.page-template-page-home .ast-container,
.page-template-page-home .content-area,
.page-template-page-home .site-main,
.page-template-page-home .ast-article-single,
.page-template-page-home article.page {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	display: block !important;
}

.page-template-page-home .ast-container {
	display: block !important;
}


/* =========================================================
   01. BRAND BAR
   ========================================================= */

.aksx-brandbar {
	padding: 12px 0;
	background: linear-gradient(180deg, #f8fbff, #ffffff);
	border-bottom: 1px solid #e8edf4;
}

.aksx-brandbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.aksx-brand-identity {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.aksx-brand-logo {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	overflow: hidden;
	border: 1px solid #dfe5ed;
	border-radius: 50%;
	background: #ffffff;
}

.aksx-brand-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.aksx-brand-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.aksx-brand-copy small {
	color: #8a95a5;
	font-size: 9px;
	font-weight: 700;
}

.aksx-brand-copy strong {
	margin-top: 1px;
	color: #1a2639;
	font-size: 14px;
	font-weight: 850;
}

.aksx-brand-copy > span {
	margin-top: 1px;
	color: #718095;
	font-size: 9px;
}

.aksx-brand-actions {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.aksx-help-button {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border-radius: 11px;
	background: linear-gradient(135deg, #0d4ed8, #073b9d);
	color: #ffffff;
	font-size: 12px;
	font-weight: 850;
	box-shadow: 0 10px 24px rgba(13, 78, 216, 0.18);
}


/* =========================================================
   ATTENTION / BLINK EFFECT
   ========================================================= */

.aksx-attention-button {
	position: relative;
	overflow: hidden;
	animation: aksxPulse 1.5s ease-in-out infinite;
}

.aksx-attention-button::after {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 55%;
	height: 100%;
	background: linear-gradient(
		90deg,
		transparent,
		rgba(255,255,255,0.42),
		transparent
	);
	transform: skewX(-18deg);
	animation: aksxShine 2.4s linear infinite;
	pointer-events: none;
}

@keyframes aksxPulse {
	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 8px 22px rgba(13,78,216,0.18);
	}
	50% {
		transform: scale(1.035);
		box-shadow: 0 12px 30px rgba(13,78,216,0.34);
	}
}

@keyframes aksxShine {
	0% {
		left: -120%;
	}
	55%,
	100% {
		left: 150%;
	}
}


/* =========================================================
   02. HERO SLIDER
   ========================================================= */

.aksx-hero {
	padding: 18px 0 20px;
	background: #ffffff;
}

.aksx-slider {
	position: relative;
	width: 100%;
	height: 390px;
	overflow: hidden;
	border: 1px solid #dce4ee;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: var(--aksx-shadow);
	isolation: isolate;
}

.aksx-slider-track {
	position: relative;
	width: 100%;
	height: 100%;
}

.aksx-slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(28px);
	transition:
		opacity 0.48s ease,
		transform 0.55s ease,
		visibility 0.48s ease;
}

.aksx-slide.is-active {
	z-index: 2;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0);
}

.aksx-slide-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #081a3b;
}

.aksx-slide-link::before {
	content: "";
	position: absolute;
	inset: -25px;
	z-index: 0;
	background-image: var(--aksx-slide-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(24px);
	transform: scale(1.08);
	opacity: 0.72;
}

.aksx-slide-link::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(5, 20, 48, 0.18);
	pointer-events: none;
}

.aksx-slide-link > img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	object-fit: contain !important;
	object-position: center center !important;
	background: transparent;
}
.aksx-slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 50;
	pointer-events: auto !important;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 50%;
	background: rgba(6,27,65,0.7);
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	backdrop-filter: blur(7px);
}

.aksx-slider-prev {
	left: 14px;
}

.aksx-slider-next {
	right: 14px;
}

.aksx-slider-controls {
	position: absolute;
	left: 50%;
	bottom: 11px;
	z-index: 50;
	pointer-events: auto !important;
	display: flex;
	align-items: center;
	gap: 6px;
	transform: translateX(-50%);
}

.aksx-slider-control {
	width: 8px;
	height: 8px;
	min-width: 8px;
	min-height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(13,78,216,0.28);
	cursor: pointer;
	transition:
		width 0.25s ease,
		background 0.25s ease;
}

.aksx-slider-control.is-active {
	width: 28px;
	background: var(--aksx-blue);
}


/* =========================================================
   03. PRIMARY FORM CTA
   ========================================================= */

.aksx-primary-help {
	padding: 0 0 26px;
	background: #ffffff;
}

.aksx-primary-help-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	padding: 22px 24px;
	border-radius: 17px;
	background:
		radial-gradient(circle at 95% 0%, rgba(79,143,255,0.19), transparent 32%),
		linear-gradient(135deg, #071a3d, #0b3478);
	box-shadow: 0 15px 38px rgba(7,47,112,0.14);
}

.aksx-primary-help-copy > span {
	display: block;
	margin-bottom: 5px;
	color: #bdd0ef;
	font-size: 9px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.aksx-primary-help-copy h2 {
	margin-bottom: 6px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.18;
	font-weight: 850;
	letter-spacing: -0.03em;
}

.aksx-primary-help-copy p {
	margin: 0;
	color: #d6e1f3;
	font-size: 11px;
	line-height: 1.6;
}

.aksx-primary-help-button {
	min-width: 330px;
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border-radius: 11px;
	background: #ffffff;
	color: #073b9d;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 900;
	text-align: center;
}


/* =========================================================
   04. QUICK NAV
   ========================================================= */

.aksx-quicknav {
	padding: 0 0 30px;
	background: #ffffff;
}

.aksx-quicknav-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.aksx-quickcard {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	padding: 13px;
	border: 1px solid var(--aksx-border);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(15,23,42,0.035);
	transition:
		transform 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.aksx-quickcard:hover {
	transform: translateY(-2px);
	border-color: #c7d4e6;
	box-shadow: 0 10px 24px rgba(15,23,42,0.06);
}

.aksx-quick-icon {
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 39px;
	border-radius: 10px;
	font-size: 18px;
}

.aksx-quickcard > span:nth-child(2) {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
}

.aksx-quickcard small {
	color: #929cab;
	font-size: 8px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.aksx-quickcard strong {
	margin-top: 2px;
	color: #1d283b;
	font-size: 12px;
	font-weight: 850;
}

.aksx-quickcard > b {
	margin-left: auto;
	color: #9ca6b4;
	font-size: 14px;
}

.aksx-jobs .aksx-quick-icon {
	background: var(--aksx-blue-soft);
	color: var(--aksx-blue);
}

.aksx-results .aksx-quick-icon {
	background: var(--aksx-green-soft);
	color: var(--aksx-green);
}

.aksx-admit .aksx-quick-icon {
	background: var(--aksx-orange-soft);
	color: var(--aksx-orange);
}

.aksx-answer .aksx-quick-icon {
	background: var(--aksx-purple-soft);
	color: var(--aksx-purple);
}


/* =========================================================
   HEADINGS
   ========================================================= */

.aksx-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.aksx-heading > div > span {
	display: block;
	margin-bottom: 5px;
	color: var(--aksx-blue);
	font-size: 9px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.aksx-heading h2 {
	margin-bottom: 0;
	color: var(--aksx-text);
	font-size: clamp(25px, 3vw, 35px);
	line-height: 1.15;
	font-weight: 850;
	letter-spacing: -0.035em;
}

.aksx-heading > p {
	max-width: 470px;
	margin: 0;
	color: #788496;
	font-size: 11px;
	line-height: 1.6;
}

.aksx-heading > a {
	color: var(--aksx-blue);
	font-size: 10px;
	font-weight: 850;
}

.aksx-heading-center {
	justify-content: center;
	text-align: center;
}


/* =========================================================
   05. LATEST UPDATES WITH THUMBNAILS
   ========================================================= */

.aksx-latest {
	padding: 50px 0 56px;
	background: linear-gradient(180deg, #f7f9fc, #ffffff);
	border-top: 1px solid #edf1f5;
}

.aksx-latest-card {
	overflow: hidden;
	border: 1px solid var(--aksx-border);
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0 9px 26px rgba(15,23,42,0.04);
}

.aksx-latest-row {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr) auto 22px;
	gap: 12px;
	align-items: center;
	min-height: 90px;
	padding: 10px 14px;
	border-bottom: 1px solid #edf0f4;
	color: inherit;
}

.aksx-latest-row:last-child {
	border-bottom: 0;
}

.aksx-latest-row:hover {
	background: #f8faff;
}

.aksx-latest-thumb {
	width: 86px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #e4e9ef;
	border-radius: 9px;
	background: #f7f9fc;
}

.aksx-latest-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.aksx-latest-thumb-fallback {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #eaf2ff, #f7faff);
	color: var(--aksx-blue);
	font-size: 15px;
	font-weight: 900;
}

.aksx-latest-main {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.aksx-latest-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 4px;
}

.aksx-latest-meta b {
	color: var(--aksx-blue);
	font-size: 8px;
	font-weight: 850;
	text-transform: uppercase;
}

.aksx-latest-meta time {
	color: #98a1af;
	font-size: 8px;
	font-weight: 650;
}

.aksx-latest-main > strong {
	color: #2a374b;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 800;
}

.aksx-new {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--aksx-green-soft);
	color: var(--aksx-green);
	font-size: 7px;
	font-weight: 850;
	text-transform: uppercase;
}

.aksx-news-arrow {
	color: #9fa8b5;
	font-size: 13px;
}


/* =========================================================
   06. CATEGORY BOARDS WITH THUMBNAILS
   ========================================================= */

.aksx-boards {
	padding: 54px 0 58px;
	background: #ffffff;
}

.aksx-board-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.aksx-board {
	overflow: hidden;
	border: 1px solid var(--aksx-border);
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(15,23,42,0.04);
}

.aksx-board > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 64px;
	padding: 12px 14px;
	border-bottom: 1px solid #e8ecf2;
	background: linear-gradient(180deg, #ffffff, #fbfcfe);
}

.aksx-board > header > div {
	display: flex;
	flex-direction: column;
}

.aksx-board > header span {
	color: #1c2739;
	font-size: 12px;
	font-weight: 850;
}

.aksx-board > header strong {
	margin-top: 2px;
	color: #8d97a6;
	font-size: 8px;
	font-weight: 700;
}

.aksx-board > header > a {
	color: var(--aksx-blue);
	font-size: 9px;
	font-weight: 850;
}

.aksx-board-jobs > header {
	border-top: 3px solid var(--aksx-blue);
}

.aksx-board-results > header {
	border-top: 3px solid var(--aksx-green);
}

.aksx-board-admit > header {
	border-top: 3px solid var(--aksx-orange);
}

.aksx-board-answer > header {
	border-top: 3px solid var(--aksx-purple);
}

.aksx-board > div {
	padding: 5px;
}

.aksx-news-row {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr) auto 18px;
	gap: 9px;
	align-items: center;
	min-height: 78px;
	padding: 8px;
	border-bottom: 1px solid #edf0f4;
	color: inherit;
}

.aksx-news-row:last-child {
	border-bottom: 0;
}

.aksx-news-row:hover {
	background: #f9fbfe;
}

.aksx-news-thumb {
	width: 74px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #e4e9ef;
	border-radius: 8px;
	background: #f7f9fc;
}

.aksx-news-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.aksx-news-thumb-fallback {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #eaf2ff, #f8fbff);
	color: var(--aksx-blue);
	font-size: 13px;
	font-weight: 900;
}

.aksx-news-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.aksx-news-copy strong {
	color: #2c374b;
	font-size: 10px;
	line-height: 1.4;
	font-weight: 750;
}

.aksx-news-copy small {
	margin-top: 3px;
	color: #98a1af;
	font-size: 7px;
	font-weight: 650;
}

.aksx-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 115px;
	padding: 18px;
	color: #8d97a6;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}


/* =========================================================
   07. SECOND FORM CTA
   ========================================================= */

.aksx-form-cta {
	padding: 0 0 58px;
	background: #ffffff;
}

.aksx-form-cta-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	padding: 24px 25px;
	border-radius: 18px;
	background:
		radial-gradient(circle at 92% 0%, rgba(82,144,255,0.2), transparent 32%),
		linear-gradient(135deg, #071a3d, #0b3478);
	color: #ffffff;
	box-shadow: 0 17px 40px rgba(7,47,112,0.14);
}

.aksx-form-cta-content > span {
	display: block;
	margin-bottom: 5px;
	color: #bdd0ef;
	font-size: 9px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.aksx-form-cta-content h2 {
	margin-bottom: 7px;
	color: #ffffff;
	font-size: clamp(23px, 2.7vw, 32px);
	line-height: 1.16;
	font-weight: 850;
	letter-spacing: -0.03em;
}

.aksx-form-cta-content p {
	margin: 0;
	color: #d7e3f5;
	font-size: 11px;
	line-height: 1.6;
}

.aksx-form-cta-button {
	min-width: 330px;
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border-radius: 11px;
	background: #ffffff;
	color: #073b9d;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 900;
	text-align: center;
}


/* =========================================================
   08. SERVICES
   ========================================================= */

.aksx-services {
	padding: 52px 0 58px;
	background: linear-gradient(180deg, #f7f9fc, #ffffff);
	border-top: 1px solid #edf1f5;
}

.aksx-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
}

.aksx-service-grid article {
	min-height: 170px;
	padding: 17px;
	border: 1px solid var(--aksx-border);
	border-radius: 13px;
	background: #ffffff;
	box-shadow: 0 7px 20px rgba(15,23,42,0.035);
}

.aksx-service-grid article > span {
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	border-radius: 8px;
	background: var(--aksx-blue-soft);
	color: var(--aksx-blue);
	font-size: 8px;
	font-weight: 850;
}

.aksx-service-grid article h3 {
	margin-bottom: 7px;
	color: #1b263a;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 850;
}

.aksx-service-grid article p {
	margin: 0;
	color: #788496;
	font-size: 10px;
	line-height: 1.6;
}


/* =========================================================
   09. ABOUT / TRUST
   ========================================================= */

.aksx-about {
	padding: 56px 0;
	background: #ffffff;
}

.aksx-about-card {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: 30px;
	align-items: center;
}

.aksx-about-card > div:first-child > span {
	display: block;
	margin-bottom: 5px;
	color: var(--aksx-blue);
	font-size: 9px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.aksx-about-card h2 {
	margin-bottom: 10px;
	color: var(--aksx-text);
	font-size: clamp(25px, 3vw, 35px);
	line-height: 1.15;
	font-weight: 850;
	letter-spacing: -0.035em;
}

.aksx-about-card > div:first-child > p {
	margin-bottom: 14px;
	color: #748092;
	font-size: 11px;
	line-height: 1.68;
}

.aksx-about-card > div:first-child > a {
	min-height: 39px;
	display: inline-flex;
	align-items: center;
	padding: 0 12px;
	border-radius: 8px;
	background: var(--aksx-blue);
	color: #ffffff;
	font-size: 10px;
	font-weight: 850;
}

.aksx-about-points {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
}

.aksx-about-points > div {
	padding: 14px;
	border: 1px solid #e2e7ed;
	border-radius: 11px;
	background: #ffffff;
}

.aksx-about-points strong {
	display: block;
	color: #273248;
	font-size: 10px;
	font-weight: 850;
}

.aksx-about-points span {
	display: block;
	margin-top: 4px;
	color: #7d8796;
	font-size: 8px;
	line-height: 1.5;
}


/* =========================================================
   10. CONTACT
   ========================================================= */

.aksx-contact {
	padding: 0 0 48px;
	background: #ffffff;
}

.aksx-contact-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	padding: 21px 23px;
	border: 1px solid #dfe6ee;
	border-radius: 15px;
	background:
		radial-gradient(circle at 92% 0%, rgba(13,78,216,0.07), transparent 30%),
		linear-gradient(145deg, #ffffff, #f9fbff);
	box-shadow: 0 9px 26px rgba(15,23,42,0.045);
}

.aksx-contact-card > div:first-child > span {
	display: block;
	margin-bottom: 3px;
	color: var(--aksx-blue);
	font-size: 8px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.aksx-contact-card h2 {
	margin-bottom: 4px;
	color: #1d273a;
	font-size: 17px;
	font-weight: 850;
}

.aksx-contact-card p {
	margin: 0;
	color: #7c8798;
	font-size: 9px;
}

.aksx-contact-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
}

.aksx-contact-actions a {
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border-radius: 8px;
	font-size: 9px;
	font-weight: 850;
}

.aksx-contact-actions a:first-child {
	background: var(--aksx-blue);
	color: #ffffff;
}

.aksx-contact-actions a:nth-child(2) {
	background: var(--aksx-green);
	color: #ffffff;
}

.aksx-contact-actions a:last-child {
	border: 1px solid #d9e1ed;
	background: #ffffff;
	color: #273248;
}


/* =========================================================
   11. SEO INFO
   ========================================================= */

.aksx-info {
	padding: 0 0 46px;
	background: #ffffff;
}

.aksx-info-card {
	padding: 22px;
	border: 1px solid var(--aksx-border);
	border-radius: 15px;
	background: linear-gradient(180deg, #f9fbfe, #ffffff);
}

.aksx-info-card > span {
	display: block;
	margin-bottom: 5px;
	color: var(--aksx-blue);
	font-size: 8px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.aksx-info-card h2 {
	margin-bottom: 14px;
	color: var(--aksx-text);
	font-size: 20px;
	line-height: 1.25;
	font-weight: 850;
	letter-spacing: -0.025em;
}

.aksx-info-card > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
}

.aksx-info-card p {
	margin: 0;
	padding: 12px;
	border: 1px solid #e6eaf0;
	border-radius: 10px;
	background: #ffffff;
	color: #737f91;
	font-size: 9px;
	line-height: 1.65;
}


/* =========================================================
   12. DISCLAIMER
   ========================================================= */

.aksx-disclaimer {
	padding: 0 0 42px;
	background: #ffffff;
}

.aksx-disclaimer-card {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 13px 15px;
	border: 1px solid var(--aksx-border);
	border-radius: 11px;
	background: #f8fafc;
}

.aksx-disclaimer-card > span {
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 31px;
	border-radius: 8px;
	background: var(--aksx-blue-soft);
	color: var(--aksx-blue);
	font-size: 11px;
	font-weight: 900;
}

.aksx-disclaimer-card p {
	margin: 0;
	color: #6f7a8c;
	font-size: 8px;
	line-height: 1.6;
}

.aksx-disclaimer-card strong {
	color: #263247;
}


/* =========================================================
   13. POPUP FORM
   ========================================================= */

.aksx-popup {
	position: fixed !important;
	inset: 0;
	z-index: 999999;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 18px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.22s ease,
		visibility 0.22s ease;
}

.aksx-popup:target,
.aksx-popup.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.aksx-popup-backdrop {
	position: absolute;
	inset: 0;
	display: block;
	background: rgba(6,17,39,0.74);
	backdrop-filter: blur(6px);
}

.aksx-popup-dialog {
	position: relative;
	z-index: 2;
	width: min(100%, 440px);
	max-height: calc(100vh - 36px);
	overflow-y: auto;
	padding: 23px;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 28px 80px rgba(0,0,0,0.25);
}

.aksx-popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e1e6ed;
	border-radius: 50%;
	background: #ffffff;
	color: #667286;
	font-size: 20px;
	line-height: 1;
}

.aksx-popup-head {
	margin-bottom: 16px;
	padding-right: 28px;
	text-align: center;
}

.aksx-popup-head > span {
	display: block;
	margin-bottom: 4px;
	color: var(--aksx-blue);
	font-size: 8px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.aksx-popup-head h2 {
	margin-bottom: 5px;
	color: var(--aksx-text);
	font-size: 23px;
	line-height: 1.25;
	font-weight: 850;
	letter-spacing: -0.03em;
}

.aksx-popup-head p {
	margin: 0;
	color: #7d8797;
	font-size: 10px;
	line-height: 1.5;
}

.aksx-field {
	margin-bottom: 11px;
}

.aksx-field label {
	display: block;
	margin-bottom: 5px;
	color: #2d384c;
	font-size: 9px;
	font-weight: 750;
}

.aksx-field input,
.aksx-field select,
.aksx-field textarea {
	width: 100%;
	border: 1px solid #dfe5ed !important;
	border-radius: 9px !important;
	background: #ffffff !important;
	color: #172138 !important;
	box-shadow: none !important;
	outline: none !important;
	font-family: inherit;
	font-size: 11px !important;
}

.aksx-field input,
.aksx-field select {
	height: 42px;
	padding: 0 10px !important;
}

.aksx-field textarea {
	min-height: 82px;
	padding: 9px 10px !important;
	resize: vertical;
}

.aksx-field input:focus,
.aksx-field select:focus,
.aksx-field textarea:focus {
	border-color: #9cb9ee !important;
	box-shadow: 0 0 0 3px rgba(13,78,216,0.07) !important;
}

.aksx-submit {
	width: 100%;
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: 5px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, #159a5a, #0d7d49);
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

.aksx-popup-direct {
	margin-top: 13px;
	padding-top: 12px;
	border-top: 1px solid #edf0f4;
}

.aksx-popup-direct > span {
	display: block;
	margin-bottom: 7px;
	color: #8b95a5;
	font-size: 8px;
	font-weight: 750;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.aksx-popup-direct > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7px;
}

.aksx-popup-direct a {
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-size: 9px;
	font-weight: 850;
}

.aksx-popup-direct a:first-child {
	border: 1px solid #d9e1ed;
	background: #f8faff;
	color: #0a397f;
}

.aksx-popup-direct a:last-child {
	background: var(--aksx-green);
	color: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

	.aksx-slider {
		height: 340px;
	}

	.aksx-quicknav-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aksx-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aksx-info-card > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aksx-info-card p:last-child {
		grid-column: 1 / -1;
	}

	.aksx-primary-help-card,
	.aksx-form-cta-card {
		grid-template-columns: 1fr;
	}

	.aksx-primary-help-button,
	.aksx-form-cta-button {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 900px) {

	.aksx-board-grid {
		grid-template-columns: 1fr;
	}

	.aksx-about-card {
		grid-template-columns: 1fr;
	}

	.aksx-contact-card {
		grid-template-columns: 1fr;
	}
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.aksx-container {
		width: min(calc(100% - 20px), var(--aksx-container));
	}

	.aksx-brandbar {
		padding: 9px 0;
	}

	.aksx-brandbar-inner {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}

	.aksx-brand-actions {
		width: 100%;
	}

	.aksx-help-button {
		width: 100%;
		min-height: 48px;
		padding: 8px 12px;
		font-size: 12px;
		line-height: 1.35;
		text-align: center;
	}

	.aksx-hero {
		padding: 12px 0 15px;
	}

	.aksx-slider {
		height: 225px;
		border-radius: 14px;
	}

	.aksx-slide-link > img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		object-position: center;
	}

	.aksx-slider-arrow {
		width: 31px;
		height: 31px;
		font-size: 19px;
	}

	.aksx-slider-prev {
		left: 7px;
	}

	.aksx-slider-next {
		right: 7px;
	}

	.aksx-slider-controls {
		bottom: 7px;
	}

	.aksx-primary-help-card {
		padding: 18px;
	}

	.aksx-primary-help-copy h2 {
		font-size: 21px;
	}

	.aksx-primary-help-button {
		min-height: 54px;
		padding: 8px 14px;
		font-size: 13px;
	}

	.aksx-quicknav-grid {
		grid-template-columns: 1fr 1fr;
		gap: 7px;
	}

	.aksx-quickcard {
		padding: 9px;
		gap: 7px;
	}

	.aksx-quick-icon {
		width: 32px;
		height: 32px;
		flex-basis: 32px;
		font-size: 15px;
	}

	.aksx-quickcard small,
	.aksx-quickcard > b {
		display: none;
	}

	.aksx-quickcard strong {
		font-size: 10px;
	}

	.aksx-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.aksx-heading h2 {
		font-size: 24px;
	}

	.aksx-heading > p {
		font-size: 10px;
	}

	.aksx-latest {
		padding: 38px 0 42px;
	}

	.aksx-latest-row {
		grid-template-columns: 72px minmax(0, 1fr) auto 16px;
		min-height: 80px;
		padding: 8px;
	}

	.aksx-latest-thumb {
		width: 72px;
		height: 54px;
	}

	.aksx-latest-main > strong {
		font-size: 10px;
	}

	.aksx-latest-meta b,
	.aksx-latest-meta time {
		font-size: 7px;
	}

	.aksx-boards {
		padding: 40px 0 45px;
	}

	.aksx-news-row {
		grid-template-columns: 66px minmax(0, 1fr) auto 16px;
		min-height: 72px;
	}

	.aksx-news-thumb {
		width: 66px;
		height: 48px;
	}

	.aksx-form-cta {
		padding-bottom: 44px;
	}

	.aksx-form-cta-card {
		padding: 18px;
	}

	.aksx-form-cta-button {
		min-height: 54px;
		padding: 8px 14px;
		font-size: 13px;
	}

	.aksx-services {
		padding: 42px 0 46px;
	}

	.aksx-service-grid {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	.aksx-service-grid article {
		min-height: 150px;
		padding: 13px;
	}

	.aksx-service-grid article h3 {
		font-size: 11px;
	}

	.aksx-service-grid article p {
		font-size: 9px;
	}

	.aksx-about {
		padding: 42px 0;
	}

	.aksx-about-card h2 {
		font-size: 24px;
	}

	.aksx-about-points {
		grid-template-columns: 1fr 1fr;
	}

	.aksx-contact-actions {
		width: 100%;
	}

	.aksx-contact-actions a {
		flex: 1;
	}

	.aksx-info-card > div {
		grid-template-columns: 1fr;
	}

	.aksx-info-card p:last-child {
		grid-column: auto;
	}

	.aksx-popup-dialog {
		width: min(100%, 430px);
	}
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

	.aksx-container {
		width: min(calc(100% - 16px), var(--aksx-container));
	}

	.aksx-slider {
		height: 205px;
	}

	.aksx-latest-row {
		grid-template-columns: 66px minmax(0, 1fr) 14px;
	}

	.aksx-latest-thumb {
		width: 66px;
		height: 50px;
	}

	.aksx-latest-row .aksx-new {
		display: none;
	}

	.aksx-news-row {
		grid-template-columns: 60px minmax(0, 1fr) 14px;
	}

	.aksx-news-thumb {
		width: 60px;
		height: 46px;
	}

	.aksx-news-row .aksx-new {
		display: none;
	}

	.aksx-service-grid {
		grid-template-columns: 1fr 1fr;
	}

	.aksx-about-points {
		grid-template-columns: 1fr 1fr;
		gap: 7px;
	}

	.aksx-contact-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.aksx-contact-actions a:last-child {
		grid-column: 1 / -1;
	}

	.aksx-popup-dialog {
		padding: 18px 14px;
		border-radius: 15px;
	}

	.aksx-popup-head h2 {
		font-size: 20px;
	}
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 360px) {

	.aksx-quicknav-grid,
	.aksx-service-grid,
	.aksx-about-points,
	.aksx-contact-actions {
		grid-template-columns: 1fr;
	}

	.aksx-contact-actions a:last-child {
		grid-column: auto;
	}
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.aksx-home a:focus-visible,
.aksx-home button:focus-visible,
.aksx-home input:focus-visible,
.aksx-home select:focus-visible,
.aksx-home textarea:focus-visible {
	outline: 2px solid var(--aksx-blue);
	outline-offset: 2px;
}

html.aksx-modal-open,
body.aksx-modal-open {
	overflow: hidden !important;
}

@media (prefers-reduced-motion: reduce) {

	.aksx-home *,
	.aksx-home *::before,
	.aksx-home *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	.aksx-attention-button {
		animation: none !important;
	}

	.aksx-attention-button::after {
		animation: none !important;
	}
}



.aksx-slider-control {
	pointer-events: auto !important;
}

.aksx-slider-arrow {
	touch-action: manipulation;
}


/* =========================================================
   A K INFOTECH - FLOATING CALL + WHATSAPP ICONS
   ========================================================= */

.ak-global-contact {
	position: fixed !important;
	right: 14px !important;
	top: 50% !important;
	bottom: auto !important;
	transform: translateY(-50%) !important;
	z-index: 999999 !important;

	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 12px !important;

	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ak-global-contact-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 50px !important;
	height: 50px !important;
	min-width: 50px !important;
	max-width: 50px !important;
	min-height: 50px !important;
	max-height: 50px !important;

	margin: 0 !important;
	padding: 0 !important;

	border: 2px solid #ffffff !important;
	border-radius: 50% !important;

	color: #ffffff !important;
	text-decoration: none !important;

	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22) !important;

	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease !important;
}

/* Hide Call Now / WhatsApp text */
.ak-global-contact-btn > span:not(.ak-global-contact-icon) {
	display: none !important;
}

.ak-global-call {
	background: #0755d9 !important;
}

.ak-global-whatsapp {
	background: #25d366 !important;
}

.ak-global-contact-icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 25px !important;
	height: 25px !important;
	min-width: 25px !important;
	max-width: 25px !important;
	min-height: 25px !important;
	max-height: 25px !important;

	margin: 0 !important;
	padding: 0 !important;

	color: #ffffff !important;
}

.ak-global-contact-icon svg {
	display: block !important;

	width: 25px !important;
	height: 25px !important;
	min-width: 25px !important;
	max-width: 25px !important;
	min-height: 25px !important;
	max-height: 25px !important;

	margin: 0 !important;
	padding: 0 !important;

	fill: currentColor !important;
}

/* Small attention movement */
.ak-global-contact-btn:hover {
	transform: scale(1.1) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28) !important;
}

/* MOBILE */
@media (max-width: 767px) {

	.ak-global-contact {
		right: 8px !important;
		top: 50% !important;
		bottom: auto !important;
		gap: 9px !important;
	}

	.ak-global-contact-btn {
		width: 44px !important;
		height: 44px !important;
		min-width: 44px !important;
		max-width: 44px !important;
		min-height: 44px !important;
		max-height: 44px !important;
	}

	.ak-global-contact-icon,
	.ak-global-contact-icon svg {
		width: 22px !important;
		height: 22px !important;
		min-width: 22px !important;
		max-width: 22px !important;
		min-height: 22px !important;
		max-height: 22px !important;
	}
}