/*
Theme Name: Nisa Collection
Theme URI: http://localhost/nisa_collection
Description: Child theme Kadence untuk website company profile Nisa Collection.
Author: Nisa Collection
Template: kadence
Version: 1.0.0
Text Domain: nisa-collection
*/

:root {
	--nisa-raspberry: #d92c79;
	--nisa-raspberry-dark: #ad1e5c;
	--nisa-blush: #f8dce9;
	--nisa-ivory: #fff9f1;
	--nisa-charcoal: #3d3035;
	--nisa-gold: #c7a66a;
	--nisa-white: #ffffff;
	--nisa-radius: 18px;
	--nisa-shadow: 0 18px 50px rgba(61, 48, 53, 0.1);
}

body {
	color: var(--nisa-charcoal);
	background: var(--nisa-ivory);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	color: var(--nisa-charcoal);
	font-family: Georgia, "Times New Roman", serif;
}

a {
	color: var(--nisa-raspberry);
}

a:hover,
a:focus {
	color: var(--nisa-raspberry-dark);
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link {
	border-radius: 999px;
	background: var(--nisa-raspberry);
	color: var(--nisa-white);
	font-weight: 700;
	letter-spacing: 0.01em;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
	background: var(--nisa-raspberry-dark);
	color: var(--nisa-white);
}

.site-header-wrap .site-container,
.site-footer-wrap .site-container,
.content-area {
	max-width: 1200px;
}

.site-header-wrap {
	background: rgba(255, 249, 241, 0.96);
	border-bottom: 1px solid rgba(217, 44, 121, 0.12);
}

.site-footer-wrap {
	background: var(--nisa-charcoal);
	color: var(--nisa-ivory);
}

:focus-visible {
	outline: 3px solid var(--nisa-gold);
	outline-offset: 3px;
}

@media (max-width: 767px) {
	:root {
		--nisa-radius: 14px;
	}
}

/* Nisa Collection site shell. */
html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
}

body.admin-bar .nisa-site-header {
	top: 32px;
}

img {
	max-width: 100%;
	height: auto;
}

.nisa-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.nisa-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 10px 16px;
	transform: translateY(-150%);
	border-radius: 8px;
	background: var(--nisa-charcoal);
	color: var(--nisa-white);
}

.nisa-skip-link:focus {
	transform: translateY(0);
}

.nisa-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(61, 48, 53, 0.08);
	background: rgba(255, 249, 241, 0.94);
	box-shadow: 0 8px 30px rgba(61, 48, 53, 0.04);
	backdrop-filter: blur(16px);
}

.nisa-header-inner {
	display: flex;
	min-height: 84px;
	align-items: center;
	gap: 32px;
}

.nisa-brand {
	display: inline-flex;
	flex: 0 0 auto;
	width: 148px;
	height: 62px;
	align-items: center;
	overflow: hidden;
	color: var(--nisa-raspberry);
	text-decoration: none;
}

.nisa-brand img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.nisa-brand:hover,
.nisa-brand:focus {
	color: var(--nisa-raspberry-dark);
}

.nisa-brand-main {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.25rem;
	letter-spacing: -0.07em;
}

.nisa-brand-sub {
	justify-self: end;
	margin-top: 7px;
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.nisa-primary-nav {
	display: flex;
	margin-left: auto;
	align-items: center;
	gap: 28px;
}

.nisa-primary-nav a {
	position: relative;
	padding: 30px 0;
	color: var(--nisa-charcoal);
	font-size: 0.92rem;
	font-weight: 650;
	text-decoration: none;
}

.nisa-primary-nav a::after {
	position: absolute;
	right: 0;
	bottom: 21px;
	left: 0;
	height: 2px;
	transform: scaleX(0);
	background: var(--nisa-raspberry);
	content: "";
	transition: transform 180ms ease;
}

.nisa-primary-nav a:hover::after,
.nisa-primary-nav a:focus::after {
	transform: scaleX(1);
}

.nisa-header-cta {
	padding: 11px 20px;
	border-radius: 999px;
	background: var(--nisa-raspberry);
	color: var(--nisa-white);
	font-size: 0.88rem;
	font-weight: 750;
	text-decoration: none;
}

.nisa-header-cta:hover,
.nisa-header-cta:focus {
	background: var(--nisa-raspberry-dark);
	color: var(--nisa-white);
}

/* Front-page components. */
.nisa-hero {
	position: relative;
	overflow: hidden;
	padding: 78px 0 88px;
	background:
		radial-gradient(circle at 8% 12%, rgba(248, 220, 233, 0.72), transparent 27%),
		linear-gradient(135deg, var(--nisa-ivory) 0%, #fff 60%, #fdf1f6 100%);
}

.nisa-hero::after {
	position: absolute;
	right: -110px;
	bottom: -160px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(217, 44, 121, 0.12);
	border-radius: 50%;
	content: "";
}

.nisa-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
	align-items: center;
	gap: 68px;
}

.nisa-eyebrow {
	margin: 0 0 18px;
	color: var(--nisa-raspberry);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.nisa-hero h1 {
	max-width: 690px;
	margin: 0;
	font-size: clamp(3rem, 6vw, 5.5rem);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.nisa-hero h1 em {
	color: var(--nisa-raspberry);
	font-weight: inherit;
}

.nisa-hero-lead {
	max-width: 620px;
	margin: 28px 0 0;
	font-size: 1.08rem;
	line-height: 1.8;
}

.nisa-hero-actions {
	display: flex;
	margin-top: 34px;
	flex-wrap: wrap;
	gap: 12px;
}

.nisa-btn {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 10px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.94rem;
	font-weight: 750;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nisa-btn:hover,
.nisa-btn:focus {
	transform: translateY(-2px);
}

.nisa-btn--primary {
	background: var(--nisa-raspberry);
	box-shadow: 0 12px 28px rgba(217, 44, 121, 0.25);
	color: var(--nisa-white);
}

.nisa-btn--primary:hover,
.nisa-btn--primary:focus {
	background: var(--nisa-raspberry-dark);
	color: var(--nisa-white);
}

.nisa-btn--secondary {
	border-color: rgba(61, 48, 53, 0.22);
	background: rgba(255, 255, 255, 0.62);
	color: var(--nisa-charcoal);
}

.nisa-btn--secondary:hover,
.nisa-btn--secondary:focus {
	border-color: var(--nisa-raspberry);
	color: var(--nisa-raspberry-dark);
}

.nisa-hero-points {
	display: flex;
	margin: 28px 0 0;
	padding: 0;
	flex-wrap: wrap;
	gap: 12px 20px;
	list-style: none;
}

.nisa-hero-points li {
	position: relative;
	padding-left: 17px;
	font-size: 0.82rem;
	font-weight: 700;
}

.nisa-hero-points li::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--nisa-gold);
	content: "";
}

.nisa-hero-media {
	position: relative;
	margin: 0;
}

.nisa-hero-media::before {
	position: absolute;
	top: -20px;
	right: -18px;
	width: 46%;
	height: 56%;
	border-radius: var(--nisa-radius);
	background: var(--nisa-blush);
	content: "";
}

.nisa-hero-media img {
	position: relative;
	display: block;
	width: 100%;
	min-height: 520px;
	border-radius: 180px 24px 24px 24px;
	box-shadow: var(--nisa-shadow);
	object-fit: cover;
}

.nisa-hero-media figcaption {
	position: absolute;
	right: -24px;
	bottom: 30px;
	max-width: 220px;
	padding: 18px 22px;
	border: 1px solid rgba(217, 44, 121, 0.12);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--nisa-shadow);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.05rem;
	line-height: 1.35;
}

.nisa-hero-media figcaption strong {
	display: block;
	color: var(--nisa-raspberry);
}

.nisa-trust-strip {
	background: var(--nisa-charcoal);
	color: var(--nisa-white);
}

.nisa-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.nisa-stats > div {
	padding: 28px 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	text-align: center;
}

.nisa-stats > div:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.nisa-stats strong,
.nisa-stats span {
	display: block;
}

.nisa-stats strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.65rem;
}

.nisa-stats span {
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.76rem;
	letter-spacing: 0.04em;
}

.nisa-section {
	padding: 110px 0;
}

.nisa-section--soft {
	background: #fdf1f6;
}

.nisa-section--dark {
	background: var(--nisa-charcoal);
	color: var(--nisa-white);
}

.nisa-section-heading h2,
.nisa-skill-copy h2,
.nisa-cta-box h2 {
	margin: 0;
	font-size: clamp(2.35rem, 4vw, 4rem);
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.nisa-section-heading > p:last-child {
	max-width: 650px;
	margin-top: 20px;
	line-height: 1.8;
}

.nisa-section-heading--center {
	max-width: 760px;
	margin: 0 auto 54px;
	text-align: center;
}

.nisa-section-heading--center > p:last-child {
	margin-inline: auto;
}

.nisa-about-grid {
	display: grid;
	grid-template-columns: 1fr 0.9fr;
	gap: 90px;
}

.nisa-about-copy {
	padding-top: 5px;
	font-size: 1.02rem;
	line-height: 1.9;
}

.nisa-about-copy p {
	margin: 0 0 18px;
}

.nisa-signature {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid rgba(61, 48, 53, 0.14);
	color: var(--nisa-raspberry);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3rem;
}

.nisa-signature span {
	display: block;
	margin-top: 5px;
	color: #75696e;
	font-family: inherit;
	font-size: 0.75rem;
	font-style: italic;
}

.nisa-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.nisa-card {
	min-height: 255px;
	padding: 32px;
	border: 1px solid rgba(217, 44, 121, 0.1);
	border-radius: var(--nisa-radius);
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 12px 38px rgba(61, 48, 53, 0.05);
}

.nisa-card > span {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: var(--nisa-blush);
	color: var(--nisa-raspberry-dark);
	font-size: 0.74rem;
	font-weight: 800;
}

.nisa-card h3 {
	margin: 28px 0 12px;
	font-size: 1.45rem;
}

.nisa-card p {
	margin: 0;
	color: #6d6266;
	font-size: 0.93rem;
	line-height: 1.7;
}

.nisa-card--accent {
	border-color: var(--nisa-raspberry);
	background: var(--nisa-raspberry);
}

.nisa-card--accent > span {
	background: rgba(255, 255, 255, 0.18);
	color: var(--nisa-white);
}

.nisa-card--accent h3,
.nisa-card--accent p {
	color: var(--nisa-white);
}

.nisa-skill-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
	gap: 80px;
}

.nisa-skill-media {
	position: relative;
}

.nisa-skill-media::before {
	position: absolute;
	top: 24px;
	right: -24px;
	bottom: -24px;
	left: 24px;
	border: 1px solid rgba(199, 166, 106, 0.55);
	border-radius: var(--nisa-radius);
	content: "";
}

.nisa-skill-media img {
	position: relative;
	display: block;
	width: 100%;
	border-radius: var(--nisa-radius);
	box-shadow: var(--nisa-shadow);
}

.nisa-skill-copy > p:not(.nisa-eyebrow) {
	margin: 22px 0;
	line-height: 1.8;
}

.nisa-check-list {
	display: grid;
	margin: 28px 0 0;
	padding: 0;
	gap: 15px;
	list-style: none;
}

.nisa-check-list li {
	position: relative;
	padding-left: 34px;
	font-weight: 650;
}

.nisa-check-list li::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: grid;
	width: 23px;
	height: 23px;
	place-items: center;
	border-radius: 50%;
	background: var(--nisa-blush);
	color: var(--nisa-raspberry-dark);
	content: "✓";
	font-size: 0.75rem;
	font-weight: 900;
}

.nisa-section-heading--light h2 {
	color: var(--nisa-white);
}

.nisa-section-heading--light > p:last-child {
	color: rgba(255, 255, 255, 0.68);
}

.nisa-gallery {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	grid-template-rows: repeat(2, 260px);
	margin-top: 50px;
	gap: 18px;
}

.nisa-gallery figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: var(--nisa-radius);
}

.nisa-gallery-main {
	grid-row: 1 / 3;
}

.nisa-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.nisa-gallery figure:hover img {
	transform: scale(1.025);
}

.nisa-gallery figcaption {
	position: absolute;
	right: 16px;
	bottom: 16px;
	padding: 8px 13px;
	border-radius: 999px;
	background: rgba(61, 48, 53, 0.85);
	color: var(--nisa-white);
	font-size: 0.76rem;
	font-weight: 750;
}

.nisa-process {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 54px 0 0;
	padding: 0;
	gap: 18px;
	list-style: none;
	counter-reset: process;
}

.nisa-process li {
	display: flex;
	min-height: 190px;
	padding: 28px;
	gap: 20px;
	border: 1px solid rgba(61, 48, 53, 0.1);
	border-radius: var(--nisa-radius);
	background: var(--nisa-white);
}

.nisa-process li > span {
	display: grid;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	place-items: center;
	border-radius: 50%;
	background: var(--nisa-charcoal);
	color: var(--nisa-white);
	font-weight: 800;
}

.nisa-process h3 {
	margin: 5px 0 10px;
	font-size: 1.24rem;
}

.nisa-process p {
	margin: 0;
	color: #6d6266;
	font-size: 0.88rem;
	line-height: 1.65;
}

.nisa-cta-section {
	padding: 0 0 110px;
}

.nisa-cta-box {
	display: flex;
	min-height: 330px;
	align-items: center;
	justify-content: space-between;
	padding: 58px 64px;
	gap: 40px;
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(217, 44, 121, 0.98), rgba(173, 30, 92, 0.96)),
		var(--nisa-raspberry);
	box-shadow: 0 24px 70px rgba(173, 30, 92, 0.24);
	color: var(--nisa-white);
}

.nisa-cta-box .nisa-eyebrow {
	color: rgba(255, 255, 255, 0.72);
}

.nisa-cta-box h2 {
	color: var(--nisa-white);
}

.nisa-cta-box p:last-child {
	max-width: 620px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.82);
}

.nisa-btn--light {
	flex: 0 0 auto;
	background: var(--nisa-white);
	color: var(--nisa-raspberry-dark);
}

.nisa-btn--light:hover,
.nisa-btn--light:focus {
	background: var(--nisa-ivory);
	color: var(--nisa-raspberry-dark);
}

.nisa-production-note {
	width: min(1180px, calc(100% - 40px));
	margin: -78px auto 34px;
	color: #84787d;
	font-size: 0.75rem;
	text-align: center;
}

.nisa-whatsapp-float {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 90;
	display: flex;
	min-width: 138px;
	height: 54px;
	align-items: center;
	padding: 7px 16px 7px 8px;
	gap: 10px;
	border-radius: 999px;
	background: #1eaa59;
	box-shadow: 0 12px 34px rgba(18, 100, 52, 0.3);
	color: var(--nisa-white);
	font-weight: 750;
	text-decoration: none;
}

.nisa-whatsapp-float:hover,
.nisa-whatsapp-float:focus {
	background: #168c48;
	color: var(--nisa-white);
}

.nisa-whatsapp-float span {
	display: grid;
	width: 39px;
	height: 39px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	font-size: 0.72rem;
}

.nisa-whatsapp-float small {
	font-size: 0.83rem;
}

/* Footer. */
.nisa-site-footer {
	padding-top: 68px;
	background: #30252a;
	color: rgba(255, 255, 255, 0.72);
}

.nisa-footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.9fr 0.8fr;
	padding-bottom: 54px;
	gap: 60px;
}

.nisa-brand--footer {
	width: 190px;
	height: 92px;
	border-radius: 10px;
	background: var(--nisa-ivory);
	color: #ff79b4;
}

.nisa-footer-grid h2 {
	margin: 0 0 18px;
	color: var(--nisa-white);
	font-family: inherit;
	font-size: 0.82rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.nisa-footer-grid p {
	max-width: 390px;
	margin: 10px 0;
	font-size: 0.88rem;
	line-height: 1.7;
}

.nisa-footer-grid a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
}

.nisa-footer-grid a:hover,
.nisa-footer-grid a:focus {
	color: #ff79b4;
}

.nisa-footer-bottom {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.nisa-footer-bottom p {
	margin: 0;
	font-size: 0.75rem;
}

@media (max-width: 1024px) {
	body.admin-bar .nisa-site-header {
		top: 32px;
	}

	.nisa-header-inner {
		gap: 20px;
	}

	.nisa-primary-nav {
		gap: 18px;
	}

	.nisa-primary-nav a {
		font-size: 0.82rem;
	}

	.nisa-hero-grid {
		grid-template-columns: 1fr 1fr;
		gap: 38px;
	}

	.nisa-hero-media img {
		min-height: 440px;
	}

	.nisa-service-grid,
	.nisa-process {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 782px) {
	body.admin-bar .nisa-site-header {
		top: 46px;
	}

	.nisa-header-inner {
		min-height: 72px;
		flex-wrap: wrap;
		padding: 10px 0;
	}

	.nisa-primary-nav {
		order: 3;
		width: 100%;
		margin: 0;
		overflow-x: auto;
		justify-content: space-between;
	}

	.nisa-primary-nav a {
		padding: 8px 0;
		white-space: nowrap;
	}

	.nisa-primary-nav a::after {
		bottom: 2px;
	}

	.nisa-header-cta {
		margin-left: auto;
	}

	.nisa-hero {
		padding-top: 56px;
	}

	.nisa-hero-grid,
	.nisa-about-grid,
	.nisa-skill-grid {
		grid-template-columns: 1fr;
	}

	.nisa-hero-media {
		margin-top: 18px;
	}

	.nisa-hero-media img {
		min-height: 420px;
		border-radius: 110px 20px 20px 20px;
	}

	.nisa-about-grid,
	.nisa-skill-grid {
		gap: 48px;
	}

	.nisa-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.nisa-stats > div:nth-child(2) {
		border-right: 0;
	}

	.nisa-stats > div:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.nisa-gallery {
		grid-template-columns: 1fr;
		grid-template-rows: 360px 240px 240px;
	}

	.nisa-gallery-main {
		grid-row: auto;
	}

	.nisa-cta-box {
		align-items: flex-start;
		flex-direction: column;
	}

	.nisa-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.nisa-footer-grid > div:first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	body.admin-bar .nisa-site-header {
		top: 0;
	}

	.nisa-container {
		width: min(100% - 28px, 1180px);
	}

	.nisa-header-inner {
		gap: 12px;
	}

	.nisa-brand-main {
		font-size: 1.95rem;
	}

	.nisa-brand {
		width: 120px;
		height: 52px;
	}

	.nisa-header-cta {
		padding: 9px 14px;
		font-size: 0.78rem;
	}

	.nisa-primary-nav {
		gap: 20px;
	}

	.nisa-hero {
		padding: 46px 0 62px;
	}

	.nisa-hero h1 {
		font-size: clamp(2.75rem, 14vw, 4rem);
	}

	.nisa-hero-lead {
		font-size: 0.98rem;
	}

	.nisa-hero-actions,
	.nisa-btn {
		width: 100%;
	}

	.nisa-hero-media img {
		min-height: 330px;
	}

	.nisa-hero-media figcaption {
		right: 10px;
		bottom: 12px;
	}

	.nisa-section {
		padding: 78px 0;
	}

	.nisa-section-heading--center {
		margin-bottom: 38px;
	}

	.nisa-section-heading h2,
	.nisa-skill-copy h2,
	.nisa-cta-box h2 {
		font-size: clamp(2.2rem, 11vw, 3rem);
	}

	.nisa-service-grid,
	.nisa-process {
		grid-template-columns: 1fr;
	}

	.nisa-card {
		min-height: 0;
	}

	.nisa-skill-media::before {
		display: none;
	}

	.nisa-gallery {
		grid-template-rows: repeat(3, 250px);
	}

	.nisa-cta-section {
		padding-bottom: 84px;
	}

	.nisa-cta-box {
		width: min(100% - 28px, 1180px);
		min-height: auto;
		padding: 40px 26px;
		border-radius: 20px;
	}

	.nisa-production-note {
		width: min(100% - 28px, 1180px);
		margin-top: -56px;
	}

	.nisa-footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.nisa-footer-grid > div:first-child {
		grid-column: auto;
	}

	.nisa-whatsapp-float {
		right: 14px;
		bottom: 14px;
		min-width: 54px;
		width: 54px;
		padding: 7px;
	}

	.nisa-whatsapp-float small {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
	}
}
