/*
Theme Name: RSA Tech
Theme URI: http://localhost/wotech
Author: RSA Tech Zone
Description: Custom WordPress theme converted from the RSA Tech / Wotech HTML template.
Version: 1.7.5
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: rsatech
*/

/* ----- Professional Hero ----- */
.rsatech-hero {
	position: relative;
	overflow: hidden;
	min-height: calc(100vh - 170px);
	display: flex;
	align-items: center;
	padding: 100px 0 70px;
	background:
		radial-gradient(ellipse 80% 60% at 85% 45%, rgba(37, 99, 235, 0.35) 0%, transparent 55%),
		radial-gradient(ellipse 50% 40% at 10% 80%, rgba(14, 165, 233, 0.18) 0%, transparent 50%),
		linear-gradient(145deg, #060b18 0%, #0b1630 42%, #102a56 100%);
	color: #fff;
}

.rsatech-hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
	pointer-events: none;
	z-index: 0;
}

.rsatech-hero__glow--1 {
	width: 320px;
	height: 320px;
	top: 8%;
	right: 12%;
	background: rgba(59, 130, 246, 0.35);
	animation: rsatech-float 7s ease-in-out infinite;
}

.rsatech-hero__glow--2 {
	width: 220px;
	height: 220px;
	bottom: 12%;
	left: 8%;
	background: rgba(14, 165, 233, 0.25);
	animation: rsatech-float 9s ease-in-out infinite reverse;
}

.rsatech-hero__row {
	position: relative;
	z-index: 2;
}

.rsatech-hero__content {
	max-width: 620px;
	margin-left: clamp(32px, 6vw, 88px);
	margin-right: auto;
	text-align: left;
}

.rsatech-hero__badge {
	display: inline-block;
	margin-bottom: 20px;
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #c4b5fd;
	background: rgba(124, 58, 237, 0.14);
	border: 1px solid rgba(167, 139, 250, 0.35);
}

.rsatech-hero__title {
	margin: 0 0 16px;
	font-size: clamp(30px, 3.8vw, 48px);
	line-height: 1.18;
	font-weight: 700;
	color: #fff;
	max-width: 100%;
	letter-spacing: -0.02em;
}

.rsatech-hero__highlight {
	margin: 0 0 20px;
	color: #e2e8f0;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.65;
	max-width: 100%;
}

.rsatech-hero__services {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.rsatech-hero__services li {
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	color: #dbeafe;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(148, 163, 184, 0.28);
}

.rsatech-hero__text {
	margin: 0 0 30px;
	max-width: 100%;
	color: rgba(203, 213, 225, 0.92);
	font-size: 15px;
	line-height: 1.8;
}

.rsatech-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: flex-start;
}

.rsatech-hero__btn-outline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 26px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.rsatech-hero__btn-outline:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: #fff;
	color: #fff;
	transform: translateY(-2px);
}

.rsatech-hero__visual {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rsatech-hero__visual-frame {
	position: relative;
	width: 100%;
	max-width: 560px;
	padding: 18px;
	border-radius: 24px;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(147, 197, 253, 0.2);
	box-shadow:
		0 30px 60px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	animation: rsatech-float 6s ease-in-out infinite;
}

.rsatech-hero__visual-frame::before {
	content: "";
	position: absolute;
	inset: -18px;
	border-radius: 32px;
	background: radial-gradient(circle at 50% 40%, rgba(59, 130, 246, 0.35), transparent 65%);
	z-index: -1;
	filter: blur(10px);
}

.rsatech-hero__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
}

@keyframes rsatech-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
}

@media (max-width: 991px) {
	.rsatech-hero {
		min-height: auto;
		padding: 72px 0 44px;
	}

	.rsatech-hero__content {
		max-width: 680px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 12px;
		text-align: center;
	}

	.rsatech-hero__services {
		justify-content: center;
	}

	.rsatech-hero__actions {
		justify-content: center;
	}

	.rsatech-hero__visual {
		margin-top: 12px;
	}

	.rsatech-hero__visual-frame {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}

	.rsatech-hero__glow--1 {
		width: 220px;
		right: 0;
	}

	.rsatech-hero__glow--2 {
		width: 160px;
		left: 0;
	}
}

@media (max-width: 575px) {
	.rsatech-hero__btn-outline {
		width: 100%;
		justify-content: center;
	}
}

/* ----- Professional Logo (transparent bg everywhere) ----- */
.rsatech-logo-link,
.rsatech-logo-link:hover,
.rsatech-logo-link:focus,
.custom-logo-link,
.header-logo,
.header-logo a,
.offcanvas__logo,
.offcanvas__logo a,
.rsatech-footer-logo,
.rsatech-footer-logo a,
.footer-widget-1 .rsatech-footer-logo,
.footer-widget-1 .rsatech-footer-logo a {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
}

.rsatech-logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	text-decoration: none;
}

.rsatech-logo,
.rsatech-logo--header,
.rsatech-logo--offcanvas,
.rsatech-logo--footer,
.custom-logo,
.header-logo img,
.offcanvas__logo img,
.footer-widget-1 .rsatech-footer-logo img {
	display: block;
	width: auto;
	height: auto;
	object-fit: contain;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	mix-blend-mode: normal;
}

/* ----- Full sticky header (top bar + main nav stay together on scroll) ----- */
.rsatech-site-header {
	position: sticky;
	top: 0;
	z-index: 99999;
	width: 100%;
	background: #fff;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

html.admin-bar .rsatech-site-header {
	top: 32px;
}

@media (max-width: 782px) {
	html.admin-bar .rsatech-site-header {
		top: 46px;
	}
}

.rsatech-site-header.is-scrolled {
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.14);
}

.rsatech-header-spacer {
	display: none !important;
}

@keyframes rsatechHeaderFadeDown {
	0% {
		opacity: 0;
		transform: translateY(-18px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.rsatech-header-top {
	background: #0f0a1f;
	color: #fff;
}

.rsatech-header-top__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	max-width: 1620px;
	margin: 0 auto;
	padding: 10px 15px;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}

.rsatech-header-top__left,
.rsatech-header-top__right {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 22px;
}

.rsatech-header-top__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.92);
}

.rsatech-header-top__item i {
	color: #c4b5fd;
	font-size: 12px;
}

.rsatech-header-top__item a {
	color: inherit;
	text-decoration: none;
}

.rsatech-header-top__item a:hover {
	color: #fff;
}

.rsatech-header-top__follow {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
}

.rsatech-header-top__right a {
	color: #fff;
	font-size: 14px;
	transition: color 0.2s ease, transform 0.2s ease;
}

.rsatech-header-top__right a:hover {
	color: #c4b5fd;
	transform: translateY(-1px);
}

.rsatech-header-main,
.header-area.rsatech-header-main {
	background: #fff !important;
	padding: 0 !important;
	overflow: visible !important;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.rsatech-header-main__inner {
	max-width: 1620px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	box-sizing: border-box;
}

/* Header logo — bigger visual, fixed header row height */
.rsatech-header-main .header-main {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0 !important;
	min-height: 0 !important;
	max-height: none;
	width: 100%;
}

.header-logo {
	max-width: none !important;
	flex-shrink: 0;
	height: 58px;
	min-width: 200px;
	overflow: visible;
	display: flex;
	align-items: center;
}

.header-logo .rsatech-logo-link {
	display: flex;
	align-items: center;
	height: 58px;
	overflow: visible;
	line-height: 0;
}

.header-logo img,
.header-logo .rsatech-logo--header {
	width: auto !important;
	height: 108px !important;
	max-height: 108px !important;
	max-width: 300px !important;
	object-fit: contain !important;
	display: block;
}

.rsatech-site-header.is-scrolled .header-logo img,
.rsatech-site-header.is-scrolled .rsatech-logo--header {
	height: 96px !important;
	max-height: 96px !important;
}

.rsatech-header-main .header-left {
	flex: 1 1 auto;
	min-width: 0;
	max-width: calc(100% - 90px);
	align-items: center !important;
}

.rsatech-header-brand {
	display: flex;
	align-items: center;
	gap: clamp(6px, 1.2vw, 18px);
	min-width: 0;
	flex: 1 1 auto;
}

.rsatech-header-tagline {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	padding-left: clamp(10px, 1.1vw, 18px);
	border-left: 1px solid #e5e7eb;
	max-width: clamp(110px, 18vw, 200px);
}

.rsatech-header-tagline__line {
	display: block;
	white-space: nowrap;
}

.rsatech-header-tagline__line--top {
	font-size: clamp(9px, 0.45vw + 0.45rem, 12px);
	color: #64748b;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rsatech-header-tagline__line--highlight {
	font-size: clamp(15px, 0.95vw + 0.55rem, 24px);
	font-weight: 800;
	line-height: 1.05;
	background: linear-gradient(90deg, #7c3aed 0%, #db2777 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: -0.02em;
}

.rsatech-header-tagline__line--bottom {
	font-size: clamp(10px, 0.5vw + 0.48rem, 14px);
	color: #0f0a1f;
	font-weight: 700;
	line-height: 1.2;
}

.rsatech-header-main .header-right {
	flex: 1 1 auto;
	flex-wrap: nowrap !important;
	align-items: center !important;
	min-width: 0;
	gap: 14px !important;
	justify-content: flex-end;
}

.rsatech-header-main .mean__menu-wrapper {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

.rsatech-header-main .main-menu ul {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.rsatech-header-main .main-menu ul li a {
	padding: 8px 11px !important;
	font-size: 15px !important;
	font-weight: 500;
	color: #151515 !important;
	white-space: nowrap;
}

.rsatech-header-main .main-menu ul li:hover > a,
.rsatech-header-main .main-menu ul li.current-menu-item > a,
.rsatech-header-main .main-menu ul li.current_page_item > a {
	color: #7c3aed !important;
}

.rsatech-header-main .main-menu ul li.current-menu-item > a::after,
.rsatech-header-main .main-menu ul li.current_page_item > a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 22px;
	height: 3px;
	border-radius: 999px;
	background: #7c3aed;
}

.rsatech-header-search .search-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #e5e7eb;
	border-radius: 50%;
	color: #334155 !important;
	font-size: 15px;
	transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.rsatech-header-search:hover .search-icon {
	border-color: #c4b5fd;
	color: #7c3aed !important;
	box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.08);
}

.rsatech-header-cta {
	display: inline-flex !important;
	align-items: center;
	gap: 10px;
	padding: 14px 22px !important;
	border-radius: 999px !important;
	background: linear-gradient(90deg, #7c3aed 0%, #db2777 100%) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1 !important;
	white-space: nowrap;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(124, 58, 237, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rsatech-header-cta i {
	font-size: 12px;
}

.rsatech-header-cta:hover {
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(219, 39, 119, 0.3);
}

@media only screen and (min-width: 1400px) {
	.rsatech-header-main .header-left {
		flex: 0 1 auto;
		max-width: min(42%, 520px);
	}

	.rsatech-header-tagline {
		max-width: 190px;
		padding-left: 14px;
	}

	.rsatech-header-tagline__line--highlight {
		font-size: 22px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.rsatech-header-main .main-menu ul li a {
		padding: 8px 8px !important;
		font-size: 14px !important;
	}

	.rsatech-header-tagline {
		max-width: 170px;
	}

	.rsatech-header-tagline__line--highlight {
		font-size: 20px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.rsatech-header-main .header-left {
		max-width: calc(100% - 120px);
	}

	.rsatech-header-tagline {
		max-width: 160px;
	}

	.rsatech-header-tagline__line--highlight {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1199px) {
	.rsatech-header-tagline {
		max-width: 140px;
		padding-left: 8px;
	}

	.rsatech-header-tagline__line--top {
		font-size: 9px;
	}

	.rsatech-header-tagline__line--highlight {
		font-size: 16px;
	}

	.rsatech-header-tagline__line--bottom {
		font-size: 10px;
	}

	.header-logo {
		height: 52px;
		min-width: 0;
		max-width: 155px;
	}

	.header-logo .rsatech-logo-link {
		height: 52px;
	}

	.header-logo img,
	.header-logo .rsatech-logo--header {
		height: 92px !important;
		max-height: 92px !important;
		max-width: 250px !important;
	}

	.rsatech-header-cta {
		padding: 11px 16px !important;
		font-size: 13px !important;
	}
}

@media (max-width: 991px) {
	.rsatech-header-main .header-left {
		max-width: calc(100% - 100px);
	}
	.rsatech-header-top__inner {
		justify-content: center;
		text-align: center;
		padding: 8px 12px;
		gap: 8px 14px;
	}

	.rsatech-header-top__left,
	.rsatech-header-top__right {
		justify-content: center;
		gap: 12px 16px;
		width: 100%;
	}

	.rsatech-header-top__item {
		font-size: 12px;
	}

	.rsatech-header-top__follow {
		display: none;
	}
}

@media (max-width: 479px) {
	.rsatech-header-main .header-main {
		padding: 10px 0 !important;
		gap: 8px;
	}

	.rsatech-header-main .header-left {
		max-width: calc(100% - 76px);
	}

	.header-logo {
		max-width: 100px;
	}

	.header-logo img,
	.header-logo .rsatech-logo--header {
		height: 72px !important;
		max-height: 72px !important;
		max-width: 170px !important;
	}

	.rsatech-header-tagline {
		max-width: 118px;
		padding-left: 5px;
	}

	.rsatech-header-tagline__line--top {
		font-size: 8px;
	}

	.rsatech-header-tagline__line--highlight {
		font-size: 13px;
	}

	.rsatech-header-tagline__line--bottom {
		font-size: 9px;
	}
}

@media (min-width: 480px) and (max-width: 575px) {
	.rsatech-header-tagline {
		max-width: 125px;
	}
}

@media (max-width: 767px) {
	.rsatech-header-main .header-left {
		max-width: calc(100% - 82px);
	}

	.rsatech-header-brand {
		gap: 6px;
	}

	.rsatech-header-tagline {
		max-width: none;
		flex: 1 1 0;
		padding-left: 6px;
	}

	.rsatech-header-tagline__line--highlight {
		font-size: 14px;
	}

	.rsatech-header-tagline__line--bottom {
		font-size: 10px;
	}

	.header-logo {
		height: 46px;
		min-width: 0;
		max-width: 118px;
		flex-shrink: 0;
	}

	.header-logo .rsatech-logo-link {
		height: 46px;
	}

	.header-logo img,
	.header-logo .rsatech-logo--header {
		height: 78px !important;
		max-height: 78px !important;
		max-width: 200px !important;
	}

	.rsatech-header-cta {
		padding: 10px 14px !important;
		font-size: 12px !important;
	}
}

.rsatech-logo--offcanvas {
	max-height: 72px !important;
	max-width: 220px !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Mobile offcanvas — light panel, above sticky header */
.offcanvas__info {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	height: 100% !important;
	width: 400px;
	max-width: 100vw;
	z-index: 100000 !important;
	overflow-x: hidden;
	overflow-y: auto;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
	border-left: 2px solid #8b5cf6 !important;
}

.offcanvas__overlay {
	z-index: 99999 !important;
}

@media (max-width: 450px) {
	.offcanvas__info {
		width: min(320px, 100vw);
	}
}

.offcanvas__wrapper {
	position: relative;
	z-index: 1;
}

.offcanvas__content {
	position: relative;
	padding-right: 12px;
}

/* Close X — always on top inside offcanvas panel */
.offcanvas__info > .offcanvas__close,
.offcanvas__info > button.rsatech-offcanvas-close {
	position: absolute !important;
	top: 16px !important;
	right: 16px !important;
	left: auto !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: linear-gradient(135deg, #7c3aed 0%, #db2777 100%) !important;
	color: #fff !important;
	cursor: pointer !important;
	box-shadow: 0 6px 18px rgba(124, 58, 237, 0.35) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	z-index: 1000001 !important;
	pointer-events: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.offcanvas__info > .offcanvas__close:hover,
.offcanvas__info > button.rsatech-offcanvas-close:hover {
	transform: scale(1.06);
	box-shadow: 0 8px 22px rgba(219, 39, 119, 0.35);
}

.offcanvas__info > .offcanvas__close .rsatech-offcanvas-close__icon,
.offcanvas__info > button.rsatech-offcanvas-close .rsatech-offcanvas-close__icon {
	display: block !important;
	color: #fff !important;
	font-size: 32px !important;
	line-height: 1 !important;
	font-weight: 300 !important;
	margin-top: -2px;
	opacity: 1 !important;
	visibility: visible !important;
}

.offcanvas__info > button.rsatech-offcanvas-close::after {
	content: none;
}

.offcanvas__info .meanmenu-reveal,
.offcanvas__info a.meanmenu-reveal {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.offcanvas__info .mobile-menu .mean-container .mean-bar {
	min-height: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	float: none !important;
	position: relative !important;
	z-index: 1 !important;
}

.offcanvas__info .mobile-menu .mean-nav {
	float: none !important;
	margin-top: 0 !important;
	background: transparent !important;
	position: relative !important;
	z-index: 1 !important;
}

.offcanvas__info .mobile-menu .mean-nav > ul {
	display: block !important;
}

.offcanvas__top {
	position: relative;
	padding-right: 56px;
	padding-top: 4px;
}

.offcanvas__logo {
	max-width: calc(100% - 48px);
}

.offcanvas__logo a img,
.offcanvas__logo .rsatech-logo--offcanvas {
	display: block !important;
	width: auto !important;
	max-width: 200px !important;
	max-height: 72px !important;
	height: auto !important;
	object-fit: contain !important;
	filter: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	background: transparent !important;
}

.offcanvas__search p,
.offcanvas__search .text-white {
	color: #475569 !important;
}

.offcanvas__contact h4 {
	color: #0f172a !important;
}

.offcanvas__contact-text a {
	color: #475569 !important;
}

.mobile-menu .mean-nav ul li a {
	color: #0f172a !important;
	border-color: #e2e8f0 !important;
}

.offcanvas__social ul li a {
	background: #fff !important;
	border: 1px solid #e2e8f0;
	color: #475569 !important;
}

.rsatech-logo--footer {
	max-height: 120px !important;
	max-width: 280px !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.rsatech-footer-logo {
	display: block !important;
	margin: 0 0 20px;
	padding: 0 !important;
	background: transparent !important;
	visibility: visible !important;
}

.footer-widget-1 .rsatech-footer-logo,
.footer-widget-1 .rsatech-footer-logo a,
.footer-widget-1 .rsatech-footer-logo img {
	background: transparent !important;
	box-shadow: none !important;
}

.footer-widget-1 .rsatech-footer-logo img {
	display: block !important;
	max-height: 120px !important;
	max-width: 280px !important;
	width: auto !important;
	height: auto !important;
	filter: none !important;
	opacity: 1 !important;
}

/* ----- Professional Footer (logo-visible light theme) ----- */
.rsatech-footer .rsatech-footer-main,
.rsatech-footer .footer-main {
	background:
		radial-gradient(ellipse 70% 50% at 0% 0%, rgba(99, 102, 241, 0.08) 0%, transparent 55%),
		radial-gradient(ellipse 60% 40% at 100% 100%, rgba(236, 72, 153, 0.07) 0%, transparent 50%),
		linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%) !important;
	color: #334155;
	border-top: 1px solid rgba(148, 163, 184, 0.35);
}

.rsatech-footer .footer-title {
	color: #0f172a !important;
	position: relative;
	padding-bottom: 12px;
}

.rsatech-footer .footer-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 3px;
	border-radius: 2px;
	background: linear-gradient(90deg, #ec4899, #8b5cf6, #3b82f6);
}

.rsatech-footer .footer-widget-1 p,
.rsatech-footer .footer-widget-4 p,
.rsatech-footer .service-list li a,
.rsatech-footer .blog-list .content h6 a,
.rsatech-footer .blog-list .date a,
.rsatech-footer .footer-bottom span,
.rsatech-footer .footer-bottom a {
	color: #475569 !important;
}

.rsatech-footer .service-list li a:hover,
.rsatech-footer .blog-list .content h6 a:hover,
.rsatech-footer .footer-bottom a:hover {
	color: #7c3aed !important;
}

.rsatech-footer .footer-socials span {
	background: #fff !important;
	border: 1px solid #e2e8f0 !important;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.rsatech-footer .footer-socials span a {
	color: #475569 !important;
}

.rsatech-footer .footer-socials span:hover {
	background: linear-gradient(135deg, #ec4899, #8b5cf6) !important;
	border-color: transparent !important;
}

.rsatech-footer .footer-socials span:hover a {
	color: #fff !important;
}

.rsatech-footer .footer-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-top: 1px solid rgba(148, 163, 184, 0.4);
}

.rsatech-footer .footer-bottom .right-area {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
}

.rsatech-footer .footer-subscribe input[type="email"] {
	background: #fff !important;
	border: 1px solid #cbd5e1 !important;
	color: #0f172a !important;
}

.rsatech-footer .rsatech-logo--footer,
.rsatech-footer .footer-widget-1 .rsatech-footer-logo img {
	max-height: 130px !important;
	max-width: 300px !important;
	filter: none !important;
	opacity: 1 !important;
}

/* ----- Home premium sections ----- */
.section-space-small {
	padding: 60px 0;
}

.rsatech-strip__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.rsatech-chip {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #e2e8f0;
	color: #334155;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.rsatech-chip--dark {
	background: #0f172a;
	border-color: #0f172a;
	color: #fff;
}

.rsatech-stat {
	padding: 28px 18px;
	border-radius: 14px;
	background: linear-gradient(180deg, #f8fafc, #eef2ff);
	border: 1px solid #e2e8f0;
}

.rsatech-stat h3 {
	margin: 0 0 6px;
	font-size: 36px;
	color: #0f172a;
}

.rsatech-stat p {
	margin: 0;
	color: #64748b;
	font-weight: 600;
}

.rsatech-check-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e2e8f0;
	min-height: 58px;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.03);
}

.rsatech-check {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(135deg, #ec4899, #8b5cf6);
}

.rsatech-process-card {
	height: 100%;
	padding: 28px 22px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.rsatech-process-num {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 28px;
	font-weight: 700;
	background: linear-gradient(90deg, #ec4899, #8b5cf6, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.rsatech-process-card h4 {
	margin: 0 0 10px;
	color: #0f172a;
}

.rsatech-process-card p {
	margin: 0;
	color: #64748b;
	line-height: 1.7;
}

.rsatech-quote-card {
	height: 100%;
	padding: 32px 28px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.rsatech-quote-text {
	margin: 0 0 22px;
	font-size: 17px;
	line-height: 1.8;
	color: #334155;
	font-style: italic;
}

.rsatech-quote-meta strong {
	display: block;
	color: #0f172a;
}

.rsatech-quote-meta span {
	color: #64748b;
	font-size: 14px;
}

.rsatech-service-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}

.rsatech-final-cta .rsatech-hero__btn-outline {
	border-color: rgba(255, 255, 255, 0.55);
}

/* ----- Professional Final CTA ----- */
.rsatech-cta-pro__box {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	border-radius: 24px;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
}

.rsatech-cta-pro__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(100deg, rgba(6, 11, 24, 0.92) 0%, rgba(11, 22, 48, 0.82) 48%, rgba(15, 40, 90, 0.45) 100%);
	z-index: 1;
}

.rsatech-cta-pro__content {
	position: relative;
	z-index: 2;
	max-width: 640px;
	padding: 64px 48px;
	color: #fff;
}

.rsatech-cta-pro__badge {
	display: inline-block;
	margin-bottom: 18px;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #bfdbfe;
	background: rgba(59, 130, 246, 0.18);
	border: 1px solid rgba(147, 197, 253, 0.3);
}

.rsatech-cta-pro__title {
	margin: 0 0 16px;
	color: #fff;
	font-size: clamp(28px, 3.4vw, 40px);
	line-height: 1.2;
}

.rsatech-cta-pro__text {
	margin: 0 0 28px;
	color: rgba(226, 232, 240, 0.9);
	font-size: 16px;
	line-height: 1.75;
}

.rsatech-cta-pro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

@media (max-width: 767px) {
	.rsatech-cta-pro__box {
		min-height: 380px;
		background-position: center center;
		border-radius: 18px;
	}

	.rsatech-cta-pro__content {
		padding: 40px 24px;
	}
}

/* ----- Technologies slider ----- */
.rsatech-tech-section {
	overflow: hidden;
}

.rsatech-tech-slider-wrap {
	padding: 10px 50px 20px;
}

.rsatech-tech-card {
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 28px 18px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid rgba(226, 232, 240, 0.95);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.rsatech-tech-card:hover {
	transform: translateY(-6px);
	border-color: color-mix(in srgb, var(--tech-color) 45%, #e2e8f0);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.rsatech-tech-card__icon {
	width: 72px;
	height: 72px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	color: var(--tech-color);
	background: color-mix(in srgb, var(--tech-color) 12%, #fff);
	border: 1px solid color-mix(in srgb, var(--tech-color) 22%, #fff);
}

.rsatech-tech-card__title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
	text-align: center;
}

.rsatech-tech-nav {
	position: absolute;
	inset: 50% 0 auto;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 3;
}

.rsatech-tech-nav button {
	pointer-events: auto;
	width: 44px;
	height: 44px;
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	background: #fff;
	color: #0f172a;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
	transition: all 0.25s ease;
}

.rsatech-tech-nav button:hover {
	background: linear-gradient(135deg, #ec4899, #8b5cf6);
	border-color: transparent;
	color: #fff;
}

@media (max-width: 767px) {
	.rsatech-tech-slider-wrap {
		padding: 10px 40px 10px;
	}

	.rsatech-tech-card {
		height: 160px;
	}
}

/* Process slide cards */
.rsatech-process-slide-card {
	height: 100%;
	min-height: 250px;
	padding: 28px 22px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.rsatech-process-slide-card:hover {
	transform: translateY(-6px);
	border-color: color-mix(in srgb, var(--tech-color) 40%, #e2e8f0);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.rsatech-process-slide-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.rsatech-process-slide-card__num {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	background: linear-gradient(90deg, #ec4899, #8b5cf6, #3b82f6);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.rsatech-process-slide-card .rsatech-tech-card__icon {
	width: 56px;
	height: 56px;
	font-size: 24px;
	border-radius: 14px;
}

.rsatech-process-slide-card__title {
	margin: 0 0 10px;
	color: #0f172a;
	font-size: 20px;
}

.rsatech-process-slide-card__text {
	margin: 0;
	color: #64748b;
	line-height: 1.7;
	font-size: 15px;
}

/* About page professional cards */
.rsatech-about-page .me-2 { margin-right: 8px; }
.rsatech-about-page .ms-2 { margin-left: 8px; }
.rsatech-about-page .mx-auto { margin-left: auto; margin-right: auto; }
.rsatech-about-page .mb-20 { margin-bottom: 20px; }

.rsatech-mini-stat {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	font-weight: 600;
	color: #0f172a;
	font-size: 14px;
}

.rsatech-mini-stat i {
	color: #8b5cf6;
}

.rsatech-mv-card {
	padding: 32px 28px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.rsatech-mv-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.rsatech-mv-card .rsatech-tech-card__icon {
	margin-bottom: 18px;
}

.rsatech-service-icon-card {
	height: 100%;
	padding: 28px 20px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e2e8f0;
	text-align: center;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.rsatech-service-icon-card:hover {
	transform: translateY(-6px);
	border-color: color-mix(in srgb, var(--tech-color) 40%, #e2e8f0);
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.09);
}

.rsatech-service-icon-card .rsatech-tech-card__icon {
	margin: 0 auto 16px;
}

.rsatech-service-icon-card h5 {
	margin: 0;
	font-size: 16px;
	color: #0f172a;
	line-height: 1.4;
}

.rsatech-promise-card {
	max-width: 900px;
	margin: 0 auto;
	padding: 48px 36px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.rsatech-tech-card__icon {
	color: var(--tech-color, #8b5cf6);
	background: color-mix(in srgb, var(--tech-color, #8b5cf6) 12%, #fff);
	border: 1px solid color-mix(in srgb, var(--tech-color, #8b5cf6) 22%, #fff);
}

/* Icon pulse animation */
.rsatech-icon-pulse {
	animation: rsatech-icon-float 3.2s ease-in-out infinite;
}

.rsatech-service-detail-card:hover .rsatech-icon-pulse,
.rsatech-service-icon-card:hover .rsatech-icon-pulse,
.rsatech-process-slide-card:hover .rsatech-icon-pulse {
	animation: rsatech-icon-bounce 0.7s ease;
}

@keyframes rsatech-icon-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

@keyframes rsatech-icon-bounce {
	0% { transform: scale(1); }
	40% { transform: scale(1.12); }
	70% { transform: scale(0.96); }
	100% { transform: scale(1); }
}

/* Services detail cards */
.rsatech-services-page .me-2 { margin-right: 8px; }

.rsatech-service-detail-card {
	height: 100%;
	padding: 30px 26px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.rsatech-service-detail-card:hover {
	transform: translateY(-8px);
	border-color: color-mix(in srgb, var(--tech-color) 45%, #e2e8f0);
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.rsatech-service-detail-card__head {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	margin-bottom: 18px;
}

.rsatech-service-detail-card__head .rsatech-tech-card__icon {
	flex: 0 0 auto;
}

.rsatech-service-detail-card__title {
	margin: 0 0 8px;
	font-size: 22px;
	color: #0f172a;
}

.rsatech-service-detail-card__desc {
	margin: 0;
	color: #64748b;
	line-height: 1.7;
	font-size: 15px;
}

.rsatech-service-detail-card__label {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 700;
	color: var(--tech-color);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.rsatech-service-detail-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 14px;
}

.rsatech-service-detail-card__list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	color: #334155;
	line-height: 1.45;
}

.rsatech-service-detail-card__list i {
	color: var(--tech-color);
	margin-top: 2px;
}

@media (max-width: 575px) {
	.rsatech-service-detail-card__head {
		flex-direction: column;
	}

	.rsatech-service-detail-card__list {
		grid-template-columns: 1fr;
	}
}

.rsatech-gallery-card {
	overflow: hidden;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
	transition: transform 0.3s ease;
}

.rsatech-gallery-card:hover {
	transform: translateY(-6px);
}

.rsatech-gallery-card figure {
	margin: 0;
	height: 220px;
	overflow: hidden;
}

.rsatech-gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rsatech-gallery-card__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 18px;
}

.rsatech-gallery-card__meta i {
	color: #8b5cf6;
}

.rsatech-gallery-card__meta h5 {
	margin: 0;
	color: #0f172a;
}

/* =========================================================
   Global responsive foundation
   (avoid overflow on html/body — it breaks position:sticky header)
   ========================================================= */
body.rsatech-theme {
	max-width: 100%;
}

body.rsatech-offcanvas-open {
	overflow: hidden;
}


main,
.section-space,
.rsatech-hero,
.rsatech-tech-section,
.rsatech-cta-pro {
	overflow-x: clip;
	max-width: 100%;
}

img,
svg,
video,
iframe {
	max-width: 100%;
	height: auto;
}

.large-container,
.small-container {
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 575px) {
	.large-container,
	.small-container {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* Header CTA visible with desktop nav */
@media (min-width: 1400px) and (max-width: 1599px) {
	.header-action.d-none.d-xxl-inline-flex {
		display: inline-flex !important;
	}
}

@media (max-width: 1199px) {
	.section-space {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.section-space-small {
		padding: 48px 0;
	}
}

@media (max-width: 991px) {
	.header-logo,
	.header-logo a,
	.header-logo img,
	.rsatech-logo--header {
		background: transparent !important;
		box-shadow: none !important;
	}

	.footer-widget-2.pl-50,
	.footer-widget-4.pr-30,
	.about-us-content-area.pl-30 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.rsatech-footer .footer-bottom {
		flex-direction: column;
		gap: 12px;
		text-align: center;
	}

	.rsatech-promise-card {
		padding: 32px 20px;
	}

	.rsatech-service-detail-card {
		padding: 24px 18px;
	}

	.rsatech-service-detail-card__title {
		font-size: 20px;
	}

	.rsatech-tech-slider-wrap {
		padding: 8px 36px 12px;
	}

	.rsatech-cta-pro__actions {
		justify-content: center;
	}

	.rsatech-cta-pro__actions .primary-btn-1,
	.rsatech-cta-pro__actions .rsatech-hero__btn-outline {
		justify-content: center;
	}

	/* Footer stacks cleanly */
	.rsatech-footer .footer-main .row > [class*="col-"] {
		margin-bottom: 28px;
	}

	.rsatech-footer .rsatech-logo--footer,
	.rsatech-footer .footer-widget-1 .rsatech-footer-logo img {
		max-height: 96px !important;
		max-width: 180px !important;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.section-space {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.title-box .section-title,
	.section-title {
		font-size: clamp(24px, 7vw, 32px) !important;
		line-height: 1.25 !important;
	}

	.rsatech-hero__actions {
		flex-direction: column;
		width: 100%;
	}

	.rsatech-hero__actions .primary-btn-1,
	.rsatech-hero__btn-outline {
		width: 100%;
		justify-content: center;
	}

	.rsatech-hero__visual-frame {
		max-width: 100%;
		padding: 12px;
		border-radius: 18px;
	}

	.rsatech-chip {
		font-size: 13px;
		padding: 8px 12px;
	}

	.rsatech-strip__tags {
		gap: 8px;
	}

	.rsatech-cta-pro__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.rsatech-cta-pro__actions a {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.rsatech-service-icon-card {
		text-align: center;
	}

	.rsatech-gallery-card figure {
		height: 180px;
	}

	/* Breadcrumb / page titles */
	.breadcrumb-area,
	.page-banner {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 575px) {
	.rsatech-hero {
		padding: 56px 0 36px;
	}

	.rsatech-hero__badge {
		font-size: 11px;
		padding: 7px 12px;
	}

	.rsatech-hero__title {
		font-size: clamp(26px, 8vw, 34px);
	}

	.rsatech-hero__highlight,
	.rsatech-hero__text {
		font-size: 14px;
	}

	.offcanvas__logo img,
	.rsatech-logo--offcanvas {
		max-width: 150px !important;
		max-height: 70px !important;
		background: transparent !important;
	}

	.rsatech-tech-nav button {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}

	.rsatech-tech-slider-wrap {
		padding: 8px 28px 8px;
	}
}

/* ----- Professional search overlay ----- */
.rsatech-search-area {
	background:
		radial-gradient(ellipse 80% 60% at 50% 0%, rgba(124, 58, 237, 0.12) 0%, transparent 55%),
		linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
	padding: 48px 20px 56px !important;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
}

.rsatech-search-area__inner {
	position: relative;
	max-width: 760px;
	margin: 0 auto;
}

.rsatech-search-close {
	position: absolute !important;
	top: 0;
	right: 0;
	display: inline-flex !important;
	background: #fff !important;
	border: 1px solid #e2e8f0 !important;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
	transition: border-color 0.2s ease, transform 0.2s ease;
}

.rsatech-search-close:hover {
	border-color: #c4b5fd !important;
	transform: rotate(90deg);
}

.rsatech-search-area__head {
	margin-bottom: 28px;
	padding-top: 8px;
}

.rsatech-search-area__title {
	margin: 0 0 8px;
	font-size: clamp(24px, 4vw, 32px);
	font-weight: 700;
	color: #0f172a;
	line-height: 1.2;
}

.rsatech-search-area__subtitle {
	margin: 0;
	font-size: 15px;
	color: #64748b;
	line-height: 1.5;
}

.rsatech-search-form {
	width: 100%;
}

.rsatech-search-field {
	display: flex;
	align-items: stretch;
	width: 100%;
	background: #fff;
	border: 2px solid #e2e8f0;
	border-radius: 999px;
	padding: 6px 6px 6px 22px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rsatech-search-field:focus-within {
	border-color: #a78bfa;
	box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12), 0 12px 32px rgba(15, 23, 42, 0.1);
}

.rsatech-search-field__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #7c3aed;
	font-size: 18px;
	flex: 0 0 auto;
	margin-right: 12px;
}

.rsatech-search-field__input {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 14px 8px !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
	color: #0f172a !important;
	height: auto !important;
}

.rsatech-search-field__input::placeholder {
	color: #94a3b8 !important;
}

.rsatech-search-field__submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex: 0 0 auto;
	border: none !important;
	border-radius: 999px !important;
	padding: 14px 22px !important;
	background: linear-gradient(90deg, #7c3aed 0%, #db2777 100%) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1 !important;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 8px 20px rgba(124, 58, 237, 0.25);
	position: static !important;
	transform: none !important;
}

.rsatech-search-field__submit:hover {
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(219, 39, 119, 0.28);
}

.rsatech-search-field__submit i {
	font-size: 12px;
}

@media (max-width: 575px) {
	.rsatech-search-area {
		padding: 36px 16px 44px !important;
	}

	.rsatech-search-field {
		flex-direction: column;
		align-items: stretch;
		border-radius: 20px;
		padding: 14px;
		gap: 10px;
	}

	.rsatech-search-field__icon {
		display: none;
	}

	.rsatech-search-field__input {
		padding: 10px 4px !important;
		text-align: center;
	}

	.rsatech-search-field__submit {
		width: 100%;
	}
}

/* Prevent horizontal scroll from absolute UI */
.mean-container .mean-nav,
.offcanvas__info,
.df-search-area {
	max-width: 100%;
}

/* Blog manager: edit/delete icons + dashboard */
.rsatech-blog-card__image {
	position: relative;
}

.rsatech-blog-actions {
	position: absolute;
	top: 12px;
	right: 12px;
	display: flex;
	gap: 8px;
	z-index: 3;
}

.rsatech-blog-actions__btn {
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.rsatech-blog-actions__btn:hover {
	transform: translateY(-2px);
}

.rsatech-blog-actions__btn--edit {
	background: linear-gradient(135deg, #7c3aed, #5b21b6);
}

.rsatech-blog-actions__btn--delete {
	background: linear-gradient(135deg, #ef4444, #b91c1c);
}

.rsatech-blog-actions__btn--inline {
	width: 42px;
	height: 42px;
}

.rsatech-blog-single-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.rsatech-blog-dashboard__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.rsatech-blog-dashboard__toolbar-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.rsatech-blog-notice {
	padding: 14px 18px;
	border-radius: 8px;
	margin-bottom: 24px;
	font-size: 15px;
}

.rsatech-blog-notice.is-success {
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #a7f3d0;
}

.rsatech-blog-notice.is-error {
	background: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fecaca;
}

.rsatech-blog-dashboard__table-wrap {
	overflow-x: auto;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(15, 10, 31, 0.08);
	background: #fff;
}

.rsatech-blog-dashboard__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 720px;
}

.rsatech-blog-dashboard__table th,
.rsatech-blog-dashboard__table td {
	padding: 16px 18px;
	text-align: left;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}

.rsatech-blog-dashboard__table th {
	background: #0f0a1f;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.rsatech-blog-dashboard__table tbody tr:hover {
	background: #faf8ff;
}

.rsatech-blog-dashboard__row-actions {
	display: inline-flex;
	gap: 8px;
	justify-content: flex-end;
}

.rsatech-blog-dashboard__status {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
}

.rsatech-blog-dashboard__status--publish {
	background: #dcfce7;
	color: #166534;
}

.rsatech-blog-dashboard__status--draft {
	background: #fef3c7;
	color: #92400e;
}

.rsatech-blog-modal {
	position: fixed;
	inset: 0;
	z-index: 100001;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.rsatech-blog-modal[hidden] {
	display: none !important;
}

body.rsatech-blog-modal-open {
	overflow: hidden;
}

.rsatech-blog-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 10, 31, 0.65);
}

.rsatech-blog-modal__dialog {
	position: relative;
	width: min(760px, 100%);
	max-height: 90vh;
	overflow-y: auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	padding: 28px;
}

.rsatech-blog-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.rsatech-blog-modal__header h3 {
	margin: 0;
	font-size: 24px;
}

.rsatech-blog-modal__close {
	border: none;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #666;
}

.rsatech-blog-modal__form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 14px;
}

.rsatech-blog-modal__form input[type="text"],
.rsatech-blog-modal__form input[type="file"],
.rsatech-blog-modal__form select,
.rsatech-blog-modal__form textarea {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 12px 14px;
	font-size: 15px;
}

.rsatech-blog-modal__preview {
	margin-top: 12px;
}

.rsatech-blog-modal__preview img {
	max-width: 180px;
	border-radius: 8px;
}

.rsatech-blog-modal__footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.rsatech-blog-modal__cancel {
	border: 1px solid #ddd;
	background: #fff;
	padding: 12px 20px;
	border-radius: 8px;
	cursor: pointer;
}

.rsatech-blog-card__cat {
	font-size: 13px;
	opacity: 0.75;
}

.swal2-container {
	z-index: 100002 !important;
}

@media (max-width: 767px) {
	.rsatech-blog-dashboard__table thead {
		display: none;
	}

	.rsatech-blog-dashboard__table,
	.rsatech-blog-dashboard__table tbody,
	.rsatech-blog-dashboard__table tr,
	.rsatech-blog-dashboard__table td {
		display: block;
		width: 100%;
		min-width: 0;
	}

	.rsatech-blog-dashboard__table tr {
		padding: 16px;
		border-bottom: 1px solid #eee;
	}

	.rsatech-blog-dashboard__table td {
		border: none;
		padding: 6px 0;
	}

	.rsatech-blog-dashboard__table td::before {
		content: attr(data-label) ": ";
		font-weight: 600;
	}
}