/* ─── Rijuna Footer Widget v1.2.0 ──────────────────────────────────────────── */

/* Pastikan Elementor container tidak memotong bunga yang overflow ke atas */
.elementor-widget-rijuna_footer,
.elementor-widget-rijuna_footer .elementor-widget-container {
	overflow: visible !important;
}

.rijuna-footer-wrapper {
	position: relative !important;
	text-align: center;
	background: #6b78b8;
	border-radius: 16px;
	padding: 0 32px 36px;
	overflow: visible !important;
	box-sizing: border-box;
}

/* ── Spacer ───────────────────────────────────────────────────────────────── */

.rijuna-footer-flowers-spacer {
	display: block !important;
	height: 70px;
	pointer-events: none;
}

/* ── Flowers ──────────────────────────────────────────────────────────────── */

.rijuna-footer-flowers {
	position: absolute !important;
	top: -100px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 340px;
	height: 170px;
	pointer-events: none;
	z-index: 10;
}

/* ── Title ────────────────────────────────────────────────────────────────── */

.rijuna-footer-title {
	font-family: 'Dancing Script', cursive;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 22px;
	line-height: 1.35;
	padding: 0;
	letter-spacing: 0.3px;
}

/* ── Logo ─────────────────────────────────────────────────────────────────── */

.rijuna-footer-logo {
	margin: 0 auto 22px;
}

.rijuna-footer-logo img {
	max-width: 190px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* ── Description ──────────────────────────────────────────────────────────── */

.rijuna-footer-desc {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 22px;
	line-height: 1.7;
}

/* ── Info Label ───────────────────────────────────────────────────────────── */

.rijuna-footer-info-label {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px;
}

/* ── Contacts ─────────────────────────────────────────────────────────────── */

.rijuna-footer-contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
}

.rijuna-footer-contact-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s;
}

.rijuna-footer-contact-item:hover {
	opacity: 0.82;
	color: #fff;
}

.rijuna-footer-contact-item svg {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}

/* ── Divider ──────────────────────────────────────────────────────────────── */

.rijuna-footer-divider {
	display: block !important;
	border: 0 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.45) !important;
	width: 100% !important;
	height: 0;
	margin: 0 0 16px !important;
	padding: 0;
	box-sizing: border-box;
	float: none;
	clear: both;
}

/* ── Credit ───────────────────────────────────────────────────────────────── */

.rijuna-footer-credit {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 1.8;
}

.rijuna-footer-credit-brand {
	font-weight: 700;
}

.rijuna-footer-credit-heart {
	color: #ff6b6b;
}

.rijuna-footer-credit-byline {
	font-size: 12px;
	opacity: 0.85;
}


/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — Tablet  (768px – 1024px)
   ═══════════════════════════════════════════════════════════════════════════ */

@media (min-width: 768px) and (max-width: 1024px) {

	.rijuna-footer-wrapper {
		padding: 0 24px 32px;
		border-radius: 14px;
	}

	.rijuna-footer-flowers-spacer {
		height: 60px;
	}

	.rijuna-footer-flowers {
		width: 300px !important;
		height: 150px !important;
		top: -88px !important;
	}

	.rijuna-footer-title {
		font-size: 26px;
		margin: 0 0 18px;
	}

	.rijuna-footer-logo img {
		max-width: 170px;
	}

	.rijuna-footer-logo {
		margin: 0 auto 20px;
	}

	.rijuna-footer-desc {
		font-size: 14px;
		margin: 0 0 18px;
	}

	.rijuna-footer-info-label {
		font-size: 13px;
	}

	.rijuna-footer-contact-item {
		font-size: 15px;
	}

	.rijuna-footer-contact-item svg {
		width: 20px;
		height: 20px;
	}

	.rijuna-footer-credit {
		font-size: 12px;
	}

	.rijuna-footer-credit-byline {
		font-size: 11px;
	}
}


/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — Mobile  (max 767px)
   ═══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 767px) {

	.rijuna-footer-wrapper {
		padding: 0 18px 28px;
		border-radius: 12px;
	}

	.rijuna-footer-flowers-spacer {
		height: 50px;
	}

	.rijuna-footer-flowers {
		width: 240px !important;
		height: 120px !important;
		top: -72px !important;
	}

	.rijuna-footer-title {
		font-size: 22px;
		margin: 0 0 16px;
		line-height: 1.4;
	}

	.rijuna-footer-logo img {
		max-width: 150px;
	}

	.rijuna-footer-logo {
		margin: 0 auto 18px;
	}

	.rijuna-footer-desc {
		font-size: 13px;
		line-height: 1.65;
		margin: 0 0 16px;
	}

	.rijuna-footer-info-label {
		font-size: 12px;
		margin: 0 0 8px;
	}

	.rijuna-footer-contacts {
		gap: 6px;
		margin-bottom: 16px;
	}

	.rijuna-footer-contact-item {
		font-size: 13px;
		gap: 6px;
	}

	.rijuna-footer-contact-item svg {
		width: 18px;
		height: 18px;
	}

	.rijuna-footer-credit {
		font-size: 11px;
		line-height: 1.75;
	}

	.rijuna-footer-credit-byline {
		font-size: 10px;
	}
}


/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE — Mobile kecil  (max 400px)
   ═══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 400px) {

	.rijuna-footer-wrapper {
		padding: 0 14px 24px;
	}

	.rijuna-footer-flowers-spacer {
		height: 42px;
	}

	.rijuna-footer-flowers {
		width: 200px !important;
		height: 100px !important;
		top: -60px !important;
	}

	.rijuna-footer-title {
		font-size: 19px;
		margin: 0 0 14px;
	}

	.rijuna-footer-logo img {
		max-width: 130px;
	}

	.rijuna-footer-desc {
		font-size: 12px;
		margin: 0 0 14px;
	}

	.rijuna-footer-info-label {
		font-size: 12px;
	}

	.rijuna-footer-contact-item {
		font-size: 12px;
	}

	.rijuna-footer-credit {
		font-size: 10px;
	}

	.rijuna-footer-credit-byline {
		font-size: 9px;
	}
}
