.dark-mode {
	--headingColor: white;
}

.text-primary-sgnp {
	--bs-text-opacity: 1;
	color: rgb(0 106 57) !important;
	z-index: 1;
}

.contact-bg {
	background-image: url(../images/sanjay-gandhi-national-park.webp);
	background-size: cover !important;
	background-position: center !important;
	padding-top: 250px;
}

.about-bg {
	background-image: url(../images/sanjay-gandhi-national-park.webp);
	background-size: cover !important;
	background-position: center !important;
	padding-top: 250px;
}

.tungareshwar-bg {
	background-image: url(../images/tungareshwar/entery-gate.jpg);
	background-size: cover !important;
	background-position: center !important;
	padding-top: 250px;
}

.aarey-bg {
	background-image: url(../images/aarey-forest/aarey-banner.jpg);
	background-size: cover !important;
	background-position: center !important;
	background-attachment: fixed;
	padding-top: 250px;
}

.sgnp-bg {
	background-image: url(../images/sanjay-gandhi-national-park/sanjay_gandhi_national_park_banner.jpg);
	background-size: cover !important;
	background-position: top !important;
	background-attachment: fixed;
	padding-top: 250px;
}

.our-team-bg {
	background-image: url(../images/officer/our-team.png);
	background-size: cover !important;
	background-position: top !important;
	background-attachment: fixed;
	padding-top: 250px;
}

.flora-bg {
	background-image: url(../images/bio-diversity/flora/bread-crum.jpg);
	background-size: cover !important;
	background-position: center !important;
	padding-top: 250px;
}

.research-project-bg {
	background-image: url(../images/bio-diversity/research-projects/banner.jpg);
	background-size: cover !important;
	background-position: center !important;
	padding-top: 250px;
}

.bg-primary-newsletter {
	--bs-bg-opacity: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 0px -100px;
	background-image: url(https://img.freepik.com/premium-vector/green-pine-forest-landscape-silhouette-vector-illustration_8589-414.jpg?ga=GA1.1.2070623575.1747128073&semt=ais_hybrid&w=740);
}

.resources-bg {
	background-image: url(../images/bio-diversity/resources/bannar.jpg);
	background-size: cover !important;
	background-position: center !important;
	padding-top: 250px;
}

.nature-trails-bg {
	background-image: url(../images/nature_trails/nature-trails-bannar.jpg);
	background-size: cover !important;
	background-position: center !important;
	padding-top: 250px;
}

.accommodation-bg {
	background-image: url(../images/accommodation/accommodation_bannar1.jpg);
	background-size: cover !important;
	background-position: bottom !important;
	padding-top: 250px;
}

.sidemap-bg {
	background-image: url(../images/banner/site-map.jpg);
}

.living-with-leopards-bg {
	background-image: url(../images/living-with-leopards/banner.jpg);
	background-size: cover !important;
	background-position: top !important;
	background-attachment: fixed;
	padding-top: 250px;
}

.dos-and-donts-bg {
	background-image: url(../images/dos-and-dont/bannar.jpg);
	background-size: cover !important;
	background-position: top !important;
	padding-top: 250px;
}

.tourist-attractions-bg {
	background-image: url(../images/tourist-attractions/caption.jpg);
	background-size: cover !important;
	background-position: center !important;
	padding-top: 250px;
}

.sgnp-events-bg {
	background-image: url(../images/events/events-bannar.jpg);
	background-size: cover !important;
	background-position: center !important;
	padding-top: 250px;
}

.sgnp-photo-bg {
	background-image: url(../images/photo/bannar.jpg);
	background-size: cover !important;
	background-position: center !important;
	padding-top: 250px;
}

.sgnp-video-bg {
	background-image: url(../images/video-bannar.jpg);
	background-size: cover !important;
	background-position: left !important;
	padding-top: 250px;
}

.rts-act-bg {
	background-image: url(../images/rts-act-bannar.jpg);
	background-size: cover !important;
	background-position: center !important;
	padding-top: 250px;
}

.tender-bg {
	background-image: url(../images/tenders/tender-bannar.jpg);
	background-size: cover !important;
	background-position: top !important;
	padding-top: 250px;
}

.sgnp-rti {
	background-image: url(../images/rigth-to-inormation.jpg);
	background-size: cover !important;
	background-position: bottom !important;
	padding-top: 250px;
}

.help-bg {
	background-image: url(../images/banner/sgnp-help.jpg);
}

.sgnp-events-bg {
	background-image: url(../images/events/events-bannar.jpg);
	background-size: cover !important;
	background-position: center !important;
	padding-top: 250px;
}

/* Dim overlay */
.bg-cover::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	/* Adjust opacity as needed */
	z-index: -1;
}

.bg-cover-test::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.65); */
	background: rgb(0 0 0);
	z-index: 0;
}

.bg-cover-test2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 0;
}

.custom-iframe {
	width: 100%;
	height: 70vh;
}

/* .hom-top:before {
	content: '';
	position: fixed;
	top: 150px;
	left: 0;
	width: 188px;
	height: 188px;
	background: url(../images/icon/leaf-left.png) no-repeat;
	background-size: 300px;
	background-position: -78px -70px;
	z-index: 0;
}

.hom-top:after {
	content: '';
	position: fixed;
	bottom: -500px;
	right: 0;
	width: 123px;
	height: 300px;
	background: url(../images/icon/leaf-right.png) no-repeat;
	background-size: 121px;
	background-position: center right;
	z-index: 0;
} */

/* mobile frame  */
.mobile-frame1 {
	width: 360px;
	height: 550px;
	margin: auto;
	border: 12px solid #222;
	border-radius: 36px;
	padding: 10px;
	background: #000;
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); */
	position: relative;
}

.mobile-frame1::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 6px;
	background: #555;
	border-radius: 10px;
	z-index: 2;
}

.mobile-frame1::after {
	content: "";
	position: absolute;
	width: 40%;
	box-shadow: rgb(0 0 0) 1px 0px 8px;
	max-width: 51px;
	height: 50px;
	background: url(../images/sgnp-logo-bg.png) no-repeat center center;
	background-size: contain;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 2;
}

.notch-bar {
	height: 30px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
	border-bottom: 1px solid #222;
	z-index: 2;
}

.notch-bar img {
	height: 20px;
	object-fit: contain;
}

.iframe-container {
	flex: 1;
	overflow: hidden;
}

.custom-iframe {
	/* width: 100%;
						height: 100%; */
	border: none;
}

@media screen and (max-width: 400px) {
	.mobile-frame1 {
		max-width: 100%;
		border-width: 12px;
		border-radius: 24px;
	}

	.notch-bar img {
		height: 16px;
	}

	.mobile-frame1::after {
		height: 40px;
		width: 40px;
	}
}

/* ---------------------- Contact page card css ----------------------- */

.contact-card {
	justify-content: center;
}

.custom-hover-nature {
	position: relative;
	overflow: hidden;
	border: 2px dashed #ccc;
	background-color: #fff;
	box-shadow: rgb(60 64 67 / 11%) 0px 2px 1px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	transition: background-color 0.5s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.custom-hover-nature::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/forest-trees-transparent-green-leaf-frame-png.png');
	/* replace with your preferred nature image */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0px -100px;
	z-index: 0;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.custom-hover-nature:hover::before {
	opacity: 0;
}

/* Card content should be above the image layer */
.custom-hover-nature>* {
	position: relative;
	z-index: 1;
}

.custom-hover-nature:hover {
	/* background-color: #e6f7ff; */
	/* soft blue or your brand color */
	transform: translateY(-6px);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.custom-hover-nature .crds-icons {
	transition: transform 0.3s ease, color 0.3s ease;
}

.custom-hover-nature:hover .crds-icons {
	color: #007bff;
	transform: scale(1.2) rotate(5deg);
}

.card-hover-effect {
	box-shadow: rgb(60 64 67 / 11%) 0px 2px 1px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card-hover-effect:hover {
	transform: translateY(-6px);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	border-color: #007bff;
}

.card-hover-effect .crds-icons {
	transition: transform 0.3s ease, color 0.3s ease;
}

.card-hover-effect:hover .crds-icons {
	transform: scale(1.2) rotate(5deg);
	color: #007bff;
}

/* Above Footer Gov logo */

/* Department Logos Section */
.imp-dep {
	text-align: center;
	margin-top: 15px;
	transition: transform 0.3s ease;
}

.imp-dep:hover {
	transform: translateY(-5px) scale(1.05);
}

.imp-dep img {
	display: block;
	margin: 0 auto 10px;
	height: 100px;
	transition: transform 0.3s ease, filter 0.3s ease;
	/* filter: grayscale(40%) brightness(0.9); */
}

.imp-dep:hover img {
	transform: scale(1.1);
	filter: grayscale(0%) brightness(1.1);
}

.imp-dep a {
	display: block;
	color: #f8f9fa;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
}

.imp-dep a:hover {
	color: #006a39;
}

/* Footer Bottom Links */
.bottomLink {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px auto;
	gap: 10px;
}

.bottomLink li {
	padding: 0 10px;
	border-right: 1px dotted #ccc;
	transition: transform 0.2s ease, color 0.3s ease;
}

.bottomLink li:last-child {
	border-right: none;
}

.bottomLink li a {
	text-decoration: none;
	font-weight: 500;
	transition: color 0.3s ease;
}

.bottomLink li a:hover {
	color: #006a39;
	/* text-decoration: underline; */
}

.bottomLink li:hover {
	transform: translateY(-2px);
}

.gov-logo {
	padding: 0px 0px 10px 0px;
}

/* loader css  */

/* Professional Loader Wrapper */
#sgnp-loader-wrapper.sgnp-loader-theme {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f5f9f5 0%, #e0f0e1 100%);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s;
	overflow: hidden;
}

.sgnp-loader-container {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	max-width: 90%;
	width: 280px;
}

/* Leaf Animations */
.sgnp-nature-elements {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 0;
}

.sgnp-leaf {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
	animation-timing-function: ease-in-out;
}

.sgnp-leaf-1 {
	width: 28px;
	height: 28px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%232e7d32" d="M90 30Q70 10 50 0Q30 20 10 40Q0 50 10 60Q30 80 50 100Q70 80 90 60Q100 50 90 30Z"/></svg>');
	top: 15%;
	left: 10%;
	animation: sgnp-leaf-fall 14s infinite 0s;
}

.sgnp-leaf-2 {
	width: 22px;
	height: 22px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%234caf50" d="M80 30Q65 15 50 0Q35 15 20 30Q15 35 20 40Q35 55 50 70Q65 55 80 40Q85 35 80 30Z"/></svg>');
	top: 5%;
	left: 80%;
	animation: sgnp-leaf-fall 12s infinite 2s;
}

.sgnp-leaf-3 {
	width: 18px;
	height: 18px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%2381c784" d="M70 20Q60 10 50 0Q40 10 30 20Q25 25 30 30Q40 40 50 50Q60 40 70 30Q75 25 70 20Z"/></svg>');
	top: 20%;
	left: 85%;
	animation: sgnp-leaf-fall 16s infinite 1s;
}

/* .sgnp-leaf-4 {
			width: 24px;
			height: 24px;
			background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%232e7d32" d="M90 30Q70 10 50 0Q30 10 10 30Q0 50 10 70Q30 90 50 100Q70 90 90 70Q100 50 90 30Z"/></svg>');
			top: 80%;
			left: 15%;
			animation: sgnp-leaf-fall 15s infinite 0.5s reverse;
		} */

@keyframes sgnp-leaf-fall {
	0% {
		transform: translate(0, 0) rotate(0deg);
		opacity: 0;
	}

	10% {
		opacity: 0.8;
	}

	90% {
		opacity: 0.8;
	}

	100% {
		transform: translate(50px, 100px) rotate(120deg);
		opacity: 0;
	}
}

/* Logo Animation */
.sgnp-loader-logo {
	width: 120px;
	height: auto;
	position: relative;
	z-index: 1;
	animation:
		sgnp-logo-pulse 1.6s infinite ease-in-out,
		sgnp-logo-float 3.2s ease-in-out infinite;
	filter: drop-shadow(0 3px 6px rgba(46, 125, 50, 0.15));
}

/* Progress Bar */
.sgnp-loader-progress {
	width: 100%;
	height: 4px;
	background-color: #e0f0e1;
	border-radius: 2px;
	margin: 20px 0 15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.sgnp-progress-fill {
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #2e7d32, #4caf50);
	border-radius: 2px;
	animation: sgnp-progress-load 2.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Text Animation */
.sgnp-loader-message {
	margin-top: 12px;
	color: #2e7d32;
	font-size: 0.95rem;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 1;
	height: 1.6em;
	display: flex;
	justify-content: center;
	font-family: 'Segoe UI', Roboto, -apple-system, sans-serif;
	font-weight: 500;
	overflow: hidden;
}

.sgnp-message-part {
	display: inline-block;
	opacity: 0;
	transform: translateY(15px);
	margin: 0 2px;
}

.sgnp-message-part:nth-child(1) {
	animation: sgnp-text-fade 0.4s ease-out 0.2s forwards;
}

.sgnp-message-part:nth-child(2) {
	animation: sgnp-text-fade 0.4s ease-out 0.4s forwards;
}

.sgnp-message-part:nth-child(3) {
	animation: sgnp-text-fade 0.4s ease-out 0.6s forwards;
}

.sgnp-message-part:nth-child(4) {
	animation: sgnp-text-fade 0.4s ease-out 0.8s forwards;
}

/* Keyframes */
@keyframes sgnp-logo-pulse {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}
}

@keyframes sgnp-logo-float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-6px);
	}
}

@keyframes sgnp-progress-load {
	0% {
		width: 0;
	}

	30% {
		width: 30%;
	}

	60% {
		width: 70%;
	}

	100% {
		width: 100%;
	}
}

@keyframes sgnp-text-fade {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Hide Loader */
.sgnp-loaded #sgnp-loader-wrapper {
	opacity: 0;
	visibility: hidden;
}

/* Responsive Adjustments */
@media (max-width: 480px) {
	.sgnp-loader-container {
		padding: 15px;
		width: 240px;
	}

	.sgnp-loader-message {
		font-size: 0.85rem;
		flex-wrap: wrap;
		height: auto;
		text-align: center;
		display: none;
	}

	.sgnp-message-part {
		display: block;
		width: 100%;
		text-align: center;
		margin: 1px 0;
	}

	.sgnp-loader-progress {
		margin: 15px 0 10px;
	}

	.sgnp-loader-logo {
		width: 100px;
	}

	.sgnp-leaf {
		width: 20px !important;
		height: 20px !important;
	}
}

/* Main Content Transition */
#main-content {
	display: none;
}

.sgnp-loaded #main-content {
	display: block;
	animation: sgnp-content-fade 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes sgnp-content-fade {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.section-spacing {
	/* padding-top: 80px !important; */
	margin: 0px !important;
}

.card {
	border-radius: 12px;
	height: auto;
	padding: 8px;
	background: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.card-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.social-media-card {
	overflow-y: scroll;
	scroll-behavior: smooth;
	height: 400px;
}

iframe {
	width: 100%;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
}

.card-title {
	display: flex;
	justify-content: center;
	font-size: 19px;
	font-family: Poppins, sans-serif;
	text-transform: capitalize;
	color: black;
	text-align: center;
}

.social-media-card {
	overflow-y: scroll;
	scroll-behavior: smooth;
	height: 400px;
}

.detial-blog-img img {
	border-radius: 10px;
}

/* research table css */

.research-table-container {
	/* font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; */
	width: 100%;
	max-width: 1400px;
	/* Increased max-width */
	margin: 2rem auto;
	padding: 0 1rem;
}

.research-table {
	background: white;
	border-radius: 10px;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.table-header {
	display: grid;
	grid-template-columns: 50px 220px minmax(300px, 1fr) 240px;
	/* Increased duration column */
	background: #2a4365;
	color: white;
	padding: 1rem 1.5rem;
}

.duration-header {
	padding-left: 1rem;
	/* Added padding for duration header */
}

.table-row {
	display: grid;
	grid-template-columns: 50px 220px minmax(300px, 1fr) 240px;
	/* Matching increased width */
	padding: 1.25rem 1.5rem;
}

.duration-cell {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 1rem;
	/* Added left padding */
}

.duration-period {
	font-weight: 500;
	margin-bottom: 0.5rem;
	font-size: 0.95rem;
}

.duration-details {
	display: flex;
	gap: 1rem;
}

.duration-length {
	font-size: 0.85rem;
	color: #4a5568;
	background: #f0f4f8;
	padding: 0.25rem 0.75rem;
	border-radius: 12px;
}

.duration-status {
	font-size: 0.85rem;
	font-weight: 500;
	color: #ffffff;
	background: #2c6a24b8;
	padding: 0.25rem 0.75rem;
	border-radius: 12px;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
	border-radius: 20px;
	border: solid 2px #006a3952;
}


/* Nature Trails  */
:root {
	--primary-color: #2e7d32;
	--secondary-color: #81c784;
	--accent-color: #ffab00;
	--dark-green: #1b5e20;
	--light-bg: #f5f5f5;
	--text-dark: #333;
	--text-light: #666;
	--card-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	--hover-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.park-header {
	position: relative;
	height: 60vh;
	min-height: 440px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
	overflow: hidden;
	margin-bottom: 60px;
}

.park-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
	z-index: 1;
}

.park-header video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.header-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	padding: 0 20px;
	animation: fadeInUp 1s ease-out;
}

.park-title {
	color: #fff;
	font-size: 3.1rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.park-subtitle {
	font-size: 1.5rem;
	margin-bottom: 30px;
	color: #fff;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.explore-btn {
	display: inline-block;
	background-color: #43906d;
	color: #ffffff;
	padding: 12px 30px;
	border-radius: 50px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.explore-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
	background-color: #ffc107;
}

.intro-section {
	max-width: 800px;
	margin: 0 auto 60px;
	text-align: center;
	position: relative;
}

/* 
.intro-section::after {
	content: '';
	display: block;
	width: 100px;
	height: 4px;
	background: var(--accent-color);
	margin: 30px auto;
} */

.intro-title {
	font-size: 2.5rem;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.intro-text {
	font-size: 1.0rem;
	line-height: 1.8;
	text-align: justify;
	color: var(--text-dark);
}

.inner-intor-text li {
	font-size: 1.0rem;
	line-height: 1.8;
	text-align: justify;
	color: var(--text-dark);
}

.inner-intor-text li {
	position: relative;
	padding-left: 25px;
	list-style: none;
}

.inner-intor-text li::before {
	content: "✓";
	/* Unicode checkmark */
	font-weight: bold;
	color: #0d954d;
	position: absolute;
	left: 0;
	top: 0;
}


.trails-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 30px;
	margin-bottom: 80px;
}

.trail-card {
	background: white;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: var(--card-shadow);
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	position: relative;
}

.trail-card:hover {
	transform: translateY(-10px);
	box-shadow: var(--hover-shadow);
}

.trail-image-container {
	height: 250px;
	overflow: hidden;
	position: relative;
}

.trail-image-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	z-index: 1;
}

.trail-image-overlay h3 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: white;
	font-size: 1.8rem;
	z-index: 2;
	margin: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.trail-image-overlay p {
	position: absolute;
	bottom: 5px;
	left: 19px;
	color: #ffffffa8;
	font-size: 12px;
	z-index: 2;
	margin: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.trail-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s ease;
}

.trail-card:hover .trail-image {
	transform: scale(1.1);
}

.trail-content {
	padding: 25px;
}

.trail-description {
	margin-bottom: 20px;
	color: var(--text-light);
	line-height: 1.7;
}

.trail-features {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.feature-tag {
	background: var(--light-bg);
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 0.8rem;
	color: var(--text-dark);
}

.view-trail-btn {
	display: inline-block;
	color: var(--primary-color);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 2px;
	transition: all 0.3s ease;
}

.view-trail-btn:hover {
	color: var(--dark-green);
	border-color: var(--dark-green);
}

.gallery-section {
	margin: 80px 0;
}

.section-title {
	text-align: center;
	font-size: 2.5rem;
	color: var(--primary-color);
	margin-bottom: 50px;
	position: relative;
}

.section-title::after {
	content: '';
	display: block;
	width: 80px;
	height: 4px;
	background: var(--accent-color);
	margin: 15px auto;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(4, 200px);
	gap: 15px;
}

.gallery-item {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease;
}

.gallery-item:hover {
	transform: scale(0.98);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s ease;
}

.gallery-item:hover img {
	transform: scale(1.1);
}

.gallery-item:nth-child(1) {
	grid-column: span 6;
	grid-row: span 2;
}

.gallery-item:nth-child(2) {
	grid-column: span 3;
	grid-row: span 1;
}

.gallery-item:nth-child(3) {
	grid-column: span 3;
	grid-row: span 1;
}

.gallery-item:nth-child(4) {
	grid-column: span 3;
	grid-row: span 1;
}

.gallery-item:nth-child(5) {
	grid-column: span 3;
	grid-row: span 1;
}

.gallery-item:nth-child(6) {
	grid-column: span 4;
	grid-row: span 2;
}

.gallery-item:nth-child(7) {
	grid-column: span 4;
	grid-row: span 2;
}

.gallery-item:nth-child(8) {
	grid-column: span 4;
	grid-row: span 2;
}

.contact-section {
	background: linear-gradient(135deg, var(--primary-color), var(--dark-green));
	color: white;
	padding: 60px 0;
	border-radius: 16px;
	margin: 80px 0;
	overflow: hidden;
	position: relative;
}

.contact-section::before {
	content: '';
	position: absolute;
	top: -50px;
	right: -50px;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
}

.contact-section::after {
	content: '';
	position: absolute;
	bottom: -80px;
	left: -80px;
	width: 300px;
	height: 300px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
}

.contact-container {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.contact-title {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 50px;
}

.contact-grid {

	/* display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px; */
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
	gap: 30px;

}

.contact-card {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	/* padding: 30px; */
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-card:hover {
	transform: translateY(-10px);
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.contact-icon {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: var(--accent-color);
}

.contact-card h3 {
	font-size: 1.5rem;
	padding-left: 6px;
	/* margin-bottom: 15px; */
}

.contact-card p {
	opacity: 0.9;
	line-height: 1.6;
}

.stats-section {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin: 60px 0;
}

.stat-card {
	text-align: center;
	padding: 15px 15px;
	background: white;
	border-radius: 12px;
	box-shadow: var(--card-shadow);
	transition: all 0.3s ease;
}

.stat-card:hover {
	transform: translateY(-10px);
	box-shadow: var(--hover-shadow);
}

.stat-card img {
	border-radius: 10px;
	width: 100%;
	height: 28vh;
}

.stat-number {
	font-size: 3rem;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.stat-label {
	color: var(--text-light);
	font-size: 1.1rem;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 992px) {
	.park-title {
		font-size: 3rem;
	}

	.gallery-grid {
		grid-template-rows: repeat(6, 180px);
	}

	.gallery-item:nth-child(1) {
		grid-column: span 6;
		grid-row: span 1;
	}

	.gallery-item:nth-child(6),
	.gallery-item:nth-child(7),
	.gallery-item:nth-child(8) {
		grid-column: span 6;
		grid-row: span 1;
	}
}

@media (max-width: 768px) {
	.park-header {
		height: 60vh;
	}

	.park-title {
		font-size: 2.5rem;
	}

	.park-subtitle {
		font-size: 1.2rem;
	}

	.trails-container {
		grid-template-columns: 1fr;
	}

	.gallery-grid {
		grid-template-rows: repeat(8, 150px);
	}

	.gallery-item:nth-child(n) {
		grid-column: span 12;
		grid-row: span 1;
	}
}

@media (max-width: 576px) {
	.park-header {
		height: 50vh;
	}

	.park-title {
		font-size: 1rem;
		padding-top: 15px;
	}

	.intro-title,
	.section-title,
	.contact-title {
		font-size: 1rem;
		padding-top: 15px;
	}
}

/* Responsive adjustments */
@media (max-width: 1200px) {
	.research-table-container {
		max-width: 100%;
		padding: 0;
	}

	.table-header,
	.table-row {
		grid-template-columns: 40px 180px minmax(200px, 1fr) 200px;
	}
}

@media (max-width: 768px) {
	.table-header {
		display: none;
	}

	.table-row {
		grid-template-columns: 1fr;
		grid-template-areas:
			"number researcher"
			"project project"
			"duration duration";
		gap: 1rem;
		padding: 1.5rem;
	}

	.duration-cell {
		grid-area: duration;
		padding: 0;
		border-top: 1px dashed #e2e8f0;
		padding-top: 1rem;
		margin-top: 0.5rem;
	}

	.duration-details {
		justify-content: space-between;
		margin-top: 0.5rem;
	}
}

/* nature Trails  */
.intro {
	font-size: 1.1rem;
	max-width: 800px;
	margin: 0 auto 30px;
}

.trails-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 30px;
	margin-bottom: 50px;
}

.trail-card {
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: var(--card-shadow);
	transition: all 0.3s ease;
	position: relative;
}

.trail-card:hover {
	transform: translateY(-10px);
	box-shadow: var(--hover-shadow);
}

.trail-image {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.trail-card:hover .trail-image {
	transform: scale(1.05);
}

.trail-content {
	padding: 20px;
}

.trail-title {
	color: var(--primary-color);
	margin-bottom: 15px;
	font-size: 1.5rem;
}

.trail-description {
	margin-bottom: 15px;
	color: #555;
}

.credit {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 0.8rem;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.trail-card:hover .credit {
	opacity: 1;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	margin: 40px 0;
}

.gallery img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 8px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.gallery img:hover {
	transform: scale(1.05);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* 
        .contact-section {
            background-color: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: var(--card-shadow);
            margin-top: 40px;
            animation: slideUp 0.8s ease-out;
        } */

.contact-title {
	color: #ffffff;
	margin-bottom: 20px;
	text-align: center;
}

.contact-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.contact-card {
	flex: 1;
	min-width: 250px;
	background: var(--light-bg);
	padding: 20px;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.contact-card:hover {
	/*background: var(--secondary-color);*/
	background: #fff;
	color: white;
	transform: translateY(-5px);
}

.contact-card i {
	/*font-size: 2rem;*/
	font-size: 1.3rem;
	margin-bottom: 15px;
	color: var(--primary-color);
	transition: ease-in-out 0.2Fs;
}

.contact-card:hover i {
	color: #3a3a3a;
	margin-bottom: 0px;
	font-size: 24px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 768px) {
	.trails-container {
		grid-template-columns: 1fr;
	}

	.gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	h1 {
		font-size: 2rem;
	}
}

@media (max-width: 480px) {
	.gallery {
		grid-template-columns: 1fr;
	}

	.contact-info {
		flex-direction: column;
	}
}

/* dos and donts card css */
/* Card Wrapper */
.event-card-wrapper {
	width: 280px;
	height: 280px;
	perspective: 1000px;
}

/* Main Card Styles */
.event-card {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Card Hover Effects */
.event-card:hover {
	transform: translateY(-10px) rotateX(5deg);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Image Container */
.event-image {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.event-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s ease;
}

/* Overlay Effects */
.event-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
	opacity: 0;
	transition: all 0.5s ease;
	z-index: 2;
}

.event-card:hover .event-overlay {
	opacity: 0.95;
}

.event-card:hover .event-image img {
	transform: scale(1.15) rotate(1deg);
	filter: brightness(0.7);
}

/* Content Styles */
.event-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
	z-index: 3;
	color: white;
}

.event-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	transform: translateY(-20px);
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.event-date {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}

.event-location {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	transform: translateY(20px);
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}

/* Hover States for Content */
.event-card:hover .event-title {
	transform: translateY(0);
	opacity: 1;
	color: #FF7550;
	text-shadow: none;
}

.event-card:hover .event-date,
.event-card:hover .event-location {
	transform: translateY(0);
	opacity: 1;
}

/* Accent Elements */
.event-title span {
	display: inline-block;
	transition: all 0.3s ease;
}

.event-card:hover .event-title span {
	transform: rotate(-1deg);
}

/* Glow Effect */
.event-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: 1;
}

.event-card:hover::after {
	opacity: 1;
}

.event-awareness {
	position: absolute;
	display: flex;
	width: 100%;
	bottom: 70px;
	background-color: rgba(255, 117, 80, 0.85);
	color: white;
	padding: 5px 12px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	z-index: 3;
	text-transform: uppercase;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	pointer-events: none;
	justify-content: center;
}

.event-card:hover .event-awareness {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

/* pdf button  */
.button-group {
	gap: 15px;
}

.btn-pdf,
.btn-view {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}

.btn-pdf {
	background: linear-gradient(135deg, #e74c3c, #c0392b);
	color: white;
}

.btn-view {
	background: linear-gradient(135deg, #3498db, #2980b9);
	color: white;
}

.btn-icon {
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.btn-pdf:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(231, 76, 60, 0.3);
}

.btn-view:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(52, 152, 219, 0.3);
}

.btn-pdf:active,
.btn-view:active {
	transform: translateY(1px);
}

/* Pulse animation on hover */
.btn-pdf:hover:after,
.btn-view:hover:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	animation: pulse 1.5s infinite;
	border-radius: 50px;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

/* Tourist Attractions SideBar  */
.sidebar-header {
	margin-bottom: 20px;
}

.sidebar-title {
	font-weight: 600;
	color: #2c3e50;
	font-size: 1.05rem;
	letter-spacing: 0.3px;
	margin-bottom: 0;
}

.sidebar-divider {
	height: 2px;
	background: linear-gradient(90deg, rgba(46, 204, 113, 0.2) 0%, rgba(46, 204, 113, 1) 50%, rgba(46, 204, 113, 0.2) 100%);
	margin: 15px 0;
	border-radius: 2px;
}

.sidebar-links {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.sidebar-link {
	display: flex;
	align-items: center;
	padding: 8px 10px;
	color: #34495e;
	text-decoration: none;
	border-radius: 8px;
	transition: all 0.3s ease;
	margin-bottom: 5px;
}

.sidebar-link:hover {
	background-color: #f8f9fa;
	color: #2ecc71;
	transform: translateX(5px);
}

.link-icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(46, 204, 113, 0.1);
	border-radius: 50%;
	margin-right: 15px;
	color: #006a39;
	font-size: 0.9rem;
}

.link-text {
	flex-grow: 1;
	font-size: 0.9rem;
	font-weight: 500;
}

.link-arrow {
	color: #bdc3c7;
	font-size: 0.7rem;
	transition: all 0.3s ease;
}

.sidebar-link:hover .link-arrow {
	color: #2ecc71;
	transform: translateX(3px);
}

.sidebar-help {
	margin-bottom: 20px;
}

.help-contact {
	margin-top: 15px;
}

.contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	align-items: baseline;
}

.contact-icon {
	width: 25px;
	color: #7f8c8d;
	font-size: 0.9rem;
}

.contact-text {
	font-size: 0.85rem;
	color: #34495e;
}

.sidebar-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px;
	background-color: #006a39;
	color: white;
	border: none;
	border-radius: 8px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3);
}

.sidebar-button:hover {
	background-color: #27ae60;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(46, 204, 113, 0.4);
	color: white;
}

.button-icon {
	margin-right: 8px;
	font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 992px) {
	.sidebar-container {
		padding: 0;
		margin-bottom: 30px;
	}

	.sidebar-card {
		position: relative;
		top: auto;
	}
}

@media (max-width: 768px) {
	.sidebar-card {
		padding: 20px;
	}
}

/* Alert on css */
.attention-alert {
	position: relative;
	background: linear-gradient(135deg, #FFF9C4 0%, #FFEE58 100%);
	/*border-left: 4px solid #FFA000;*/
	border-radius: 10px;
	width: 35%;
	padding: 18px 20px 18px 70px;
	box-shadow: 0 10px 30px rgba(255, 152, 0, 0.15);
	overflow: hidden;
	transform-style: preserve-3d;
	animation: floatAlert 6s ease-in-out infinite;
}

/* Icon Styles */
.alert-icon {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background: #FFA000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	box-shadow: 0 4px 10px rgba(255, 160, 0, 0.3);
	animation: pulseIcon 2s ease infinite;
}

.alert-icon svg {
	width: 20px;
	height: 20px;
}

/* Content Styles */
.alert-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #5D4037;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.alert-message {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #5D4037;
	margin: 0;
}

.alert-message strong {
	color: #E65100;
	font-weight: 600;
}

.exception {
	display: inline-block;
	background: #E65100;
	color: white;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 0.8rem;
	font-weight: 600;
	margin: 0 5px;
	transform: rotate(-2deg);
}

/* Animated Wave Effect */
.alert-wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #FFA000, #FFC107, #FFA000);
	background-size: 200% 100%;
	animation: waveGradient 3s linear infinite;
}

.custom-dark-gray-btn {
	display: inline-block;
	background-color: #006c3e;
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
}

.custom-dark-gray-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	transition: all 0.4s ease;
	transform: skewX(-20deg);
}

.custom-dark-gray-btn:hover::after {
	left: 100%;
}

.custom-dark-gray-btn:hover {
	background-color: #23272b;
	transform: scale(1.03);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
	color: #fff;
}

/* TV Frame Design  */

.ram-video-1 {
	position: relative;
	max-width: 800px;
	margin: auto;
}

.ram-video-1 .tv-wrap {
	margin: 6% 6% 10%;
	position: relative;
}

.ram-video-1 .tv-ram {
	position: absolute;
	z-index: 1;
	top: -16%;
	left: -11.5%;
	width: 123%;
	height: 142%;
	pointer-events: none;
}

.ram-video-1 .tv-ram img {
	width: 100%;
	height: 100%;
}

.ram-video-1 .tv-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	background: #000;
	overflow: hidden;
}

.ram-video-1 .tv-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.duration-badge {
	font-size: 12px;
	background-color: #000;
	color: #fff;
	padding: 2px 6px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	z-index: 3;
	border-radius: 4px;
}

.video-caption {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	margin-top: 12px;
	color: #333;
}

/* ------------------------------------------------------------------------- */

/* Animations */
@keyframes floatAlert {

	0%,
	100% {
		transform: translateY(0) rotateX(0deg);
	}

	50% {
		transform: translateY(-5px) rotateX(2deg);
	}
}

@keyframes pulseIcon {

	0%,
	100% {
		transform: translateY(-50%) scale(1);
		box-shadow: 0 4px 10px rgba(255, 160, 0, 0.3);
	}

	50% {
		transform: translateY(-50%) scale(1.1);
		box-shadow: 0 6px 15px rgba(255, 160, 0, 0.4);
	}
}

@keyframes waveGradient {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 200% 50%;
	}
}

/* Responsive Design */
@media (max-width: 768px) {
	.attention-alert {
		padding: 15px 15px 15px 60px;
	}

	.alert-icon {
		left: 15px;
		width: 30px;
		height: 30px;
	}

	.alert-title {
		font-size: 1rem;
	}

	.alert-message {
		font-size: 0.9rem;
	}

	.exception {
		display: block;
		margin: 5px 0 0 0;
		transform: rotate(0);
	}
}

/* Logo Slider Styles */
.client-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.logo-slider {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slider-track {
	display: flex;
	align-items: center;
	gap: 30px;
	width: max-content;
	animation: slideLogos 40s linear infinite;
}

.footer-client-group {
	display: flex;
	flex-direction: column;
	gap: 0px;
	/*border: solid 2px #ddd;*/
	padding: 10px;
	border-radius: 10px;
	/*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

.logo-item-bg {
	width: 60px !important;
	padding: 0px 0px !important;
}

.logo-item {
	flex: 0 0 auto;
	width: 200px;
	/* Adjust as needed */
	padding: 10px 20px;
	/* background: #fff; */
	border-radius: 10px;
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, 
              rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-item-bg {
	width: 120px;
}

.logo-item img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.logo-slider:hover .slider-track {
	animation-play-state: paused;
}

@keyframes slideLogos {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-100% / 2));
	}
}

.slider-track.reverse {
	animation: slideLogosReverse 40s linear infinite;
}

@keyframes slideLogosReverse {
	0% {
		transform: translateX(calc(-100% / 2));
	}

	100% {
		transform: translateX(0);
	}
}


/* Responsive adjustments */
@media (max-width: 768px) {
	.logo-item {
		width: 150px;
		padding: 8px 15px;
	}

	.slider-track {
		gap: 20px;
	}
}

/* About nic css  */
.trv-popular-articles-section {
	position: relative;
	overflow: hidden;
}

.trv-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.trv-section-padding {
	padding: 80px 0;
}

.trv-bg-light {
	background-color: #ffffff;
}

.trv-row-align-center {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.trv-heading-col {
	flex: 0 0 100%;
	max-width: 800px;
	text-align: center;
}

.trv-sec-heading-wrap h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	color: #2a2a2a;
}

/* .trv-sec-heading-wrap h2::after {
	content: '';
	position: absolute;
	width: 60%;
	height: 4px;
	background: linear-gradient(90deg, #2a8c4a, #a3e063);
	bottom: -10px;
	left: 20%;
	border-radius: 2px;
} */

.trv-section-subtitle {
	color: #6c757d;
	font-size: 1.2rem;
}

.trv-articles-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.trv-article-col {
	flex: 0 0 calc(33.333% - 30px);
	margin: 0 15px 30px;
}

.trv-article-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.trv-article-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.trv-article-img-wrap {
	position: relative;
	overflow: hidden;
	height: 220px;
}

.trv-article-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.trv-article-card:hover .trv-article-img {
	transform: scale(1.05);
}

.trv-article-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 600;
}

.trv-badge-destination {
	color: #2a8c4a;
}

.trv-badge-tips {
	color: #d35400;
}

.trv-badge-business {
	color: #2980b9;
}

.trv-article-content {
	padding: 25px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.trv-article-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 15px;
	color: #333;
	transition: color 0.3s ease;
}

.trv-article-card:hover .trv-article-title {
	color: #2a8c4a;
}

.trv-article-excerpt {
	color: #666;
	margin-bottom: 20px;
	flex-grow: 1;
}

.trv-article-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.trv-btn {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}

.trv-btn-outline-primary {
	border: 2px solid #2a8c4a;
	color: #2a8c4a;
	background: transparent;
}

.trv-btn-outline-primary:hover {
	background: #2a8c4a;
	color: white;
}

.trv-btn-primary {
	background: #2a8c4a;
	color: white;
	border: 2px solid #2a8c4a;
}

.trv-btn-primary:hover {
	background: #1f6e3a;
	border-color: #1f6e3a;
}

.trv-btn-lg {
	padding: 12px 30px;
	font-size: 1.1rem;
}

.trv-article-stats {
	font-size: 0.9rem;
	color: #888;
}

.trv-icon-eye,
.trv-icon-heart {
	color: #2a8c4a;
	margin-right: 5px;
}

.trv-view-all-wrap {
	margin-top: 40px;
}

.custom-design {
	padding: 0px 5px;
	font-size: 12px;
	border-radius: 30px;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.goog-te-gadget-icon {
	margin-left: 7px !important;
	margin-right: -7px !important;
}

/* Font Awesome icons (would normally be loaded via CDN) */
.trv-fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

@media (max-width: 992px) {
	.trv-article-col {
		flex: 0 0 calc(50% - 30px);
	}
}

@media (max-width: 768px) {
	.trv-article-col {
		flex: 0 0 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.trv-section-padding {
		padding: 60px 0;
	}
}