/*
Theme Name: Twenty Twenty-Five Child theme of twentytwentyfive
Theme URI:
Description: Child theme of twentytwentyfive theme for the Twenty Twenty-Five theme
Author: <a href="https://wordpress.org">the WordPress team</a>
Author URI:
Template: twentytwentyfive
Version: 1.4
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 28 Mar 2026 15:03:03 +0000 */
/* The plugin now uses the recommended approach for loading the css files.*/

/* nstudio custom header */
.nstudio-header {
	position: sticky;
	top: 0;
	z-index: 999;
	width: 100%;
	background: rgba(247, 248, 250, 0.95);
	border-bottom: 1px solid #e6e8ee;
	backdrop-filter: blur(7px);
}

.nstudio-header__container {
	width: min(1320px, calc(100% - 40px));
	margin: 0 auto;
	height: 80px;
}

.nstudio-header__desktop {
	height: 100%;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
}

.nstudio-header__mobile {
	display: none;
}

.nstudio-header__nav {
	display: flex;
	align-items: center;
	gap: 24px;
}

.nstudio-header__nav a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #1d2735;
	text-decoration: none;
	transition: color 0.2s ease;
}

.nstudio-header__nav a:hover {
	color: #25aae1;
}

.nstudio-header__brand-wrap {
	display: flex;
	justify-content: center;
}

.nstudio-header__brand,
.nstudio-header__brand:visited {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	text-decoration: none;
	background: linear-gradient(90deg, #25aae1 0%, #1a5fb4 50%, #25aae1 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.nstudio-header__right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
}

.nstudio-header__icon-btn {
	appearance: none;
	border: 0;
	background: transparent;
	color: #1d2735;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.nstudio-header__icon-btn:hover {
	background: rgba(37, 170, 225, 0.1);
}

.nstudio-icon {
	width: 20px;
	height: 20px;
	display: block;
}

.nstudio-header__cta,
.nstudio-header__cta:visited,
.nstudio-mobile-menu__cta,
.nstudio-mobile-menu__cta:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 18px;
	border-radius: 10px;
	background-image: linear-gradient(to right, #25aae1, #4481eb, #3f86ed);
	background-size: 300% 100%;
	background-position: 0 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	box-shadow: 4px 12px 24px -12px #3f86ed;
	border: none;
	transition: all 0.4s ease-in-out;
}

.nstudio-header__cta:hover,
.nstudio-mobile-menu__cta:hover {
	background-position: 100% 0;
}

.nstudio-mobile-menu-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(14, 18, 24, 0.45);
	z-index: 998;
}

.nstudio-mobile-menu {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: min(300px, 84vw);
	background: #ffffff;
	transform: translateX(-100%);
	transition: transform 0.2s ease;
	z-index: 999;
	box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
}

.nstudio-mobile-menu.is-open {
	transform: translateX(0);
}

.nstudio-mobile-menu__nav {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 88px 24px 24px;
}

.nstudio-mobile-menu__nav a {
	color: #1d2735;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
}

.nstudio-mobile-menu__cta {
	margin-top: 8px;
}

@media (max-width: 1300px) {
	.nstudio-header__brand,
	.nstudio-header__brand:visited {
		font-size: 42px;
	}
}

@media (max-width: 920px) {
	.nstudio-header__desktop {
		display: none;
	}

	.nstudio-header__mobile {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
		height: 100%;
	}

	.nstudio-header__mobile-left {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.nstudio-header__brand--mobile,
	.nstudio-header__brand--mobile:visited {
		justify-self: center;
		font-size: 36px;
	}

}

@media (max-width: 520px) {
	.nstudio-header__container {
		width: calc(100% - 24px);
	}

	.nstudio-header__brand--mobile,
	.nstudio-header__brand--mobile:visited {
		font-size: 30px;
	}
}
