/* Print CSS */

body {
	background: #fff !important;
	color: #000 !important;
	font-size: 12pt !important;
	line-height: 1.4 !important;
}

a::after {
	content: " (" attr(href) ")";
	font-size: 10pt;
	color: #000;
}

a[href^="#"]::after,
a[href^="javascript:"]::after {
	content: "";
}

img {
	max-width: 100% !important;
	height: auto !important;
}

table {
	border-collapse: collapse !important;
	width: 100% !important;
}

table,
th,
td {
	border: 1px solid #000 !important;
}

th,
td {
	padding: 6px !important;
	text-align: left !important;
}

/* Reset buttons & interactive elements */
button,
.btn,
.toggleMenu,
.menuIcon {
	display: none !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000 !important;
	page-break-after: avoid;
}

/* Page break rules */
.page-break {
	page-break-before: always;
}

.avoid-break {
	page-break-inside: avoid;
}
}


.mainNav {
	border: 1px solid red;
	height: auto;
	width: 100%;
}

/* Reset Swiper container */
.swiper,
.swiper-wrapper {
	overflow: visible !important;
	height: auto !important;
	display: block !important;
	transform: none !important;
}

/* Show all slides stacked */
.swiper-slide {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	float: none !important;
	page-break-inside: avoid;
	margin-bottom: 15px;
}

/* Hide swiper navigation & pagination */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination,
.swiper-scrollbar {
	display: none !important;
}

/* Show all tab panels */
.resTab .tabContent {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
}

/* Hide tab navigation (not useful in print) */
.resTab .tabNav,
.resTab .r-tabs-accordion-title {
	display: none !important;
}

/* Optional: spacing between tab contents */
.resTab .tabContent {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	/* or remove if you don’t want */
	padding: 10px;
	page-break-inside: avoid;
}

/* Show all nav items and submenus */
#nav,
#nav ul,
#nav li,
#nav li ul,
#nav li li ul {
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
}

body #nav ul {
	display: none !important;
}

/* Reset link styles for print readability */
#nav li a {
	display: block !important;
	color: #000 !important;
	background: transparent !important;
	padding: 4px 10px !important;
	font-size: 12pt !important;
	text-decoration: none !important;
}

/* Indent submenus for hierarchy */
#nav li ul li a {
	padding-left: 20px !important;
}

#nav li ul li ul li a {
	padding-left: 40px !important;
}

#nav li ul li ul li ul li a {
	padding-left: 60px !important;
}

/* Hide toggle/hamburger icons in print */
.toggleMenu,
.menuIcon {
	display: none !important;
}

.headerTop .col-6:nth-child(2) {
	flex: 0 0 auto;
	width: 100%;
}

.headerTop .swiper {
	margin: 50px 0 0 0;
}

.headerTop .swiper-slide {
	display: inline-block !important;
	width: 33% !important;
	height: auto !important;
	float: left !important;
	page-break-inside: avoid;
	margin-bottom: 15px;
}

.mediaBoxCont {
	padding: 20px;
	min-height: auto !Important;
	height: auto !important;
}

.mediaBoxCont iframe {
	display: none;
}