figure {
    margin: 0 0 0 !important;
}

@media (min-width: 600px) {
	.header_wrap_mobile {display:none;}
	.breadcrumb_mobile {display:none;}
	.mobile_view {display:none;}
}

@media (max-width: 600px) {
	.header_wrap_new {display:none;}
	.desktop_view {display:none;}
}

b, strong {
    font-weight: 600 !important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .term-description h1, .term-description h2, .term-description h3, .term-description h4, .term-description h5, .term-description h6 {
    text-align: -webkit-auto !important;
	font-weight: 600 !important;
}

.entry-content h1, .term-description h1 { font-size: 28px; !important}
.entry-content h2, .term-description h2 { font-size: 26px; !important}
.entry-content h3, .term-description h3 { font-size: 22px; !important}
.entry-content h4, .term-description h4 { font-size: 20px; !important}
.entry-content h5, .term-description h5 { font-size: 18px; !important}
.entry-content h6, .term-description h6 { font-size: 16px; !important}

div.swiper {
    margin: 0px 0px !important;
}

h2.site-logo a.text-body {
    color: var(--color_logo_header) !important;
}

/*
.site-nav .menu > li > a {
    font-size: 18px !important;
    font-weight: 500 !important;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    padding: 0.5rem 1.25rem !important;
    color: #fff !important;
} */

#masthead {
    margin-top: 0px !important;
}

.site-logo {
    margin-left: .5rem !important;
}

.site-nav {
    font-size: 21px !important;
    font-weight: 500 !important;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    color: #fff !important;
	background-color: #3949AB !important;
}

.site-nav li > a {
    color: #fff !important;
	padding: 8px 20px !important;
}

.site-nav li:hover > a {
	color: #dde1e9 !important;
	background: transparent !important;
}

.site-nav .menu > li.current-menu-item > a {
    color: #dde1e9 !important;
    background-color: transparent !important;
}

@media (max-width: 991px) {
    .site-nav .menu > li {
        border-bottom: 0px solid transparent !important;
    }
}

header {
	padding: 5px !important;
}


  table {
    border-collapse: collapse;
    width: 100%;
  }

  th, td {
    border: 1px solid #dee2e6; /* simple border */
    padding: 5px;
  }

.accordion-more-info .toggler {
  color: black;
  background-color: rgba(0,0,0,.05);
    font-weight: bold !important;
  font-family: 'Roboto', sans-serif;
}

/* Shared Image Style */
.gallery_image_top .swiper-slide img,
.gallery_image_bottom .swiper-slide img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 320px;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	transition: transform 0.3s ease;
	transform-origin: center;
}

.gallery_image_top .swiper-slide img:hover,
.gallery_image_bottom .swiper-slide img:hover {
	transform: scale(1.02);
}

/* Slide Centering */
.gallery_image_bottom .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
}

/* Navigation Buttons */
.gallery_image_top .swiper-button-next,
.gallery_image_top .swiper-button-prev,
.gallery_image_bottom .swiper-button-next,
.gallery_image_bottom .swiper-button-prev {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
	top: 50%;
	transform: translateY(-50%);
}

.gallery_image_top .swiper-button-next:hover,
.gallery_image_top .swiper-button-prev:hover,
.gallery_image_bottom .swiper-button-next:hover,
.gallery_image_bottom .swiper-button-prev:hover {
	background: #e9ecef;
	box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

.gallery_image_top .swiper-button-next,
.gallery_image_bottom .swiper-button-next {
	right: 10px;
}

.gallery_image_top .swiper-button-prev,
.gallery_image_bottom .swiper-button-prev {
	left: 10px;
}

/* Remove default Swiper arrows */
.gallery_image_top .swiper-button-next::after,
.gallery_image_top .swiper-button-prev::after,
.gallery_image_bottom .swiper-button-next::after,
.gallery_image_bottom .swiper-button-prev::after {
	display: none !important;
	content: none !important;
}

/* SVG Arrows */
.gallery_image_top .swiper-button-next svg,
.gallery_image_top .swiper-button-prev svg,
.gallery_image_bottom .swiper-button-next svg,
.gallery_image_bottom .swiper-button-prev svg {
	width: 20px;
	height: 20px;
	stroke: #222;
}

.swiper-button-next, .swiper-button-prev {color: #00000000 !important;}