/* =========================
   HEADER MAIN CONTAINER
========================= */
.dr1055header {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 9999;
	padding: 14px 28px;
	background: rgba(10, 24, 35, 0.78);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	transition: all 0.3s ease;
}

.dr1055header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
	pointer-events: none;
}

/* =========================
   HEADER CONTAINER LAYOUT
========================= */
.dr1055header .container {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	gap: 16px;
	flex-wrap: nowrap;
}

/* =========================
   BRAND SECTION
========================= */
.dr1055header .brand {
	flex: 0 1 auto;
	min-width: 0;
	max-width: 520px;
}

.dr1055header .brand-link {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 18px;
	position: relative;
	z-index: 3;
	min-width: 0;
}

/* EXTRA BIG PREMIUM LOGO */
.dr1055header .brand-logo-wrap {
	width: 92px;
	height: 92px;
	border-radius: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.14),
		rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22), inset 0 1px 0
		rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	overflow: hidden;
	flex-shrink: 0;
}

.dr1055header .brand-logo {
	width: 100%;
	height: 100%;
	object-fit: contain; /* change to cover if logo still looks small */
	display: block;
	padding: 2px;
}

.dr1055header .brand-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.dr1055header .logo {
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0.4px;
	line-height: 1.1;
	color: #ffffff;
	margin: 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dr1055header .tagline {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: rgba(255, 255, 255, 0.72);
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* =========================
   RIGHT SIDE WRAPPER
========================= */
.dr1055header .header-right {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1;
	justify-content: flex-end;
	min-width: 0;
}

/* =========================
   DESKTOP NAVIGATION
========================= */
.dr1055header .main-navigation {
	display: flex;
	align-items: center;
	flex-shrink: 1;
	min-width: 0;
}

.dr1055header .main-navigation ul {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: nowrap;
}

.dr1055header .main-navigation li {
	list-style: none;
}

.dr1055header .main-navigation a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2px;
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
	padding: 8px 2px;
	transition: color 0.3s ease, transform 0.3s ease;
	white-space: nowrap;
}

.dr1055header .main-navigation a:hover {
	color: #7ef9ff;
	transform: translateY(-1px);
}

.dr1055header .main-navigation a[aria-current="page"] {
	color: #7ef9ff;
}

.dr1055header .main-navigation a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, #00ffd5, #6be8ff);
	box-shadow: 0 0 12px rgba(0, 255, 213, 0.45);
	transition: width 0.35s ease;
}

.dr1055header .main-navigation a:hover::after, .dr1055header .main-navigation a[aria-current="page"]::after
	{
	width: 100%;
}

/* =========================
   DESKTOP QUICK ACTIONS
========================= */
.dr1055header .header-quick-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.dr1055header .quick-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2px;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18), inset 0 1px 0
		rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.dr1055header .quick-action::before {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	transform: skewX(-25deg);
	transition: left 0.6s ease;
}

.dr1055header .quick-action:hover::before {
	left: 150%;
}

.dr1055header .quick-action:hover {
	transform: translateY(-2px);
}

.dr1055header .qa-icon, .dr1055header .qa-text {
	position: relative;
	z-index: 2;
}

.dr1055header .call-btn {
	background: linear-gradient(135deg, #ffd36a, #ffb347, #ffdb8a);
	color: #1d2b36;
	box-shadow: 0 12px 28px rgba(255, 179, 71, 0.28), inset 0 1px 0
		rgba(255, 255, 255, 0.35);
}

.dr1055header .call-btn:hover {
	box-shadow: 0 16px 34px rgba(255, 179, 71, 0.35), inset 0 1px 0
		rgba(255, 255, 255, 0.45);
}

.dr1055header .whatsapp-btn {
	background: linear-gradient(135deg, #00c98d, #00e5a8, #49ffd0);
	color: #062b22;
	box-shadow: 0 12px 28px rgba(0, 201, 141, 0.28), inset 0 1px 0
		rgba(255, 255, 255, 0.35);
}

.dr1055header .whatsapp-btn:hover {
	box-shadow: 0 16px 34px rgba(0, 201, 141, 0.35), inset 0 1px 0
		rgba(255, 255, 255, 0.45);
}

/* =========================
   HAMBURGER BUTTON (HIDDEN DESKTOP)
========================= */
.dr1055header .menu-toggle {
	display: none;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	cursor: pointer;
	position: relative;
	z-index: 10002;
	padding: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 6px;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.20), inset 0 1px 0
		rgba(255, 255, 255, 0.18);
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.dr1055header .menu-toggle:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28), inset 0 1px 0
		rgba(255, 255, 255, 0.24);
}

.dr1055header .menu-toggle span {
	display: block;
	width: 22px;
	height: 2.5px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ffffff, #c8faff);
	transition: all 0.35s ease;
	box-shadow: 0 0 8px rgba(126, 249, 255, 0.2);
}

.dr1055header .menu-toggle.active span:nth-child(1) {
	transform: translateY(8.5px) rotate(45deg);
}

.dr1055header .menu-toggle.active span:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}

.dr1055header .menu-toggle.active span:nth-child(3) {
	transform: translateY(-8.5px) rotate(-45deg);
}

.dr1055header .mobile-only-action {
	display: none;
}

/* =========================
   LARGE TABLET / SMALL DESKTOP
========================= */
@media ( max-width : 1100px) {
	.dr1055header {
		padding: 12px 18px;
	}
	.dr1055header .container {
		gap: 12px;
	}
	.dr1055header .brand {
		max-width: 460px;
	}
	.dr1055header .brand-logo-wrap {
		width: 78px;
		height: 78px;
		border-radius: 20px;
	}
	.dr1055header .logo {
		font-size: 25px;
	}
	.dr1055header .tagline {
		font-size: 11px;
	}
	.dr1055header .main-navigation ul {
		gap: 14px;
	}
	.dr1055header .main-navigation a {
		font-size: 13px;
	}
	.dr1055header .header-quick-actions {
		gap: 8px;
	}
	.dr1055header .quick-action {
		padding: 9px 12px;
		font-size: 11px;
	}
	.dr1055header .qa-text {
		display: none;
	}
	.dr1055header .quick-action {
		width: 42px;
		height: 42px;
		padding: 0;
		border-radius: 12px;
	}
}

/* =========================
   MOBILE / TABLET MENU MODE
========================= */
@media ( max-width : 768px) {
	.dr1055header {
		padding: 12px 14px;
	}
	.dr1055header .container {
		gap: 10px;
	}
	.dr1055header .brand {
		flex: 1;
		max-width: none;
	}
	.dr1055header .brand-link {
		gap: 14px;
	}
	.dr1055header .brand-logo-wrap {
		width: 68px;
		height: 68px;
		border-radius: 18px;
	}
	.dr1055header .logo {
		font-size: 22px;
	}
	.dr1055header .tagline {
		font-size: 10px;
		margin-top: 2px;
		max-width: 190px;
		white-space: normal;
		line-height: 1.3;
	}
	.dr1055header .header-quick-actions {
		display: none;
	}
	.dr1055header .menu-toggle {
		display: inline-flex;
		width: 48px;
		height: 48px;
		border-radius: 14px;
	}
	.dr1055header .menu-toggle span {
		width: 20px;
	}
	.dr1055header .main-navigation {
		position: absolute;
		top: calc(100% + 12px);
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-12px) scale(0.98);
		transform-origin: top center;
		transition: all 0.35s ease;
		pointer-events: none;
		z-index: 10001;
	}
	.dr1055header .main-navigation.active {
		opacity: 1;
		visibility: visible;
		transform: translateY(0) scale(1);
		pointer-events: auto;
	}
	.dr1055header .main-navigation ul {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		padding: 16px;
		border-radius: 22px;
		background: rgba(8, 26, 39, 0.88);
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
		border: 1px solid rgba(255, 255, 255, 0.10);
		box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28), inset 0 1px 0
			rgba(255, 255, 255, 0.08);
		position: relative;
		overflow: hidden;
	}
	.dr1055header .main-navigation ul::before {
		content: "";
		position: absolute;
		top: -20%;
		left: -20%;
		width: 140%;
		height: 60%;
		background: linear-gradient(135deg, rgba(255, 255, 255, 0.14),
			rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
		pointer-events: none;
	}
	.dr1055header .main-navigation li {
		width: 100%;
	}
	.dr1055header .main-navigation a {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 14px 16px;
		border-radius: 14px;
		font-size: 15px;
		font-weight: 600;
		background: rgba(255, 255, 255, 0.04);
		border: 1px solid rgba(255, 255, 255, 0.06);
		color: rgba(255, 255, 255, 0.92);
		transition: all 0.3s ease;
	}
	.dr1055header .main-navigation a::after {
		display: none;
	}
	.dr1055header .main-navigation a:hover, .dr1055header .main-navigation a[aria-current="page"]
		{
		background: linear-gradient(135deg, rgba(0, 255, 213, 0.12),
			rgba(107, 232, 255, 0.08));
		border-color: rgba(0, 255, 213, 0.20);
		color: #7ef9ff;
		transform: translateX(4px);
		box-shadow: 0 8px 18px rgba(0, 255, 213, 0.08);
	}
	.dr1055header .mobile-only-action {
		display: block;
	}
	.dr1055header .mobile-call-link, .dr1055header .mobile-whatsapp-link {
		font-weight: 700 !important;
		justify-content: center !important;
		text-align: center;
	}
	.dr1055header .mobile-call-link {
		background: linear-gradient(135deg, #ffd36a, #ffb347, #ffdb8a)
			!important;
		color: #1d2b36 !important;
		border-color: rgba(255, 179, 71, 0.20) !important;
	}
	.dr1055header .mobile-whatsapp-link {
		background: linear-gradient(135deg, #00c98d, #00e5a8, #49ffd0)
			!important;
		color: #062b22 !important;
		border-color: rgba(0, 201, 141, 0.20) !important;
	}
}

/* =========================
   SMALL MOBILE
========================= */
@media ( max-width : 480px) {
	.dr1055header {
		padding: 10px 12px;
	}
	.dr1055header .brand-logo-wrap {
		width: 60px;
		height: 60px;
		border-radius: 16px;
	}
	.dr1055header .logo {
		font-size: 19px;
	}
	.dr1055header .tagline {
		font-size: 9px;
		max-width: 160px;
	}
	.dr1055header .menu-toggle {
		width: 44px;
		height: 44px;
		border-radius: 12px;
	}
	.dr1055header .menu-toggle span {
		width: 18px;
	}
	.dr1055header .main-navigation ul {
		padding: 14px;
		border-radius: 18px;
	}
	.dr1055header .main-navigation a {
		padding: 12px 14px;
		font-size: 14px;
	}
}

/* =========================
   VERY SMALL DEVICES
========================= */
@media ( max-width : 360px) {
	.dr1055header .brand-logo-wrap {
		width: 52px;
		height: 52px;
		border-radius: 14px;
	}
	.dr1055header .logo {
		font-size: 16px;
	}
	.dr1055header .tagline {
		font-size: 7px;
		max-width: 135px;
	}
	.dr1055header .menu-toggle {
		width: 40px;
		height: 40px;
	}
	.dr1055header .menu-toggle span {
		width: 16px;
	}
}

/* FIX LOGO TITLE ELLIPSIS ON MOBILE */
@media (max-width:768px){

	.dr1055header .logo{
		white-space: normal;   /* allow wrap */
		overflow: visible;     
		text-overflow: clip;   
	}

}