.z-whatsapp-widget {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1040;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    background: #128c7e;
    border: 2px solid rgba(255, 255, 255, .85);
    border-radius: 999px;
    box-shadow: 0 18px 34px rgba(15, 23, 42, .24);
    padding: 10px 16px 10px 12px;
    font-weight: 900;
    line-height: 1.15;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.z-whatsapp-widget:hover,
.z-whatsapp-widget:focus {
    color: #fff;
    background: #075e54;
    box-shadow: 0 22px 42px rgba(15, 23, 42, .3);
    transform: translateY(-2px);
}

.z-whatsapp-widget-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    font-size: 1.45rem;
    flex: 0 0 auto;
}

.z-whatsapp-widget-copy {
    display: grid;
    gap: 2px;
}

.z-whatsapp-widget-copy small {
    color: rgba(255, 255, 255, .82);
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.z-whatsapp-widget-copy span {
    color: #fff;
    font-size: .98rem;
}

.bbb-profile-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 132px;
    min-height: 68px;
    padding: 12px 16px;
    border-radius: 16px;
    color: #0b3d91;
    background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
    border: 2px solid rgba(11, 61, 145, .2);
    box-shadow: 0 12px 26px rgba(15, 23, 42, .1);
    font-weight: 900;
    line-height: 1;
}

.bbb-profile-badge span {
    font-size: 1rem;
    letter-spacing: .04em;
}

.bbb-profile-badge strong {
    font-size: 1.65rem;
    color: #0f172a;
}

body.z-has-sticky-callbar .z-whatsapp-widget {
    bottom: 84px;
}

@media (max-width: 575.98px) {
    .z-whatsapp-widget {
        display: none;
    }

    .z-whatsapp-widget-copy {
        display: none;
    }

}


/* Shared Zarts page styles */
:root {
	--z-ink:#07111f;
	--z-nav:#0d1724;
	--z-green:#14a64a;
	--z-yellow:#ffc400;
	--z-blue:#1473ff;
	--z-cyan:#00b7c7;
	--z-muted:#64748b;
	--z-soft:#f3f7fb;
	--z-line:rgba(15,23,42,.10);
	--z-shadow:0 24px 70px rgba(15,23,42,.13);
}
body {
	background: linear-gradient(180deg, #f7fbff 0%, #fff 45%, #f6f8fb 100%);
	color: var(--z-ink);
	font-family: Montserrat, Arial, sans-serif;
	overflow-x: hidden;
}
a { text-decoration: none; }
#mainNav {
	background: rgba(10,20,32,.96)!important;
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(255,255,255,.08);
	padding: 12px 0;
	box-shadow: 0 12px 40px rgba(0,0,0,.18);
}
#mainNav .container { max-width: 1720px; }
#mainNav .navbar-brand, #mainNav .nav-link {
	color: #fff!important;
	font-weight: 900!important;
}
#mainNav .navbar-brand {
	font-size: 28px;
	letter-spacing: 0;
}
#mainNav .nav-link {
	letter-spacing: 0;
	font-size: .82rem;
	padding: 10px 10px!important;
	white-space: nowrap;
}
#mainNav .nav-link:hover, #mainNav .nav-link.active { color: var(--z-yellow)!important; }
.dropdown-menu {
	border: 0;
	border-radius: 16px;
	box-shadow: 0 18px 45px rgba(15,23,42,.18);
	padding: 10px;
	min-width: 255px;
}
.dropdown-menu.show { display: block; }
.dropdown-item {
	font-weight: 800;
	border-radius: 10px;
	padding: 10px 12px;
}
.dropdown-item:hover, .dropdown-item.active {
	background: #eef6ff;
	color: #0b5ed7;
}
.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}
@media(min-width:1200px) {
	.dropdown-submenu:hover > .dropdown-menu { display: block; }
}
@media(max-width:1199.98px) {
	.dropdown-submenu > .dropdown-menu {
		position: static;
		margin-left: 12px;
		box-shadow: none;
	}
}
.z-hero {
	position: relative;
	padding: 148px 0 66px;
	background: radial-gradient(circle at 15% 12%, rgba(255,196,0,.17), transparent 25%), radial-gradient(circle at 92% 5%, rgba(20,166,74,.28), transparent 34%), linear-gradient(135deg, #07111f 0%, #08243a 52%, #0f6b50 100%);
	overflow: hidden;
}
.z-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
	background-size: 48px 48px;
}
.z-hero .container { position: relative; z-index: 1; }
.z-hero-grid {
	display: grid;
	grid-template-columns: 1.12fr .88fr;
	gap: 28px;
	align-items: center;
}
.z-hero-grid > *, .z-split > *, .z-grid-2 > * {
	min-width: 0;
}
.z-glass, .z-trust-card {
	border-radius: 24px;
	box-shadow: 0 28px 80px rgba(0,0,0,.22);
	max-width: 100%;
}
.z-glass {
	background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.07));
	border: 1px solid rgba(255,255,255,.18);
	padding: 34px;
	backdrop-filter: blur(14px);
}
.z-eyebrow, .z-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	font-weight: 900;
}
.z-eyebrow {
	padding: 9px 15px;
	background: rgba(255,255,255,.16);
	color: #fff;
	font-size: .86rem;
	border: 1px solid rgba(255,255,255,.22);
	margin-bottom: 18px;
}
.z-hero h1 {
	color: #fff;
	font-weight: 900;
	letter-spacing: 0;
	line-height: .98;
	font-size: clamp(2.45rem, 4.6vw, 4.9rem);
	margin-bottom: 20px;
	overflow-wrap: break-word;
}
.z-lead {
	color: rgba(255,255,255,.88);
	font-size: clamp(1.03rem, 1.35vw, 1.2rem);
	font-weight: 650;
	line-height: 1.65;
	margin-bottom: 20px;
}
.z-badge-row, .z-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.z-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255,255,255,.16);
	border: 1px solid rgba(255,255,255,.22);
	color: #fff;
	border-radius: 999px;
	padding: 10px 14px;
	font-weight: 900;
	font-size: .88rem;
}
.z-cta-row { margin-top: 22px; }
.z-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border-radius: 14px;
	padding: 15px 20px;
	font-weight: 900;
	color: #fff;
	box-shadow: 0 12px 25px rgba(0,0,0,.15);
	transition: .2s ease;
	min-width: 190px;
}
.z-btn:hover { transform: translateY(-2px); color: #fff; }
.z-btn-yellow { background: var(--z-yellow); color: #111827; }
.z-btn-green { background: var(--z-green); }
.z-btn-outline {
	background: rgba(255,255,255,.08);
	border: 2px solid rgba(255,255,255,.55);
}
.z-trust-card {
	background: #fff;
	border: 1px solid rgba(255,255,255,.7);
	padding: 28px;
}
.z-trust-logo {
	display: block;
	margin: 0 auto 15px;
	max-height: 82px;
	width: auto;
}
.z-review-main {
	text-align: center;
	border: 1px solid var(--z-line);
	border-radius: 22px;
	padding: 20px;
	background: linear-gradient(180deg, #fff, #f8fbff);
}
.z-stars { color: #f59e0b; font-size: 1.3rem; letter-spacing: 0; }
.z-review-number {
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}
.z-trust-list {
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
}
.z-trust-list li {
	display: flex;
	gap: 10px;
	border-top: 1px solid rgba(15,23,42,.08);
	padding: 12px 0;
	font-weight: 850;
	color: #111827;
}
.z-trust-list i { color: var(--z-green); margin-top: 4px; }
.z-section { padding: 70px 0; }
.z-section.tight { padding: 50px 0; }
.z-section-head {
	max-width: 900px;
	margin: 0 auto 28px;
	text-align: center;
}
.z-pill {
	padding: 8px 14px;
	background: #eaf2ff;
	color: #0b55bd;
	font-size: .82rem;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.z-section-head h2, .z-split-copy h2 {
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.07;
	font-size: clamp(2rem, 3.1vw, 3.4rem);
	margin-bottom: 12px;
}
.z-section-head p, .z-split-copy p, .z-card p {
	color: var(--z-muted);
	font-weight: 650;
	line-height: 1.65;
	font-size: 1.05rem;
}
.z-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: center;
}
.z-photo-card {
	border-radius: 22px;
	overflow: hidden;
	box-shadow: var(--z-shadow);
	aspect-ratio: 4 / 3;
	background: #e2e8f0;
}
.z-photo-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.z-grid-2, .z-grid-3, .z-grid-4, .z-gallery-grid {
	display: grid;
	gap: 20px;
}
.z-grid-2 { grid-template-columns: repeat(2, 1fr); }
.z-grid-3 { grid-template-columns: repeat(3, 1fr); }
.z-grid-4 { grid-template-columns: repeat(4, 1fr); }
.z-card, .z-gallery-card {
	background: #fff;
	border: 1px solid var(--z-line);
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(15,23,42,.07);
	padding: 22px;
}
.z-card h3 {
	font-size: 1.22rem;
	font-weight: 900;
	letter-spacing: 0;
}
.z-icon-box {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: linear-gradient(135deg, #eaf2ff, #eafaf0);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--z-blue);
	font-size: 1.35rem;
	margin-bottom: 16px;
}
.z-dark-band {
	background: #e2e8f0;
	color: #fff;
}
.z-dark-band .z-section-head p { color: rgba(255,255,255,.72); }
.z-gallery-grid {
	display: block;
	column-count: 4;
	column-gap: 18px;
}
.z-gallery-card {
	display: inline-block;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	padding: 0;
	margin: 0 0 18px;
	overflow: hidden;
	border: 0;
	border-radius: 18px;
	background: #e2e8f0;
	box-shadow: 0 18px 45px rgba(15,23,42,.12);
	cursor: zoom-in;
	break-inside: avoid;
	position: relative;
	text-align: left;
}
.z-gallery-card img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform .28s ease, opacity .28s ease;
}
.z-gallery-caption {
	display: block;
	background: #fff;
	color: var(--z-ink);
	font-size: .9rem;
	font-weight: 800;
	line-height: 1.35;
	padding: 13px 14px 15px;
}
.z-gallery-card:after {
	content: "View";
	position: absolute;
	right: 12px;
	bottom: 12px;
	background: rgba(7,17,31,.78);
	color: #fff;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 999px;
	padding: 7px 11px;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(8px);
	transition: .24s ease;
}
.z-gallery-card:hover img { transform: scale(1.025); opacity: .92; }
.z-gallery-card:hover:after { opacity: 1; transform: translateY(0); }
.z-video-card {
	overflow: hidden;
	padding: 0;
	border-radius: 18px;
}
.z-video-card h3 {
	font-size: 1rem;
	line-height: 1.35;
	margin: 0;
}
.z-lightbox {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background: rgba(3,7,18,.88);
	backdrop-filter: blur(10px);
}
.z-lightbox.is-open { display: flex; }
.z-lightbox-open { overflow: hidden; }
.z-lightbox-frame {
	position: relative;
	max-width: min(1180px, 96vw);
	max-height: 92vh;
}
.z-lightbox-backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: transparent;
}
.z-lightbox img {
	max-width: 100%;
	max-height: 82vh;
	display: block;
	border-radius: 18px;
	box-shadow: 0 30px 90px rgba(0,0,0,.42);
}
.z-lightbox-close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #07111f;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 16px 42px rgba(0,0,0,.26);
}
.z-lightbox-caption {
	color: rgba(255,255,255,.86);
	font-weight: 800;
	margin: 12px 4px 0;
	text-align: center;
}
.z-contact-band {
	background: linear-gradient(135deg, #07111f, #0f6b50);
	color: #fff;
	text-align: center;
}
.z-contact-band p {
	color: rgba(255,255,255,.78);
	font-weight: 650;
	max-width: 760px;
	margin: 0 auto 20px;
	line-height: 1.65;
}
.footer { background: #f8fafc; }
.z-footer-nap {
	color: var(--z-muted);
	font-weight: 650;
	line-height: 1.55;
}
.z-footer-nap strong {
	color: var(--z-ink);
	font-weight: 900;
}
.z-footer-nap a {
	color: #0b55bd;
	font-weight: 900;
}
.z-narrow {
	max-width: 980px;
}
@media(max-width:1100px) {
	.z-hero-grid, .z-split, .z-grid-2 { grid-template-columns: 1fr; }
	.z-trust-card { max-width: 650px; margin: 0 auto; }
	.z-grid-3, .z-grid-4 { grid-template-columns: repeat(2, 1fr); }
	.z-gallery-grid { column-count: 2; }
}
@media(max-width:767px) {
	.z-hero { padding: 116px 0 48px; }
	.z-glass, .z-trust-card { padding: 22px; }
	.z-hero h1 {
		font-size: clamp(2.25rem, 12vw, 3.5rem);
	}
	.z-eyebrow, .z-badge {
		max-width: 100%;
		white-space: normal;
	}
	.z-btn { width: 100%; min-width: 0; }
	.z-grid-3, .z-grid-4 { grid-template-columns: 1fr; }
	.z-gallery-grid { column-count: 1; }
	.z-section { padding: 58px 0; }
}
