/* =========================
   FOOTER MAIN CONTAINER
========================= */
.dr1055footer {
	position: relative;
	width: 100%;
	padding: 90px 20px 35px;
	color: #ffffff;
	overflow: hidden;
	background:
		linear-gradient(rgba(5, 18, 30, 0.82), rgba(5, 18, 30, 0.92)),
		url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1800&q=80') center center / cover no-repeat;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	isolation: isolate;
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.9s ease, transform 0.9s ease;
}

.dr1055footer.footer-visible {
	opacity: 1;
	transform: translateY(0);
}

/* =========================
   ANIMATED BACKGROUND LAYERS
========================= */
.dr1055footer .footer-bg-layer {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 20%, rgba(0, 255, 213, 0.08), transparent 35%),
		radial-gradient(circle at 80% 30%, rgba(107, 232, 255, 0.08), transparent 35%),
		radial-gradient(circle at 50% 80%, rgba(255, 211, 106, 0.06), transparent 35%);
	animation: dr1055FooterFloat 12s ease-in-out infinite alternate;
	z-index: 0;
	pointer-events: none;
}

.dr1055footer .footer-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	opacity: 0.22;
	pointer-events: none;
	z-index: 0;
}

.dr1055footer .footer-glow-1 {
	width: 260px;
	height: 260px;
	background: rgba(0, 255, 213, 0.24);
	top: 40px;
	left: -60px;
	animation: dr1055GlowMove1 10s ease-in-out infinite alternate;
}

.dr1055footer .footer-glow-2 {
	width: 320px;
	height: 320px;
	background: rgba(255, 211, 106, 0.18);
	right: -80px;
	bottom: 20px;
	animation: dr1055GlowMove2 14s ease-in-out infinite alternate;
}

/* =========================
   INNER CONTAINER
========================= */
.dr1055footer .footer-container {
	position: relative;
	z-index: 2;
	max-width: 1320px;
	margin: 0 auto;
}

/* =========================
   TOP GRID
========================= */
.dr1055footer .footer-top-grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr 1fr 1.15fr;
	gap: 22px;
	align-items: stretch;
	margin-bottom: 34px;
}

/* =========================
   GLOSSY CARD
========================= */
.dr1055footer .footer-card {
	position: relative;
	padding: 24px 22px;
	border-radius: 24px;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.11),
		rgba(255, 255, 255, 0.05)
	);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow:
		0 18px 45px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.dr1055footer .footer-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: -130%;
	width: 55%;
	height: 100%;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.16),
		rgba(255, 255, 255, 0)
	);
	transform: skewX(-22deg);
	transition: left 0.8s ease;
}

.dr1055footer .footer-card:hover::before {
	left: 150%;
}

.dr1055footer .footer-card:hover {
	transform: translateY(-4px);
	border-color: rgba(126, 249, 255, 0.16);
}

/* =========================
   BRAND CARD
========================= */
.dr1055footer .footer-brand-card {
	display: flex;
	flex-direction: column;
}

.dr1055footer .footer-logo-wrap {
	width: 96px;
	height: 96px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.16),
		rgba(255, 255, 255, 0.06)
	);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow:
		0 14px 35px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.16);
	overflow: hidden;
}

.dr1055footer .footer-logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 4px;
}

.dr1055footer .footer-brand h2 {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.15;
	margin-bottom: 12px;
	letter-spacing: 0.3px;
}

.dr1055footer .footer-brand h2 a {
	color: #ffffff;
	text-decoration: none;
}

.dr1055footer .footer-description {
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.82);
	margin-bottom: 18px;
}

.dr1055footer .footer-main-site a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-radius: 14px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	color: #092532;
	background: linear-gradient(135deg, #7ef9ff, #00ffd5);
	box-shadow: 0 14px 28px rgba(0, 255, 213, 0.18);
	transition: all 0.3s ease;
}

.dr1055footer .footer-main-site a:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(0, 255, 213, 0.24);
}

/* =========================
   SECTION HEADINGS
========================= */
.dr1055footer .footer-heading {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 18px;
	color: #ffffff;
	letter-spacing: 0.2px;
	position: relative;
	padding-bottom: 10px;
}

.dr1055footer .footer-heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 54px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #00ffd5, #7ef9ff);
	box-shadow: 0 0 12px rgba(0, 255, 213, 0.28);
}

/* =========================
   FOOTER NAVIGATION
========================= */
.dr1055footer .footer-navigation ul,
.dr1055footer .footer-city-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.dr1055footer .footer-navigation li,
.dr1055footer .footer-city-links li {
	list-style: none;
}

.dr1055footer .footer-navigation a,
.dr1055footer .footer-city-links a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	font-weight: 500;
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.05);
	transition: all 0.3s ease;
}

.dr1055footer .footer-navigation a::before,
.dr1055footer .footer-city-links a::before {
	content: "↗";
	font-size: 12px;
	color: #7ef9ff;
	flex-shrink: 0;
}

.dr1055footer .footer-navigation a:hover,
.dr1055footer .footer-city-links a:hover {
	color: #7ef9ff;
	background: rgba(0, 255, 213, 0.08);
	border-color: rgba(0, 255, 213, 0.14);
	transform: translateX(4px);
}

/* =========================
   CONTACT INFO
========================= */
.dr1055footer .footer-contact {
	font-style: normal;
	display: grid;
	gap: 14px;
	margin-bottom: 20px;
}

.dr1055footer .footer-contact p {
	margin: 0;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
}

.dr1055footer .footer-contact i {
	width: 18px;
	flex-shrink: 0;
	margin-top: 2px;
	color: #7ef9ff;
}

.dr1055footer .footer-contact a {
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	word-break: break-word;
	transition: color 0.3s ease;
}

.dr1055footer .footer-contact a:hover {
	color: #7ef9ff;
}

/* =========================
   SOCIAL ICONS
========================= */
.dr1055footer .footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dr1055footer .footer-socials a {
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	line-height: 1;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.12),
		rgba(255, 255, 255, 0.05)
	);
	border: 1px solid rgba(255, 255, 255, 0.10);
	box-shadow:
		0 12px 28px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.dr1055footer .footer-socials a i {
	font-size: inherit;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.dr1055footer .footer-socials a:hover {
	transform: translateY(-3px) scale(1.03);
	color: #092532;
	background: linear-gradient(135deg, #7ef9ff, #00ffd5);
	box-shadow: 0 16px 34px rgba(0, 255, 213, 0.20);
}

/* =========================
   QR SECTION
========================= */
.dr1055footer .footer-qr-section {
	margin-bottom: 28px;
}

.dr1055footer .footer-qr-card {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 24px;
	align-items: center;
	padding: 24px;
	border-radius: 28px;
	background: linear-gradient(
		135deg,
		rgba(255, 255, 255, 0.12),
		rgba(255, 255, 255, 0.05)
	);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow:
		0 18px 45px rgba(0, 0, 0, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.dr1055footer .footer-qr-image-wrap {
	width: 180px;
	height: 180px;
	border-radius: 22px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
}

.dr1055footer .footer-qr-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.dr1055footer .footer-qr-content h3 {
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 10px;
	color: #ffffff;
}

.dr1055footer .footer-qr-content p {
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.84);
	margin-bottom: 16px;
}

.dr1055footer .footer-qr-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 18px;
	border-radius: 14px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	color: #092532;
	background: linear-gradient(135deg, #ffd36a, #ffb347, #ffdb8a);
	box-shadow: 0 14px 28px rgba(255, 179, 71, 0.18);
	transition: all 0.3s ease;
}

.dr1055footer .footer-qr-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(255, 179, 71, 0.24);
}

/* =========================
   BOTTOM BAR
========================= */
.dr1055footer .footer-bottom-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dr1055footer .copyright,
.dr1055footer .powered-by {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.68);
}

.dr1055footer .powered-by a {
	color: #7ef9ff;
	text-decoration: none;
	font-weight: 700;
}

.dr1055footer .powered-by a:hover {
	text-decoration: underline;
}

/* =========================
   ANIMATIONS
========================= */
@keyframes dr1055FooterFloat {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	100% {
		transform: translate3d(0, -12px, 0) scale(1.03);
	}
}

@keyframes dr1055GlowMove1 {
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(24px, 18px) scale(1.08);
	}
}

@keyframes dr1055GlowMove2 {
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(-22px, -14px) scale(1.06);
	}
}

/* =========================
   RESPONSIVE - LARGE TABLET
========================= */
@media (max-width: 1100px) {
	.dr1055footer {
		padding: 80px 18px 32px;
	}

	.dr1055footer .footer-top-grid {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}

	.dr1055footer .footer-card {
		padding: 22px 18px;
		border-radius: 22px;
	}

	.dr1055footer .footer-logo-wrap {
		width: 88px;
		height: 88px;
		border-radius: 22px;
	}

	.dr1055footer .footer-brand h2 {
		font-size: 26px;
	}

	.dr1055footer .footer-description {
		font-size: 14px;
		line-height: 1.75;
	}

	.dr1055footer .footer-heading {
		font-size: 17px;
		margin-bottom: 16px;
	}

	.dr1055footer .footer-navigation a,
	.dr1055footer .footer-city-links a {
		font-size: 13px;
		padding: 9px 10px;
	}

	.dr1055footer .footer-contact p {
		font-size: 13px;
		gap: 10px;
	}

	.dr1055footer .footer-socials a {
		width: 42px;
		height: 42px;
		font-size: 16px;
		border-radius: 12px;
	}

	.dr1055footer .footer-qr-card {
		grid-template-columns: 150px 1fr;
		gap: 18px;
		padding: 20px;
		border-radius: 24px;
	}

	.dr1055footer .footer-qr-image-wrap {
		width: 150px;
		height: 150px;
		border-radius: 18px;
	}

	.dr1055footer .footer-qr-content h3 {
		font-size: 22px;
	}

	.dr1055footer .footer-qr-content p {
		font-size: 14px;
		line-height: 1.7;
	}
}

/* =========================
   RESPONSIVE - TABLET / MOBILE
========================= */
@media (max-width: 768px) {
	.dr1055footer {
		padding: 64px 14px 24px;
		background-attachment: scroll;
	}

	.dr1055footer .footer-glow-1 {
		width: 180px;
		height: 180px;
		top: 20px;
		left: -60px;
		filter: blur(55px);
	}

	.dr1055footer .footer-glow-2 {
		width: 220px;
		height: 220px;
		right: -70px;
		bottom: 0;
		filter: blur(60px);
	}

	.dr1055footer .footer-top-grid {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 20px;
	}

	.dr1055footer .footer-card {
		padding: 18px 14px;
		border-radius: 18px;
	}

	.dr1055footer .footer-card:hover {
		transform: none;
	}

	.dr1055footer .footer-card::before {
		display: none;
	}

	/* BRAND */
	.dr1055footer .footer-logo-wrap {
		width: 76px;
		height: 76px;
		border-radius: 18px;
		margin-bottom: 12px;
	}

	.dr1055footer .footer-brand h2 {
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.dr1055footer .footer-description {
		font-size: 13px;
		line-height: 1.7;
		margin-bottom: 14px;
	}

	.dr1055footer .footer-main-site a {
		width: 100%;
		justify-content: center;
		padding: 11px 14px;
		font-size: 12px;
		border-radius: 12px;
	}

	.dr1055footer .footer-main-site a:hover {
		transform: none;
	}

	/* HEADINGS */
	.dr1055footer .footer-heading {
		font-size: 16px;
		margin-bottom: 12px;
		padding-bottom: 8px;
	}

	.dr1055footer .footer-heading::after {
		width: 44px;
		height: 2px;
	}

	/* NAV LINKS */
	.dr1055footer .footer-navigation ul,
	.dr1055footer .footer-city-links ul {
		gap: 8px;
	}

	.dr1055footer .footer-navigation a,
	.dr1055footer .footer-city-links a {
		width: 100%;
		font-size: 12px;
		padding: 10px 11px;
		border-radius: 10px;
		line-height: 1.4;
	}

	.dr1055footer .footer-navigation a:hover,
	.dr1055footer .footer-city-links a:hover {
		transform: none;
	}

	/* CONTACT */
	.dr1055footer .footer-contact {
		gap: 10px;
		margin-bottom: 16px;
	}

	.dr1055footer .footer-contact p {
		font-size: 12px;
		gap: 10px;
		line-height: 1.55;
	}

	.dr1055footer .footer-contact i {
		width: 16px;
		font-size: 13px;
		margin-top: 1px;
	}

	/* SOCIAL */
	.dr1055footer .footer-socials {
		gap: 8px;
		justify-content: flex-start;
	}

	.dr1055footer .footer-socials a {
		width: 38px;
		height: 38px;
		font-size: 14px;
		border-radius: 10px;
	}

	.dr1055footer .footer-socials a:hover {
		transform: none;
	}

	/* QR SECTION */
	.dr1055footer .footer-qr-section {
		margin-bottom: 18px;
	}

	.dr1055footer .footer-qr-card {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 14px;
		padding: 16px 14px;
		border-radius: 18px;
	}

	.dr1055footer .footer-qr-image-wrap {
		width: 112px;
		height: 112px;
		margin: 0 auto;
		border-radius: 14px;
		padding: 8px;
	}

	.dr1055footer .footer-qr-content h3 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.dr1055footer .footer-qr-content p {
		font-size: 13px;
		line-height: 1.65;
		margin-bottom: 12px;
	}

	.dr1055footer .footer-qr-btn {
		width: 100%;
		justify-content: center;
		padding: 11px 14px;
		font-size: 12px;
		border-radius: 12px;
	}

	.dr1055footer .footer-qr-btn:hover {
		transform: none;
	}

	/* BOTTOM BAR */
	.dr1055footer .footer-bottom-bar {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 6px;
		padding-top: 14px;
	}

	.dr1055footer .copyright,
	.dr1055footer .powered-by {
		font-size: 11px;
		line-height: 1.6;
	}
}

/* =========================
   RESPONSIVE - SMALL MOBILE
========================= */
@media (max-width: 480px) {
	.dr1055footer {
		padding: 54px 12px 20px;
	}

	.dr1055footer .footer-top-grid {
		gap: 12px;
		margin-bottom: 16px;
	}

	.dr1055footer .footer-card {
		padding: 16px 12px;
		border-radius: 16px;
	}

	.dr1055footer .footer-logo-wrap {
		width: 68px;
		height: 68px;
		border-radius: 16px;
		margin-bottom: 10px;
	}

	.dr1055footer .footer-brand h2 {
		font-size: 19px;
	}

	.dr1055footer .footer-description {
		font-size: 12px;
		line-height: 1.65;
		margin-bottom: 12px;
	}

	.dr1055footer .footer-main-site a {
		padding: 10px 12px;
		font-size: 11px;
		border-radius: 10px;
	}

	.dr1055footer .footer-heading {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.dr1055footer .footer-navigation ul,
	.dr1055footer .footer-city-links ul {
		gap: 7px;
	}

	.dr1055footer .footer-navigation a,
	.dr1055footer .footer-city-links a {
		font-size: 11px;
		padding: 9px 10px;
		border-radius: 9px;
	}

	.dr1055footer .footer-contact {
		gap: 8px;
		margin-bottom: 14px;
	}

	.dr1055footer .footer-contact p {
		font-size: 11px;
		gap: 8px;
		line-height: 1.5;
	}

	.dr1055footer .footer-contact i {
		width: 14px;
		font-size: 12px;
	}

	.dr1055footer .footer-socials {
		gap: 7px;
	}

	.dr1055footer .footer-socials a {
		width: 34px;
		height: 34px;
		font-size: 13px;
		border-radius: 9px;
	}

	.dr1055footer .footer-qr-section {
		margin-bottom: 14px;
	}

	.dr1055footer .footer-qr-card {
		padding: 14px 12px;
		border-radius: 16px;
		gap: 12px;
	}

	.dr1055footer .footer-qr-image-wrap {
		width: 96px;
		height: 96px;
		border-radius: 12px;
		padding: 6px;
	}

	.dr1055footer .footer-qr-content h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.dr1055footer .footer-qr-content p {
		font-size: 12px;
		line-height: 1.55;
		margin-bottom: 10px;
	}

	.dr1055footer .footer-qr-btn {
		padding: 10px 12px;
		font-size: 11px;
		border-radius: 10px;
	}

	.dr1055footer .footer-bottom-bar {
		padding-top: 12px;
		gap: 5px;
	}

	.dr1055footer .copyright,
	.dr1055footer .powered-by {
		font-size: 10px;
		line-height: 1.5;
	}
}

/* =========================
   RESPONSIVE - VERY SMALL MOBILE
========================= */
@media (max-width: 360px) {
	.dr1055footer {
		padding: 48px 10px 18px;
	}

	.dr1055footer .footer-card {
		padding: 14px 10px;
		border-radius: 14px;
	}

	.dr1055footer .footer-logo-wrap {
		width: 60px;
		height: 60px;
		border-radius: 14px;
	}

	.dr1055footer .footer-brand h2 {
		font-size: 17px;
	}

	.dr1055footer .footer-description {
		font-size: 11px;
	}

	.dr1055footer .footer-heading {
		font-size: 14px;
	}

	.dr1055footer .footer-navigation a,
	.dr1055footer .footer-city-links a {
		font-size: 10px;
		padding: 8px 9px;
	}

	.dr1055footer .footer-contact p {
		font-size: 10px;
	}

	.dr1055footer .footer-socials a {
		width: 30px;
		height: 30px;
		font-size: 11px;
		border-radius: 8px;
	}

	.dr1055footer .footer-qr-image-wrap {
		width: 84px;
		height: 84px;
		border-radius: 10px;
	}

	.dr1055footer .footer-qr-content h3 {
		font-size: 14px;
	}

	.dr1055footer .footer-qr-content p {
		font-size: 11px;
	}

	.dr1055footer .footer-qr-btn {
		font-size: 10px;
		padding: 9px 10px;
	}

	.dr1055footer .copyright,
	.dr1055footer .powered-by {
		font-size: 9px;
	}
}
/* =========================
   DESKTOP FIX - POWERED BY LEFT
========================= */
@media (min-width: 769px) {

	.dr1055footer .footer-bottom-bar {
		display: flex;
		align-items: center;
		justify-content: flex-start; /* move items to left */
		gap: 18px;
		flex-wrap: wrap;
		padding-top: 18px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		text-align: left;
	}

	.dr1055footer .copyright,
	.dr1055footer .powered-by {
		margin: 0;
		font-size: 13px;
		line-height: 1.7;
		color: rgba(255, 255, 255, 0.68);
	}

	.dr1055footer .powered-by {
		margin-left: 0;
	}
}