/* Gotawat Industries CSS Customizations */

:root {
	/* Corporate Blue Palette Skin */
	--primary: #0056b3;
	--primary-100: #004da0;
	--primary-200: #00448d;
	--primary-300: #003a7a;
	--primary--100: #1a67bd;
	--primary--200: #3378c7;
	--primary--300: #4d8ad1;
	--primary-rgba-0: rgba(0, 86, 179, 0);
	--primary-rgba-10: rgba(0, 86, 179, 0.1);
	--primary-rgba-20: rgba(0, 86, 179, 0.2);
	--primary-rgba-30: rgba(0, 86, 179, 0.3);
	--primary-rgba-40: rgba(0, 86, 179, 0.4);
	--primary-rgba-50: rgba(0, 86, 179, 0.5);
	--primary-rgba-60: rgba(0, 86, 179, 0.6);
	--primary-rgba-70: rgba(0, 86, 179, 0.7);
	--primary-rgba-80: rgba(0, 86, 179, 0.8);
	--primary-rgba-90: rgba(0, 86, 179, 0.9);

	--secondary: #0a4a9b;
	--secondary-100: #094187;
	--secondary-200: #073772;
	--secondary-300: #052e5e;
	--secondary--100: #1c5ba9;
	--secondary--200: #336db8;
	--secondary--300: #4a7ec6;
}

/* Customize logo display size for header */
#header .header-logo img {
	max-height: 44px !important;
	width: auto !important;
	height: auto !important;
	transition: ease filter 300ms !important;
}

/* Make slider background full width and remove offset gaps */
.custom-slider-background {
	left: 0 !important;
	right: 0 !important;
	transform: translate3d(0, 0, 0) !important;
}
.has-sticky-header-transform .custom-slider-background {
	transform: translate3d(0, 0, 0) !important;
}

/* Default Header (Normal state on page load - Solid White Background) */
#header .header-body {
	background-color: #ffffff !important;
	border-bottom: 1px solid #e2e8f0 !important;
	transition: ease background-color 300ms, ease border-color 300ms, ease box-shadow 300ms !important;
}
#header .header-nav-main nav > ul > li > a {
	color: #1a202c !important;
	transition: ease color 200ms !important;
	opacity: 1 !important;
}
#header .header-nav-main nav > ul > li:hover > a:not(.dropdown-toggle) {
	color: #0056b3 !important;
	opacity: 1 !important;
}
#header .header-nav.header-nav-bottom-line nav > ul > li > a:not(.dropdown-toggle):before,
#header .header-nav.header-nav-bottom-line nav > ul > li:hover > a:not(.dropdown-toggle):before {
	background-color: #0056b3 !important;
}
#header .header-nav.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li > a.dropdown-toggle:before {
	display: none !important;
	content: none !important;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
	background: none !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}
#header .header-nav-main.header-nav-main-arrows nav > ul > li > a.dropdown-toggle:after {
	color: #64748b !important;
	opacity: 1;
}
#header .header-nav-main nav > ul > li.dropdown:hover > a.dropdown-toggle:after {
	color: #0056b3 !important;
}
html.sticky-header-active #header .header-nav-main.header-nav-main-arrows nav > ul > li > a.dropdown-toggle:after {
	color: rgba(255, 255, 255, 0.75) !important;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown:hover > a.dropdown-toggle:after {
	color: #7dd3fc !important;
}
@media (min-width: 992px) {
	html:not(.sticky-header-active) #header .header-nav.header-nav-line nav > ul li:hover > a {
		color: #0056b3 !important;
	}
	html:not(.sticky-header-active) #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
		color: #0056b3 !important;
	}
	html:not(.sticky-header-active) #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before,
	html:not(.sticky-header-active) #header .header-nav.header-nav-line nav > ul li:hover > a:before {
		background: #0056b3 !important;
	}
}
#header .header-nav-main .dropdown-menu .dropdown-item:hover {
	color: #0056b3 !important;
	background-color: rgba(0, 86, 179, 0.06) !important;
}
#header .header-nav-main nav > ul > li > a.active {
	color: #0056b3 !important;
	opacity: 1 !important;
	font-weight: 700 !important;
}
#header .header-social-icons a {
	color: #1a202c !important;
	transition: ease color 200ms !important;
}
#header .header-btn-collapse-nav {
	color: #1a202c !important;
}
#header .header-nav-features .header-nav-features-search-reveal-container i {
	color: #1a202c !important;
	transition: ease color 200ms !important;
}

/* Sticky Header (Scrolled down state - Corporate Blue Background) */
html.sticky-header-active #header .header-body {
	background-color: #0056b3 !important;
	border-bottom: none !important;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
	color: #ffffff !important;
	opacity: 0.85 !important;
}
html.sticky-header-active #header .header-nav-main nav > ul > li:hover > a {
	color: #7dd3fc !important;
	opacity: 1 !important;
}
html.sticky-header-active #header .header-nav-main nav > ul > li > a.active {
	color: #ffffff !important;
	opacity: 1 !important;
	font-weight: 700 !important;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown:hover > a {
	color: #7dd3fc !important;
}
html.sticky-header-active #header .header-nav-main .dropdown-menu .dropdown-item:hover {
	background-color: rgba(125, 211, 252, 0.15) !important;
	color: #0056b3 !important;
}
html.sticky-header-active #header .header-social-icons a {
	color: #ffffff !important;
}
html.sticky-header-active #header .header-btn-collapse-nav {
	color: #ffffff !important;
}
html.sticky-header-active #header .header-nav-features .header-nav-features-search-reveal-container i {
	color: #ffffff !important;
}
html.sticky-header-active #header .header-logo img {
	filter: brightness(0) invert(1) !important;
}

/* Prevent logo from turning white on SoftKraft page */
html.sticky-header-active body.page-softkraft #header .header-logo img {
	filter: none !important;
}

/* Premium Card hover corrections for Corporate Blue theme */
.custom-card-style-1 {
	border: 1px solid #e2e8f0 !important;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
	transition: ease all 300ms !important;
}
.custom-card-style-1:hover {
	background-color: #0056b3 !important;
	border-color: #0056b3 !important;
	transform: translateY(-5px) !important;
}
.custom-card-style-1:hover h2,
.custom-card-style-1:hover p {
	color: #ffffff !important;
}

/* Floating WhatsApp Widget */
.whatsapp-widget {
	position: fixed;
	bottom: 95px;
	right: 25px;
	z-index: 10000;
	background-color: #25d366;
	color: #ffffff !important;
	width: 55px;
	height: 55px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25);
	transition: ease all 300ms;
	text-decoration: none !important;
}
.whatsapp-widget:hover {
	transform: scale(1.1) rotate(5deg);
	background-color: #128c7e;
}

/* Compact Dark Slate Footer Styling - Combined into single section */
#footer {
	background-color: #0f172a !important;
	padding-top: 40px !important;
	padding-bottom: 25px !important;
	border-top: none !important;
	position: relative;
}

#footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #0056b3, #3b82f6, #0056b3);
}
#footer h4 {
	color: #ffffff !important;
	font-size: 15px !important;
	margin-bottom: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.5px;
}
#footer .list li,
#footer p {
	color: #9ca3af !important; /* slate-400 */
	font-size: 13.5px !important;
	line-height: 1.6 !important;
}
#footer a {
	color: #9ca3af !important;
	font-size: 13.5px !important;
	transition: ease color 200ms;
}
#footer a:hover {
	color: #ffffff !important;
}

.gi-footer-logo {
	filter: brightness(0) invert(1);
	max-height: 44px;
	width: auto;
	opacity: 0.95;
	transition: opacity 200ms ease;
}

.gi-footer-logo-link:hover .gi-footer-logo {
	opacity: 1;
}

/* ============================================================
   Global Corporate Polish
   ============================================================ */
.body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.custom-btn-style-1,
.btn-primary.custom-btn-style-1 {
	letter-spacing: 0.04em;
	transition: transform 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
}

.custom-btn-style-1:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 86, 179, 0.25);
}

/* ============================================================
   GI Hero Slider – custom, accessible, no Owl dependency
   ============================================================ */
.gi-hero {
	position: relative;
	width: 100%;
	background: #0a2540;
	isolation: isolate;
}

.gi-hero__viewport {
	position: relative;
	width: 100%;
	height: clamp(520px, 72vh, 720px);
	overflow: hidden;
}

.gi-hero__track {
	position: relative;
	width: 100%;
	height: 100%;
}

.gi-hero__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(40px);
	transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1),
		transform 0.85s cubic-bezier(0.4, 0, 0.2, 1),
		visibility 0.85s;
	z-index: 1;
}

.gi-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	z-index: 2;
}

.gi-hero__slide.is-exiting {
	opacity: 0;
	transform: translateX(-40px);
	z-index: 1;
}

.gi-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.08);
	transition: transform 6s ease-out;
}

.gi-hero__slide.is-active .gi-hero__bg {
	transform: scale(1);
}

.gi-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(8, 28, 58, 0.88) 0%, rgba(0, 70, 140, 0.5) 50%, rgba(10, 40, 80, 0.25) 100%);
}

.gi-hero__slide .container {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
}

.gi-hero__inner {
	max-width: 620px;
	padding: 2rem 0;
}

.gi-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	padding: 0.45rem 1rem;
	border-radius: 50px;
	margin-bottom: 1.25rem;
}

.gi-hero__heading {
	color: #fff;
	font-size: clamp(2rem, 4.8vw, 3.4rem);
	font-weight: 800;
	line-height: 1.12;
	margin: 0 0 1rem;
	letter-spacing: -0.02em;
	text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.gi-hero__subheading {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1rem, 1.8vw, 1.15rem);
	line-height: 1.75;
	margin: 0 0 2rem;
	max-width: 540px;
	font-weight: 400;
}

.gi-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.gi-hero__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.85rem 1.75rem;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	border-radius: 4px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.gi-hero__btn--primary {
	background: #0056b3;
	color: #fff;
	border: 2px solid #0056b3;
	box-shadow: 0 4px 16px rgba(0, 86, 179, 0.35);
}

.gi-hero__btn--primary:hover {
	background: #004494;
	border-color: #004494;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 86, 179, 0.45);
}

.gi-hero__btn--ghost {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.55);
	backdrop-filter: blur(4px);
}

.gi-hero__btn--ghost:hover {
	background: #fff;
	color: #0056b3;
	border-color: #fff;
	transform: translateY(-2px);
}

.gi-hero__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(6px);
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.gi-hero__nav:hover {
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-50%) scale(1.05);
}

.gi-hero__nav:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.gi-hero__nav--prev {
	left: 1.5rem;
}

.gi-hero__nav--next {
	right: 1.5rem;
}

.gi-hero__dots {
	position: absolute;
	bottom: 1.75rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.gi-hero__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	transition: width 0.35s ease, background 0.35s ease, border-radius 0.35s ease;
}

.gi-hero__dot:hover {
	background: rgba(255, 255, 255, 0.7);
}

.gi-hero__dot.is-active {
	width: 32px;
	border-radius: 5px;
	background: #fff;
}

.gi-hero__dot:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

@media (max-width: 767px) {
	.gi-hero__viewport {
		height: clamp(480px, 85vh, 600px);
	}

	.gi-hero__inner {
		text-align: center;
		margin: 0 auto;
	}

	.gi-hero__subheading {
		margin-left: auto;
		margin-right: auto;
	}

	.gi-hero__cta {
		justify-content: center;
	}

	.gi-hero__btn {
		width: 100%;
		max-width: 280px;
		justify-content: center;
	}

	.gi-hero__nav {
		width: 40px;
		height: 40px;
		font-size: 0.85rem;
	}

	.gi-hero__nav--prev {
		left: 0.75rem;
	}

	.gi-hero__nav--next {
		right: 0.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gi-hero__slide,
	.gi-hero__bg,
	.gi-hero__btn,
	.gi-hero__nav,
	.gi-hero__dot {
		transition: none !important;
	}
}

/* ============================================================
   GI About / Intro Section
   ============================================================ */
.gi-about-section {
	background: #f8fafc;
	padding: 5.5rem 0;
	position: relative;
	overflow: hidden;
}

.gi-about-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: linear-gradient(180deg, #0056b3, #0a4a9b);
}

.gi-about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

.gi-about-eyebrow {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #0056b3;
	margin-bottom: 1rem;
	padding: 0.35rem 0.9rem;
	background: rgba(0, 86, 179, 0.08);
	border-radius: 50px;
}

.gi-about-title {
	font-size: clamp(1.85rem, 3.5vw, 2.65rem);
	font-weight: 800;
	color: #0f172a;
	line-height: 1.2;
	margin-bottom: 1.25rem;
}

.gi-about-lead {
	font-size: 1.1rem;
	color: #334155;
	line-height: 1.75;
	margin-bottom: 1rem;
	font-weight: 500;
}

.gi-about-text {
	font-size: 1rem;
	color: #64748b;
	line-height: 1.75;
	margin-bottom: 1.75rem;
}

.gi-about-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 2rem;
}

.gi-about-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: #1e40af;
	background: #fff;
	border: 1px solid #e2e8f0;
	padding: 0.5rem 1rem;
	border-radius: 50px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.gi-about-pill i {
	color: #0056b3;
	font-size: 0.75rem;
}

.gi-about-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #0056b3;
	text-decoration: none;
	border-bottom: 2px solid #0056b3;
	padding-bottom: 0.25rem;
	transition: gap 250ms ease, color 250ms ease;
}

.gi-about-cta:hover {
	gap: 0.9rem;
	color: #003a7a;
}

.gi-about-visual {
	position: relative;
}

.gi-about-visual__frame {
	position: relative;
	z-index: 2;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 25px 60px rgba(0, 30, 70, 0.15);
}

.gi-about-visual__frame img {
	width: 100%;
	display: block;
}

.gi-about-visual__accent {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 60%;
	height: 60%;
	background: linear-gradient(135deg, #0056b3 0%, #0a4a9b 100%);
	border-radius: 12px;
	z-index: 1;
	opacity: 0.12;
}

.gi-about-visual__badge {
	position: absolute;
	bottom: -18px;
	left: -18px;
	z-index: 3;
	background: #0056b3;
	color: #fff;
	padding: 1rem 1.25rem;
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(0, 86, 179, 0.35);
}

.gi-about-visual__badge strong {
	display: block;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
}

.gi-about-visual__badge span {
	font-size: 0.75rem;
	opacity: 0.85;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.gi-about-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.gi-about-visual {
		max-width: 480px;
		margin: 0 auto;
	}

	.gi-about-visual__badge {
		left: 1rem;
		bottom: -14px;
	}
}

/* ============================================================
   GI Business Verticals
   ============================================================ */
.gi-verticals-section {
	background: linear-gradient(160deg, #003a7a 0%, #0056b3 50%, #0a4a9b 100%);
	padding: 5rem 0 5.5rem;
	position: relative;
	overflow: hidden;
}

.gi-verticals-section::before {
	content: '';
	position: absolute;
	top: -40%;
	right: -15%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

.gi-section-label {
	display: inline-block;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}

.gi-section-title {
	color: #fff;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	font-weight: 800;
	margin-bottom: 0.75rem;
}

.gi-section-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.05rem;
	max-width: 620px;
	margin: 0 auto;
	line-height: 1.7;
}

.gi-verticals-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin-top: 1rem;
}

.gi-vertical-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
	transition: transform 350ms ease, box-shadow 350ms ease;
}

.gi-vertical-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
}

.gi-vertical-card--featured {
	border: 2px solid rgba(255, 255, 255, 0.35);
}

.gi-vertical-card__media {
	position: relative;
	height: 220px;
	overflow: hidden;
}

.gi-vertical-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.gi-vertical-card:hover .gi-vertical-card__media img {
	transform: scale(1.06);
}

.gi-vertical-card__index {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: #0056b3;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 800;
	padding: 0.35rem 0.7rem;
	border-radius: 6px;
	letter-spacing: 0.05em;
}

.gi-vertical-card__body {
	padding: 1.5rem 1.5rem 1.75rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.gi-vertical-card__tag {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0056b3;
	margin-bottom: 0.5rem;
}

.gi-vertical-card__title {
	font-size: 1.35rem;
	font-weight: 800;
	color: #1a202c;
	margin-bottom: 0.65rem;
}

.gi-vertical-card__text {
	font-size: 0.95rem;
	color: #64748b;
	line-height: 1.65;
	margin-bottom: 1.25rem;
	flex: 1;
}

.gi-vertical-card__actions {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: auto;
}

.gi-vertical-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.25rem;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none !important;
	border-radius: 6px;
	transition: all 0.25s ease;
	text-align: center;
	width: 100%;
}

.gi-vertical-card__btn--primary {
	background-color: var(--primary);
	color: #ffffff !important;
	border: 2px solid var(--primary);
	box-shadow: 0 4px 12px rgba(0, 86, 179, 0.15);
}

.gi-vertical-card__btn--primary:hover {
	background-color: var(--primary-300);
	border-color: var(--primary-300);
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 86, 179, 0.25);
}

.gi-vertical-card__btn--secondary {
	background-color: transparent;
	color: var(--primary) !important;
	border: 2px solid var(--primary);
}

.gi-vertical-card__btn--secondary:hover {
	background-color: var(--primary);
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 86, 179, 0.2);
}

@media (max-width: 991px) {
	.gi-verticals-grid {
		grid-template-columns: 1fr;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ============================================================
   GI Stats / Counters
   ============================================================ */
.gi-stats-section {
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
}

.gi-stat-item {
	padding: 1.5rem 1rem;
}

.gi-stat-number {
	display: block;
	font-size: clamp(2.5rem, 5vw, 3.5rem);
	font-weight: 800;
	color: #0056b3;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.gi-stat-label {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #64748b;
	margin: 0;
}

/* ============================================================
   GI Modern Page Hero & Breadcrumbs
   ============================================================ */
.gi-page-hero {
	background: linear-gradient(135deg, #0f2744 0%, #0056b3 55%, #0a4a9b 100%);
	padding: 0;
	margin-top: 0;
	position: relative;
	overflow: hidden;
}

.gi-page-hero::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}

.gi-page-hero__inner {
	padding: 2.5rem 0 2.75rem;
	position: relative;
	z-index: 1;
}

.gi-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;
	gap: 0;
}

.gi-breadcrumb__list li {
	display: inline-flex;
	align-items: center;
	font-size: 0.82rem;
	font-weight: 500;
}

.gi-breadcrumb__list li a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	transition: color 200ms;
}

.gi-breadcrumb__list li a:hover {
	color: #fff;
}

.gi-breadcrumb__list li.active {
	color: #fff;
	font-weight: 600;
}

.gi-breadcrumb__sep {
	width: 4px;
	height: 4px;
	background: rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	margin: 0 0.65rem;
	padding: 0 !important;
}

.gi-page-hero__title {
	color: #fff;
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	font-weight: 800;
	margin: 0;
	line-height: 1.2;
}

/* ============================================================
   GI Product Pages – Responsive Layout
   ============================================================ */
.gi-page-content {
	padding: 2.5rem 0 4rem;
}

.gi-product-layout {
	align-items: flex-start;
}

.gi-product-main {
	min-width: 0;
}

.gi-product-sidebar {
	min-width: 0;
}

.gi-product-sidebar .sidebar {
	position: static !important;
	width: 100% !important;
}

.gi-brand-website-card {
	border-radius: 8px;
	overflow: hidden;
}

.gi-brand-website-card .card-body {
	padding: 1.5rem !important;
}

.gi-brand-website-card h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.5rem;
}

.gi-brand-website-card p {
	font-size: 0.88rem;
	color: rgba(255,255,255,0.8);
	margin-bottom: 1rem;
}

.gi-product-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
	.gi-page-content {
		padding: 1.5rem 0 3rem;
	}

	.gi-product-sidebar {
		margin-top: 2rem;
	}

	.gi-product-sidebar .card-body h2 {
		font-size: 1.5rem !important;
		line-height: 1.4 !important;
	}

	.gi-product-hero-actions .btn {
		flex: 1 1 auto;
		min-width: 140px;
	}
}

@media (max-width: 575px) {
	.gi-page-hero__inner {
		padding: 1.75rem 0 2rem;
	}

	.gi-product-hero-actions {
		flex-direction: column;
	}

	.gi-product-hero-actions .btn {
		width: 100%;
	}
}

/* ============================================================
   GI Modern Pages – CTA, FAQ, About, Contact, Products
   ============================================================ */
.gi-modern-page {
	background: #f8fafc;
}

.gi-modern-eyebrow {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #0056b3;
	margin-bottom: 0.75rem;
}

.gi-modern-title {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 800;
	color: #0f172a;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.gi-modern-lead {
	font-size: 1.1rem;
	color: #475569;
	line-height: 1.75;
	margin-bottom: 1rem;
	font-weight: 500;
}

.gi-modern-text {
	font-size: 1rem;
	color: #64748b;
	line-height: 1.75;
	margin-bottom: 1.5rem;
}

/* CTA Banner */
.gi-cta-banner {
	background: linear-gradient(135deg, #003a7a 0%, #0056b3 50%, #1a6fd4 100%);
	padding: 3.5rem 0;
	position: relative;
	overflow: hidden;
}

.gi-cta-banner::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
	border-radius: 50%;
}

.gi-cta-banner__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	position: relative;
	z-index: 1;
}

.gi-cta-banner__label {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.75);
	margin-bottom: 0.5rem;
}

.gi-cta-banner__title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	color: #fff;
	margin: 0;
	line-height: 1.25;
	max-width: 640px;
}

.gi-cta-banner__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.9rem 2rem;
	background: #fff;
	color: #0056b3;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.15);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gi-cta-banner__btn:hover {
	color: #003a7a;
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

/* FAQ Section */
.gi-faq-section {
	padding: 5rem 0;
	background: #fff;
}

.gi-faq-grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 4rem;
	align-items: start;
}

.gi-faq-intro .gi-modern-eyebrow { margin-bottom: 0.5rem; }

.gi-faq-intro .gi-modern-title { margin-bottom: 1rem; }

.gi-faq-intro p {
	color: #64748b;
	line-height: 1.75;
	margin-bottom: 1.75rem;
}

.gi-faq-intro__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.85rem 1.75rem;
	background: #0056b3;
	color: #fff;
	font-weight: 700;
	font-size: 0.9rem;
	text-decoration: none;
	border-radius: 6px;
	transition: background 0.25s ease, transform 0.25s ease;
}

.gi-faq-intro__btn:hover {
	background: #004494;
	color: #fff;
	transform: translateY(-2px);
}

.gi-accordion-modern .card {
	border: 1px solid #e2e8f0 !important;
	border-radius: 10px !important;
	margin-bottom: 0.75rem;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.03);
	transition: box-shadow 0.25s ease;
}

.gi-accordion-modern .card:hover {
	box-shadow: 0 4px 16px rgba(0,86,179,0.08);
}

.gi-accordion-modern .card-header {
	background: #f8fafc !important;
	border: none !important;
	padding: 0 !important;
}

.gi-accordion-modern .accordion-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 1.15rem 1.25rem;
	font-size: 1rem !important;
	font-weight: 600 !important;
	color: #0f172a !important;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

.gi-accordion-modern .accordion-toggle::after {
	content: '\f078';
	font-family: 'Font Awesome 7 Free';
	font-weight: 900;
	font-size: 0.75rem;
	color: #0056b3;
	transition: transform 0.3s ease;
}

.gi-accordion-modern .accordion-toggle:not(.collapsed)::after {
	transform: rotate(180deg);
}

.gi-accordion-modern .accordion-toggle:hover {
	color: #0056b3 !important;
}

.gi-accordion-modern .card-body {
	padding: 0 1.25rem 1.25rem !important;
	color: #64748b;
	line-height: 1.7;
	font-size: 0.95rem;
}

/* Feature cards grid */
.gi-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
	margin: 2rem 0;
}

.gi-feature-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.gi-feature-card__icon {
	width: 40px;
	height: 40px;
	background: rgba(0,86,179,0.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0056b3;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.gi-feature-card h4 {
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 0.75rem;
}

.gi-feature-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gi-feature-card li {
	position: relative;
	padding-left: 1.25rem;
	margin-bottom: 0.5rem;
	font-size: 0.92rem;
	color: #64748b;
	line-height: 1.5;
}

.gi-feature-card li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	background: #0056b3;
	border-radius: 50%;
}

/* Gallery grid */
.gi-gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	margin-top: 2rem;
}

.gi-gallery-grid a {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gi-gallery-grid a:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.gi-gallery-grid img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

/* Product grid layout */
.gi-product-grid {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 2.5rem;
	align-items: start;
}

.gi-product-main {
	background: #fff;
	border-radius: 16px;
	padding: 2.5rem;
	box-shadow: 0 4px 24px rgba(0,0,0,0.06);
	border: 1px solid #e2e8f0;
}

.gi-product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.gi-btn-modern {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.25s ease;
}

.gi-btn-modern--primary {
	background: #0056b3;
	color: #fff;
	border: 2px solid #0056b3;
}

.gi-btn-modern--primary:hover {
	background: #004494;
	color: #fff;
	transform: translateY(-2px);
}

.gi-btn-modern--outline {
	background: transparent;
	color: #0056b3;
	border: 2px solid #0056b3;
}

.gi-btn-modern--outline:hover {
	background: #0056b3;
	color: #fff;
}

/* Modern sidebar */
.gi-sidebar-modern {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.gi-sidebar-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.gi-sidebar-card--accent {
	background: linear-gradient(135deg, #0056b3, #0a4a9b);
	border: none;
	color: #fff;
}

.gi-sidebar-card.gi-sidebar-card--accent h3 {
	color: #ffffff !important;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.gi-sidebar-card--accent p {
	color: rgba(255,255,255,0.85);
	font-size: 0.88rem;
	margin-bottom: 1rem;
}

.gi-sidebar-card:not(.gi-sidebar-card--accent) h3 {
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #64748b;
	margin-bottom: 1rem;
}

.gi-sidebar-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gi-sidebar-nav li {
	margin-bottom: 0.5rem;
	display: flex;
	flex-direction: column;
}

.gi-sidebar-nav a {
	display: block;
	padding: 0.65rem 1rem;
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.95rem;
	color: #334155;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.gi-sidebar-nav a:hover,
.gi-sidebar-nav a.active {
	background: rgba(0,86,179,0.08);
	color: #0056b3;
}

.gi-sidebar-nav .gi-sidebar-nav__ext {
	font-size: 0.78rem;
	font-weight: 500;
	color: #94a3b8;
	padding: 0 1rem;
	margin-top: 0.15rem;
}

.gi-sidebar-nav .gi-sidebar-nav__ext:hover {
	background: none;
	color: #0056b3;
}

.gi-sidebar-cta {
	text-align: center;
	padding: 2rem 1.5rem !important;
}

.gi-sidebar-cta h3 {
	color: #fff !important;
	font-size: 1.15rem !important;
	font-weight: 800 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	margin-bottom: 1.25rem !important;
	line-height: 1.4;
}

.gi-sidebar-cta .gi-btn-modern {
	background: #fff;
	color: #0056b3;
	border-color: #fff;
	width: 100%;
	justify-content: center;
}

.gi-sidebar-cta .gi-btn-modern:hover {
	background: #f0f7ff;
}

/* About page */
.gi-about-page-intro {
	background: #fff;
	border-radius: 16px;
	padding: 2.5rem;
	margin-bottom: 2rem;
	box-shadow: 0 4px 24px rgba(0,0,0,0.06);
	border: 1px solid #e2e8f0;
}

.gi-about-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-bottom: 3rem;
}

.gi-about-gallery a {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
	transition: transform 0.3s ease;
}

.gi-about-gallery a:hover { transform: translateY(-4px); }

.gi-about-gallery img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.gi-division-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
	margin-bottom: 3rem;
}

.gi-division-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 1.75rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gi-division-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0,86,179,0.1);
}

.gi-division-card h4 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 0.75rem;
}

.gi-division-card p {
	font-size: 0.92rem;
	color: #64748b;
	line-height: 1.65;
	margin-bottom: 1rem;
}

.gi-division-card a {
	font-size: 0.88rem;
	font-weight: 700;
	color: #0056b3;
	text-decoration: none;
}

.gi-division-card a:hover { color: #003a7a; }

.gi-strengths-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 2.5rem;
	align-items: start;
}

.gi-strength-item {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.gi-strength-item__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	background: rgba(0,86,179,0.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0056b3;
}

.gi-strength-item h5 {
	font-size: 1rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 0.35rem;
}

.gi-strength-item p {
	font-size: 0.9rem;
	color: #64748b;
	margin: 0;
	line-height: 1.6;
}

.gi-principles-card {
	background: linear-gradient(160deg, #f0f7ff 0%, #fff 100%);
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 2rem;
}

/* Contact page */
.gi-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: start;
}

.gi-contact-info {
	background: #fff;
	border-radius: 16px;
	padding: 2.5rem;
	box-shadow: 0 4px 24px rgba(0,0,0,0.06);
	border: 1px solid #e2e8f0;
}

.gi-contact-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-top: 1.5rem;
}

.gi-contact-card {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 1.25rem;
}

.gi-contact-card__label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0056b3;
	margin-bottom: 0.5rem;
}

.gi-contact-card a,
.gi-contact-card p {
	font-size: 0.95rem;
	color: #334155;
	text-decoration: none;
	margin: 0 0 0.35rem;
	line-height: 1.6;
}

.gi-contact-card a:hover { color: #0056b3; }

.gi-contact-form-wrap {
	background: #fff;
	border-radius: 16px;
	padding: 2.5rem;
	box-shadow: 0 4px 24px rgba(0,0,0,0.06);
	border: 1px solid #e2e8f0;
}

.gi-modern-form .form-control {
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	padding: 0.85rem 1rem !important;
	font-size: 0.95rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gi-modern-form .form-control:focus {
	border-color: #0056b3 !important;
	box-shadow: 0 0 0 3px rgba(0,86,179,0.12) !important;
}

.gi-modern-form input[type="submit"] {
	border-radius: 8px !important;
	padding: 0.9rem 2rem !important;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.gi-map-wrap {
	border-radius: 0;
	overflow: hidden;
	margin-top: 0;
	box-shadow: 0 -4px 24px rgba(0,0,0,0.06);
}

@media (max-width: 991px) {
	.gi-faq-grid,
	.gi-product-grid,
	.gi-contact-grid,
	.gi-strengths-grid {
		grid-template-columns: 1fr;
	}

	.gi-feature-grid,
	.gi-division-cards,
	.gi-about-gallery {
		grid-template-columns: 1fr;
	}

	.gi-cta-banner__inner {
		text-align: center;
		justify-content: center;
	}

	.gi-cta-banner__btn {
		width: 100%;
		justify-content: center;
		max-width: 280px;
	}
}

@media (max-width: 575px) {
	.gi-gallery-grid,
	.gi-contact-cards {
		grid-template-columns: 1fr;
	}

	.gi-product-main,
	.gi-contact-info,
	.gi-contact-form-wrap {
		padding: 1.5rem;
	}
}

/* Redesigned Gallery Filters & Modern Layout */
.custom-nav-filter {
	background-color: #f1f5f9 !important;
	padding: 8px !important;
	border-radius: 50px !important;
	display: inline-flex !important;
	margin: 0 auto 40px auto !important;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.02) !important;
}

.custom-nav-filter li.nav-item {
	margin: 0 4px !important;
}

.custom-nav-filter li.nav-item a.nav-link {
	color: #475569 !important;
	background: transparent !important;
	border: none !important;
	padding: 10px 26px !important;
	font-size: 0.85rem !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	border-radius: 30px !important;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.custom-nav-filter li.nav-item.active a.nav-link,
.custom-nav-filter li.nav-item a.nav-link.active {
	color: #ffffff !important;
	background-color: #0056b3 !important;
	box-shadow: 0 4px 14px rgba(0, 86, 179, 0.3) !important;
}

.custom-nav-filter li.nav-item a.nav-link:hover:not(.active) {
	color: #0056b3 !important;
	background-color: rgba(0, 86, 179, 0.06) !important;
	transform: translateY(-1px);
}

/* Redesigned Gallery Cards */
.portfolio-item {
	position: relative;
	border-radius: 16px !important;
	overflow: hidden !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
	background-color: #ffffff !important;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	border: 1px solid rgba(0, 86, 179, 0.06) !important;
}

.portfolio-item:hover {
	transform: translateY(-8px) !important;
	box-shadow: 0 20px 40px rgba(0, 86, 179, 0.12) !important;
	border-color: rgba(0, 86, 179, 0.15) !important;
}

.portfolio-item .thumb-info-wrapper {
	position: relative !important;
	overflow: hidden !important;
	border-radius: 16px !important;
	border: none !important;
}

.portfolio-item img {
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	transform: scale(1);
	object-fit: cover;
}

.portfolio-item:hover img {
	transform: scale(1.08) !important;
}

/* Glassmorphism Gradient Overlay on Hover */
.portfolio-item .thumb-info-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3) !important;
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
}

.portfolio-item:hover .thumb-info-wrapper:after {
	opacity: 1;
}

/* Hover Content positioning & styling */
.portfolio-item .thumb-info-action {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start !important;
	padding: 24px !important;
	z-index: 2;
	opacity: 0;
	transform: translateY(15px);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	background: none !important;
}

.portfolio-item:hover .thumb-info-action {
	opacity: 1;
	transform: translateY(0);
}

.portfolio-item .thumb-info-action h4 {
	color: #ffffff !important;
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	margin-bottom: 4px !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.portfolio-item .thumb-info-action p {
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
}

.portfolio-item .thumb-info-action-icon {
	display: none !important;
}

/* Redesigned Showcase Grid Thumbnails (Home Page Showcase) */
.custom-img-thumbnail-style-1 {
	position: relative !important;
	border: none !important;
	padding: 0 !important;
	background: transparent !important;
	overflow: hidden !important;
	border-radius: 16px !important;
	margin: 8px !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	display: block !important;
}

.custom-img-thumbnail-style-1 img {
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
	border-radius: 16px !important;
	transform: scale(1);
	width: 100%;
}

.custom-img-thumbnail-style-1:hover {
	transform: translateY(-8px) !important;
	box-shadow: 0 20px 40px rgba(0, 86, 179, 0.15) !important;
}

.custom-img-thumbnail-style-1:hover img {
	transform: scale(1.08) !important;
}

/* Overlay for Home page showcase thumbnails */
.custom-img-thumbnail-style-1:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3) !important;
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
	border-radius: 16px;
}

.custom-img-thumbnail-style-1:hover:after {
	opacity: 1;
}

/* Home page caption styles */
.custom-img-thumbnail-style-1-caption {
	position: absolute;
	left: 24px;
	bottom: 24px;
	z-index: 2;
	opacity: 0;
	transform: translateY(15px);
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	text-align: left;
}

.custom-img-thumbnail-style-1:hover .custom-img-thumbnail-style-1-caption {
	opacity: 1;
	transform: translateY(0);
}

.custom-img-thumbnail-style-1-caption h4 {
	color: #ffffff !important;
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	margin: 0 0 4px 0 !important;
}

.custom-img-thumbnail-style-1-caption p {
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	letter-spacing: 1.5px !important;
	text-transform: uppercase !important;
	margin: 0 !important;
}

/* Masonry adjustments to prevent overlapping with padding */
.masonry-item {
	padding: 8px !important;
}

/* ============================================================
   Logo Switch on Scroll (softkraft.html pages only)
   ============================================================ */
#header .header-logo .logo-sticky {
	display: none !important;
}
#header .header-logo .logo-normal {
	display: inline-block !important;
}
html.sticky-header-active body.page-softkraft #header .header-logo .logo-normal {
	display: none !important;
}
html.sticky-header-active body.page-softkraft #header .header-logo .logo-sticky {
	display: inline-block !important;
}

/* ============================================================
   Lightbox Overlay Color override
   ============================================================ */
.mfp-bg {
	background: #000000 !important;
}

/* ============================================================
   Mobile Menu Readability & UI Polish
   ============================================================ */
@media (max-width: 991px) {
	/* Fix black text on dark background in mobile menu drawer */
	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a {
		color: #ffffff !important;
	}
	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
		color: #7dd3fc !important;
	}
	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li .dropdown-menu > li a {
		color: #dedede !important;
	}
	#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li .dropdown-menu > li a.active {
		color: #7dd3fc !important;
	}
	
	/* Tap target size, layout & polish for hamburger toggle button */
	#header .header-btn-collapse-nav {
		padding: 12px 14px !important;
		margin-left: 10px !important;
		border-radius: 4px !important;
		background: rgba(0, 0, 0, 0.05) !important;
		transition: background 200ms ease, color 200ms ease !important;
	}
	html.sticky-header-active #header .header-btn-collapse-nav {
		background: rgba(255, 255, 255, 0.1) !important;
	}
}


