@font-face {font-family: 'Poppins';font-style: normal;font-weight: 400;font-display: swap; src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;}
@font-face {font-family: 'Poppins';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face {font-family: 'Poppins';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}html,body {font-size:16px;font-family: "alex", sans-serif;}a:link {text-decoration:none;}.banner {max-width:100%; height: 350px; object-fit: cover;}.plugin {margin-top:8px;margin-bottom:8px;padding:8px;}
@font-face {font-family: 'fette'; src: url('https://solothurner-tagblatt.ch/FetteKanzlei.ttf') format('truetype');}
@font-face {font-family: 'alex'; src: url('https://solothurner-tagblatt.ch/Alex.ttf') format('truetype');}

/* Header Top Section */
.header-top {
	position: sticky;
	top: 0;
	z-index: 1020;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e0e0e0;
}

.btn-header-top {
	background-color: #e20000;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 6px 16px;
	font-size: 10px;
	font-weight: 400;
	transition: background-color 0.2s;
}

.btn-header-top:hover {
	background-color: #e20000;
	color: #e0e0e0;
}

.header-logo {
	color: #2a2a2a;
	font-size: 0px;
	font-weight: 600;
	text-decoration: none;
}

.header-logo:hover {
	color: #1a1a1a;
	text-decoration: none;
}

.header-link {
	color: #2a2a2a;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
}

.header-link:hover {
	color: #1a1a1a;
	text-decoration: none;
}

/* Gtranslate Widget Styling */
.gtranslate_wrapper {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	background: #fff;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* Gtranslate widget customization */
.gtranslate_wrapper * {
	vertical-align: middle;
	top: 118px !important;
}

/* Bottom Navigation Section */
.navbar-nav-bottom {
	position: sticky;
	top: 110px;
	z-index: 1010;
	background-color: #e20000;
	border-top: 1px solid #d0d0d0;
	padding: 0;
}

.navbar-nav-bottom .navbar-nav {
	flex-direction: row;
	gap: 0;
}

.navbar-nav-bottom .nav-link {
	color: #fff;
	font-size: 14px;
	padding: 12px 20px;
	text-decoration: none;
	transition: background-color 0.2s;
	display: flex;
	align-items: center;
}

.navbar-nav-bottom .nav-link:hover {
	background-color: #d8d8d8;
	color: #1a1a1a;
}

.navbar-nav-bottom .nav-link.active {
	background-color: #d0d0d0;
	color: #1a1a1a;
	font-weight: 500;
}

.navbar-nav-bottom .navbar-toggler {
	border-color: #fff;
}

.navbar-nav-bottom .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2842, 42, 42, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Latest Posts Section */
.latest-posts-section {
	margin-bottom: 3rem;
}

.section-title {
	font-size: 2.2rem;
	font-weight: 400;
	color: #2a2a2a;
	margin: 0;
	font-family: fette;
}

.latest-post-card {
	display: block;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: transform 0.2s, box-shadow 0.2s;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

.latest-post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	text-decoration: none;
	color: inherit;
}

.latest-post-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: #f0f0f0;
}

.latest-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.latest-post-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.latest-post-content {
	padding: 16px;
}

.latest-post-title {
	font-size: 1.2rem;
  	font-weight: 400;
  	color: #575757 !important;
  	margin: 0 0 14px 0;
  	line-height: 1.2;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
}

.latest-post-subtitle {
	font-size: 1.3rem;
	font-weight: 600;
	color: #2a2a2a;
	margin: 0 0 8px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.latest-post-description {
	font-size: 0.9rem;
	color: #666;
	margin: 0 0 8px 0;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.latest-post-meta {
	font-size: 0.85rem;
	color: #999;
}

/* Category Carousel Section */
.category-section {
	margin-bottom: 3rem;
}

.category-title {
	font-size: 2.2rem;
	font-weight: 400;
	color: #2a2a2a;
	margin: 0;
	font-family: fette;
}

/* Category Page Styles */
.category-header {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #e0e0e0;
}

.category-header .category-title {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

.category-description {
	font-size: 1rem;
	color: #666;
	margin: 0;
}

.category-posts {
	margin-bottom: 2rem;
}

.category-post-card {
	display: block;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: transform 0.2s, box-shadow 0.2s;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

.category-post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	text-decoration: none;
	color: inherit;
}

.category-post-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: #f0f0f0;
}

.category-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.category-post-content {
	padding: 16px;
}

.post-title-wrapper {
	margin-bottom: 8px;
}

/* Post Page Title and Subtitle */
article .post-title-wrapper {
	margin-bottom: 16px;
}

article .post-title {
	margin-bottom: 8px;
}

article .post-subtitle {
	font-size: 1.5rem;
	font-weight: 400;
	color: #666;
	line-height: 1.5;
	margin: 0 0 16px 0;
}

.category-post-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #2a2a2a;
	margin: 0 0 4px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.category-post-subtitle {
	font-size: 0.95rem;
	font-weight: 400;
	color: #666;
	margin: 0 0 8px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.category-post-description {
	font-size: 0.9rem;
	color: #666;
	margin: 0 0 8px 0;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.category-post-meta {
	font-size: 0.85rem;
	color: #999;
}

.btn-view-more {
	background-color: #e20000;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 8px 20px;
	font-size: 14px;
	text-decoration: none;
	transition: background-color 0.2s;
}

.btn-view-more:hover {
	background-color: #e20000;
	color: #fff;
	text-decoration: none;
}

/* Carousel Wrapper */
/* Carousel Wrapper */
.carousel-wrapper {
	position: relative;
	overflow: hidden;
	margin: 2px 0 20px 0;
	padding: 20px 90px 30px 15px;
	background: #e20000;
	border-radius: 6px;
}
.fuss {	
	width: 100%;
  	max-width: 270px;
  	height: auto;
  	padding: 1rem 0;
  	margin-left: -0.4rem;
}
.hea{
	width: 100%;
  	max-width: 530px;
	min-width: 116px;
	margin: auto;
}
.carousel-container {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin; /* Firefox */
	scrollbar-color: #f4f4f4 #333;
}

.carousel-container::-webkit-scrollbar {
	height: 6px;
}

.carousel-container::-webkit-scrollbar-track {
	background: #333;
}

.carousel-container::-webkit-scrollbar-thumb {
	background: #f4f4f4;
	border-radius: 4px;
}

.carousel-track {
	display: flex;
	gap: 20px;
	padding: 10px 0;
	align-items: stretch;
}

.carousel-item {
	flex: 0 0 260px;
	max-width: 218px;
	display: flex;
	align-items: stretch;
	margin-right: 10px;
}

.carousel-card {
	display: flex;
	flex-direction: column;
	background: transparent;
	border-radius: 0;
	overflow: hidden;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
	min-height: 240px;
}

.carousel-card:hover {
	text-decoration: none;
	color: #ffffff;
}

.carousel-image {
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.carousel-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-content {
	padding: 12px 4px 0 4px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.carousel-title {
	font-size: 0.95rem;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.carousel-subtitle {
	font-size: 0.85rem;
	font-weight: 400;
	color: #e0e0e0;
	margin: 0 0 6px 0;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.carousel-description {
	font-size: 0.9rem;
	color: #f1f1f1;
	margin: 0 0 6px 0;
	line-height: 1.4;
}

.carousel-meta {
	font-size: 0.8rem;
	color: #d0d0d0;
	margin-top: 10px;
}

/* Carousel Navigation Buttons */
.carousel-btn {
	position: absolute;
	bottom: 10px;
	background: transparent;
	border: none;
	width: 28px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
}

.carousel-btn-prev {
	right: 48px;
}

.carousel-btn-next {
	right: 16px;
}

.carousel-btn svg {
	color: #ffffff;
}

/* Bottom Posts */
.bottom-posts {
	margin-top: 30px;
}

.bottom-post-card {
	display: block;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: transform 0.2s, box-shadow 0.2s;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

.bottom-post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	text-decoration: none;
	color: inherit;
}

.bottom-post-image {
	width: 100%;
	height: 180px;
	overflow: hidden;
	background: #f0f0f0;
}

.bottom-post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Video previews should behave like images */
.carousel-video,
.bottom-post-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Video thumbnail wrapper with play button overlay */
.video-thumb {
	position: relative;
	overflow: hidden;
}

.video-play-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.video-play-icon {
	display: inline-block;
	margin-left: 2px; /* slightly center the triangle */
}

/* Hide play button when hovering the video thumbnail */
.video-thumb:hover .video-play-overlay {
	opacity: 0;
}

/* Full post video */
.post-cover-video-wrapper {
	margin-bottom: 1.5rem;
}

.post-cover-video {
	width: 100%;
	max-height: 540px;
	object-fit: contain;
	border-radius: 6px;
	background: #000;
	display: block;
}

.bottom-post-content {
	padding: 16px;
}

.bottom-post-title {
	font-size: 1rem;
	font-weight: 600;
	color: #2a2a2a;
	margin: 0 0 4px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bottom-post-subtitle {
	font-size: 0.9rem;
	font-weight: 400;
	color: #666;
	margin: 0 0 8px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bottom-post-meta {
	font-size: 0.85rem;
	color: #999;
}

.custom-footer .container-fluid{
background: #e20000;
}

/* Responsive Design */
@media (max-width: 1200px) {
	.carousel-item {
		flex: 0 0 calc(16.666% - 16.66px); /* 6 items visible */
		min-width: 240px;
	}
}

@media (max-width: 992px) {
	.carousel-item {
		flex: 0 0 calc(25% - 15px); /* 4 items visible */
		min-width: 220px;
	}
}

@media (max-width: 768px) {
	.carousel-item {
		flex: 0 0 calc(33.333% - 13.33px); /* 3 items visible */
		min-width: 200px;
	}
	
	.category-title {
		font-size: 1.5rem;
	}
	
	.category-header .category-title {
		font-size: 1.75rem;
	}
	
	.btn-view-more {
		padding: 6px 16px;
		font-size: 13px;
	}
	
	.category-post-image {
		height: 180px;
	}
}

@media (max-width: 576px) {
	.carousel-item {
		flex: 0 0 calc(50% - 10px); /* 2 items visible */
		min-width: 180px;
	}
	
	.carousel-btn {
		width: 35px;
		height: 35px;
	}
	
	.carousel-btn-prev {
		left: 5px;
	}
	
	.carousel-btn-next {
		right: 5px;
	}
	
	.category-header .category-title {
		font-size: 1.5rem;
	}
	
	.category-posts .col-md-6 {
		margin-bottom: 1.5rem;
	}
	
	.category-post-image {
		height: 160px;
	}
}

/* Comments Section */
.comments-section {
	border-top: 2px solid #e0e0e0;
	margin-top: 2rem;
	padding-top: 2rem;
}

.comments-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #2a2a2a;
	margin-bottom: 1.5rem;
}

.comments-container {
	background: #f9f9f9;
	border-radius: 8px;
	padding: 20px;
	min-height: 200px;
}

/* Disqus styling */
#disqus_thread {
	margin-top: 20px;
}

/* Responsive comments */
@media (max-width: 768px) {
	.comments-section {
		padding: 1rem;
		margin-top: 1.5rem;
	}
	
	.comments-title {
		font-size: 1.25rem;
	}
	
	.comments-container {
		padding: 15px;
	}
}

/* Main Layout - Sidebars */
.main-layout {
	margin: 0;
}

.col-sidebar {
	flex: 0 0 16.666667%; /* 1/6 width */
	max-width: 16.666667%;
	padding: 1rem;
	position: sticky;
	top: 128px;
	align-self: flex-start;
	height: fit-content;
	max-height: calc(100vh - 144px);
	overflow-y: auto;
}

.col-sidebar-left {
	padding-right: 1rem;
}

.col-sidebar-right {
	padding-left: 1rem;
}

.col-main-content {
	flex: 0 0 66.666667%; /* 4/6 width */
	max-width: 66.666667%;
	padding: 0 1rem;
}

/* Sidebar Widget Styles */
.sidebar-widget {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	margin-bottom: 1.5rem;
}

.widget-header {
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #e0e0e0;
}

.widget-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #2a2a2a;
	margin: 0;
	text-transform: uppercase;
  	text-align: center;
}

.widget-content {
	width: 100%;
}

/* Weather Widget Styles */
.weather-container {
	min-height: 150px;
}

.weather-placeholder,
.weather-info,
.weather-error {
	padding: 1rem;
	text-align: center;
}

.weather-temp {
	font-size: 2rem;
	font-weight: 700;
	color: #2a2a2a;
	margin: 0.5rem 0;
}

.weather-desc {
	font-size: 0.9rem;
	color: #666;
	text-transform: capitalize;
	margin: 0.5rem 0;
}

.weather-city {
	font-size: 0.85rem;
	color: #999;
	margin: 0.5rem 0;
}

.weather-details {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-top: 1rem;
	font-size: 0.8rem;
	color: #666;
}

.weather-error {
	color: #999;
	font-size: 0.9rem;
}

.weather-loading {
	padding: 1rem;
	text-align: center;
	color: #999;
}

.weather-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 0.5rem;
	display: block;
}

.weather-icon-emoji {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 0.5rem;
	line-height: 1;
}

.weather-info {
	padding: 1rem;
	text-align: center;
}

/* WeatherWidget.io iframe styling */
.weather-container iframe {
	border: none;
	width: 100%;
	display: block;
}

.weatherwidget-io {
	display: block;
	text-decoration: none;
	color: transparent;
	width: 100%;
	min-height: 150px;
}

/* Ads Widget Styles */
.ad-container {
	width: 100%;
	text-align: center;
}

/* Left Sidebar Ad - Center vertically */
.col-sidebar-left .ad-container-left {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(80vh - 18rem);
}

/* Right Sidebar Ad - Shorter height */
.ad-container-right {
	max-height: 400px;
	overflow: hidden;
}

.ad-container-right .adsbygoogle {
	max-height: 400px !important;
	overflow: hidden;
}

/* Placeholder styling (shown when no ad code is added) */
.ad-placeholder {
	background: #f5f5f5;
	border: 1px dashed #d0d0d0;
	border-radius: 4px;
	padding: 1rem;
	text-align: center;
}

.ad-label {
	font-size: 0.75rem;
	color: #999;
	text-transform: uppercase;
	margin: 0 0 0.5rem 0;
}

.ad-box {
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fafafa;
	border-radius: 4px;
}

.ad-text {
	font-size: 0.9rem;
	color: #ccc;
	margin: 0;
	text-align: center;
	line-height: 1.6;
}

/* Actual ad code styling (Google AdSense, etc.) */
.ad-container ins,
.ad-container .adsbygoogle {
	display: block;
	width: 100%;
	min-height: 250px;
	margin: 0 auto;
}

.ad-container script {
	display: none;
}

/* Responsive ad images */
.ad-container img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* Responsive: Below 1500px - Remove left sidebar, keep right sidebar */
@media (max-width: 1500px) {
	.col-sidebar-left {
		display: none;
	}
	
	.col-main-content {
		flex: 0 0 83.333333%; /* 5/6 width when left sidebar is hidden */
		max-width: 83.333333%;
	}
	
	.col-sidebar-right {
		flex: 0 0 16.666667%; /* 1/6 width */
		max-width: 16.666667%;
	}

}

/* Responsive: Below 1100px - Remove right sidebar too */
@media (max-width: 1100px) {
	.col-sidebar-right {
		display: none;
	}
	
	.col-main-content {
		flex: 0 0 100%; /* Full width when both sidebars are hidden */
		max-width: 100%;
	}
	.w-100 {
  		width: 100% !important;
  		max-width: 550px;
	}
	.navbar-nav-bottom .nav-link.active {
  		background-color: transparent;
  		color: #fff;
  		font-weight: 500;
	}
	.navbar-nav-bottom .nav-link:hover {
  		background-color: transparent;
  		color: #fff !important;
	}
	.navbar-nav-bottom .nav-link {
  		color: #fff;
  		font-size: 10px;
		padding: 10px 8px;
	}
	.dropdown-menu.show {
  		display: block;
  		background: #0677c6;
	}
	.dropdown-item {
  		font-size: 10px;
	}
	.dropdown-menu {
		--bs-dropdown-min-width: 5rem;
	}
	.gtranslate_wrapper * {
  		vertical-align: middle;
  		top: 100px !important;}
	}
	.hea {
  		width: 100%;
  		min-width: 100px;
	}

/* Custom Footer Styles */
.custom-footer {
	background-color: #f5f5f5;
	padding: 60px 0px 40px;
	color: #2a2a2a;
	font-family: "alex", sans-serif;
}
.footer-content {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-left {
	margin-bottom: 40px;
}

.footer-logo {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.2;
}

.footer-address {
	margin-bottom: 30px;
}

.address-label {
	font-size: 0.95rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.address-text {
	font-size: 0.9rem;
	color: #fff;
	line-height: 1.6;
}

.footer-social {
	margin-bottom: 30px;
}

.social-label {
	font-size: 0.95rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}

.social-icons {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 2px;
	transition: opacity 0.2s;
}

.social-icon:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
}

.social-icon svg {
	width: 18px;
	height: 18px;
}

.footer-copyright {
	font-size: 0.85rem;
	color: #fff;
	margin-top: 20px;
}

.footer-right {
	padding-left: 40px;
}

.footer-services {
	margin-bottom: 30px;
}

.services-heading {
	font-size: 0.95rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 4rem;
}

.services-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.services-list li {
	margin-bottom: 10px;
}

.services-list li a {
	font-size: 0.9rem;
	color: #fff;
	text-decoration: none;
	transition: color 0.2s;
}

.services-list li a:hover {
	color: #1a1a1a;
	text-decoration: none;
}

@media (max-width: 991px) {
	.footer-right {
		padding-left: 0;
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.custom-footer {
		padding: 40px 20px 30px;
	}
	
	.footer-logo {
		font-size: 1.5rem;
	}
	
	.footer-services {
		margin-bottom: 40px;
	}
	.navbar-nav-bottom {
  		position: sticky;
  		top: 98px;
	}
}

.footer-link {
	color: #fff;
	text-decoration: none;
}

.footer-link:hover {
	color: #fff;
	text-decoration: underline;
}

/* Privacy Policy Page Styles */
.privacy-policy-content {
	line-height: 1.8;
	color: #2a2a2a;
}

.privacy-policy-content h2 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #2a2a2a;
}

.privacy-policy-content h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
	color: #2a2a2a;
}

.privacy-policy-content p {
	margin-bottom: 1rem;
}

.privacy-policy-content ul,
.privacy-policy-content ol {
	margin-bottom: 1rem;
	padding-left: 2rem;
}

.privacy-policy-content li {
	margin-bottom: 0.5rem;
}

.privacy-policy-updated {
	border-top: 1px solid #e0e0e0;
	padding-top: 1rem;
}