/*
Tilia -  Elegant Photography Portfolio
Version: 1.0.1
Author: MatchThemes
https://matchthemes.com
*/

/*************************************

	0. FONT & COLOR OPTIONS
 
  	1. MAIN STYLES
	
	2. HEADER
	
	3. HOME
	
	4. PAGES
		
		4.1 PORTFOLIOS
		
		4.2 GALLERY
		
		4.3 TESTIMONIALS
		
	5. BLOG
	
	6. FOOTER
	
	7. OTHER
	
	8. RESPONSIVE MEDIA QUERIES
 
************************************/

/**
* #0. # FONT & COLOR OPTIONS
*
* 
*/

:root {  
	--body-font: Open Sans, sans-serif;
	--body-color: #858585;
	--body-background: #ffffff;   
	--body-font-size: 16px;   
	--body-line-height: 1.7;
	--headings-font: Cormorant, serif;
	--headings-color: #151515; 
	--primary-color: #2B8B47;
	--extra-color1: #acdae2;
	--white-color: #ffffff;
	--black-color: #000000;
	--menu-normal-color: #ffffff;
	--menu-hover-color: #ffffff;
	--submenu-background-color: #ffffff;
	--submenu-normal-color: #0e1219;	
	--submenu-hover-color: #8bb8c1;
	--footer-background-color: #151515;
	--footer-color: #eaeaea;
	--footer-title-color: #ffffff;
	--headings-h1-size: 3.5rem;
	--headings-h2-size: 3rem;
	--headings-h3-size: 2.25rem;
	--headings-h4-size: 2rem;
	--headings-h5-size: 1.5rem;
	--headings-h6-size: 1rem;
}


/**
* #1.# MAIN STYLES
*
* 
*/

/* RESET STYLES */

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

address {
	font-style: italic;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

strong,
b {
	font-weight: bold;
}

em,
cite {
	font-style: italic;
}

cite {
	display: block;
}

strike,
del {
	text-decoration: line-through;
}

sup {
	font-size: 13px;
	position: relative;
	vertical-align: super;
	top: -20px;
}

sub {
	font-size: 13px;
	position: relative;
	vertical-align: baseline;
}

.italic {
	font-style: italic;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

.no-margin {
	margin: 0 !important;
}

.no-bottom {
	margin-bottom: 0;
}

.no-padding {
	padding: 0;
}

.column-clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
}

.sticky {
	position: relative;
}

.wp-caption-text,
.gallery-caption {
	color: #999999;
	font-size: 13px;
	text-align: center;
	margin-top: 25px;
	font-style: italic;
	font-weight: 300;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor .comment-body {
	border-color: 1px solid #fff;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	display: block;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 1em 1.5em;
	font-size: 0.8em;
	line-height: normal;
	color: #21759b;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	text-decoration: none;
	z-index: 100000;
	/* Above WP toolbar */
}

.alignright {
	float: right;
	margin: 5px 0 0 30px;
}

.alignleft {
	float: left;
	margin: 5px 30px 0 0;
}

.aligncenter {
	margin: 30px auto;
	text-align: center;
	display: block;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid #e9e9e9;
}

pre,
code {
	background: #eee;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	font-size: 13px;
}

pre.wp-block-verse{
	font-family: "Courier New", Courier, monospace;
}

pre{
	margin-bottom: 30px;
	overflow: auto;
	padding: 30px;
	white-space: pre-wrap;
}

pre code{
	background: none;
	padding: 0;
}

a code{
	color: #2B8B47;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

html,
body{
	-webkit-overflow-scrolling: touch;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	font-family: Manrope, sans-serif;
	-webkit-text-size-adjust: 100%;
	background: #ffffff;
	color: #3a3a3a;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
	font-weight: 700;
	line-height: 1.2;
}
.h1,
h1 {
 font-size:3.5rem;
}
.h2,
h2 {
 font-size:3rem;
}
.h3,
h3 {
 font-size:2rem;
}
.h4,
h4 {
 font-size:1.75rem;
}
.h5,
h5 {
 font-size:1.5rem;
}
.h6,
h6 {
 font-size:1rem;
}
.lead {
 font-size:1.25rem;
 font-weight:600;
}
.display-1 {
 font-size:5rem;
 font-weight:700;
 }
.display-2 {
 font-size:4.5rem;
 font-weight:700;
 }
.display-3,
.large-title {
 font-size:3.5rem;
 font-weight:700;
 }
.display-4,
.display-4 .elementor-heading-title {
 font-size:3rem;
 font-weight:700;
 }

.display-5 {
 font-size: 2.25rem;
 font-weight:700;
}

.display-6 {
 font-size: 1.75rem;
 font-weight:700;
}


.single-post-content > h1,
.single-post-content > h2,
.single-post-content > h3,
.single-post-content > h4,
.single-post-content > h5,
.single-post-content > h6,
.comment-text > h1,
.comment-text > h2,
.comment-text > h3,
.comment-text > h4,
.comment-text > h5,
.comment-text > h6{
	margin-top: 30px;
	margin-bottom: 20px;
}

.comment-text address{
	margin-bottom: 30px;
}

a,
.pcolor,
.pcolor .elementor-heading-title{
	color: #2B8B47;
	text-decoration: none;
}

.pcolor-bkg{
	background: #2B8B47;
}

p a {
	text-decoration: none;
}

a:hover,
p a:hover {
	color: #2B8B47;
	text-decoration: none;
}

a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

ul,
ol {
	margin: 0 0 15px 30px;
}

ul li,
ol li{
	margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul{
	margin-top: 10px;
	margin-bottom: 0;
}

.img-circle{
	border-radius: 99em;	
}

.list-circle{
	margin: 0 0 30px 0;
}

.list-circle li{
		list-style: none;
		position: relative;
		padding-left: 15px;
}
.list-circle li:before{
		content:'';
		position: absolute;
		left: 0;
		top: 50%;
		width: 5px;
		height: 5px;
		background: #2B8B47;
		border-radius: 99em;
		
		-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

blockquote {
	font-size: 25px;
	font-style: italic;
	line-height: 1.7;
	color: #000000;
	position: relative;
	margin: 30px 0;
	padding-left: 30px;
}

blockquote:before{
	content: "";
	display: inline-block;
	margin-right: 0;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	width: 5px;
	height: 100%;
	background: #2B8B47;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

blockquote cite {
	color: #2B8B47;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-top: 15px;
}

.list-items {
	margin: 0;
	margin-bottom: 30px;
	list-style: none;
}

.list-items li {
	margin-bottom: 5px;
}

.list-items li:last-child{
	margin-bottom: 0;
}

.list-items li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	display: inline-block;
	padding-right: 10px;
	color: #2B8B47;
	font-weight: 700;
	vertical-align: middle;
}

p,
ul,
ol {
	margin-bottom: 30px;
}

/* definition lists */
dl dt {
	margin-bottom: 0;
}

dl dd {
	margin-left: 15px;
	margin-bottom: 30px;
}

/* tables */
table {
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	font-size: 15px;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

table caption {
	margin-bottom: 0;
	text-align: center;
	padding-top: 0;
    padding-bottom: 0;
	caption-side: initial;
}

table th,
table td {
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	text-align: center;
	padding: 15px;
}

aside table th,
.foo-block table th,
aside table td,
.foo-block table td {
	padding: 0;
}

table th {
	font-weight: bold;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

a,
.submit,
.wpcf7-submit,
.white-btn,
.post-password-form input[type="submit"],
.elementor-accordion .elementor-tab-title,
.elementor-toggle .elementor-tab-title,
.elementor-toggle .elementor-tab-title .elementor-toggle-icon,
.read-more-v2:after,
.post-image img,
.post-image:after,
.post-image .list-image,
.wp-block-search__button,
.white-btn:after,
.item-list-image .img-list,
.portfolio-slider-btn-next svg,
.portfolio-slider-btn-prev svg,
.meta-nav a svg,
.testimonial-slider .swiper-pagination-bullet,
.mt-img-scale img,
.portfolio-fs-item .fs-item-bkg{
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.cursor-eye{
	cursor: url(images/cursor-eye.svg), pointer;
}


.container,
.row > *{
	padding-left: 15px;
	padding-right: 15px;
}

.row{
	margin-left: -15px;
	margin-right: -15px;
}

.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}

.g-0 > div[class^="col"] {
  padding-left: 0;
  padding-right: 0;
}

/* Enhanced responsive container behavior */
@media (max-width: 1200px) {
	.container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 768px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.row > * {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 480px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.row > * {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.row {
		margin-left: -8px;
		margin-right: -8px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}



/**
* #2.# HEADER
*
* 
*/


/*** menu large screens ***/
.menu-nav {
	margin: 0;
	font-size: 0;
}

.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 30px;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 700;
}

.menu-nav li:first-child {
	margin-left: 0;
}

.menu-nav li a {
	color: #ffffff;
	padding: 10px 0;
	display: block;
}

.menu-nav li a:after{
	content: "";
    position: absolute;
    background: #ffffff;
    top: 100%;
    margin-top: -11px;
    left: 0%;
    width: 100%;
    height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
    transform-origin: right center;
    display: block;
}


.menu-nav li a:hover,
.menu-nav > li:hover > a,
.menu-nav > li.current-menu-item > a {
	background: none;
	color: #ffffff;
}

.menu-nav > li:hover > a:after{
-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
transform-origin: left center;
}
.menu-nav li.current-menu-item > a:after {
    -webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.menu-nav ul {
	display: none;
	margin: 0;
	margin-top: 20px;
	padding: 20px 0;
	width: 265px;
	text-align: left;
	position: absolute;
	top: 100%;
	left: -30px;
	background: rgba(255,255,255,1);
	border-radius: 5px;
	z-index: 5;
	
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.menu-nav ul:before{
content: '';
position: absolute;
top: -20px;
left: 0;
right: 0;
height: 20px;
}

.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	font-size: 0.85rem;
	font-weight: 600;
}

.menu-nav ul li > a {
	display: block;
	padding: 5px 30px;
	color: #3a3a3a;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.30, 1, 0.35, 1) 0s;
	transition: all 0.5s cubic-bezier(0.30, 1, 0.35, 1) 0s;
}

.menu-nav ul li > a:focus{
	outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #2B8B47;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.menu-nav li:hover > ul {
	display: block;
}

.menu-nav li ul ul {
	left: 100%;
	top: -20px;
	margin: 0;
}

.menu-nav .edge > ul{
	left: auto;
	right: 0;
}

.menu-nav li ul .edge ul {
    left: auto;
    top: -20px;
    margin: 0;
    right: 100%;
}

.menu-nav li ul ul:after,
.menu-nav li ul a:after {
	display: none;
}

/* Make submenu chevron icon smaller and aligned */
.menu-nav .submenu-arrow i {
  font-size: 13px !important;
  vertical-align: middle;
  margin-left: 3px;
  margin-bottom: 2px;
  line-height: 1;
}

/*** end menu large screens ***/

/*** menu mobile ***/
.nav-button-holder {
	display: none;
}

.nav-button-holder-2,
.nav-button-holder-4{
	display: block;
}

.nav-button,
.exit-mobile {
	background-color: #ffffff;
	display: inline-block;
	border: none;
	border-radius: 99em;
	width: 50px;
	height: 50px;
	cursor: pointer;
	line-height: 10px;
}

.exit-mobile{
	position: absolute;
	margin-top: 20px;
	top: auto;
	left: auto;
}

#btn-menu-open,
#btn-menu-close{
	fill: #2B8B47;
	width: 16px;
	height: 16px;
}

.nav-button:hover #btn-menu-open,
.exit-mobile:hover #btn-menu-close{
	
	-webkit-animation: pulsate .5s cubic-bezier(0,.77,.78,.84) infinite;
	animation: pulsate .5s cubic-bezier(0,.77,.78,.84) infinite;
}

.menu-mobile {
	font-size: 0;
	margin: 0;
	margin-top: 120px;
	padding: 0 20px;
}

.menu-mobile li {
	font-size: 2.5rem;
	font-weight: 700;
	padding-top: 15px;
	list-style: none;
	margin-bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-mask.is-active .menu-mobile li {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
}

.menu-mobile li a {
	color: #ffffff;
	display: block;
	line-height: 1.2;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
	background: none;
}

.menu-mobile li:hover > a,
.menu-mobile li.current-menu-item > a {
	color: #2B8B47;
}

.menu-mobile > li.menu-item-has-children > a:after {
	content: "+";
	display: inline-block;
	margin-left: 7px;
	margin-right: 0;
	font-size: 20px;
	font-weight: 700;
	vertical-align: middle;
}

.menu-mobile > li.menu-item-has-children.menu-open > a:after {
	content: "-";
}

.menu-mobile ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.menu-mobile > li > ul {
	display: none;
}

.menu-mobile > li.menu-open > ul {
	display: block;
}

.menu-mobile ul li {
	font-size: 15px;
	padding-top: 15px;
	text-transform: none;
	padding-left: 15px;
	display: block;
}

/* Mobile menu responsive adjustments */
@media (max-width: 768px) {
	.menu-mobile {
		margin-top: 100px;
		padding: 0 15px;
	}
	
	.menu-mobile li {
		font-size: 2rem;
		padding-top: 12px;
	}
	
	.menu-mobile ul li {
		font-size: 14px;
		padding-top: 12px;
		padding-left: 12px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 480px) {
	.menu-mobile {
		margin-top: 80px;
		padding: 0 10px;
	}
	
	.menu-mobile li {
		font-size: 1.8rem;
		padding-top: 10px;
	}
	
	.menu-mobile ul li {
		font-size: 13px;
		padding-top: 10px;
		padding-left: 10px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

.menu-contact {
	font-size: 15px;
	color: #ffffff;
	padding-top: 150px;
}

.menu-contact ul,
.footer-contact{
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.menu-contact ul:first-child li i{
    font-size: 15px;
    margin-right: 10px;
}

.menu-contact i,
.footer-contact i{
	padding-right: 10px;
	color: #2B8B47;
}

.mobile-phone {
	margin-top: 10px;
}

.mobile-address{
	margin-bottom: 60px;
}

.menu-contact .social-media li a,
.menu-contact li{
	color: #fff;
}

.mobile-content {
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-mask.is-active .mobile-content {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
	-moz-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
	-o-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
	-ms-transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
	transition: all 1s cubic-bezier(0.25, 1, 0.35, 1) 0.1s;
}

/*** end menu mobile ***/

/***** MODAL WINDOW ******/
body.has-active-menu {
	overflow: hidden !important;
}

.menu-mask {
	background-color: #000000;
	padding-bottom: 50px;
	position: fixed;	
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	overflow-y: scroll;
	z-index: 1040;

-webkit-transition: opacity .3s,width 0s .3s,height 0s .3s;
-ms-transition: opacity .3s,width 0s .3s,height 0s .3s;
transition: opacity .3s,width 0s .3s,height 0s .3s;
}

.menu-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 1;
	
	-webkit-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}


/***** END MODAL WINDOW ******/

.social-media,
.footer-social,
.about-social {
	list-style: none;
	margin: 0;
	font-size: 0;
}

.social-media li,
.footer-social li,
.about-social li {
	display: inline-block;
	font-size: 15px;
	margin-left: 15px;
	margin-bottom: 0;
}

.social-list li{
	display: block;
	margin: 0;
}

.social-media li a {
	color: #ffffff;
}

.social-media-footer li a,
.social-list li a{
	color: #2B8B47;
}

.about-social i {
	color: #2B8B47;
	vertical-align: middle;
}


.social-media li:first-child,
.footer-social li:first-child,
.about-social li:first-child {
	margin-left: 0;
}

.social-aboutme{
	margin-top: 30px;
}

.social-aboutme li a,
.social-team li a{
	border-radius: 5px;
	background: #2B8B47;
	padding: 5px;
	width: 35px;
	height: 35px;
	display: inline-flex;
	line-height: 15px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.social-team li a{
	width: 25px;
	height: 25px;
}

.social-team{
	margin-top: 15px;
}

.social-team li{
	font-size: 12px;
	margin-left: 10px;
}

a.social-twitter:hover {
	color: #29C5F6 !important;
}

a.social-facebook:hover {
	color: #6788CE !important;
}

a.social-gplus:hover {
	color: #E75C3C !important;
}

a.social-linkedin:hover {
	color: #3A9BDC !important;
}

a.social-pinterest:hover {
	color: #FE4445 !important;
}

a.social-tripadvisor:hover {
	color: #00AF87 !important;
}

a.social-youtube:hover {
	color: #E34040 !important;
}

a.social-vimeo:hover {
	color: #44BBFF !important;
}

a.social-instagram:hover {
	color: #AA8062 !important;
}

a.social-whatsapp:hover {
	color: #2cb140 !important;
}

a.social-skype:hover {
	color: #24B4F0 !important;
}


.header-social-1 {
	text-align: right;
}

/** Header 1 **/

.main-header{
	left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 100;
}

.admin-bar .main-header {
  top: 32px;
}

.header-container{
	display: flex;
align-items: center;
padding: 20px 0;
}

.logo-1,
.logo-4,
.binfo,
.nav-button-holder-2,
.btn-header-2,
.nav-holder-3,
.header-social-4{
	flex: 1 1 0;
}

.btn-header {
    text-align: right;
	margin-left: 30px;
}

.btn-header-2{
	margin-left: 0;
}

.logo img {
	background: none;
	width: 80px;
}

.logo-txt{
	font-size: 30px;
	font-weight: 700;
}

.logo-txt a{
	color: #ffffff;
}

.top-header {
	display: flex;
	align-items: center;
	padding-top: 15px;
}

.binfo ul{
	font-size: 0;
	margin: 0;
}

.binfo ul li{
color: #ffffff;
display: inline-block;
margin-left: 30px;
font-size: 13px;
font-weight: 400;
position: relative;
margin-bottom: 0;
}
.binfo ul li:first-child{
	margin-left: 0;
}
.binfo ul li i{
	font-size: 15px;
	margin-right: 10px;
	color: #2B8B47;
}

.header-social-2 .social-media li a{
	color: #2B8B47;
}

/** Header 3 **/

.logo-3{
	flex: 1 1 0;
}

.top-header-3{
	padding-top: 20px;
}

.header-social-4{
	text-align: right;
}

.nav-button-holder-3{
	margin-left: 30px;
}

/** Header 4 **/

.nav-button-holder-4{
	margin-left: 15px;
}

/** Header 5 **/

.top-header-5{
	justify-content: center;
}

.header-social-5,
.btn-header-5{
	flex: 1 1 0;
}

.btn-header-5{
	text-align: right;
}

.logo-5{
	text-align: center;
}

.header-container5{
	padding: 20px 0;
	text-align: center;
}

/* Header responsive adjustments */
@media (max-width: 768px) {
	.header-container5 {
		padding: 15px 0;
	}
	
	.top-header-5 {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}
	
	.logo-5 {
		order: 1;
		margin-bottom: 10px;
	}
	
	.header-social-5 {
		order: 2;
		margin-bottom: 10px;
	}
	
	.btn-header-5 {
		order: 3;
		margin-left: 0;
		margin-top: 10px;
	}
	
	.nav-button-holder-5 {
		order: 4;
		margin-left: 0;
		margin-top: 10px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 480px) {
	.header-container5 {
		padding: 10px 0;
	}
	
	.logo-5 img {
		max-width: 120px;
		height: auto;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

.nav-fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: #2B8B47;
	margin-top: 0;
	
	-webkit-backface-visibility: hidden;
-webkit-transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
-moz-transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
-o-transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
-ms-transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
transition: all .3s cubic-bezier(.30,1,.35,1) 0s;
}

.nav-fixed-top .top-header{
	display: none;
}


/**
* #3.# HOME
*
* 
*/

/* SLIDER */

.swiper-mt{
	height: 100vh;
	position: relative;

}

.slider-img{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.slider-img:before {
	content: '';
	background: rgba(38, 58, 52, 0.5);
	top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-caption {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	color: #fff;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slider-text{
	width: 80%;
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
}

.slider-text .display-2 {
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 800;
}

.slider-text .read-more {
	margin-top: 30px;
}


.swiper-mt-button-next,
.swiper-mt-button-prev {
    position: absolute;
    top: 50%;
	left: 10px;
    width: 40px;
    height: 40px;
    margin-top: calc(0px - 40px / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-mt-button-next{
	left: auto;
	right: 10px;
}

.swiper-mt-button-prev{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}	

.swiper-mt-button-next svg,
.swiper-mt-button-prev svg {
	fill: #ffffff;
}

.portfolio-slider-btn-next svg,
.portfolio-slider-btn-prev svg {
	fill: #000000;
}

.portfolio-slider-btn-next:hover svg,
.portfolio-slider-btn-prev:hover svg {
	fill: #2B8B47;
}

.swiper-pagination{
	color: #ffffff;
	font-size: 11px;
	display: none;
}

/* BKG VIDEO */

.video-container{
	position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 100vh;
overflow: hidden;
z-index: 1;
margin-bottom: 100px;
}

.video-container:before {
	content: '';
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}	

.video-container video{
	position: absolute;
left: 50%;
width: auto;
height: auto;
top: 50%;
min-width: 130%;
min-height: 130%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

/* END BKG VIDEO */

.parallax, .no-parallax  {
  background-repeat: repeat;
  background-position: center center !important;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax{position:relative;
padding-top:100px;
padding-bottom:100px;
color: #ffffff; }
.parallax h2, .parallax h3, .parallax h4{color:#ffffff;}
.parallax:before {content: '';
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.parallax05:before { background: rgba(0,0,0,0.5); }	

.parallax .container{
	position: relative;
}

.section-holder{
	margin-bottom: 100px;
	padding-top: 100px;
}

/* HOME 1 SECTIONS */

.margin-percentr40{
	margin-right: 40%;
}

.margin-t20{
	margin-top: 20px !important;
}

.padding-b50{
	padding-bottom: 50px;
}

.padding-t100{
	padding-top: 100px !important;
}

.padding-lr200{
	padding: 0 200px;
}

.margin-lr200{
	margin: 0 200px;
}

.margin-notop100{
	margin-top: -100px;
}

.section-info{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #eafaf0;
}

/* HOME 4 SECTIONS */

.home-4 .header-container5{
	display: none;
}


/* HOME 5 SECTIONS */

.home-slider-5{
	padding: 230px 0px 100px;
	background-color: #2B8B47;
}

.home-slider-5 .portfolio-slider {
  overflow: unset;
}

.home-slider-5 .article-title a,
.home-slider-5 .portfolio-categ li a,
.home-slider-5 .article-title a:hover,
.home-slider-5 .portfolio-categ li a:hover {
  color: #ffffff;
}

.home-slider-5 .portfolio-slider-btn-next svg,
.home-slider-5 .portfolio-slider-btn-prev svg {
  fill: #ffffff;
}

.home-section-5-2 .icon-box-icon svg path,
.home-section-6-4 .icon-box svg path,
.home-section-1-2 .icon-svg svg path{
	fill: #6BC3A7;
}

.home-section-1-2 .icon-svg-border{
	border-color: #6BC3A7;
}

.home-section-7-1,
.home-section-9-1{
	margin-top: 230px;
}

.logo-dark{
	display: none;
}

.home-menu-black .logo-dark{
	display: block;
}

.home-menu-black .logo-white{
	display: none;
}

.home-menu-black .nav-fixed-top{
	background: #ffffff;
}

.home-menu-black .menu-nav li a,
.home-menu-black .header-social .social-media li a{
	color: #000000;
}

.home-menu-black .menu-nav li a:after,
.home-menu-black .nav-button{
	background: #000000;
}

/**
* #4. # PAGES
*
* 
*/

/* HEADER PAGES */

.top-single-bkg {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 60vh;	
}

.top-single-bkg:before {
	content: '';
	background: rgba(38, 58, 52, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.topsingleimg{
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}

.topsingleimg img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	position: fixed;
}

.topnoimg{
	height: auto;
	margin-top: 50px;
}

.topnoimg.top-single-bkg:before {
	display: none;
}

.top-page404{height: 100vh;
margin-bottom: 0;}

.top-single-bkg .inner-desc {
	position: absolute;
	z-index: 4;
	width: 100%;
	top: 70%;
	text-align: center;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.topnoimg .inner-desc {
	position: relative;
	width: 100%;
	top: 0;
	text-align: center;
	
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.single-post-title {
	color: #fff;
	font-weight: 800;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.single-post-title-margin{
	margin-bottom: 10px;
}

.post-subtitle{
    font-size: 15px;
	font-weight: 600;
	color: #fff;
    margin-top: 10px;
    display: block;
}

.smallborder span{
	border: 1px solid #2B8B47;
    display: inline-block;
}

.smallborder .elementor-heading-title{
	padding: 10px 15px;
}

.topnoimg .single-post-title,
.topnoimg .post-subtitle,
.page-title-above .single-post-title,
.page-title-above .post-subtitle{
	color: #000000;
}

.page-title-above{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.top-blogfront{
	height: auto;
}
.top-blogfront:before{
	display: none;
}



/* END HEADER PAGES */

#wrap-content p,
.article-excerpt,
.practice-icon-content,
aside p {
    line-height: 1.7;
}

.page-holder p,
.blog-post-single p{
	margin-bottom: 30px;
}

.section-background{
	background-color: #FFF8F1;
}

.same-height{
	display: flex;
	align-items: center;
}


/* Add to your style.css if needed */
.team-slider .swiper-slide {
  text-align: center;
  padding-bottom: 30px;
}

/* News Ticker Styles */
#news-ticker {
  background: linear-gradient(135deg, #2B8B47 0%, #1e5f3a 100%);
  color: white;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(43, 139, 71, 0.3);
}

.news-ticker {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.ticker-label {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ticker-label i {
  font-size: 16px;
}

.ticker-content {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.ticker-items {
  display: flex;
  animation: ticker-scroll 30s linear infinite;
  gap: 60px;
  width: max-content;
  align-items: center;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 20px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: fit-content;
  flex-shrink: 0;
}

.ticker-item:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ticker-item i {
  color: #fff;
  font-size: 16px;
  opacity: 0.9;
  flex-shrink: 0;
}

.ticker-text {
  font-weight: 500;
  font-size: 14px;
  color: white;
  line-height: 1.4;
}

.ticker-date {
  font-size: 11px;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 8px;
  font-weight: 400;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause animation on hover */
.ticker-items:hover {
  animation-play-state: paused;
}

/* Responsive Design */
@media (max-width: 768px) {
  .news-ticker {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  
  .ticker-label {
    font-size: 13px;
    padding: 6px 12px;
  }
  
  .ticker-item {
    padding: 5px 15px;
    gap: 8px;
  }
  
  .ticker-text {
    font-size: 13px;
  }
  
  .ticker-date {
    font-size: 10px;
    margin-left: 6px;
  }
  
  .ticker-items {
    animation-duration: 25s; /* Faster on mobile */
    gap: 40px;
  }
}

@media (max-width: 480px) {
  #news-ticker {
    padding: 10px 0;
  }
  
  .ticker-label {
    font-size: 12px;
    padding: 5px 10px;
  }
  
  .ticker-item {
    padding: 4px 12px;
    gap: 6px;
  }
  
  .ticker-text {
    font-size: 12px;
  }
  
  .ticker-date {
    font-size: 9px;
    margin-left: 4px;
  }
  
  .ticker-items {
    gap: 30px;
    animation-duration: 20s;
  }
}

/* Notice Section - Card/Modal Design, Theme Colors/Fonts */
#home-section-notice {
  padding-top: 80px;
  padding-bottom: 80px;
}
#home-section-notice .el-smalltitle {
  color: #2B8B47;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  
}
#home-section-notice .display-4 {
  
  color: #151515;
  font-weight: 700;
}
#home-section-notice .notice-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#home-section-notice .notice-card {
  background: linear-gradient(145deg, #f3f8f6, #e2ede9);
  border-radius: 20px 8px 20px 8px;
  box-shadow: 0 2px 8px rgba(74,125,109,0.06);
  padding: 22px 24px 22px 20px;
  color: #151515;
  font-size: 1.1rem;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  border-left: 4px solid #2B8B47;
  font-family: var(--body-font, Manrope, sans-serif);
  transition: box-shadow 0.2s, transform 0.2s, border-left-color 0.2s;
  outline: none;
}
#home-section-notice .notice-card:focus,
#home-section-notice .notice-card:hover {
  box-shadow: 0 8px 32px rgba(74,125,109,0.13);
  transform: translateY(-4px) scale(1.01);
  border-left-color: #151515;
}
#home-section-notice .notice-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: #2B8B47;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-section-notice .notice-text {
  flex: 1;
  color: #151515;
  font-size: 1.05rem;
  font-family: var(--body-font, Manrope, sans-serif);
}
#home-section-notice .notice-card:last-child {
  margin-bottom: 0;
}

/* Modal Overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(58, 82, 69, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(10px);
}
.modal-overlay.active {
  display: flex;
  animation: fadeIn 0.325s ease forwards;
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

.modal-content {
  background: #e9f1ed;
  border-radius: 24px;
  max-width: 700px;      /* Increased from 460px */
  width: 98%;            /* Increased from 90% */
  padding: 48px 48px 48px; /* More padding for space */
  box-shadow: 0 24px 60px rgba(74, 125, 109, 0.18);
  font-size: 1.25rem;    /* Slightly larger text */
  color: #151515;
  line-height: 1.8;
  position: relative;
  user-select: text;
  overflow-wrap: break-word;
  max-height: 90vh;      /* More vertical space */
  overflow-y: auto;
  transform: scale(0.95);
  opacity: 0;
  animation: scaleUp 0.3s ease forwards;
  font-family: var(--body-font, Manrope, sans-serif);
}

@media (max-width: 767px) {
  .modal-content {
    padding: 20px 10px 20px;
    font-size: 1rem;
  }
  .modal-media {
    max-height: 180px;
  }
  .modal-media img,
  .modal-media iframe {
    height: 180px;
  }
}

/* Modal Content */
.modal-content {
  background: #e9f1ed;
  border-radius: 24px;
  max-width: 460px;
  width: 90%;
  padding: 36px 40px 44px;
  box-shadow: 0 20px 50px rgba(74, 125, 109, 0.13);
  font-size: 1.1rem;
  color: #151515;
  line-height: 1.7;
  position: relative;
  user-select: text;
  overflow-wrap: break-word;
  max-height: 80vh;
  overflow-y: auto;
  transform: scale(0.95);
  opacity: 0;
  animation: scaleUp 0.3s ease forwards;
  font-family: var(--body-font, Manrope, sans-serif);
}
@keyframes scaleUp {
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Modal Close Button */
.modal-close {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 2.4rem;
  background: transparent;
  border: none;
  color: #151515;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.3s ease;
  line-height: 1;
  padding: 0;
}
.modal-close:hover,
.modal-close:focus {
  color: #2B8B47;
  outline: none;
}

/* Media Container inside modal */
.modal-media {
  margin-top: 28px;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(74,125,109,0.13);
  max-height: 400px;     /* Increased from 300px */
  width: 100%;
  overflow: hidden;
  display: none;
}
.modal-media img,
.modal-media iframe {
  width: 100%;
  height: 400px;         /* Increased from 300px */
  border: none;
  display: block;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 767px) {
  .modal-content {
    max-width: 98vw;
    width: 98vw;
    padding: 16px 4vw 24px;
    font-size: 1rem;
  }
  .modal-media {
    max-height: 180px;
  }
  .modal-media img,
  .modal-media iframe {
    height: 180px;
  }
}

/* Theme color helpers */
.bg-light-yellow {
  background-color: #f4efdf;
}
.bg-yellow {
  background-color: #2B8B47;
}
.text-white {
  color: #fff !important;
}
.radius10 {
  border-radius: 10px;
}

/* Step/Why Box */
.step-box, .why-box {
  background-color: #f4efdf;
  padding: 30px;
  border-radius: 10px;
}
.step-box h3, .why-box h4 {
  font-weight: 700;
}
.step-item {
  border-top: 1px solid #ccc;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step-item:first-child {
  border-top: none;
}
.arrow-icon {
  background-color: #2B8B47;
  padding: 8px 12px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
}
.small-text {
  font-size: 12px;
  color: #555;
}


/* ABOUT US */

.icon-box-wrapper{
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;	
	align-items: flex-start;
	text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	margin-bottom: 30px;
}

.icon-box-icon{
	margin-right: 15px;
	color: #2B8B47;
	flex: 0 0 auto;
	line-height: 1;
}

.icon-box-img{
	margin-right: 15px;
	flex: 0 0 100px;
}

.icon-box-img img{
	border-radius: 99em;
}

.icon-box-icon-fa{
	font-size: 30px;
	line-height: 1;
}

.icon-box-content h5{
	margin-bottom: 10px;
}

.icon-fa-small{
	font-size: 20px;
}

.icon-svg-border{
	display: inline-block;
	border: 1px solid #2B8B47;
	padding: 15px;
	line-height: 1;
	border-radius: 5px;
}

.icon-box-icon svg,
.icon-svg svg{
	width: 70px;
	height: 70px;
	vertical-align: initial;
}

.icon50 svg,
.icon-svg-border svg{
	width: 50px;
	height: 50px;
	vertical-align: initial;
}

.icon-box-icon svg path,
.icon-svg svg path{
    fill: #2B8B47;
}

.team-position{
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

.icon-box-2{
	padding: 50px;
	background-color: #2B8B47;
	border-radius: 10px;
	color: #ffffff;
	margin-bottom: 30px;
	text-align: center;
}

.icon-box-2 h5{
	color: #ffffff;
	margin-bottom: 10px;
}

.icon-box-2 .icon-svg svg path{
    fill: #ffffff;
}


.progress {
	height: auto;
  border-radius: 0;
  margin-bottom: 30px;
  background: none;
}

.progress-bar {
  background: #2B8B47;
  color: #ffffff;
  padding: 4px 0;
  display: flex;
  text-align: left;
  justify-content: initial;
  flex-direction: row;
}

.progress-text {
  flex-grow: 1;
  white-space: nowrap;
   overflow: hidden;
  padding-left: 15px;
}

.progress-percentage {
  padding-right: 15px;
}

/* FAQ PAGE */

.faq-list{list-style:none;
padding:0;
margin:0;}
.faq-list li{margin-top:30px;
margin-bottom: 0;}
.faq-list li:first-child{margin-top:0;}


.faq-title a:before{
display: inline-block;
color: #2B8B47;
padding-right:10px;
padding-bottom:5px;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-size: 13px;
font-weight: 600;
vertical-align: middle;
}


.faq-title a:hover:before,
.faq-title.active a:before{content: "\f106";
color: #ffffff;
}

.faq-title a{color: #141c2c;
padding: 20px 15px;
border: 1px solid #d7dae1;
border-radius: 5px;
margin-bottom: 30px;
display: block;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.2;}
.faq-title a:hover, .faq-title.active a{color:#ffffff;
border-color: #2B8B47;
background-color: #2B8B47;
text-decoration:none;}
.faq-section{margin:0 15px;
font-size: 15px;}

.faq-features{
	font-size: 50px;
	margin-bottom: 15px;
	line-height: 1.2;
}




/* ================================
   EVENTS SECTION
   ================================ */
#home-section-events {
	background-color: #eafaf0;
  padding-top: 50px;
  padding-bottom: 50px;
}


#home-section-events h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1a1a1a;
}

#home-section-events .badge {
  background-color: #eafaf0;
  color: #007f5f;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
}

#home-section-events p {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 8px;
}

#home-section-events h5 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #222;
  margin-top: 10px;
  margin-bottom: 10px;
}

#home-section-events .btn {
  background-color: #2d9c6d;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}

#home-section-events .btn:hover {
  background-color: #238f61;
}

/* Modern Card Badge (top-left) */
.card-type-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 10;
  background: linear-gradient(90deg, #2B8B47 80%, #8bb8c1 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 8px 0 12px 0;
  box-shadow: 0 2px 8px rgba(43, 139, 71, 0.10);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  opacity: 0.97;
  transition: background 0.2s;
}
.card-type-badge.bg-primary {
  background: linear-gradient(90deg, #d08d58 80%, #f3c4a0 100%);
}
.card-type-badge.bg-success {
  background: linear-gradient(90deg, #2B8B47 80%, #8bb8c1 100%);
}

.card-type-badge i {
  margin-right: 6px;
  font-size: 1em;
  vertical-align: middle;
}

    /* --- Modern Single Event Custom Styles --- */
    .single-event-hero {
        background: linear-gradient(120deg, #e9f1ed 60%, #f4efdf 100%);
        padding: 0;
        margin-bottom: 0;
        border-radius: 0 0 40px 40px;
        box-shadow: 0 8px 32px rgba(74,125,109,0.10);
        position: relative;
        overflow: hidden;
    }
    .single-event-hero .hero-img {
        width: 100%;
        height: 340px;
        object-fit: cover;
        border-radius: 0 0 40px 40px;
        filter: brightness(0.93);
    }
    .single-event-hero .hero-content {
        position: absolute;
        left: 0; right: 0; bottom: 0;
        padding: 40px 0 32px 0;
        background: linear-gradient(0deg,rgba(244,239,223,0.98) 80%,rgba(244,239,223,0.0) 100%);
        text-align: center;
		color: #fff;
		z-index: 2;
    }
    .single-event-hero .event-date-badge {
        background: #4A7D6D;
        color: #fff;
        font-weight: 600;
        font-size: 1rem;
        border-radius: 18px;
        padding: 7px 22px;
        margin-bottom: 14px;
        display: inline-block;
        letter-spacing: 1px;
        box-shadow: 0 2px 8px rgba(74,125,109,0.10);
    }
    .single-event-hero .event-location {
        color: #2B8B47;
        font-size: 1.1rem;
        margin-bottom: 8px;
        display: block;
    }
    .single-event-hero .display-3 {
        font-weight: 800;
		padding-bottom: 20px;
        color: #151515;
        margin-bottom: 10px;
        font-size: 2.3rem;
    }
    .single-event-hero .event-meta {
        color: #4A7D6D;
        font-size: 1.08rem;
        margin-bottom: 0;
    }
    /* Card Section */
    .single-event-details-modern {
        background: #fff;
        border-radius: 24px;
        box-shadow: 0 8px 32px rgba(74,125,109,0.10);
        padding: 40px 32px 32px 32px;
        margin-top: -40px;
        margin-bottom: 60px;
        position: relative;
        z-index: 2;
    }
    .single-event-details-modern h2 {
        color: #2B8B47;
        font-weight: 700;
        margin-bottom: 18px;
    }
    .single-event-details-modern .event-meta {
        color: #222;
        font-size: 1.08rem;
        line-height: 1.8;
        margin-bottom: 18px;
    }
    .single-event-details-modern .read-more {
        background: #4A7D6D;
        color: #fff;
        border-radius: 20px;
        padding: 10px 28px;
        font-weight: 600;
        transition: background 0.2s;
        display: inline-block;
        margin-top: 10px;
    }
    .single-event-details-modern .read-more:hover {
        background: #2B8B47;
        color: #fff;
        text-decoration: none;
    }
    /* Gallery Masonry Modern */
    .event-gallery-modern h4 {
        color: #151515;
        font-weight: 700;
        margin-bottom: 18px;
    }
    .event-gallery-modern .gallery-masonry4cols {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
    }
    .event-gallery-modern .event-gallery-img {
        flex: 1 1 calc(25% - 18px);
        max-width: calc(25% - 18px);
        margin-bottom: 0;
        border-radius: 14px;
        overflow: hidden;
        background: #f4efdf;
        box-shadow: 0 2px 12px rgba(74,125,109,0.10);
        transition: box-shadow 0.2s;
    }
    .event-gallery-modern .event-gallery-img img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 14px;
        transition: transform 0.2s;
        display: block;
    }
    .event-gallery-modern .event-gallery-img:hover {
        box-shadow: 0 8px 32px rgba(74,125,109,0.18);
    }
    .event-gallery-modern .event-gallery-img img:hover {
        transform: scale(1.04);
    }
    @media (max-width: 991px) {
        .single-event-details-modern {
            padding: 24px 8px 24px 8px;
        }
        .event-gallery-modern .event-gallery-img,
        .event-gallery-modern .event-gallery-img img {
            max-width: 100%;
            flex: 1 1 100%;
            height: 160px;
        }
        .event-gallery-modern .gallery-masonry4cols {
            gap: 10px;
        }
    }
    @media (max-width: 575px) {
        .single-event-hero .hero-img {
            height: 180px;
        }
        .single-event-details-modern {
            margin-top: -30px;
        }
        .event-gallery-modern .event-gallery-img img {
            height: 110px;
        }

		 .single-event-hero .hero-content {
       		top: 70%;
    	}
    }


        /* NEW CLASSES (only what's needed for slider) */
        .workshop-slider-container {
            position: relative;
            overflow: hidden;
            height: 250px;
        }
        .workshop-slider {
            display: flex;
            height: 100%;
            transition: transform 0.5s ease;
        }
        .workshop-slide {
            min-width: 100%;
            height: 100%;
        }
        .workshop-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .slider-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            padding: 0 15px;
            pointer-events: none;
        }
        .slider-btn {
            pointer-events: auto;
            background: rgba(255,255,255,0.7);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .slider-btn:hover {
            background: white;
        }
        .slider-dots {
            position: absolute;
            bottom: 15px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 8px;
        }
        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .slider-dot.active {
            background: #2B8B47;
            transform: scale(1.2);
        }

        /* Responsive adjustments */
        @media (max-width: 1200px) {
            .padding-lr200 { padding: 0; }
        }
        @media (max-width: 992px) {
            .col-xl4, .col-xl-5, .col-xl-7 { flex: 0 0 100%; max-width: 100%; }
        }


.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gap-30 {
  grid-gap: 30px;
}
.gap-10 {
  grid-gap: 10px;
}

	
#home-section-alokchirtro .single-event {
  border-radius: 10px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#home-section-alokchirtro .single-event .event-img {
  position: relative;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#home-section-alokchirtro .single-event .event-img img {
  width: 100%;
  height: auto;
  display: block;
}
#home-section-alokchirtro .single-event .event-img .image-overlay-text {
  position: absolute;
  bottom: 0px;
  left: 20px;
}
#home-section-alokchirtro .single-event .event-img .image-overlay-text .date,
#home-section-alokchirtro .single-event .event-img .image-overlay-text p,
#home-section-alokchirtro .single-event .event-img .image-overlay-text .time {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: var(--white-color);
}
@media (max-width: 991px) {
  #home-section-alokchirtro .single-event .event-img .image-overlay-text .date,
  #home-section-alokchirtro .single-event .event-img .image-overlay-text p,
  #home-section-alokchirtro .single-event .event-img .image-overlay-text .time {
    font-size: 14px;
  }
}
#home-section-alokchirtro .single-event .event-img .image-overlay-text .date i,
#home-section-alokchirtro .single-event .event-img .image-overlay-text p i,
#home-section-alokchirtro .single-event .event-img .image-overlay-text .time i {
  font-size: 24px;
}
@media (max-width: 991px) {
  #home-section-alokchirtro .single-event .event-img .image-overlay-text .date i,
  #home-section-alokchirtro .single-event .event-img .image-overlay-text p i,
  #home-section-alokchirtro .single-event .event-img .image-overlay-text .time i {
    font-size: 18px;
  }
}
#home-section-alokchirtro .single-event .event-info {
  padding: 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: var(--white-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#home-section-alokchirtro .single-event .event-info .title {
  font-size: 24px;
  color: var(--primary-title);
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 991px) {
  #home-section-alokchirtro .single-event .event-info .title {
    font-size: 18px;
    line-height: 24px;
  }
}
#home-section-alokchirtro .single-event .event-info .author-name {
  font-size: 16px;
  font-weight: 400;
  color: var(--black-color);
}
@media (max-width: 991px) {
  #home-section-alokchirtro .single-event .event-info .author-name {
    font-size: 14px;
  }
}
#home-section-alokchirtro .single-event:hover {
  cursor: pointer;
}
#home-section-alokchirtro .single-event:hover .event-info {
  background-color: var(--primary);
  border: none;
}
#home-section-alokchirtro .single-event:hover .event-info .event-info-title,
#home-section-alokchirtro .single-event:hover .event-info .info {
  color: var(--info);
}
#home-section-alokchirtro .single-event:hover .event-info .title {
  color: var(--white);
}
#home-section-alokchirtro .single-event:hover .event-info .author-name {
  color: var(--secondary);
}




 /* Advisory Panel Custom Styles */
    .advisory-section {
        background: #e9f1ed;
        border-radius: 24px;
        box-shadow: 0 8px 32px rgba(74,125,109,0.10);
        padding: 48px 24px 40px 24px;
        margin-bottom: 60px;
        margin-top: 40px;
    }
    .advisory-title {
        color: #2B8B47;
        font-weight: 700;
        margin-bottom: 18px;
        text-align: center;
    }
    .advisory-role {
        color: #4A7D6D;
        font-size: 1.1rem;
        margin-bottom: 8px;
        text-align: center;
        font-weight: 500;
    }
    .advisory-img {
        width: 140px;
        height: 140px;
        object-fit: cover;
        border-radius: 50%;
        box-shadow: 0 4px 24px rgba(74,125,109,0.13);
        margin-bottom: 18px;
        border: 4px solid #fff;
        background: #e9f1ed;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .advisory-name {
        font-size: 1.25rem;
        font-weight: 700;
        color: #151515;
        margin-bottom: 6px;
        text-align: center;
    }
    .advisory-desc {
        color: #222;
        font-size: 1.05rem;
        line-height: 1.7;
        text-align: center;
        margin-bottom: 0;
    }
    .advisory-panel-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 36px;
        margin-top: 32px;
    }
    .advisory-panel-member {
        flex: 1 1 260px;
        max-width: 320px;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 2px 12px rgba(74,125,109,0.08);
        padding: 32px 18px 24px 18px;
        margin: 0 8px;
        text-align: center;
        transition: box-shadow 0.2s;
    }
    .advisory-panel-member:hover {
        box-shadow: 0 8px 32px rgba(74,125,109,0.18);
    }
    @media (max-width: 991px) {
        .advisory-panel-row {
            flex-direction: column;
            gap: 24px;
        }
        .advisory-panel-member {
            max-width: 100%;
        }
    }

/* EVENTS SECTION - Theme Matched Styles */
#home-section-events .event-card {
  text-align: left;
}
/* Add to your style.css */
#home-section-events .event-title {
  font-size: 21px;
  font-weight: 700;
  color: #222;
  margin-top: 10px;
  margin-bottom: 10px;

  letter-spacing: 0.01em;
}

#home-section-events .event-image-wrapper {
  position: relative;
  margin-bottom: 18px;
}

#home-section-events .event-image-wrapper img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

#home-section-events .event-date-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  text-transform: uppercase;
  z-index: 2;
  background: #fff;
  color: #2B8B47;
  font-size: 18px;
  font-weight: 700;
  padding: 14px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(74,125,109,0.07);
  letter-spacing: 0.03em;
  display: inline-block;
}

#home-section-events .event-location {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 8px;
  margin-top: 4px;
  font-weight: 500;
}

#home-section-events .event-location i {
  color: #2B8B47;
  font-size: 13px;
  margin-right: 6px;
  line-height: 1;
}

#home-section-events .event-meta {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 8px;
  font-weight: 500;
}

/* Events Pagination: square (cube) buttons, centered text, and radius */
#universal-pagination.pagination {
  margin: 0;
  padding: 0;
  gap: 8px;
}

#universal-pagination .page-item {
  display: inline-block;
}



#universal-pagination .page-link {
  border: none;
  background: #000000;
  color: #fff;
  border-radius: 5px;         /* Cube shape with slight rounding */
	width: 40px;
	height: 40px;
  line-height: 42px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  margin: 20px 10px;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

#universal-pagination .page-link:hover,
#universal-pagination .page-link:focus {
  background: #2B8B47;
  color: #fff;
  text-decoration: none;
}

#universal-pagination .page-item.active .page-link {
  background: #2B8B47;
  color: #fff;
  box-shadow: 0 4px 16px rgba(74,125,109,0.13);
  cursor: default;
}

#universal-pagination .page-item.disabled .page-link {
  background: #000000;
  color: #fff;
  cursor: not-allowed;

  box-shadow: none;
}


.swiper-mt-button-prev:before,
.swiper-mt-button-next:before {
    /* REMOVE or comment out this block if it exists */
    content: '';
    /* background-image: url('...'); or font-family: FontAwesome; */
}

/* PRICING PLANS */

.price-box{
	padding: 50px;
	background-color: #FFF8F4;
	border-radius: 5px;
}

.price-box-middle{
	background-color: #D3A58C;
}

.price-title {
	font-size: 5rem;
	font-weight: 700;
	color: #2B8B47;
	margin-bottom: 10px;
}
.page-holder h2.price-title{
	margin-bottom: 10px;
}

.price-features {
	list-style: none;
	margin: 0;
	margin-bottom: 30px;
}

.price-features li {
	padding: 10px 0;
	margin-bottom: 0;
}


  .club-logo {
      background-color: #dbeafe;
      padding: 0.75rem;
      border-radius: 50%;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      flex-shrink: 0;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .club-logo img {
      width: 48px;
      height: 48px;
    }
    .section-divider {
      height: 1px;
      width: 33.3333%;
      margin: 1.5rem auto;
      background: linear-gradient(90deg, transparent, rgba(0,0,0,0.1), transparent);
    }
    .university-card {
      background-color: #fff;
      border: 1px solid #f3f4f6;
      border-radius: 0.5rem;
      box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .university-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    .card-header-icon {
      background-color: #dbeafe;
      padding: 0.5rem;
      border-radius: 50%;
      margin-right: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
    }
    .card-header-icon img {
      width: 24px;
      height: 24px;
    }
    .campus-img-container img {
      width: 100%;
      height: 12rem;
      object-fit: cover;
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
    }
    .tag {
      padding: 0.25rem 0.75rem;
      border-radius: 9999px;
      font-size: 0.75rem;
      font-weight: 500;
      color: #1e40af;
      background-color: #dbeafe;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem;
      display: inline-block;
    }
    .tag.green {
      background-color: #d1fae5;
      color: #166534;
    }
    .tag.purple {
      background-color: #ede9fe;
      color: #6b21a8;
    }
    .gallery-item {
      position: relative;
      border-radius: 0.5rem;
      overflow: hidden;
      aspect-ratio: 1 / 1;
      cursor: pointer;
    }
    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
      display: block;
    }
    .gallery-item:hover img {
      transform: scale(1.05);
    }
    .gallery-overlay {
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.3);
      opacity: 0;
      transition: opacity 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 500;
      font-size: 1rem;
      user-select: none;
      border-radius: 0.5rem;
    }
    .gallery-item:hover .gallery-overlay {
      opacity: 1;
    }

/**
* #4.1# PORTFOLIOS
*
* 
*/

/* Portfolio Grid */

.portfolio-grid-container,
.portfolio-masonry-container{

}

.portfolio-grid-container-fs,
.portfolio-masonry-container-fs{
padding-left: 15px;
	padding-right: 15px;
}

.portfolio-grid,
.portfolio-masonry{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -40px;
	display: flex;
	flex-wrap: wrap;
}

.item-portfolio{
	width: 33.333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}

.item-2cols{
	width: 50%;
}

.item-3cols{
	width: 33.333%;
}

.item-4cols{
	width: 25%;
}

.item-5cols{
	width: 20%;
}

.portfolio-categ,
.portfolio-filter{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

.portfolio-categ li,
.portfolio-filter li{
	margin: 0;
	margin-right: 15px;
	line-height: 1;
}

.portfolio-categ li:last-child,
.portfolio-filter li:last-child{
	margin-right: 0;
}

.portfolio-categ li a{
	color: #000000;
font-size: 13px;
font-weight: 500;
position: relative;
}

.portfolio-categ li a:hover{
	color: #2B8B47;
}

.portfolio-filter{
	padding-left: 15px;
	margin-bottom: 50px;
}

.view-more{
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	display: inline-block;
	position: relative;
}

.view-more.current,
.view-more:hover {
	color: #2B8B47;
}

.view-more:after{
content: "";
position: absolute;
background: #2B8B47;
top: 100%;
margin-top: 2px;
left: 0%;
width: 100%;
height: 2px;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
-moz-transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
-o-transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
-ms-transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
transition: transform 0.3s cubic-bezier(0.30, 1, 0.35, 1) 0s;
transform-origin: right center;
display: block;
}

.view-more:hover:after,
.view-more.current:after{
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
transform-origin: left center;
}

.item-4cols .display-6{
	font-size: 1.5rem;
}

.item-5cols .display-6{
	font-size: 1.3rem;
}

/* Portfolio Grid v2 */

.portfolio-grid-v2{
	margin-bottom: -30px;
}

.item-portfolio-v2{
	margin-bottom: 30px;
	height: 550px;
}

.item-portfolio-v2.item-4cols,
.item-portfolio-v2.item-5cols{
	height: 400px;
}

.item-portfolio-holder-v2{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.item-portfolio-holder-v2:after{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 150px;
background: linear-gradient(180deg,transparent,rgba(0,0,0,.4));
border-radius: 10px;
}

.item-grid-image-v2{
	width: 100%;
	height: 100%;
}

.img-grid-v2{
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100% !important;
}

.item-text-holder-v2{
	position: absolute;
	z-index: 4;
	width: calc( 100% - 60px );
	left: 30px;
	bottom: 30px;
}


.item-title a,
.item-title a:hover,
.portfolio-categ-v2 li a,
.portfolio-categ-v2 li a:hover{
	color: #ffffff;
}

/* Portfolio List */

.portfolio-list-container{
	margin-bottom: -100px;
}

.item-list{
	display: flex;
	height: 400px;
	align-items: center;
	margin-bottom: 100px;
}

.item-text-list-holder{
	width: 50%;
	padding-right: 5%;
	z-index: 1;
}

.item-list-title{
	margin-bottom: 10px;
	text-align: center;
}

.item-text-list-holder .portfolio-categ{
	justify-content: center;
}

.item-list-title a{
	color: #000000;
}

.item-list-image{
	width: 50%;
	height: 100%;
}

.item-list-image-left{
	height: 100%;
}

.img-list{
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100% !important;
}

.item-list-image .img-list{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.item-list-image:hover .img-list{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item-zigzag:nth-child(2n) .item-text-list-holder{
	order: 2;
}

.item-zigzag:nth-child(2n) .item-list-image{
	order: 1;
}

/* Portfolio Slider */

.portfolio-slider{
	position: relative;
	padding-bottom: 90px;
	overflow: hidden;
}

.portfolio-slider .item-grid-image{
	margin-bottom: 0;
}

.portfolio-slider-btn-next,
.portfolio-slider-btn-prev {
    position: absolute;
    bottom: 0;
	left: 50%;
	top: auto;
    width: 40px;
    height: 40px;
	margin-top: 0;
	margin-left: calc(0px - 100px / 2);
}

.portfolio-slider-btn-next{
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: calc(0px - 100px / 2);
}

#portfolio-home5 .article-title a,
#portfolio-home5 .portfolio-categ li a{
	color: #ffffff;
}

#portfolio-home5 .portfolio-slider{
	overflow: unset;
}

#portfolio-home5 .portfolio-slider-btn-next svg,
#portfolio-home5 .portfolio-slider-btn-prev svg {
    fill: #ffffff;
}

/* Portfolio FullScreen */

.portfolio-fullscreen-container{
	width: 100%;
	height: 100vh;
	position: relative;
}

.portfolio-fs-holder{
	display: flex;
	padding: 100px;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	overflow: auto;
}

.fs-item-bkg{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: -1;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.fs-item-bkg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
}

.portfolio-fs-item.active .fs-item-bkg{
	opacity: 1;
}

.portfolio-fs-item {
    padding: 15px;
}

.fs-item-title a{
	color: #ffffff;
}

.fs-item-title a{
    filter: blur(2px);
    opacity: 0.9;
}

.portfolio-fs-item.active .fs-item-title a{
	filter: blur(0);
	opacity: 1;
}

.portfolio-fs-item .fs-item-title sup{
	margin-right: 5px;
}

#portfolio-nomargin .portfolio-grid {
    margin-left: 0;
    margin-right: 0;
}

#portfolio-nomargin .item-portfolio {
    padding: 0;
}

#portfolio-nomargin .portfolio-grid-v2,
#portfolio-nomargin .item-portfolio-v2 {
    margin-bottom: 0;
}	

#portfolio-nomargin .item-portfolio-holder-v2:after,
#portfolio-nomargin .post-image{
	border-radius: 0;
}

#portfolio-2cols-bigspace .portfolio-grid,
#portfolio-2cols-bigspace .portfolio-masonry {
    width: calc( 100% + 130px );
}

#portfolio-2cols-bigspace .item-portfolio {
    width: calc( 50% - 100px );
    margin-right: 100px;
}

#portfolio-2cols-bigspace .item-portfolio:nth-child(2n) {
    margin-top: 100px;
}

#portfolio-fs15 {
    padding-left: 15px;
    padding-right: 15px;
}

/**
* 4.2 GALLERY
*
* 
*/

.gallery-holder-masonry,
.gallery-holder-grid{
	margin-bottom: -30px;
}

.gallery-post{
	margin-bottom: 30px;
}

.item-12cols{
	width: 50%;
}

.item-12cols:nth-of-type(3n+1) {
    width: 100%;
}

.gallery-justify{
	display: flex;
	flex-wrap: wrap;
}

.item-justify {
    height: 300px;
    flex: 1 1 auto;
	padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    position: relative;
}

.item-justify img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

/**
* 4.3 TESTIMONIALS
*
* 
*/

.testimonial-slider {
	overflow: hidden;
	padding-bottom: 50px;
	position: relative;
}

.testimonial-slider .swiper-pagination{
	display: block;
	text-align: left;
}

.testimonial-slider .swiper-pagination-bullets{
	bottom: 0 !important;
}

.testimonial-slider .swiper-pagination-bullet {
    opacity: 0.7;
    background: #2B8B47;
	
	-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);

margin: 0 8px !important;

}

.testimonial-slider .swiper-pagination-bullet-active {
    opacity: 1;
	-webkit-transform: scale(1.6);
-moz-transform: scale(1.6);
-ms-transform: scale(1.6);
-o-transform: scale(1.6);
transform: scale(1.6);
}

.testimonial-quote{
	position: relative;
	z-index: 2;
}

.testimonial-quote svg {
    fill: #2B8B47;
    margin-bottom: 30px;
    width: 70px;
    height: 70px;
}

.icon-quote2{
	fill: #2B8B47;
}

.testimonial-info {
	width: 100%;
}

.testimonial-desc {
	font-weight: 400;
	font-style: italic;
	color: #000000;
	margin-bottom: 30px;
	line-height: 1.7;
}

.testimonial-client {
	font-size: 15px;
	font-weight: 700;
	color: #000000;
}
.testimonial-company{
    font-size: 14px;
    letter-spacing: .05em;
}

.testimonial-white .testimonial-desc,
.testimonial-white .testimonial-client {
    color: #ffffff;
}

.testimonial-white .testimonial-company{
	color: #e0e0e0;
}

.testimonial-white .testimonial-quote svg {
    fill: #ffffff;
}

.testimonial-white .testimonial-slider .swiper-pagination-bullet{
	background: #ffffff;
}

.testimonial-center,
.testimonial-center .testimonial-slider .swiper-pagination{
	text-align: center;
}

.el-testimonial2 {
    font-size: 1.3em;
}

.el-testimonial2,
.el-testimonial .elementor-testimonial-content {
    font-weight: 600;
}

.el-testimonial .elementor-testimonial-name{
    font-weight: 500;
}

.el-testimonial .elementor-testimonial-wrapper .elementor-testimonial-job{
	margin-top: 5px;
}

.el-quote{
	line-height: 1;
}

.mask-heart{
	width: 450px;
	-webkit-mask-image: url( images/mask-heart.svg );
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}
}


        .section-divider {
            height: 100px;
            background: linear-gradient(rgba(255,255,255,0.1), var(--light));
        }
        
        .logo-rule-card {
            transition: transform 0.3s ease;
        }
        
        .logo-rule-card:hover {
            transform: translateY(-5px);
        }
        
        .team-member:hover img {
            transform: scale(1.05);
        }
        
        .team-member img {
            transition: transform 0.3s ease;
        }
        
        .floating-icons {
            position: relative;
        }
        
        .floating-icons i {
            position: absolute;
            opacity: 0.1;
            font-size: 2rem;
            color: var(--secondary);
        }
        
        .activity-card {
            transition: all 0.3s ease;
            border-left: 4px solid var(--secondary);
        }
        
        .activity-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            border-left: 4px solid var(--accent);
        }

/**
* #5.# BLOG
*
* 
*/

.posts-holder {
	
}

.posts-holder-push-right {
	order: 2;
	padding-right: 0;
	padding-left: 20px;
}

.article-title,
.item-title {
	margin-bottom: 10px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.article-title a {
	color: #000000;
	display: block;
}

.article-title a:hover {
	color: #2B8B47;
}

.blog-item{
	margin-bottom: 100px;
}

.post-holder{
}

.meta-info{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.meta-categ-all{
	margin-bottom: 10px;
}

.meta-categ-all a {
	margin-left: 10px;
	border-bottom: 2px solid #2B8B47;
	color: #2B8B47;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
}

.meta-categ-all a{
	position: relative;
}

.meta-categ-all a:hover{
	border-color: rgba(255,255,255, 0);
}

.meta-categ-all a:first-child{
	margin-left: 0;
}

#home-blog{
	margin-bottom: -50px;
}

.meta-sticky{
	margin-left: 10px;
	color: #2B8B47;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
}

.meta-date-all,
.meta-categ-all-v2,
.meta-sticky-v2{
	color: #000000;
	font-size: 13px;
	font-weight: 500;
	position: relative;
}

.meta-date-all{
	font-weight: 400;
}

.meta-categ-all-v2 a{
	color: #000000;
	padding-right: 15px;
	margin-right: -4px;
}

.meta-categ-all-v2 a:last-child{
	padding-right: 0;
}

.meta-categ-all-v2 a:hover{
	color: #2B8B47;
}

.meta-author{
	position: relative;
	font-size: 13px;
	font-weight: 500;
}

.meta-author:after,
.meta-categ-all-v2:after,
.comment-date:after{
	content: '';
	width: 26px;
	background-color: #2B8B47;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-mask-image: url(images/divider-1.svg);
	mask-image: url(images/divider-1.svg);
}

.meta-author a{
	color: #000000;
}
.meta-author a:hover{
	color: #2B8B47;
}

.meta-author img{
	border-radius: 99em;
	margin-right: 5px;
}


.post-more{
	display: inline-block;
	margin-top: 30px;
	font-size: 17px;
	font-weight: 500;
	color: #000000;
	border-bottom: 1px solid #2B8B47;
}

.post-more:hover{
	color: #2B8B47;
	border-color: #ffffff;
}

.post-meta {
	margin: 0;
	font-size: 0;
	list-style: none;
}

.post-meta li {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
}

.post-meta li:first-child{
	margin-left: 0;
}

.post-meta li a{
	color: #ffffff;
}

.post-meta li a:hover{
	color: #2B8B47;
}

.post-image{
	margin-bottom: 30px;
	position:relative;
	overflow: hidden;
	display: inline-block;
	border-radius: 10px;
}

.item-grid-image{
	margin-bottom: 15px;
}

.post-image:after{
	content: '';
	background: rgba(73, 64, 53, 0.2);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	mix-blend-mode: multiply;
}

.post-image:hover:after,
.item-portfolio-holder-v2:hover .post-image:after{
	opacity: 1;
}

.post-image a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}	

.post-image img,
.post-image .list-image{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.post-image:hover img,
.post-image:hover .list-image,
.item-portfolio-holder-v2:hover img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	filter: grayscale(1);
}


/*** BLOG GRID ***/

.blog-item-2col-grid,
.blog-item-3col-grid{
	margin-bottom: 50px;
}

.page-holder-sidebar,
.post-sidebar .single-post-holder,
.post-sidebar .blog-item-2col-grid,
.post-sidebar .blog-1col,
.post-sidebar .blog-1col-list-left{
	margin-right: 20px;
}

#blog-home {
    margin-bottom: -50px;
}

/*** END BLOG GRID ***/

/*** BLOG LIST ***/
.blog-item-1col-list {
	display: flex;
	align-items: center;
}

.blog-item-1col-list .post-image {
	width: 35%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 0;
	top: 0;
	left: 0;
}

.blog-item .list-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.blog-item-1col-list .post-holder {
	width: 65%;
	margin-top: 0;
	padding-left: 50px;
	position: relative;
}

.blog-item-1col-list .post-holder-noimg {
	width: 100%;
	padding: 0;
}

.blog-item-1col-list:last-child {
	margin-bottom: 0;
}
/*** END BLOG LIST ***/

div > p:last-of-type{
	margin-bottom: 0;
}

.single-article-page > * {
    margin-bottom: 30px;
}

.single-article-page > :last-child{
    margin-bottom: 0;
}

.single-article-page blockquote p:last-of-type{
	margin-bottom: 0;
}

.short-blog-3col-grid .article-title{
	margin-top: 0;
	margin-bottom: 15px;
}

.short-blog-3col-grid .article-excerpt{
	margin-bottom: 0;
}


.meta-info-single{
	margin-top: 10px;
	margin-bottom: 0;
	justify-content: center;
}

.meta-info-single,
.meta-info-single .meta-date-all,
.meta-info-single a{
	color: #ffffff;
}

.meta-info-single a{
	border-color: #ffffff;
	color: #ffffff;
}

.author-single-page {
	margin-top: 100px;
	display: flex;
}

.author-avatar {
	display: block;
}

.author-avatar img {
	border-radius: 99em;
}

.author-content {
	margin-left: 30px;
}

.author-single-page h3 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.author-single-page h3 a{
	color: #000000;
}

.author-single-page h3 a:hover{
	color: #2B8B47;
}

.author-content .social-media {
	margin-top: 10px;
}

.meta-nav-holder {
	margin-top: 100px;
	align-items: center;
}

.meta-nav a {
	color: #000000;
}

.meta-nav a:hover {
	color: #2B8B47;
}

.meta-nav svg{
	width: 9px;
	height: 14px;
	vertical-align: baseline;
}

.meta-nav a:hover svg{
	fill: #2B8B47;
}

.meta-nav-left svg{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 5px;
}

.meta-nav-right svg{
	margin-left: 5px;
}

.pn-holder {
	display: flex;
	align-items: center;
}

.pn-img {
	width: 80px;
	height: 80px;
	flex: 0 0 auto;
	margin-right: 25px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}

.pn-img img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.pn-desc {
	width: 100%;
}

.pn-desc .prev-next-title {
	font-size: 1.25rem;
	font-weight: 500;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.meta-nav-right .pn-desc {
	justify-content: flex-end;
	text-align: right;
}

.meta-nav-right .pn-img {
	margin-left: 25px;
	margin-right: 0;
}

.comm-title,
.comment-reply-title {
	margin-top: 100px;
}

.comm-title > h3, .comment-reply-title{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 30px;
}

.comment .comment-reply-title{
	margin-top: 0;
}

.output2 {
	margin-top: 25px;
	border: 1px solid #ff0000;
	padding: 7px;
	color: #ff0000;
}

.antispam {
	display: none;
}

.comm-send {
	margin-top: 36px;
}

/**** COMMENTS STYLES*****/
.commentlist {
	margin: 0;
}

.commentlist>li {
	list-style: none;
	margin: 0;
	margin-top: 25px;
}

.commentlist>li ul.children li {
	list-style: none;
}

.children li.depth-2,
.children li.depth-3,
.children li.depth-4,
.children li.depth-5,
.children li.depth-6,
.children li.depth-7,
.children li.depth-8,
.children li.depth-9,
.children li.depth-10 {
	margin: 0 0 0 100px;
}

.comment-body {
	margin-bottom: 50px;
}

.comment-details {
	position: relative;
	margin-left: 100px;
}

.comment-avatar {
	position: absolute;
	left: -100px;
	top: 0;
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.comment-author .author a,
.comment-author .author a:visited {
	border: none;
}

.comment-author .author{
	margin-bottom: 10px;
}

.comment-author .author,
.comment-author .author a {
	color: #000000;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	display: block;
}

.comment-author .author a:hover{
	color: #2B8B47;
}

.comment-content {
	margin-top: 10px;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-meta{
	display: flex;
	align-items: center;
}

.comment-date {
color: #000000;
font-size: 13px;
font-weight: 400;
position: relative;
}

.comment-reply-link{
	font-size: 13px;
	font-weight: 500;
	color: #000000;
}

.comment-reply-link:hover{
	color: #2B8B47;
}

#cancel-comment-reply-link {
	display: block;
}

.commentlist .children {
	margin: 0;
}

#comments_wrap {
	margin-top: 15px;
}

#cancel-comment-reply {
	float: right;
	margin-top: 15px;
}

.comment-reply-title small {
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-top: 10px;
    line-height: 1;
}

.commentlist li .comment-respond{
	margin-bottom: 72px;
}

.pingback .comment-details,
.trackback .comment-details {
	margin-left: 0;
}

.pingback .comment-avatar,
.trackback .comment-avatar {
	display: none;
}

input::-ms-clear {
	display: none;
}

@-ms-viewport {
	width: auto;
}
/**** END COMMENTS STYLES*****/

/* SIDEBAR */
aside ul,
footer ul,
.widget_recent_entries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside > ul > li {
	margin-top: 50px;
	margin-bottom: 0;
}

aside>ul>li:first-child {
	margin-top: 0;
}

aside>ul>li:first-child img{
	border-radius: 5px;
}

aside .screen-reader-text,
.foo-block .screen-reader-text {
	display: none;
}

aside table,
aside table caption,
.foo-block table,
.foo-block table caption {
	margin-bottom: 0;
}

aside table caption,
.foo-block table caption {
	padding-bottom: 0;
}

.foo-block table caption{
	color: #000000;
}

.widgettitle,
.el-smalltitle,
.el-subtitle{
	margin-bottom: 30px;
	position: relative;
	font-size: 15px;
	display: inline-block;
	font-weight: 700;
}

.el-smalltitle{
	color: #2B8B47;
	margin-bottom: 15px;
}

.el-subtitle{
	margin-bottom: 0;
}


.widgettitle:after,
.el-smalltitle:after,
.el-subtitle:after{
	content: '';
position: relative;
width: 100%;
background-color: #2B8B47;
height: 4px;
display: block;
margin-top: 10px;
-webkit-mask-image: url(images/divider-1.svg);
mask-image: url(images/divider-1.svg);
}

.pcolor-white .elementor-heading-title{
	color: #ffffff;
}

.pcolor-white:after{
	background-color: #ffffff;
}

.menu-contact .widgettitle{
	color: #ffffff;
}

footer .widgettitle{
	color: #000000;
}

aside .instagram-pics,
footer .instagram-pics {
	text-align: center;
}

aside .instagram-pics li,
footer .instagram-pics li {
	display: inline-block;
	margin: 0 7px 7px 0;
}

aside .instagram-pics li img,
footer .instagram-pics li img {
	width: 80px;
	height: 80px;
}

.textwidget img {
	height: auto;
	max-width: 100%;
}

select{
	padding: 10px 5px;
}

.textwidget select {
	width: 100%;
}

.search-string {
	padding: 15px;
	width: 100%;
	border: 1px solid #000000;
	border-radius: 5px;
	background: none;
	color: #000000;
}

.foo-block .search-string{
	border-color: #000000;
	background: #ffffff;
}

.tagcloud a,
.tags-single-page a,
.wp-block-tag-cloud a {
	display: inline-block;
	font-size: 12px !important;
	color: #fff;
	background: #2B8B47;
	padding: 5px 15px;
	text-align: center;
	margin: 0 5px 10px 0;
	border-radius: 5px;
}

.tagcloud a:hover,
.tags-single-page a:hover,
.wp-block-tag-cloud a:hover {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

.tags-single-page {
	margin-top: 60px;
	margin-bottom: -10px;
}

.display-post-holder{
	display: flex;
}

.widget .widget-display-posts-img ul li{
	margin-bottom: 25px;
}

.radius5{
	border-radius: 5px;
}

.radius10{
	border-radius: 10px;
}

.radius-right250{
	border-radius: 0px 250px 250px 0px;
}

.width30{
	width: 30%;
}

.width80{
	width: 80%;
}

.display-post-img {
	display: block;
	position: relative;
	flex: 0 0 auto;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.display-post-img img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
	border-radius: 5px;
}

.display-post-text {
	margin-left: 15px;
}

.display-post-date {
	font-size: 12px;
	letter-spacing: 0.03em;
	margin-bottom: 0;
	line-height: 1;
}

.display-post-title {
    font-weight: 400;
	margin-top: 5px;
}

.display-post-title a{
	color: #000000;	
}

footer .display-post-title a,
footer .display-post-date{
	color: #ffffff;
}

.display-post-title a:hover{
	color: #2B8B47;	
}

.widget ul li,
.widget_recent_entries li,
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_nav_menu li {
	margin-bottom: 15px;
	line-height: 1.7;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_nav_menu li a {
	color: #000000;
}

.foo-block .widget_recent_entries li a,
.foo-block .widget_archive li a,
.foo-block .widget_categories li a,
.foo-block .widget_pages li a,
.foo-block .widget_meta li a,
.foo-block .widget_nav_menu li a {
	color: #000000;
}

.widget_recent_entries li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover {
	color: #2B8B47;
}

.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu .sub-menu {
	padding-top: 15px;
	margin-left: 15px;
}

.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_nav_menu .sub-menu li {
	border: none;
	padding-bottom: 0;
}

.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_pages li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_nav_menu li:last-child {
	margin-bottom: 0;
}

.widget_categories ul.children:last-child li:last-child {
	margin-bottom: 0;
}

/* END SIDEBAR */



.gbps-timeline {
  max-width: 900px;
  margin: 0 auto;
}

.gbps-timeline-item {
  border-left: 4px solid var(--primary-color);
  position: relative;
  padding-left: 2rem;
}

.gbps-timeline-dot {
  position: absolute;
  left: -12px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  border: 3px solid var(--white-color);
  box-shadow: 0 0 8px rgba(139, 184, 193, 0.7);
}

.gbps-timeline-date {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-top: 0.3rem;
  color: var(--primary-color);
}

.gbps-timeline-title {
  color: var(--headings-color);
}

.gbps-timeline-item p {
  color: var(--body-color);
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .gbps-timeline-item {
    border-left: 3px solid var(--primary-color);
    padding-left: 1.5rem;
  }
  .gbps-timeline-dot {
    left: -10px;
    width: 14px;
    height: 14px;
    border-width: 2px;
    top: 16px;
  }
  .gbps-timeline-date {
    font-size: 0.8rem;
  }
}


/**
* #6.# FOOTER
*
* 
*/

footer{
	padding-bottom: 0px;
	background: #ffffff;
	color: #3a3a3a;
}

footer a,
.footer-social li a {
	color: #2B8B47;
}

.footer-bkg{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-bkg:before {
	content: '';
	background: rgba(20, 28, 44, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

footer .container {
    z-index: 1;
    position: relative;
}

.footer-widgets {
    padding-top: 100px;
}

.widget-footer {
	margin-bottom: 50px;
}

.widget-footer{
	text-align: left;
}

.copyright {
    padding-top: 50px;
}

.footer-copy {
	font-size: 13px;
	text-align: center;
}

#footer-instagram {
	text-align: center;
	position: relative;
	margin-top: 100px;
}

#footer-instagram .widgettitle {
	display: inline-block;
}

#footer-instagram .instagram-pics {
	margin: 0;
	font-size: 0;
}

#footer-instagram .instagram-pics li {
	display: inline-block;
	margin: 0;
	width: 12.5%;
}

#footer-instagram .instagram-pics li img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#footer-instagram .instagram-pics li img:hover {
	opacity: 0.9;
}

#footer-instagram .clear {
	bottom: 7px;
	font-size: 12px;
	left: 0;
	letter-spacing: 1px;
	line-height: 1.1;
	position: absolute;
	right: 0;
}

#footer-instagram .clear a {
	background: #ffffff;
	border: medium none;
	color: #303030;
	display: inline-block;
	padding: 7px 14px;
}

#sb_instagram #sbi_load {
    float: none;
    clear: both;
    width: auto;
    position: absolute;
    bottom: 5px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#sb_instagram .sbi_follow_btn a {
    background: #fff;
    color: #000;
}

#sb_instagram .sbi_follow_btn a:hover{
	box-shadow: none;
}

/**
* #7.# OTHER
*
* 
*/

.img-fluid,
.single-post-content img,
.custom-page-template img {
	height: auto;
	max-width: 100%;
}

.icon-img img{
	background: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

/* comments + contact fields */

textarea {
    overflow: auto;
    resize: vertical;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.comment-form{
	margin-top: 30px;
}

.comm-field,
.contact-field,
#msg-contact,
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	background: none;
	color: #000000;
}

#msg-contact{
	display: block;
}

.post-password-form label input {
	padding: 10px 25px;
	border: 1px solid #000000;
	border-radius: 5px;
	background: none;
	color: #000000;
	margin-left: 10px;
}

.comm-title-2 .section-title {
	margin-top: 30px;
}

.comment-form-cookies-consent{
	margin-top: 30px;
}

@-webkit-keyframes hoverarrow{
	0% { transform:translateX(0); }
	50%{transform:translateX(15px); opacity:1;}
	51%{opacity:0;transform:translateX(-15px);}
	52%{opacity:1;}
	100%{transform:translateX(0);}
}

@keyframes hoverarrow{
	0% { transform:translateX(0); }
	50%{transform:translateX(15px); opacity:1;}

	100%{transform:translateX(0);}
}

.read-more,
.submit,
.wpcf7-submit,
.page-links a,
.post-password-form input[type="submit"],
.el-btn .elementor-button {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	background: #2B8B47;
	padding: 10px 25px;
	display: inline-block;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.read-more{
	position: relative;
	
}

.read-more:after,
.read-more-v2:after,
.el-btn .elementor-button .elementor-button-text:after{
	content: '';
    position: relative;
    width: 9px;
    background-color: #ffffff;
    height: 14px;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: -2px;
    -webkit-mask-image: url(images/arrow-1.svg);
  mask-image: url(images/arrow-1.svg);
}

.white-btn:after,
.el-btn.white-btn .elementor-button .elementor-button-text:after{
	background-color: #000000;
}

.read-more:hover:after,
.el-btn .elementor-button:hover .elementor-button-text:after{
	-webkit-animation: hoverarrow cubic-bezier(0,.77,.78,.84) .5s;
	animation: hoverarrow cubic-bezier(0,.77,.78,.84) .5s;
}

.wpcf7-submit{
	cursor: pointer;
}

.wpcf7-form .contact-btn{
	margin-bottom: 0;
}

.el-btn .elementor-button.elementor-size-md,
.el-btn .elementor-button.elementor-size-sm {
	color: #ffffff;
    font-size: 15px;
	font-weight: 700;
    padding: 10px 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.read-more.white-btn,
.el-btn.white-btn .elementor-button.elementor-size-md,
.el-btn.white-btn .elementor-button.elementor-size-sm{
	color: #000000;
	background: #ffffff;
}

.read-more:hover,
.submit:hover,
.wpcf7-submit:hover,
.page-links a:hover,
.post-password-form input[type="submit"]:hover,
.el-btn .elementor-button.elementor-size-md:hover,
.el-btn .elementor-button.elementor-size-sm:hover{
	color: #fff;
	background: #2B8B47;
	box-shadow: 0 5px 20px rgba(74,125,109,0.3);
}

.read-more.white-btn:hover,
.el-btn.white-btn .elementor-button.elementor-size-md:hover,
.el-btn.white-btn .elementor-button.elementor-size-sm:hover{
	color: #000000;
	background: #ffffff;
	box-shadow: 0 5px 20px rgba(255,255,255,0.3);
}

.read-more-v2{
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	display: inline-block;
}

.read-more-v2:after{
	background-color: #000000;
}

.read-more-v2:hover{
	color: #2B8B47;
}

.read-more-v2:hover:after{
	background-color: #2B8B47;
	-webkit-animation: hoverarrow cubic-bezier(0,.77,.78,.84) .5s;
	animation: hoverarrow cubic-bezier(0,.77,.78,.84) .5s;
}

.white-btn-v2{
	color: #ffffff;
}
.white-btn-v2:after{
	background-color: #ffffff;
}

.btn100{
	width: 100%;
	text-align: center;
}

.elementor-button{
	line-height: 1.7;
}

.form-submit{
	margin-top: 30px;
}

.blog-post-single .form-submit{
	margin-bottom: 0;
}

.post-password-form input[type="submit"] {
	margin-left: 10px;
	margin-top: 0;
	cursor: pointer;
}


/*** PREV-NEXT PAGE NAVIGATION ***/
.prev-next,
.page-links {
	text-align: center;
	font-size: 0;
}

.prev-next{
	margin-top: 50px;
}

.page-numbers,
.nav-page a {
	color: #fff;
	background: #000000;
	margin: 0 10px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
}

.current-page,
.page-numbers:hover,
.nav-page a:hover {
	color: #fff;
	background: #2B8B47;
}

.page-links {
	margin-top: 36px;
}

.page-links a {
	margin: 0;
	margin-right: 12px;
}

.more-pages{
	font-size: 13px;
	vertical-align: bottom;
	margin: 0 10px;
}

.error-404 {
	text-align: center;
}


/*flexible embeds*/
.video-widget {
	position: relative;
	padding: 0;
	padding-bottom: 56.30%; /* 15:9 ratio*/
	height: 100%;
	overflow: hidden;
}

.gmaps {
	position: relative;
	padding: 0;
	height: 400px;
	overflow: hidden;
}

.video-widget iframe,
.gmaps iframe {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 100%;
}

.post-video{
position: relative;
}

.post-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.post-audio:before {
    padding-top: 35%;
}

.post-video iframe{
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
	max-width: 100%;
}

.scrollup {
	display: none;
}

.scrollup i {
	width: 30px;
	height: 30px;
	position: fixed;
	background: #2B8B47;
	color: #ffffff;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
	z-index: 110;
}

.nf-text {
	margin: 25px 0;
}

.alignc {
	text-align: center;
}

.alignr {
	text-align: right;
}

.alignl {
	text-align: left;
}

.none {
	display: none;
}

.alert{
	font-weight: 700;
	background-color: #2B8B47;
	border: none;
	color: #ffffff;
	padding: 15px;
	border-radius: 0;
	margin-top:100px;
}

.error404 #footer-instagram{
	display: none;
}

.title-404{
	font-size: 12rem;
	margin-bottom: 30px;
	line-height: 1;
}

.padding-50{
	padding: 50px;
}
.padding-t50{
}
.padding-t150{
	padding-top:150px;
}
.padding-b100{
	padding-bottom:100px;
}
.padding-b70{
	padding-bottom: 70px;
}

.padding-tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padding-tb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padding-tb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding-tb25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.margin-tb50 {
	margin: 50px 0;
}

.margin-tb35 {
	margin: 35px 0;
}

.margin-tb25 {
	margin: 25px 0;
}

.margin-t100 {
	margin-top: 100px;
}

.margin-t50 {
	margin-top: 50px;
}

.margin-r50{
	margin-right: 50px;
}

.margin-l50,
.margin-tablet-l50{
	margin-left: 50px;
}

.margin-t35 {
	margin-top: 35px;
}

.margin-t30 {
	margin-top: 30px;
}

.margin-t25 {
	margin-top: 25px;
}

.margin-b100 {
	margin-bottom: 100px;
}


.margin-b50 {
	margin-bottom: 50px;
}

.margin-b35 {
	margin-bottom: 35px;
}

.margin-b30 {
	margin-bottom: 30px;
}

.margin-b25 {
	margin-bottom: 25px;
}

.margin-b15 {
	margin-bottom: 15px;
}

.margin-b10 {
	margin-bottom: 10px;
}

.margin-b15:not(:last-child){
	margin-bottom: 15px;
}

.margin-none {
	margin: 0;
}

.margin-b30less{
	margin-bottom: -30px;
}

.margin-b50less{
	margin-bottom: -50px;
}

.section-nomargin{
	margin-bottom: -100px;
}

.img-center {
	margin: 0 auto;
}

.advisor-img {
    width: 260px !important;         /* fixed width */
    height: 300px !important;        /* fixed height */
}


/* Placeholder text color */

::-webkit-input-placeholder {
	/* Safari, Chrome and Opera */
	color: #000000;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #000000;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #000000;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #000000;
}

::-ms-input-placeholder {
	/* Edge */
	color: #000000;
}

:placeholder-shown,
::placeholder{
	color: #000000;
}


.icon-circle .elementor-icon {
	color: #2B8B47;
	border-color: #2B8B47;
}

.pcolori .elementor-icon{
	color: #2B8B47;
}

.icon-bkg .elementor-icon{
	background: #2B8B47;
}

.pcolori svg path{
	fill: #2B8B47;
}

.pcolori-border .elementor-icon {
    padding: 15px;
    border: 1px solid;
    border-radius: 5px;
}

.pcolori-bkg .elementor-icon {
    padding: 15px;
    background-color: #2B8B47;
    border-radius: 5px;
}

.pcolori-bkg svg path{
	fill: #ffffff;
}

.pcolori-white .elementor-icon{
	color: #ffffff;
}

.pcolori-white svg path{
	fill: #ffffff;
}


.pcolor-circle .elementor-icon,
.pcolor-circle30 .elementor-icon{
    background: #2B8B47;
	color: #ffffff;
    padding: 10px;
    border-radius: 99em;
}

.pcolor-circle30 .elementor-icon{
	padding: 30px;
}

.el-align-right {
	text-align: right;
}

.el-align-center {
	text-align: center;
}

.el-align-center .testimonial-desc:before{
    left: 50%;
    transform: translateX(-50%);
}

.contact3-box .elementor-image-box-img {
    margin-bottom: 15px !important;
}

.fstart .elementor-row {
    align-items: flex-start;
}

.feature-box {
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.feature-box h4 {
    color: #ffffff;
}

.feature-box-title {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

.feature-box-img {
    position: relative;
	overflow: hidden;
}

.feature-box-img a{
	position: relative;
}

.feature-box-img a::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    height: 100%;
    opacity: 0.2;
}

.feature-box-img:not(:last-child) {
    margin-bottom: 0;
}

.feature-box-holder img{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.feature-box-holder:hover img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.mt-img-scale {
    overflow: hidden;
    border-radius: 10px;
}

.mt-img-scale img {
    -webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mt-img-scale:hover img {
    -webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


/** GUTENBERG **/
.page-full .alignfull,
.page-full .alignwide {
	margin-left: calc( -100vw / 2 + 100% / 2);
	margin-right: calc( -100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.page-full .alignfull img,
.page-full .alignwide img{
	margin-left: auto;
	margin-right: auto;
}

.has-large-font-size{
	font-size: 36px;
	white-space: pre-wrap;
}

.has-medium-font-size{
	font-size: 20px;
	white-space: pre-wrap;
}

.has-small-font-size{
	font-size: 13px;
	white-space: pre-wrap;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66666666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111111111%;
}

.gallery-holder{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.gallery-item {
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.white{
	color: #ffffff;
}

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

.footer-group p{
    margin-bottom: 0;
}

/** SIMPLE LIGHTBOX **/
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }
  .sl-wrapper * {
    box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    font-size: 3rem; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #fff; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #000;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }


/** SWIPER **/

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:''}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:''}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/**
* #9.# MEDIA QUERIES
*
* 
*/

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}

}

@media (min-width: 992px) {
	
		.container{
		max-width: 960px;
	}
		.menu-contact {
		height: 100vh;
		padding-top: 170px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (min-width: 1024px) {
	
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	
	.parallax{ background-attachment: fixed !important;}

}

@media (min-width: 1500px) {
	.container {
		max-width: 1350px;
	}

	.page-full .alignwide {
		margin-left: -75px;
		margin-right: -75px;
		max-width: 1500px;
	}
	
	aside table th,
	.foo-block table th,
	aside table td,
	.foo-block table td {
		padding: 5px;
	}
	
}

@media (max-width: 1200px) {
	.menu-nav li {
		margin-left: 15px;
	}
	
	
.h1,
 h1,
.large-title {
  font-size:calc(2.5rem + 1.2vw);
 }
.h2,
 h2 {
  font-size:calc(1.7rem + .7vw);
 }
.h3,
 h3,
.comm-title > h3,
.comment-reply-title {
  font-size:calc(1.5rem + .6vw);
 }
.h4,
 h4 {
  font-size:calc(1.3rem + .3vw);
 }
 
.h5,
 h5 {
  font-size:calc(1.1rem + .2vw);
 }
 
 .display-1 {
  font-size:calc(1.525rem + 5.7vw);
 }
.display-2 {
  font-size:calc(1.5rem + 4vw);
 }
 .display-3 {
  font-size:calc(1.475rem + 3vw);
 }
 .display-4,
 .display-4 .elementor-heading-title{
  font-size:calc(1.3rem + 2.5vw);
 }
.display-5{
  font-size:calc(1.275rem + 1.0vw);
 } 
 
.display-6 {
  font-size:calc(1.15rem + 0.5vw);
 }  
 
 .slider-caption{
	 padding-top: 100px;
 }
 
 .portfolio-fs-holder{
	 padding: 100px 10px;
 }
 
 .portfolio-fs-item {
		padding: 15px 10px;
	}
 
}

@media (min-width: 1025px) and (max-width: 1360px) {
	
}

@media (max-width: 1024px) {
	
	/* menu */
	.nav-holder,
	.binfo3,
	.header-3 .header-container,
	.btn-header-5{
		display: none;
	}
	.nav-button-holder{
		display: block;
	}
	
	.nav-button-holder-5{
		flex: 1 1 0;
	}
	
	.top-header-3{
		border:none;
	}
	
	.nav-fixed-top .top-header-3,
	.nav-fixed-top .top-header-5{
		display: flex;
	}
	
	.nav-button-holder-5{
		text-align: right;
	}
	
	.header-container5{
		padding: 0;
		padding-top: 15px;
	}
	
	.topsingleimg{
		clip-path: none;
	}

	.topsingleimg img {
		position: relative;
	}	
	
	.tablet-margin-b30,
	.margin-bm30{
		margin-bottom: 30px;
	}
	
	.tablet-margin-b50,
	.margin-bm50{
		margin-bottom: 50px;
	}
	
	.margin-percentr40{
		margin-right: 30%;
	}
	
	.padding-lr200{
		padding: 0;
	}
	
	.margin-lr200,
	.margin-tablet-l50{
		margin: 0;
	}
	
	.padding-100{	
		padding: 50px 15px;
	}
	
	.home-slider-5{
		padding: 110px 0px 50px;
	}	
	
	.home-section-7-1,
	.home-section-9-1{
		margin-top: 110px;
	}
	
	.order1{
		order: 1;
	}	
	.order2{
		order: 2;
	}
	
	.order3{
		order: 3;
	}
		
	.page-holder-sidebar,
	.post-sidebar .single-post-holder,
	.post-sidebar .blog-item-2col-grid,
	.post-sidebar .blog-1col,
	.post-sidebar .blog-1col-list-left{
		margin-right: 0;
	}
	
	.blog-item{
	margin-bottom: 50px;
	}
	
	.archive .blog-item:last-child{
		margin-bottom: 0;
	}
	
	.archive .prev-next{
		margin-top: 50px;
	}
	
	.practice-icon-v2{
		padding: 30px;
	}

	.item-portfolio-v2.item-3cols,
	.item-portfolio-v2.item-4cols,
	.item-portfolio-v2.item-5cols{
		width: 50%;
	}
	
	.portfolio-slider{
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.item-justify {
		height: 200px;
		margin-bottom: 15px;
		padding-left: 0;
	}
	
	.item-justify:last-child{
		flex-grow: 0;
	}
	
	.gallery-justify{
		margin-left: auto;
	}
	
	#portfolio-2cols-bigspace .portfolio-grid,
	#portfolio-2cols-bigspace .portfolio-masonry {
		width: calc( 100% + 80px );
	}

	#portfolio-2cols-bigspace .item-portfolio {
		width: calc( 50% - 50px );
		margin-right: 50px;
	}		
	
	#portfolio-2cols-bigspace .item-portfolio:nth-child(2n) {
		margin-top: 50px;
	}

.img-border-left .elementor-image:before,
.img-border-right .elementor-image:before {
    width: calc(100% - 30px );
    bottom: -30px;
    right: 64px;
    border-width: 12px;
}

.img-border-right .elementor-image:before{
	right: 0;
	left: 64px;
}

.elementor-column-gap-default .elementor-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.lefticon .elementor-icon-box-wrapper{
	text-align: left !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.lefticon .elementor-icon-box-icon{
	margin-left: 0 !important;
	margin-right: 15px !important;
}

}

@media (max-width: 992px){
	aside,
	.blog-post-single aside {
		margin-top: 100px;
	}
	
	aside>ul>li:first-child img{
		width: 100%;
	}

	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image,
	.blog-item-1col-list .post-holder  {
		width: 100%;
	}
	
	.blog-item-1col-list .post-holder{
		padding-left: 0;
	}
	
	.blog-item-1col-list .post-image{
		margin-bottom: 30px;
	}
	
	#fs-holder{
	padding: 0;
	}
	
	.posts-holder {
    padding-right: 15px;
	}
	
	.img-border-left .elementor-image:before,
.img-border-right .elementor-image:before {
    display: none;
}

	.foo-block select{
		display: block;
	}


	.item-4cols,
	.item-5cols{
		width: 33.333%;
	}
	
	.el-align-right {
		text-align: left;
	}
	
	.margin-r50,
	.margin-percentr40{
		margin-right: 0;
	}
	
	.margin-l50{
		margin-left: 0;
	}
	
	.radius-right250{
		border-radius: 0;
	}
	
	.padding-50{
		padding: 50px 15px;
	}
	
	.section-hide-mobile{
		display: none;
	}
	
}

@media (max-width: 767px) {
	
	html {
		overflow-y: scroll !important;
	}
	
	.container {
		max-width: 100%;
	}
	
	.admin-bar .main-header {
		top: 46px;
	}
	
	.top-header {
		display: none;
	}
	
	.top-header-3,
	.top-header-5{
		display: flex;
	}
	
	/* home */
	.swiper-mt,
	.top-single-bkg	{
		height: 450px;
	}
	
	.slider-caption {
		padding-top: 67px;
	}
	
	.topnoimg{
	height: auto;
	margin-top: 30px;
	}
	
	.top-blogfront{
		height: auto;
	}
	
	.page-title-above{
	margin-top: 30px;
	margin-bottom: 50px;
	}
	
	.title-404{
	font-size: 100px;
	}
	 
	.inner-desc h1 {
		word-wrap: break-word;
	}
	
	.swiper-mt,
	.video-container,
	.top-single-bkg,
	.section-holder{
		margin-bottom: 50px;
	}
	
	.meta-nav-holder,
	.author-single-page,
	.margin-t100{
		margin-top: 50px;
	}
	
	.margin-notop100{
		margin-top: -50px;
	}
	
	.portfolio-list-container,
	.section-nomargin{
		margin-bottom: -50px;
	}
	
	.menu-mobile li {
		font-size: 2rem;
	}
	
	#footer-instagram .instagram-pics li{
		width: 50%;
	}
	
	#footer-instagram .instagram-pics li img {
		width: 100%;
	}
		
	#footer-instagram{
		margin-top: 50px;
	}
	
	.footer-widgets {
		padding-top: 50px;
	}
	
	.prev-next {
		margin-top: 0;
	}
	
	.btn-header .read-more{
		letter-spacing:0;
	}
	
	/* blog */
	.posts-holder-push-right {
		order: 0;
	}
	.posts-holder,
	.posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.blog-item-1col-list {
		display: block;
	}
	.blog-item-1col-list .post-image {
		height: 300px;
	}
	
	.author-single-page {
		display: block;
	}

	.author-content {
		margin-left: 0;
		margin-top: 30px;
	}
	
	/* end blog */
	
	#fs-holder{
	padding: 0;
	}
	
	.meta-nav-right {
		margin-top: 30px;
	}
	.meta-nav-right.margin-none {
		margin-top: 0;
	}
	
	.meta-nav-right .pn-desc{
		text-align: left;
	}
	
	.meta-nav-right .pn-desc{
		order: 2;
	}
	.meta-nav-right .pn-img {
	margin-left: 0;
	margin-right: 25px;
	}
	
	.item-portfolio-v2{
		height: 350px;
	}
	
	.item-portfolio-v2.item-2cols,
	.item-portfolio-v2.item-3cols,
	.item-portfolio-v2.item-4cols,
	.item-portfolio-v2.item-5cols{
		width: 100%;
	}
	
	.item-list{
		flex-wrap: wrap;
		height: auto;
		margin-bottom: 50px;
	}
	
	.item-list-image{
		width: 100%;
		height: 350px;
		order: 1;
	}
	
	.item-text-list-holder{
		width: 100%;
		padding:0;
		padding-left: 15px;
		margin-top: 30px;
		order: 2;
	}
	
	.item-list-title{
		text-align: left;
	}

	.item-text-list-holder .portfolio-categ{
		justify-content: left;
	}

	.item-list-title{
		font-size: 1.5rem;
	}
	
	.item-justify {
		height: 100px;
	}
	
	#portfolio-home8 .portfolio-slider{
		overflow: unset;
	}
	
	#portfolio-2cols-bigspace .portfolio-grid,
	#portfolio-2cols-bigspace .portfolio-masonry {
		width: auto;
	}

	#portfolio-2cols-bigspace .item-portfolio {
		width: 50%;
		margin-right: 0;
	}
	
	.padding-tb100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.order-mobi1{
		order: 1;
	}	
	.order-mobi2{
		order: 2;
	}
	
	.order-mobi3{
		order: 3;
	}
	
	.sub-section,
	.mobile-margin-b50{
		margin-bottom: 50px;
	}
	
	.mobile-margin-b30{
		margin-bottom: 30px;
	}
	
	.mobile-margin-b20{
		margin-bottom: 20px;
	}

		
	/* comments */
	
	.form-submit {
		margin-top: 0;
	}
	
	.children li.depth-2,
	.children li.depth-3,
	.children li.depth-4,
	.children li.depth-5,
	.children li.depth-6,
	.children li.depth-7,
	.children li.depth-8,
	.children li.depth-9,
	.children li.depth-10 {
		margin: 0;
	}
	
	/* gutenberg */
	.wp-block-column {
		flex-basis: 100%;
		flex-grow: 1;
	}
	.wp-block-column:not(:last-child) {
		margin-right: 0;
	}
	.wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	
	.iconbox-mobi .elementor-icon-box-wrapper{
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
	}
	
	.iconbox-mobi .elementor-icon-box-icon{
		margin-right: 15px !important;
		margin-bottom: 0 !important;
	}
	
}

/* Drawing Competition Section - Simple Card Styles */
.competition-card, .school-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.competition-card:hover, .school-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.competition-image img, .school-image img {
	transition: transform 0.3s ease;
}

.competition-card:hover .competition-image img,
.school-card:hover .school-image img {
	transform: scale(1.05);
}

/* Photowalk GBPS Section Styles */
.home-section-photowalk {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.photowalk-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid rgba(0,0,0,0.05);
}

.photowalk-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.15) !important;
}

.photowalk-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}

.photowalk-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.photowalk-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.photowalk-card:hover .photowalk-overlay {
	opacity: 1;
}

.overlay-content {
	text-align: center;
	padding: 20px;
}

.photowalk-features .feature-item {
	padding: 8px 0;
}

.feature-icon {
	width: 20px;
	text-align: center;
}

.photowalk-stats {
	border-top: 1px solid #e9ecef;
	padding-top: 20px;
}

.stat-item {
	flex: 1;
}

.stat-number {
	font-size: 1rem;
	line-height: 1;
}

.stat-label {
	font-size: 0.875rem;
	margin-top: 5px;
}

.upcoming-photowalks {
	border: 1px solid #e9ecef;
}

.upcoming-item {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid #f8f9fa;
}

.upcoming-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.upcoming-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,123,255,0.1);
	border-radius: 50%;
}

/* Responsive adjustments for photowalk section */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 15px;
	}

	.stat-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.stat-number {
		font-size: 1rem;
	}

	.photowalk-features .row {
		gap: 10px;
	}

	.feature-item {
		font-size: 0.875rem;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Photo & Member of the Year Section Styles */
.home-section-awards {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.award-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid rgba(0,0,0,0.05);
}

.award-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.15) !important;
}

.award-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}

.award-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.award-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.award-card:hover .award-overlay {
	opacity: 1;
}

.overlay-content {
	text-align: center;
	padding: 20px;
}

.award-details .detail-item {
	padding: 8px 0;
}

.detail-icon {
	width: 20px;
	text-align: center;
}

.award-stats {
	border-top: 1px solid #e9ecef;
	padding-top: 20px;
}

.award-stats .stat-item {
	flex: 1;
}

.award-stats .stat-number {
	font-size: 1.5rem;
	line-height: 1;
}

.award-stats .stat-label {
	font-size: 0.875rem;
	margin-top: 5px;
}

.previous-winners {
	border: 1px solid #e9ecef;
}

.winner-item {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid #f8f9fa;
}

.winner-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.winner-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,193,7,0.1);
	border-radius: 50%;
}

.winner-icon.text-success {
	background: rgba(40,167,69,0.1);
}

/* Responsive adjustments for awards section */
@media (max-width: 768px) {
	.award-stats {
		flex-direction: column;
		gap: 15px;
	}

	.award-stats .stat-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.award-stats .stat-number {
		font-size: 1.25rem;
	}

	.award-details .row {
		gap: 10px;
	}

	.detail-item {
		font-size: 0.875rem;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Ensure images display properly */
.competition-image img, .school-image img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Gallery images in competition section */
.competition-card .row img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Badge styling */
.school-details .badge {
	font-size: 0.75rem;
	padding: 0.5rem 0.75rem;
}

/* Section background */
.home-section-drawing-competition {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

@media (max-width: 568px) {
	
	.btn-header,
	.btn-header-2{
		display: none;
	}
	
	.page-links a {
		margin-bottom: 15px;
	}
	
	.comment-form .comm-field {
		margin-bottom: 30px;
	}
	.comment-form-cookies-consent {
		margin-top: 0;
	}
	
	.item-3cols,
	.item-4cols,
	.item-5cols{
		width: 50%;
	}
	
	.mt-brand-logos .gallery-item{
		max-width: 50%;
		margin-bottom: 30px;
	}
	
	.mt-brand-logos{
		margin-bottom: -30px;
	}

}

/* Welfare Slider Styles */
.welfare-slider-container {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.welfare-slider {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.welfare-slide {
	min-width: 100%;
	flex-shrink: 0;
}

.welfare-slide img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
}

.slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 10;
}

.slider-btn {
	background: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: all;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.slider-btn:hover {
	background: rgba(255, 255, 255, 1);
	transform: scale(1.1);
}

.slider-btn i {
	font-size: 18px;
	color: #333;
}

.slider-dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 10;
}

.slider-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: all 0.3s ease;
}

.slider-dot.active {
	background: rgba(255, 255, 255, 1);
	transform: scale(1.2);
}

.welfare-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
	display: flex;
	align-items: flex-end;
	padding: 20px;
	border-radius: 10px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.welfare-slider-container:hover .welfare-overlay {
	opacity: 1;
}

.overlay-content h4 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
}

.overlay-content p {
	margin: 5px 0 10px 0;
	font-size: 0.9rem;
}

.overlay-content .badge {
	font-size: 0.75rem;
	padding: 0.25rem 0.5rem;
}

/* Welfare card hover effects */
.welfare-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.welfare-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

/* Welfare stats styling */
.welfare-stats {
	background: rgba(248, 249, 250, 0.8);
	border-radius: 8px;
	padding: 15px;
}

.welfare-stats .stat-item {
	text-align: center;
}

.welfare-stats .stat-number {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.welfare-stats .stat-label {
	font-size: 0.8rem;
	color: #6c757d;
}

/* Modern Welfare Section Styles */
.welfare-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 2.5rem;
	margin-bottom: 4rem;
}

.welfare-item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: white;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.welfare-item:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.welfare-item-inner {
	position: relative;
	height: 100%;
}

.welfare-image-modern {
	position: relative;
	height: 250px;
	overflow: hidden;
}

.welfare-image-modern img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.welfare-item:hover .welfare-image-modern img {
	transform: scale(1.1);
}

.welfare-overlay-modern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(43, 139, 71, 0.9) 0%, rgba(30, 107, 58, 0.9) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.4s ease;
}

.welfare-item:hover .welfare-overlay-modern {
	opacity: 1;
}

.overlay-content-modern {
	text-align: center;
	color: white;
	padding: 2rem;
}

.overlay-icon {
	font-size: 3rem;
	margin-bottom: 1rem;
	display: block;
}

.overlay-content-modern h4 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.overlay-content-modern p {
	font-size: 1rem;
	opacity: 0.9;
}

.welfare-content-modern {
	padding: 2.5rem;
	height: calc(100% - 250px);
	display: flex;
	flex-direction: column;
}

.welfare-header {
	margin-bottom: 0.5rem;
}

.welfare-category {
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 25px;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 1rem;
}

       .welfare-item-primary .welfare-category {
	background: linear-gradient(135deg, #2B8B47, #1e6b3a);
	color: white;
}

.welfare-item-secondary .welfare-category {
	background: linear-gradient(135deg, #2B8B47, #1e6b3a);
	color: white;
}

.welfare-item-success .welfare-category {
	background: linear-gradient(135deg, #2B8B47, #1e6b3a);
	color: white;
}

.welfare-item-warning .welfare-category {
	background: linear-gradient(135deg, #ffc107, #e0a800);
	color: #212529;
}

.welfare-content-modern h3 {
	font-size: 1.75rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.welfare-content-modern p {
	color: #6c757d;
	line-height: 1.7;
	margin-bottom: 2.5rem;
	flex-grow: 1;
}





       .welfare-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 8px 20px;
	background: linear-gradient(135deg, #2B8B47, #1e6b3a);
	color: white;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.3s ease;
	border: none;
	width: 100%;
}

.welfare-btn:hover {
	background: linear-gradient(135deg, #1e6b3a, #155a2e);
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(43, 139, 71, 0.3);
}

.welfare-btn i {
	transition: transform 0.3s ease;
}

.welfare-btn:hover i {
	transform: translateX(5px);
}

/* Additional Activities */
.welfare-extras {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
	gap: 2.5rem;
	margin-bottom: 4rem;
}

.welfare-extra-item {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
	padding: 2.5rem;
	background: white;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.welfare-extra-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

       .welfare-extra-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #2B8B47, #1e6b3a);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1.5rem;
	flex-shrink: 0;
}

.welfare-extra-item:nth-child(2) .welfare-extra-icon {
	background: linear-gradient(135deg, #ffc107, #e0a800);
}

.welfare-extra-content {
	flex-grow: 1;
}

.welfare-extra-content h4 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 1rem;
}

.welfare-extra-content p {
	color: #6c757d;
	line-height: 1.7;
	margin-bottom: 2rem;
}

.welfare-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.tag {
	padding: 0.5rem 1rem;
	background: linear-gradient(135deg, #f8f9fa, #e9ecef);
	color: #6c757d;
	border-radius: 20px;
	font-size: 0.8rem;
	font-weight: 500;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Call to Action */
.welfare-cta {
	text-align: center;
	padding: 4rem 0;
}

.cta-btn {
	display: inline-block;
	padding: 1rem 2.5rem;
	margin: 0 1rem;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.cta-btn.primary {
	background: linear-gradient(135deg, #ffc107, #e0a800);
	color: #212529;
}

.cta-btn.primary:hover {
	background: linear-gradient(135deg, #e0a800, #d39e00);
	transform: translateY(-3px);
	box-shadow: 0 15px 35px rgba(255, 193, 7, 0.3);
}

       .cta-btn.secondary {
	background: transparent;
	color: #2B8B47;
	border-color: #2B8B47;
}

.cta-btn.secondary:hover {
	background: #2B8B47;
	color: white;
	transform: translateY(-3px);
	box-shadow: 0 15px 35px rgba(43, 139, 71, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
	.welfare-grid {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 2rem;
	}
	
	.welfare-extras {
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
		gap: 2rem;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 768px) {
	.welfare-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-bottom: 3rem;
	}
	
	.welfare-extras {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-bottom: 3rem;
	}
	
	.welfare-extra-item {
		flex-direction: column;
		text-align: center;
		padding: 2rem;
	}
	
	.welfare-content-modern {
		padding: 2rem;
	}
	
	.welfare-content-modern h3 {
		font-size: 1.5rem;
	}
	
	.welfare-cta {
		padding: 3rem 0;
	}
	
	.cta-btn {
		display: block;
		margin: 1rem auto;
		max-width: 300px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 576px) {
	.welfare-grid {
		gap: 1.5rem;
		margin-bottom: 2.5rem;
	}
	
	.welfare-extras {
		gap: 1.5rem;
		margin-bottom: 2.5rem;
	}
	
	.welfare-image-modern {
		height: 200px;
	}
	
	.welfare-content-modern {
		padding: 1.5rem;
	}
	
	.welfare-content-modern h3 {
		font-size: 1.25rem;
	}
	
	.welfare-extra-item {
		padding: 1.5rem;
		gap: 1rem;
	}
	
	.welfare-extra-content h4 {
		font-size: 1.25rem;
	}
	
	.welfare-cta {
		padding: 2.5rem 0;
	}
	
	.cta-btn {
		padding: 0.875rem 2rem;
		margin: 0.75rem auto;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Exhibition Section Styles */
.exhibition-featured {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.exhibition-featured:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.exhibition-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
}

.exhibition-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(43, 139, 71, 0.8) 0%, rgba(30, 107, 58, 0.9) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.exhibition-featured:hover .exhibition-overlay {
	opacity: 1;
}

.exhibition-overlay .overlay-content {
	text-align: center;
	color: white;
	padding: 20px;
}

.exhibition-stats {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border-radius: 15px;
	padding: 20px;
}

.exhibition-categories .badge {
	font-size: 0.8rem;
	padding: 8px 12px;
	border-radius: 20px;
}

.exhibition-sidebar .exhibition-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.exhibition-sidebar .exhibition-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.exhibition-card-badge {
	position: absolute;
	top: 15px;
	right: 15px;
}

.exhibition-meta .meta-item {
	font-size: 0.9rem;
}

.exhibition-stats-card {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.stats-grid .stat-box {
	padding: 15px;
	background: white;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.past-exhibitions {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.past-exhibition-item {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.past-exhibition-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

.exhibition-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

/* Responsive adjustments for exhibition section */
@media (max-width: 992px) {
	.exhibition-stats {
		flex-wrap: wrap;
		gap: 15px;
	}
	
	.exhibition-stats .stat-item {
		flex: 1;
		min-width: 120px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 768px) {
	.exhibition-featured .exhibition-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	
	.exhibition-categories .row {
		gap: 10px;
	}
	
	.exhibition-categories .col-6 {
		width: 100%;
	}
	
	.past-exhibitions .row {
		gap: 15px;
	}
	
	.past-exhibition-item {
		margin-bottom: 15px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 576px) {
	.exhibition-featured .exhibition-stats {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.exhibition-stats-card .stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	
	.exhibition-meta .meta-item {
		font-size: 0.85rem;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Category and Year Filtering Styles */
.wp-block-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wp-block-categories .cat-item {
	margin-bottom: 8px;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.wp-block-categories .cat-item:hover {
	background-color: rgba(43, 139, 71, 0.05);
}

.wp-block-categories .cat-item a {
	display: flex;
	align-items: center;
	padding: 10px 12px;
	text-decoration: none;
	color: var(--body-color);
	border-radius: 8px;
	transition: all 0.3s ease;
	font-size: 14px;
	font-weight: 500;
}

.wp-block-categories .cat-item a:hover {
	color: var(--primary-color);
	background-color: rgba(43, 139, 71, 0.1);
	text-decoration: none;
}

.wp-block-categories .cat-item.current-cat {
	background-color: rgba(43, 139, 71, 0.1);
	border-left: 3px solid var(--primary-color);
}

.wp-block-categories .cat-item.current-cat a {
	color: var(--primary-color);
	font-weight: 600;
}

.wp-block-categories .cat-item.current-cat .badge {
	background-color: var(--primary-color) !important;
	color: white !important;
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 10px;
}

/* Year Filter Specific Styles */
.wp-block-categories .cat-item a .fas.fa-calendar-check {
	color: var(--primary-color);
}

.wp-block-categories .cat-item.current-cat a .fas.fa-calendar-check {
	color: var(--primary-color);
	font-weight: bold;
}

/* Combined Filter Styles */
.wp-block-categories .cat-item a:hover .fas {
	transform: scale(1.1);
	transition: transform 0.2s ease;
}

/* Filtered Results Styles */
.filtered-results {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border: 1px solid rgba(43, 139, 71, 0.2);
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 30px;
}

.filtered-results .widgettitle {
	color: var(--primary-color);
	font-weight: 600;
	margin-bottom: 15px;
}

.filtered-results p {
	margin-bottom: 0;
	line-height: 1.6;
}

.filtered-results strong {
	color: var(--headings-color);
}

/* Category Page Header */
.category-header {
	background: linear-gradient(135deg, rgba(43, 139, 71, 0.05) 0%, rgba(43, 139, 71, 0.1) 100%);
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.category-header .display-4 {
	color: var(--primary-color);
	margin-bottom: 15px;
}

.category-header .post-subtitle {
	color: var(--body-color);
	font-size: 18px;
}

.category-header a {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}

.category-header a:hover {
	color: var(--headings-color);
	text-decoration: underline;
}

/* No Results Styling */
.no-results {
	text-align: center;
	padding: 60px 20px;
	background: #f8f9fa;
	border-radius: 15px;
	border: 2px dashed rgba(43, 139, 71, 0.3);
}

.no-results .widgettitle {
	color: var(--headings-color);
	margin-bottom: 15px;
}

.no-results p {
	color: var(--body-color);
	margin-bottom: 25px;
}

.no-results .btn {
	background-color: var(--primary-color);
	color: white;
	border: 1px solid var(--primary-color);
	padding: 12px 25px;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.no-results .btn:hover {
	background-color: var(--headings-color);
	border-color: var(--headings-color);
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Posts Section - Custom Post Card Styles Matching Theme */
#home-section-posts .post-card {
	background-color: var(--white-color);
	border-radius: 10px;
	box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: none;
}

#home-section-posts .post-card:hover {
	transform: translateY(-8px);
	box-shadow: 0px 8px 50px -10px rgba(0, 0, 0, 0.25);
}

#home-section-posts .post-image-wrapper {
	position: relative;
	overflow: hidden;
}

#home-section-posts .post-image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

#home-section-posts .post-card:hover .post-image-wrapper img {
	transform: scale(1.05);
}

#home-section-posts .post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(43, 139, 71, 0.9) 0%, rgba(139, 184, 193, 0.9) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#home-section-posts .post-card:hover .post-overlay {
	opacity: 1;
}

#home-section-posts .post-view-link {
	color: white;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	transition: transform 0.3s ease;
	font-size: 16px;
}

#home-section-posts .post-view-link:hover {
	color: white;
	text-decoration: none;
	transform: scale(1.1);
}

#home-section-posts .post-view-link i {
	font-size: 24px;
}

#home-section-posts .post-location {
	font-size: 16px;
	font-weight: 400;
	color: var(--primary-color);
	margin: 15px 0 10px 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

#home-section-posts .post-location i {
	font-size: 16px;
}

#home-section-posts .post-title {
	font-size: 20px;
	color: var(--headings-color);
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 15px;
	display: block;
}

#home-section-posts .post-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

#home-section-posts .post-title a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

#home-section-posts .post-meta {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Post-specific customizations */
#home-section-posts .post-meta {
	font-size: 14px;
	color: var(--body-color);
	line-height: 1.6;
	margin: 15px 0;
}

#home-section-posts .post-actions {
	opacity: 0;
	transition: opacity 0.3s ease;
	margin-top: 15px;
}

#home-section-posts .post-card:hover .post-actions {
	opacity: 1;
}

#home-section-posts .post-actions .btn {
	background: var(--primary-color);
	color: #fff;
	border-radius: 20px;
	padding: 8px 20px;
	font-weight: 600;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	text-decoration: none;
	border: none;
}

#home-section-posts .post-actions .btn:hover {
	background: #238f61;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

#home-section-posts .post-actions .btn-outline-primary {
	background: transparent;
	color: var(--primary-color);
	border: 2px solid var(--primary-color);
}

#home-section-posts .post-actions .btn-outline-primary:hover {
	background: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
}

/* Post Date Badge - Override for posts */
#home-section-posts .post-date-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(43, 139, 71, 0.9);
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	border-radius: 15px;
	padding: 5px 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	z-index: 5;
}

/* View All Posts Button - Matching theme read-more style */
#home-section-posts .btn-yellow {
	background: var(--primary-color);
	color: #fff;
	border-radius: 25px;
	padding: 12px 30px;
	font-weight: 600;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	text-decoration: none;
	position: relative;
}

#home-section-posts .btn-yellow:hover {
	background: #238f61;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(43, 139, 71, 0.3);
}

#home-section-posts .btn-yellow:after {
	content: '';
	position: relative;
	width: 9px;
	height: 9px;
	background-color: #ffffff;
	margin-left: 8px;
	display: inline-block;
	transition: all 0.3s ease;
}

#home-section-posts .btn-yellow:hover:after {
	animation: hoverarrow cubic-bezier(0,.77,.78,.84) .5s;
}

/* Yellow Button Converted to Root Color Outline Style */
.btn.btn-yellow.read-more.me-3,
.btn-yellow.read-more.me-3 {
	background-color: transparent !important;
	color: var(--primary-color) !important;
	border: 2px solid var(--primary-color) !important;
	border-radius: 20px !important;
	padding: 12px 25px !important;
	font-weight: 600 !important;
	transition: all 0.3s ease !important;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	font-size: 16px !important;
	font-family: var(--body-font) !important;
	position: relative !important;
	margin-right: 8px !important;
	background-image: none !important;
}

.btn.btn-yellow.read-more.me-3:hover,
.btn.btn-yellow.read-more.me-3:focus,
.btn.btn-yellow.read-more.me-3:active,
.btn-yellow.read-more.me-3:hover,
.btn-yellow.read-more.me-3:focus,
.btn-yellow.read-more.me-3:active {
	color: var(--white-color) !important;
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 6px 20px rgba(43, 139, 71, 0.3) !important;
	text-decoration: none !important;
}

.btn.btn-yellow.read-more.me-3:focus,
.btn-yellow.read-more.me-3:focus {
	box-shadow: 0 0 0 0.2rem rgba(43, 139, 71, 0.25) !important;
	outline: none !important;
}

.btn.btn-yellow.read-more.me-3::after,
.btn-yellow.read-more.me-3::after {
	content: '';
	position: relative;
	width: 6px;
	height: 6px;
	background-color: var(--primary-color);
	margin-left: 8px;
	display: inline-block;
	transition: all 0.3s ease;
	border-radius: 50%;
}

.btn.btn-yellow.read-more.me-3:hover::after,
.btn-yellow.read-more.me-3:hover::after {
	background-color: var(--white-color);
	animation: hoverarrow cubic-bezier(0,.77,.78,.84) .5s;
}

/* Alternative read-more style for posts */
#home-section-posts .read-more {
	background: var(--primary-color);
	color: #fff;
	border-radius: 20px;
	padding: 10px 25px;
	font-weight: 600;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	text-decoration: none;
	position: relative;
}

#home-section-posts .read-more:hover {
	background: #238f61;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

#home-section-posts .read-more:after {
	content: '';
	position: relative;
	width: 9px;
	height: 9px;
	background-color: #ffffff;
	margin-left: 8px;
	display: inline-block;
	transition: all 0.3s ease;
}

#home-section-posts .read-more:hover:after {
	animation: hoverarrow cubic-bezier(0,.77,.78,.84) .5s;
}

/* Debug: Ensure posts section is visible and styled */
#home-section-posts {
	background: #f8f9fa;
	padding: 80px 0;
}

#home-section-posts .section-holder {
	background: transparent;
}

/* Force override any conflicting styles */
#home-section-posts .single-event {
	background-color: #ffffff !important;
	border-radius: 10px !important;
	box-shadow: 0px 4px 40px -10px rgba(0, 0, 0, 0.15) !important;
	overflow: hidden !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

/* Workshop Description Styles */
.workshop-description {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.workshop-description:hover {
	color: #333;
}

/* Workshop section specific styles */
#home-section-3-1 .event-info .workshop-description {
	font-size: 15px;
	line-height: 1.7;
}

/* Responsive workshop description */
@media (max-width: 768px) {
	.workshop-description {
		font-size: 13px;
		-webkit-line-clamp: 2;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Scholarship Section Styles */
#home-section-scholarship {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	padding: 80px 0;
	position: relative;
}

#home-section-scholarship::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(52, 152, 219, 0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
	opacity: 0.5;
	pointer-events: none;
}

#home-section-scholarship .container {
	position: relative;
	z-index: 1;
}

#home-section-scholarship .el-smalltitle {
	color: #3498db;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#home-section-scholarship .display-4 {
	color: #2c3e50;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

#home-section-scholarship .text-muted {
	font-size: 18px;
	line-height: 1.6;
	color: #6c757d !important;
	max-width: 800px;
	margin: 0 auto;
}

/* Scholarship Section Bottom Button Area */
#home-section-scholarship .margin-t50 {
	margin-top: 60px !important;
	padding-top: 20px !important;
	padding-bottom: 30px !important;
	border-top: 1px solid rgba(52, 152, 219, 0.1) !important;
}

#home-section-scholarship .alignc {
	display: flex !important;
	gap: 20px !important;
	justify-content: center !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	padding: 20px 0 !important;
}

.scholarship-featured-card {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	border: 2px solid #e9ecef;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.scholarship-featured-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #3498db, #2ecc71, #f39c12, #e74c3c);
}

.scholarship-featured-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 60px -10px rgba(52, 152, 219, 0.3) !important;
	border-color: #3498db;
}

.scholarship-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	background: linear-gradient(135deg, #ffd700, #ffed4e);
	color: #333;
	padding: 10px 20px;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 700;
	z-index: 2;
	box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.05); }
	100% { transform: scale(1); }
}

.scholarship-badge i {
	margin-right: 5px;
}

.scholarship-image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.scholarship-image-wrapper img {
	transition: all 0.3s ease;
	height: 300px;
	object-fit: cover;
}

.scholarship-featured-card:hover .scholarship-image-wrapper img {
	transform: scale(1.05);
}

.scholarship-content {
	padding: 20px 0;
}

.scholarship-title {
	font-size: 28px;
	font-weight: 700;
	color: #2c3e50;
	line-height: 1.3;
}

.scholarship-title a {
	color: inherit;
	transition: color 0.3s ease;
}

.scholarship-title a:hover {
	color: #3498db;
}

.scholarship-description {
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 20px;
}

.scholarship-location {
	color: #666;
	font-size: 14px;
}

.scholarship-stats-card {
	background: linear-gradient(135deg, #3498db, #2980b9);
	border: none;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(52, 152, 219, 0.3);
	transition: all 0.3s ease;
}

.scholarship-stats-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(52, 152, 219, 0.4);
}

.scholarship-stats-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
	opacity: 0.3;
}

.scholarship-stats-card h4 {
	position: relative;
	z-index: 1;
}

.stats-grid {
	position: relative;
	z-index: 1;
}

.stat-item {
	padding: 15px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.stat-item:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-2px);
}

.stat-number {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}

.stat-label {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
}

.scholarship-card {
	transition: all 0.3s ease;
	border: 2px solid #e9ecef;
	position: relative;
	overflow: hidden;
}

.scholarship-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #2ecc71, #3498db);
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.scholarship-card:hover::before {
	transform: scaleX(1);
}

.scholarship-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px -5px rgba(52, 152, 219, 0.2);
	border-color: #3498db;
}

.scholarship-card-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.scholarship-card-image img {
	transition: all 0.3s ease;
}

.scholarship-card:hover .scholarship-card-image img {
	transform: scale(1.05);
}

.scholarship-card-title {
	font-size: 18px;
	font-weight: 600;
	color: #2c3e50;
	line-height: 1.4;
}

.scholarship-card-title a {
	color: inherit;
	transition: color 0.3s ease;
}

.scholarship-card-title a:hover {
	color: #3498db;
}

.scholarship-card-description {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.scholarship-card-location {
	color: #666;
	font-size: 13px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	#home-section-scholarship {
		padding: 60px 0;
	}
	
	#home-section-scholarship .display-4 {
		font-size: 2.5rem;
	}
	
	#home-section-scholarship .text-muted {
		font-size: 16px;
	}
	
	.scholarship-featured-card .row {
		flex-direction: column;
	}
	
	.scholarship-image-wrapper img {
		height: 250px;
	}
	
	/* Mobile Scholarship Section Bottom */
	#home-section-scholarship .margin-t50 {
		margin-top: 40px !important;
		padding-top: 15px !important;
		padding-bottom: 20px !important;
	}
	
	#home-section-scholarship .alignc {
		flex-direction: column !important;
		gap: 12px !important;
		padding: 15px 0 !important;
	}
	
	#home-section-scholarship .btn {
		width: 100% !important;
		max-width: 280px !important;
		justify-content: center !important;
		margin: 4px 0 !important;
	}
	
	.scholarship-title {
		font-size: 24px;
	}
	
	.scholarship-description {
		font-size: 15px;
	}
	
	.stat-number {
		font-size: 28px;
	}
	
	.scholarship-card-description {
		-webkit-line-clamp: 2;
	}
	
	.scholarship-badge {
		top: 15px;
		right: 15px;
		padding: 8px 16px;
		font-size: 12px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 576px) {
	#home-section-scholarship .display-4 {
		font-size: 2rem;
	}
	
	.scholarship-featured-card {
		padding: 20px !important;
	}
	
	.scholarship-stats-card {
		padding: 20px !important;
	}
	
	.stat-item {
		padding: 10px;
		margin-bottom: 10px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Art Stats Section Styles */
.art-stats {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 15px;
	padding: 30px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.stat-box {
	padding: 15px;
	transition: all 0.3s ease;
}

.stat-box:hover {
	transform: translateY(-5px);
}

.stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 1;
}

.stat-label {
	font-size: 14px;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

@media (max-width: 768px) {
	.art-stats {
		padding: 20px;
	}
	
	.stat-number {
		font-size: 2rem;
	}
	
	.stat-label {
		font-size: 12px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Bootstrap Button Overrides to Match GBPS Design */

/* Primary Button Override */
.btn-primary {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	color: #fff !important;
	font-weight: 600;
	border-radius: 6px;
	padding: 10px 20px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #238f61 !important;
	border-color: #238f61 !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	text-decoration: none;
}

.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(43, 139, 71, 0.25) !important;
}

/* Success Button Override (Green variant) */
.btn-success {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	color: #fff !important;
	font-weight: 600;
	border-radius: 6px;
	padding: 10px 20px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	background-color: #238f61 !important;
	border-color: #238f61 !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	text-decoration: none;
}

.btn-success:focus {
	box-shadow: 0 0 0 0.2rem rgba(43, 139, 71, 0.25) !important;
}

/* Yellow Button Override (Theme Custom Button) */
.btn-yellow {
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	color: #fff !important;
	font-weight: 600;
	border-radius: 25px;
	padding: 12px 30px;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	position: relative;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
	background-color: #238f61 !important;
	border-color: #238f61 !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(43, 139, 71, 0.3);
	text-decoration: none;
}

.btn-yellow:after {
	content: '';
	position: relative;
	width: 9px;
	height: 9px;
	background-color: #ffffff;
	margin-left: 8px;
	display: inline-block;
	transition: all 0.3s ease;
	border-radius: 50%;
}

.btn-yellow:hover:after {
	animation: hoverarrow cubic-bezier(0,.77,.78,.84) .5s;
}

.btn-yellow:focus {
	box-shadow: 0 0 0 0.2rem rgba(43, 139, 71, 0.25) !important;
}

/* Outline Primary Button Override - Enhanced Specificity */
.btn.btn-outline-primary,
a.btn.btn-outline-primary,
button.btn.btn-outline-primary {
	color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	background-color: transparent !important;
	background-image: none !important;
	font-weight: 600;
	border-radius: 6px;
	padding: 10px 20px;
	transition: all 0.3s ease;
	text-decoration: none;
	border-width: 2px;
	border-style: solid;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:visited,
a.btn.btn-outline-primary:hover,
a.btn.btn-outline-primary:focus,
a.btn.btn-outline-primary:active,
a.btn.btn-outline-primary:visited,
button.btn.btn-outline-primary:hover,
button.btn.btn-outline-primary:focus,
button.btn.btn-outline-primary:active {
	color: #fff !important;
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	background-image: none !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	text-decoration: none;
}

.btn.btn-outline-primary:focus,
a.btn.btn-outline-primary:focus,
button.btn.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(43, 139, 71, 0.25) !important;
}

/* Small Button Override */
.btn-sm {
	padding: 6px 16px !important;
	font-size: 14px !important;
}

/* Large Button Override */
.btn-lg {
	padding: 14px 24px !important;
	font-size: 18px !important;
}

/* Button Groups */
.btn-group .btn-primary {
	border-right-color: #238f61 !important;
}

.btn-group .btn-primary:hover {
	border-right-color: #1d7a52 !important;
}

/* Read More Button Style */
.read-more {
	background-color: var(--primary-color) !important;
	color: #fff !important;
	border-radius: 20px;
	padding: 10px 25px;
	font-weight: 600;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	text-decoration: none;
	position: relative;
}

.read-more:hover,
.read-more:focus,
.read-more:active {
	background-color: #238f61 !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	text-decoration: none;
}

.read-more:after {
	content: '';
	position: relative;
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	margin-left: 8px;
	display: inline-block;
	transition: all 0.3s ease;
	border-radius: 50%;
}

.read-more:hover:after {
	animation: hoverarrow cubic-bezier(0,.77,.78,.84) .5s;
}

/* CTA Button Styles */
.cta-btn {
	font-weight: 600;
	font-size: 16px;
	padding: 12px 30px;
	border-radius: 6px;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.cta-btn.primary {
	background-color: var(--primary-color);
	color: #fff;
	border: none;
}

.cta-btn.primary:hover,
.cta-btn.primary:focus,
.cta-btn.primary:active {
	background-color: #238f61;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(43, 139, 71, 0.3);
	text-decoration: none;
}

.cta-btn.secondary {
	background-color: transparent;
	color: var(--primary-color);
	border: 2px solid var(--primary-color);
}

.cta-btn.secondary:hover,
.cta-btn.secondary:focus,
.cta-btn.secondary:active {
	background-color: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(43, 139, 71, 0.3);
	text-decoration: none;
}

/* Welfare Button Style */
.welfare-btn {
	background-color: var(--primary-color) !important;
	color: #fff !important;
	border-radius: 20px;
	padding: 8px 20px;
	font-weight: 600;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	position: relative;
}

.welfare-btn:hover,
.welfare-btn:focus,
.welfare-btn:active {
	background-color: #238f61 !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	text-decoration: none;
}

.welfare-btn:after {
	content: '';
	position: relative;
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	margin-left: 8px;
	display: inline-block;
	transition: all 0.3s ease;
	border-radius: 50%;
}

.welfare-btn:hover:after {
	animation: hoverarrow cubic-bezier(0,.77,.78,.84) .5s;
}

/* Modal Close Button */
.modal-close {
	background: none !important;
	border: none !important;
	color: #666 !important;
	font-size: 24px !important;
	cursor: pointer !important;
	transition: color 0.3s ease !important;
}

.modal-close:hover {
	color: var(--primary-color) !important;
}

/* Submit Your Work Button - Special Styling */
.btn-submit-work {
	background: linear-gradient(135deg, var(--primary-color), #238f61) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 25px !important;
	padding: 12px 35px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	transition: all 0.3s ease !important;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	position: relative !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.2) !important;
	overflow: hidden !important;
}

.btn-submit-work::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
	transition: left 0.5s;
}

.btn-submit-work:hover::before {
	left: 100%;
}

.btn-submit-work:hover,
.btn-submit-work:focus,
.btn-submit-work:active {
	background: linear-gradient(135deg, #238f61, #1d7a52) !important;
	color: #fff !important;
	transform: translateY(-3px) !important;
	box-shadow: 0 8px 25px rgba(43, 139, 71, 0.4) !important;
	text-decoration: none !important;
}

.btn-submit-work:focus {
	box-shadow: 0 0 0 0.2rem rgba(43, 139, 71, 0.25) !important;
}

.btn-submit-work::after {
	content: '\f0a9';
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900 !important;
	margin-left: 8px !important;
	font-size: 14px !important;
	transition: transform 0.3s ease !important;
}

.btn-submit-work:hover::after {
	transform: translateX(3px) !important;
}

/* Submit Button Animation */
.btn-submit-work:active {
	transform: translateY(-1px) scale(0.98) !important;
}

/* Animations */
@keyframes hoverarrow {
	0% {
		transform: translateX(0px);
	}
	100% {
		transform: translateX(5px);
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@keyframes shimmer {
	0% {
		left: -100%;
	}
	100% {
		left: 100%;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Contact for Registration Button - Root Color Schema */
a[href="contact"].btn.btn-outline-primary {
	color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	background-color: var(--white-color) !important;
	background-image: none !important;
	font-weight: 600;
	border-radius: 8px;
	padding: 12px 24px;
	transition: all 0.3s ease;
	text-decoration: none;
	border-width: 2px;
	border-style: solid;
	font-family: var(--body-font);
	font-size: 16px;
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
}

a[href="contact"].btn.btn-outline-primary:hover,
a[href="contact"].btn.btn-outline-primary:focus,
a[href="contact"].btn.btn-outline-primary:active {
	color: var(--white-color) !important;
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	background-image: none !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(43, 139, 71, 0.25);
	text-decoration: none;
}

a[href="contact"].btn.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.3rem rgba(43, 139, 71, 0.25) !important;
	outline: none;
}

/* General Outline Primary Buttons - Root Color Schema */
.btn.btn-outline-primary,
a.btn.btn-outline-primary,
button.btn.btn-outline-primary {
	color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	background-color: var(--white-color) !important;
	background-image: none !important;
	font-weight: 600;
	border-radius: 8px;
	padding: 10px 20px;
	transition: all 0.3s ease;
	text-decoration: none;
	border-width: 2px;
	border-style: solid;
	font-family: var(--body-font);
	font-size: 16px;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:visited,
a.btn.btn-outline-primary:hover,
a.btn.btn-outline-primary:focus,
a.btn.btn.btn-outline-primary:active,
a.btn.btn-outline-primary:visited,
button.btn.btn-outline-primary:hover,
button.btn.btn-outline-primary:focus,
button.btn.btn-outline-primary:active {
	color: var(--white-color) !important;
	background-color: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	background-image: none !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	text-decoration: none;
}

.btn.btn-outline-primary:focus,
a.btn.btn-outline-primary:focus,
button.btn.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.3rem rgba(43, 139, 71, 0.25) !important;
	outline: none;
}

/* Mobile Responsive Optimizations for Buttons */

/* Tablet Styles (992px and below) */
@media (max-width: 992px) {
	.btn-primary,
	.btn-success,
	.btn-yellow,
	.read-more,
	.cta-btn,
	.welfare-btn {
		padding: 8px 18px !important;
		font-size: 15px !important;
	}
	
	.btn-submit-work {
		padding: 12px 28px !important;
		font-size: 15px !important;
		letter-spacing: 0.5px !important;
	}
	
	.btn-outline-primary,
	a.btn-outline-primary,
	button.btn-outline-primary {
		padding: 10px 18px !important;
		font-size: 15px !important;
	}
	
	/* Button Container Spacing */
	.margin-t50 {
		margin-top: 30px !important;
	}
	
	.btn-group .btn {
		margin-bottom: 10px !important;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Mobile Styles (768px and below) */
@media (max-width: 768px) {
	/* Enhanced Button Sizes and Spacing */
	.btn-primary,
	.btn-success,
	.btn-yellow,
	.read-more,
	.cta-btn,
	.welfare-btn {
		padding: 14px 28px !important;
		font-size: 15px !important;
		min-height: 48px !important;
		border-radius: 10px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
		margin-bottom: 20px !important;
		margin-top: 10px !important;
		width: auto !important;
		min-width: 120px !important;
	}
	
	.btn-submit-work {
		padding: 14px 24px !important;
		font-size: 14px !important;
		font-weight: 700 !important;
		min-height: 48px !important;
		letter-spacing: 0.3px !important;
		border-radius: 20px !important;
	}
	
	.btn-outline-primary,
	a.btn-outline-primary,
	button.btn-outline-primary {
		padding: 12px 20px !important;
		font-size: 14px !important;
		min-height: 44px !important;
		border-radius: 6px !important;
		border-width: 2px !important;
	}
	
	.btn-sm {
		padding: 10px 14px !important;
		font-size: 12px !important;
		min-height: 40px !important;
	}
	
	.btn-lg {
		padding: 16px 24px !important;
		font-size: 16px !important;
		min-height: 52px !important;
	}
	
	/* Button Spacing Adjustments */
	.me-3 {
		margin-right: 8px !important;
		margin-bottom: 12px !important;
	}
	
	.margin-t50 {
		margin-top: 25px !important;
		padding: 0 10px !important;
	}
	
	/* Button Row Spacing */
	.alignc {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		gap: 12px !important;
	}
	
	/* Stack buttons vertically on very small screens */
	.btn-group .btn {
		margin-bottom: 12px !important;
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	/* Ensure buttons don't overflow on mobile */
	.btn {
		max-width: 100% !important;
		word-wrap: break-word !important;
		white-space: normal !important;
	}
	
	/* Button spacing in containers */
	.post-actions {
		display: flex !important;
		flex-direction: column !important;
		gap: 8px !important;
		width: 100% !important;
	}
	
	.post-actions .btn {
		width: 100% !important;
		margin: 4px 0 !important;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Small Mobile Styles (576px and below) */
@media (max-width: 576px) {
	/* Smaller buttons for very small screens */
	.btn-primary,
	.btn-success,
	.btn-yellow,
	.read-more,
	.cta-btn,
	.welfare-btn,
	.btn-outline-primary {
		padding: 8px 14px !important;
		font-size: 13px !important;
		min-height: 42px !important;
		border-radius: 6px !important;
	}
	
	.btn-submit-work {
		padding: 12px 20px !important;
		font-size: 13px !important;
		min-height: 46px !important;
		border-radius: 18px !important;
	}
	
	/* Adjust container padding */
	.container,
	.container-fluid {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	/* Stack all buttons */
	.alignc {
		padding: 0 10px !important;
	}
	
	/* Button text adjustments */
	.btn {
		font-size: 13px !important;
		line-height: 1.4 !important;
	}
	
	/* Remove letter spacing on small screens */
	.btn-submit-work {
		letter-spacing: 0px !important;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Mobile Landscape Orientation */
@media (max-width: 768px) and (orientation: landscape) {
	.btn-primary,
	.btn-success,
	.btn-yellow,
	.read-more,
	.cta-btn,
	.welfare-btn,
	.btn-outline-primary {
		padding: 8px 16px !important;
		font-size: 13px !important;
		min-height: 40px !important;
	}
	
	.margin-t50 {
		margin-top: 20px !important;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* High DPI Display Fixes */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.btn {
		border-width: 0.5px !important;
	}
	
	.btn-outline-primary {
		border-width: 1px !important;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Ultra Small Devices (320px and below) */
@media (max-width: 480px) {
	/* Minimal padding for ultra small screens */
	.container {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	.row {
		margin-left: -5px !important;
		margin-right: -5px !important;
	}
	
	.row > * {
		padding-left: 5px !important;
		padding-right: 5px !important;
		margin-bottom: 10px !important;
	}
	
	/* Ultra small headings */
	.display-1, .display-2, .display-3, .display-4 {
		font-size: 1.5rem !important;
		line-height: 1.1 !important;
		margin-bottom: 10px !important;
	}
	
	/* Ultra small buttons */
	.btn-primary,
	.btn-success,
	.btn-yellow,
	.read-more,
	.cta-btn,
	.welfare-btn {
		padding: 10px 16px !important;
		font-size: 13px !important;
		min-height: 40px !important;
		min-width: 90px !important;
	}
	
	/* Ultra small section padding */
	section,
	.section,
	.home-section,
	.home-section-tabs,
	.home-section-photowalk,
	.home-section-awards,
	.home-section-drawing-competition,
	.home-section-publication,
	.home-section-scholarship {
		padding: 20px 0 !important;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Additional Mobile Space and Layout Fixes */

/* Prevent horizontal overflow */
@media (max-width: 768px) {
	body {
		overflow-x: hidden !important;
	}
	
	/* Enhanced section spacing for mobile */
	section,
	.section,
	.home-section,
	.home-section-tabs,
	.home-section-photowalk,
	.home-section-awards,
	.home-section-drawing-competition,
	.home-section-publication,
	.home-section-scholarship {
		padding: 40px 0 !important;
	}
	
	/* Improve content spacing */
	.display-1, .display-2, .display-3, .display-4 {
		font-size: 2rem !important;
		line-height: 1.3 !important;
		margin-bottom: 20px !important;
	}
	
	.container,
	.container-fluid,
	.row,
	.col {
		max-width: 100% !important;
		overflow-x: hidden !important;
	}
	
	/* Enhanced grid responsive behavior */
	.row {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
	
	.row > * {
		padding-left: 10px !important;
		padding-right: 10px !important;
		margin-bottom: 20px !important;
	}
	
	/* Fix section padding */
	section,
	.section,
	.portfolio-section,
	.home-portfolio-section {
		padding: 40px 0 !important;
	}
	
	/* Fix intro padding */
	.fullscreen-share-area {
		padding: 60px 0 !important;
	}
	
	.intro-banner {
		padding: 20px !important;
	}
	
	/* Fix card spacing */
	.card,
	.post-card,
	.gallery-item {
		margin-bottom: 20px !important;
		padding: 15px !important;
	}
	
	/* Fix navbar spacing */
	.navbar,
	.header {
		padding: 10px 0 !important;
	}
	
	/* Fix footer spacing */
	footer,
	.footer {
		padding: 30px 0 !important;
	}
	
	/* Fix image responsiveness */
	img {
		max-width: 100% !important;
		height: auto !important;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Extra Small Devices */
@media (max-width: 576px) {
	/* Enhanced section padding for small screens */
	section,
	.section,
	.portfolio-section,
	.home-portfolio-section,
	.home-section,
	.home-section-tabs,
	.home-section-photowalk,
	.home-section-awards,
	.home-section-drawing-competition,
	.home-section-publication,
	.home-section-scholarship {
		padding: 30px 0 !important;
	}
	
	/* Further reduce container padding */
	.container {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	
	.row {
		margin-left: -8px !important;
		margin-right: -8px !important;
	}
	
	.row > * {
		padding-left: 8px !important;
		padding-right: 8px !important;
		margin-bottom: 15px !important;
	}
	
	/* Smaller headings for small screens */
	.display-1, .display-2, .display-3, .display-4 {
		font-size: 1.8rem !important;
		line-height: 1.2 !important;
		margin-bottom: 15px !important;
	}
	
	/* Smaller buttons for small screens */
	.btn-primary,
	.btn-success,
	.btn-yellow,
	.read-more,
	.cta-btn,
	.welfare-btn {
		padding: 12px 20px !important;
		font-size: 14px !important;
		min-height: 44px !important;
		min-width: 100px !important;
	}
	
	.fullscreen-share-area {
		padding: 40px 0 !important;
	}
	
	.intro-banner {
		padding: 15px !important;
		text-align: center !important;
	}
	
	/* Fix typography scaling */
	h1 {
		font-size: 2rem !important;
		line-height: 1.2 !important;
	}
	
	h2 {
		font-size: 1.75rem !important;
		line-height: 1.3 !important;
	}
	
	h3 {
		font-size: 1.5rem !important;
		line-height: 1.3 !important;
	}
	
	p {
		font-size: 14px !important;
		line-height: 1.5 !important;
	}
	
	/* Reduce spacing between elements */
	.margin-t30,
	.margin-t40,
	.margin-t50 {
		margin-top: 20px !important;
	}
	
	.margin-b30,
	.margin-b40,
	.margin-b50 {
		margin-bottom: 20px !important;
	}
	
	/* Fix grid spacing */
	.row {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
	
	.col,
	[class*="col-"] {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	/* Small Mobile Scholarship Section */
	#home-section-scholarship {
		padding: 50px 0 !important;
	}
	
	#home-section-scholarship .margin-t50 {
		margin-top: 30px !important;
		padding-top: 10px !important;
		padding-bottom: 15px !important;
	}
	
	#home-section-scholarship .alignc {
		padding: 10px 0 !important;
		gap: 8px !important;
	}
	
	#home-section-scholarship .btn {
		padding: 12px 20px !important;
		font-size: 14px !important;
		min-height: 44px !important;
	}
	
	/* Mobile Yellow Button Outline Style */
	.btn.yellow.read-more.me-3,
	.btn-yellow.read-more.me-3 {
		padding: 12px 20px !important;
		font-size: 14px !important;
		min-height: 44px !important;
		margin-right: 4px !important;
		margin-bottom: 8px !important;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
	/* Larger touch targets */
	a,
	button,
	.btn,
	[role="button"] {
		min-height: 44px !important;
		min-width: 44px !important;
		padding: 12px 16px !important;
	}
	
	/* Remove hover effects that don't work on touch */
	.btn:hover,
	.read-more:hover,
	.welfare-btn:hover {
		transform: none !important;
		box-shadow: initial !important;
	}
	
	/* Use active states instead */
	.btn:active,
	.read-more:active,
	.welfare-btn:active {
		transform: scale(0.98) !important;
		opacity: 0.8 !important;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Dark Mode Support Fixes */
@media (prefers-color-scheme: dark) {
	.btn-outline-primary {
		border-color: var(--primary-color) !important;
		color: var(--primary-color) !important;
	}
	
	.btn-outline-primary:hover {
		background-color: var(--primary-color) !important;
		color: var(--white-color) !important;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* ========================================
   TABBED INTERFACE STYLES
   ======================================== */

/* Tab Section Container */
#home-section-tabs {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

/* Tab Navigation Styles */
.home-section-tabs .tabs-navigation {
	margin-bottom: 3rem;
}

.home-section-tabs .nav-tabs {
	border: none;
	background: transparent;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 12px;
}

.home-section-tabs .nav-tabs .nav-item {
	margin: 0;
	width: 100%;
}

.home-section-tabs .nav-tabs .nav-link {
	border: none;
	border-radius: 12px;
	padding: 20px 16px;
	font-weight: 600;
	font-size: 14px;
	color: var(--headings-color);
	background: var(--white-color);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 110px;
}

.home-section-tabs .nav-tabs .nav-link:hover {
	color: var(--headings-color);
	background: var(--white-color);
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.home-section-tabs .nav-tabs .nav-link.active {
	color: var(--white-color);
	background: linear-gradient(135deg, var(--primary-color) 0%, #1e6b3a 100%);
	box-shadow: 0 6px 20px rgba(43, 139, 71, 0.3);
	transform: translateY(-3px);
}

.home-section-tabs .nav-tabs .nav-link.active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
	border-radius: 15px;
}

.home-section-tabs .nav-tabs .nav-link i {
	margin-bottom: 8px;
	font-size: 22px;
	display: block;
	color: var(--extra-color1);
	transition: all 0.3s ease;
}

.home-section-tabs .nav-tabs .nav-link:hover i {
	color: var(--primary-color);
	transform: scale(1.05);
}

.home-section-tabs .nav-tabs .nav-link.active i {
	color: var(--white-color);
	transform: scale(1.05);
}

.home-section-tabs .nav-tabs .nav-link .tab-title {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 4px;
	line-height: 1.2;
	color: var(--headings-color);
}

.home-section-tabs .nav-tabs .nav-link:hover .tab-title {
	color: var(--headings-color);
}

.home-section-tabs .nav-tabs .nav-link.active .tab-title {
	color: var(--white-color);
}

.home-section-tabs .nav-tabs .nav-link .tab-description {
	font-size: 10px;
	opacity: 0.7;
	font-weight: 500;
	line-height: 1.3;
	color: var(--body-color);
}

.home-section-tabs .nav-tabs .nav-link:hover .tab-description {
	opacity: 0.8;
	color: var(--body-color);
}

.home-section-tabs .nav-tabs .nav-link.active .tab-description {
	opacity: 0.9;
	color: var(--white-color);
}

/* Tab Content Styles */
.home-section-tabs .tab-content {
	background: var(--white-color);
	border-radius: 20px;
	padding: 1rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	margin-top: 1rem;
}

/* Mobile Tab Content Improvements */
@media (max-width: 768px) {
	.home-section-tabs .tab-content {
		border-radius: 15px;
		padding: 1rem;
		margin-top: 0.75rem;
		box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	}
	
	.home-section-tabs .tab-content .row {
		margin: 0 -0.5rem;
	}
	
	.home-section-tabs .tab-content .row > * {
		padding: 0 0.5rem;
		margin-bottom: 1rem;
	}
	
	.home-section-tabs .tab-content .col-lg-6,
	.home-section-tabs .tab-content .col-lg-8,
	.home-section-tabs .tab-content .col-lg-4 {
		margin-bottom: 1rem;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 576px) {
	.home-section-tabs .tab-content {
		border-radius: 12px;
		padding: 0.75rem;
		margin-top: 0.5rem;
	}
	
	.home-section-tabs .tab-content .row {
		margin: 0 -0.25rem;
	}
	
	.home-section-tabs .tab-content .row > * {
		padding: 0 0.25rem;
		margin-bottom: 0.75rem;
	}
	
	/* Improve card spacing on mobile */
	.home-section-tabs .tab-content .card,
	.home-section-tabs .tab-content .competition-card,
	.home-section-tabs .tab-content .scholarship-card,
	.home-section-tabs .tab-content .school-card {
		margin-bottom: 1rem;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

.home-section-tabs .tab-pane {
	animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Tab Content Specific Styles */
.home-section-tabs .tab-pane h2,
.home-section-tabs .tab-pane h3,
.home-section-tabs .tab-pane h4 {
	color: var(--headings-color);
	margin-bottom: 1rem;
}

.home-section-tabs .tab-pane .btn {
	border-radius: 8px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.home-section-tabs .tab-pane .btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Tab Navigation */
@media (max-width: 1400px) {
	.home-section-tabs .nav-tabs {
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 1200px) {
	.home-section-tabs .nav-tabs {
		grid-template-columns: repeat(4, 1fr);
		gap: 8px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 992px) {
	.home-section-tabs .nav-tabs {
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 768px) {
	.home-section-tabs .nav-tabs {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	
	.home-section-tabs .nav-tabs .nav-link {
		padding: 16px 12px;
		min-height: 100px;
	}
	
	.home-section-tabs .nav-tabs .nav-link i {
		font-size: 20px;
		margin-bottom: 6px;
	}
	
	.home-section-tabs .nav-tabs .nav-link .tab-title {
		font-size: 12px;
	}
	
	.home-section-tabs .nav-tabs .nav-link .tab-description {
		font-size: 9px;
	}
	
	.home-section-tabs .tab-content {
		padding: 1.5rem;
		margin-top: 0.5rem;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 576px) {
	.home-section-tabs .nav-tabs {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	
	.home-section-tabs .nav-tabs .nav-link {
		padding: 12px 8px;
		min-height: 90px;
		flex-direction: column;
		text-align: center;
	}
	
	.home-section-tabs .nav-tabs .nav-link i {
		font-size: 16px;
		margin-bottom: 6px;
		margin-right: 0;
	}
	
	.home-section-tabs .nav-tabs .nav-link .tab-title {
		font-size: 10px;
		margin-bottom: 2px;
		line-height: 1.2;
	}
	
	.home-section-tabs .nav-tabs .nav-link .tab-description {
		font-size: 8px;
		line-height: 1.2;
	}
	
	.home-section-tabs .tab-content {
		padding: 0.75rem;
		margin-top: 0.5rem;
	}
	
	/* Improve touch targets */
	.home-section-tabs .nav-tabs .nav-link {
		min-height: 90px;
		min-width: 90px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Extra small screens (320px and below) */
@media (max-width: 480px) {
	.home-section-tabs .nav-tabs {
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
	}
	
	.home-section-tabs .nav-tabs .nav-link {
		padding: 10px 6px;
		min-height: 85px;
	}
	
	.home-section-tabs .nav-tabs .nav-link i {
		font-size: 14px;
		margin-bottom: 4px;
	}
	
	.home-section-tabs .nav-tabs .nav-link .tab-title {
		font-size: 9px;
		margin-bottom: 1px;
	}
	
	.home-section-tabs .nav-tabs .nav-link .tab-description {
		font-size: 7px;
	}
	
	.home-section-tabs .tab-content {
		padding: 0.5rem;
		margin-top: 0.25rem;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Ultra small screens (360px and below) */
@media (max-width: 360px) {
	.home-section-tabs .nav-tabs {
		grid-template-columns: 1fr;
		gap: 4px;
	}
	
	.home-section-tabs .nav-tabs .nav-link {
		padding: 12px 16px;
		min-height: 70px;
		flex-direction: row;
		text-align: left;
		justify-content: flex-start;
	}
	
	.home-section-tabs .nav-tabs .nav-link i {
		font-size: 16px;
		margin-bottom: 0;
		margin-right: 12px;
		flex-shrink: 0;
	}
	
	.home-section-tabs .nav-tabs .nav-link .tab-title {
		font-size: 11px;
		margin-bottom: 2px;
	}
	
	.home-section-tabs .nav-tabs .nav-link .tab-description {
		font-size: 9px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Tab Animation Enhancements */
.home-section-tabs .nav-tabs .nav-link {
	position: relative;
	overflow: hidden;
}

.home-section-tabs .nav-tabs .nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background: var(--primary-color);
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.home-section-tabs .nav-tabs .nav-link.active::after {
	width: 80%;
}

/* Tab Content Loading Animation */
.home-section-tabs .tab-pane.fade:not(.show) {
	opacity: 0;
	transform: translateY(10px);
}

.home-section-tabs .tab-pane.fade.show {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.3s ease;
}

/* ========================================
   TAB CONTENT SPECIFIC STYLES
   ======================================== */

/* Festival Tab (আলোকচিত্র উৎসব) Specific Styles */
.home-section-tabs #festival .single-event {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
}

.home-section-tabs #festival .single-event:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #festival .event-img {
	position: relative;
	overflow: hidden;
}

.home-section-tabs #festival .event-img img {
	width: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.home-section-tabs #festival .single-event:hover .event-img img {
	transform: scale(1.05);
}

.home-section-tabs #festival .image-overlay-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	padding: 20px;
	color: var(--white-color);
}

.home-section-tabs #festival .image-overlay-text .date {
	background: rgba(43, 139, 71, 0.9);
	padding: 8px 15px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}

.home-section-tabs #festival .event-info {
	padding: 25px;
}

.home-section-tabs #festival .event-info .title {
	font-size: 18px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
	line-height: 1.4;
}

.home-section-tabs #festival .event-info .title a {
	color: var(--headings-color);
	text-decoration: none;
	transition: color 0.3s ease;
}

.home-section-tabs #festival .event-info .title a:hover {
	color: var(--primary-color);
}

.home-section-tabs #festival .event-info .author-name {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
	text-decoration: none;
	display: block;
}

/* Third Eye Tab (তৃতীয় চোখে) Specific Styles */
.home-section-tabs #third-eye .portfolio-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.home-section-tabs #third-eye .item-portfolio {
	background: var(--white-color);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.home-section-tabs #third-eye .item-portfolio:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #third-eye .item-portfolio img {
	width: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.home-section-tabs #third-eye .item-portfolio:hover img {
	transform: scale(1.05);
}

/* Workshops Tab Specific Styles */
.home-section-tabs #workshops .workshop-card {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
}

.home-section-tabs #workshops .workshop-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #workshops .workshop-image {
	position: relative;
	overflow: hidden;
}

.home-section-tabs #workshops .workshop-image img {
	width: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.home-section-tabs #workshops .workshop-card:hover .workshop-image img {
	transform: scale(1.05);
}

.home-section-tabs #workshops .workshop-content {
	padding: 25px;
}

.home-section-tabs #workshops .workshop-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
}

.home-section-tabs #workshops .workshop-content p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Scholarships Tab Specific Styles */
.home-section-tabs #scholarships .scholarship-card {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
}

.home-section-tabs #scholarships .scholarship-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #scholarships .scholarship-content {
	padding: 25px;
}

.home-section-tabs #scholarships .scholarship-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
}

.home-section-tabs #scholarships .scholarship-content p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Drawing Tab Specific Styles */
.home-section-tabs #drawing .drawing-card {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
}

.home-section-tabs #drawing .drawing-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #drawing .drawing-content {
	padding: 25px;
}

.home-section-tabs #drawing .drawing-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
}

.home-section-tabs #drawing .drawing-content p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Photowalk Tab Specific Styles */
.home-section-tabs #photowalk .photowalk-card {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
}

.home-section-tabs #photowalk .photowalk-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #photowalk .photowalk-image {
	position: relative;
	overflow: hidden;
}

.home-section-tabs #photowalk .photowalk-image img {
	width: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.home-section-tabs #photowalk .photowalk-card:hover .photowalk-image img {
	transform: scale(1.05);
}

.home-section-tabs #photowalk .photowalk-content {
	padding: 25px;
}

.home-section-tabs #photowalk .photowalk-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
}

.home-section-tabs #photowalk .photowalk-content p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Welfare Tab Specific Styles */
.home-section-tabs #welfare .welfare-item {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
	padding: 25px;
	text-align: center;
}

.home-section-tabs #welfare .welfare-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #welfare .welfare-item i {
	font-size: 48px;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.home-section-tabs #welfare .welfare-item h4 {
	font-size: 18px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
}

.home-section-tabs #welfare .welfare-item p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
}

/* Exhibitions Tab Specific Styles */
.home-section-tabs #exhibitions .exhibition-card {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
}

.home-section-tabs #exhibitions .exhibition-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #exhibitions .exhibition-image {
	position: relative;
	overflow: hidden;
}

.home-section-tabs #exhibitions .exhibition-image img {
	width: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.home-section-tabs #exhibitions .exhibition-card:hover .exhibition-image img {
	transform: scale(1.05);
}

.home-section-tabs #exhibitions .exhibition-content {
	padding: 25px;
}

.home-section-tabs #exhibitions .exhibition-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
}

.home-section-tabs #exhibitions .exhibition-content p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Responsive Tab Content */
@media (max-width: 768px) {
	.home-section-tabs .tab-content {
		padding: 1rem;
	}
	
	.home-section-tabs #festival .single-event,
	.home-section-tabs #workshops .workshop-card,
	.home-section-tabs #scholarships .scholarship-card,
	.home-section-tabs #drawing .drawing-card,
	.home-section-tabs #photowalk .photowalk-card,
	.home-section-tabs #welfare .welfare-item,
	.home-section-tabs #exhibitions .exhibition-card {
		margin-bottom: 1.5rem;
	}
	
	.home-section-tabs #festival .event-info,
	.home-section-tabs #workshops .workshop-content,
	.home-section-tabs #scholarships .scholarship-content,
	.home-section-tabs #drawing .drawing-content,
	.home-section-tabs #photowalk .photowalk-content,
	.home-section-tabs #exhibitions .exhibition-content {
		padding: 20px;
	}
	
	.home-section-tabs #festival .event-info .title,
	.home-section-tabs #workshops .workshop-content h3,
	.home-section-tabs #scholarships .scholarship-content h3,
	.home-section-tabs #drawing .drawing-content h3,
	.home-section-tabs #photowalk .photowalk-content h3,
	.home-section-tabs #welfare .welfare-item h4,
	.home-section-tabs #exhibitions .exhibition-content h3 {
		font-size: 16px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* ========================================
   WORKSHOP OVERLAY SPECIFIC STYLES
   ======================================== */

.home-section-tabs #workshops .workshop-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	padding: 20px;
	color: var(--white-color);
}

.home-section-tabs #workshops .workshop-meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.home-section-tabs #workshops .meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
}

.home-section-tabs #workshops .meta-item i {
	font-size: 14px;
	color: var(--primary-color);
}

.home-section-tabs #workshops .workshop-category {
	margin-top: 15px;
}

.home-section-tabs #workshops .workshop-category .badge {
	font-size: 12px;
	padding: 6px 12px;
	border-radius: 15px;
}

/* Responsive Workshop Styles */
@media (max-width: 768px) {
	.home-section-tabs #workshops .workshop-overlay {
		padding: 15px;
	}
	
	.home-section-tabs #workshops .meta-item {
		font-size: 11px;
	}
	
	.home-section-tabs #workshops .meta-item i {
		font-size: 12px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* 3-Column Grid Layout for Tab Sections */
.home-section-tabs .row.g-4 {
	margin: 0 -15px;
}

.home-section-tabs .row.g-4 > [class*="col-"] {
	padding: 0 15px;
	margin-bottom: 30px;
}

/* Responsive Grid Adjustments */
@media (max-width: 768px) {
	.home-section-tabs .row.g-4 > [class*="col-"] {
		margin-bottom: 20px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Card Hover Effects */
.home-section-tabs .exhibition-card,
.home-section-tabs .workshop-card,
.home-section-tabs .festival-card {
	transition: all 0.3s ease;
}

.home-section-tabs .exhibition-card:hover,
.home-section-tabs .workshop-card:hover,
.home-section-tabs .festival-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

/* Image Overlay Effects */
.home-section-tabs .exhibition-overlay,
.home-section-tabs .workshop-overlay,
.home-section-tabs .festival-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
	opacity: 0;
	transition: all 0.3s ease;
	border-radius: 10px;
}

.home-section-tabs .exhibition-card:hover .exhibition-overlay,
.home-section-tabs .workshop-card:hover .workshop-overlay,
.home-section-tabs .festival-card:hover .festival-overlay {
	opacity: 1;
}

.home-section-tabs .overlay-content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	color: white;
}

.home-section-tabs .meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 5px;
	font-size: 14px;
}

.home-section-tabs .meta-item i {
	font-size: 16px;
}

/* ============================================
   PUBLICATION SECTION STYLES
   ============================================ */

.home-section-publication {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	position: relative;
	overflow: hidden;
	padding: 100px 0;
}

.home-section-publication::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
	pointer-events: none;
}

.publication-content {
	position: relative;
	z-index: 2;
}

.publication-content .el-smalltitle {
	color: var(--primary-color);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.publication-content h2 {
	color: var(--headings-color);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

.publication-content .lead {
	color: var(--body-color);
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.4;
}

.publication-description {
	margin-bottom: 30px;
}

.publication-description p {
	color: var(--body-color);
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 20px;
	text-align: justify;
}

.publication-meta {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 15px;
	padding: 20px;
	border-left: 4px solid var(--primary-color);
}

.publication-meta .meta-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 15px;
	color: var(--body-color);
}

.publication-meta .meta-item:last-child {
	margin-bottom: 0;
}

.publication-meta .meta-item i {
	color: var(--primary-color);
	font-size: 16px;
	margin-right: 10px;
	width: 20px;
	text-align: center;
}

.publication-cta {
	margin-top: 30px;
}

.publication-cta .btn {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: none;
	border-radius: 25px;
	padding: 15px 30px;
	font-weight: 600;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.publication-cta .btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s;
}

.publication-cta .btn:hover::before {
	left: 100%;
}

.publication-cta .btn:hover,
.publication-cta .btn:focus,
.publication-cta .btn:active {
	background: linear-gradient(135deg, #238f61 0%, var(--primary-color) 100%);
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(43, 139, 71, 0.4);
	color: white;
	text-decoration: none;
}

.publication-image-wrapper {
	position: relative;
	z-index: 2;
}

.publication-image-container {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.publication-image-container:hover {
	transform: translateY(-5px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.publication-image-container img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.publication-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(43, 139, 71, 0.8) 0%, rgba(35, 143, 97, 0.9) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease;
	border-radius: 20px;
}

.publication-image-container:hover .publication-overlay {
	opacity: 1;
}

.publication-overlay .overlay-content {
	text-align: center;
	color: white;
	padding: 20px;
}

.publication-overlay .overlay-content i {
	margin-bottom: 15px;
	animation: pulse 2s infinite;
}

.publication-overlay .overlay-content h4 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.publication-overlay .overlay-content p {
	font-size: 14px;
	opacity: 0.9;
	margin: 0;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Responsive Design for Publication Section */
@media (max-width: 768px) {
	.home-section-publication {
		padding: 80px 0;
	}
	
	.publication-content h2 {
		font-size: 2rem;
		text-align: center;
	}
	
	.publication-content .lead {
		text-align: center;
		font-size: 1rem;
	}
	
	.publication-description p {
		font-size: 15px;
		text-align: left;
	}
	
	.publication-meta {
		margin: 20px 0;
		padding: 15px;
	}
	
	.publication-cta {
		text-align: center;
	}
	
	.publication-cta .btn {
		padding: 12px 25px;
		font-size: 15px;
	}
	
	.publication-image-container {
		margin-top: 30px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 576px) {
	.home-section-publication {
		padding: 60px 0;
	}
	
	.publication-content h2 {
		font-size: 1.75rem;
	}
	
	.publication-description p {
		font-size: 14px;
	}
	
	.publication-meta {
		padding: 12px;
	}
	
	.publication-meta .meta-item {
		font-size: 14px;
	}
	
	.publication-cta .btn {
		padding: 10px 20px;
		font-size: 14px;
		width: 100%;
		max-width: 300px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Enhanced Tab Styling for Better UX */
.home-section-tabs .nav-tabs .nav-link:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(43, 139, 71, 0.25);
}

.home-section-tabs .nav-tabs .nav-link:focus:not(:focus-visible) {
	box-shadow: none;
}

/* Tab Content Scroll Animation */
.home-section-tabs .tab-content {
	overflow: hidden;
}

.home-section-tabs .tab-pane {
	overflow: visible;
}

/* Accessibility Improvements */
.home-section-tabs .nav-tabs .nav-link[aria-selected="true"] {
	background: linear-gradient(135deg, var(--primary-color) 0%, #1e6b3a 100%);
	color: var(--white-color);
}

.home-section-tabs .nav-tabs .nav-link[aria-selected="false"] {
	background: var(--white-color);
	color: var(--headings-color);
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
	.home-section-tabs .nav-tabs .nav-link {
		border: 2px solid transparent;
	}
	
	.home-section-tabs .nav-tabs .nav-link.active {
		border-color: var(--primary-color);
		background: var(--primary-color);
		color: #ffffff;
	}
	
	.home-section-tabs .nav-tabs .nav-link:hover {
		border-color: var(--primary-color);
		background: rgba(43, 139, 71, 0.1);
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Tab Card Hover Effects */
.home-section-tabs .nav-tabs .nav-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(43, 139, 71, 0.05) 0%, rgba(43, 139, 71, 0.02) 100%);
	border-radius: 12px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.home-section-tabs .nav-tabs .nav-link:hover::before {
	opacity: 1;
}

.home-section-tabs .nav-tabs .nav-link.active::before {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
	opacity: 1;
}

/* Tab Content Loading Animation */
.home-section-tabs .tab-pane.fade:not(.show) {
	opacity: 0;
	transform: translateY(10px);
}

.home-section-tabs .tab-pane.fade.show {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.3s ease;
}

/* ========================================
   TAB CONTENT SPECIFIC STYLES
   ======================================== */

/* Festival Tab (আলোকচিত্র উৎসব) Specific Styles */
.home-section-tabs #festival .single-event {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
}

.home-section-tabs #festival .single-event:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #festival .event-img {
	position: relative;
	overflow: hidden;
}

.home-section-tabs #festival .event-img img {
	width: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.home-section-tabs #festival .single-event:hover .event-img img {
	transform: scale(1.05);
}

.home-section-tabs #festival .image-overlay-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	padding: 20px;
	color: var(--white-color);
}

.home-section-tabs #festival .image-overlay-text .date {
	background: rgba(43, 139, 71, 0.9);
	padding: 8px 15px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}

.home-section-tabs #festival .event-info {
	padding: 25px;
}

.home-section-tabs #festival .event-info .title {
	font-size: 18px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
	line-height: 1.4;
}

.home-section-tabs #festival .event-info .title a {
	color: var(--headings-color);
	text-decoration: none;
	transition: color 0.3s ease;
}

.home-section-tabs #festival .event-info .title a:hover {
	color: var(--primary-color);
}

.home-section-tabs #festival .event-info .author-name {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
	text-decoration: none;
	display: block;
}

/* Third Eye Tab (তৃতীয় চোখে) Specific Styles */
.home-section-tabs #third-eye .portfolio-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.home-section-tabs #third-eye .item-portfolio {
	background: var(--white-color);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.home-section-tabs #third-eye .item-portfolio:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #third-eye .item-portfolio img {
	width: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.home-section-tabs #third-eye .item-portfolio:hover img {
	transform: scale(1.05);
}

/* Workshops Tab Specific Styles */
.home-section-tabs #workshops .workshop-card {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
}

.home-section-tabs #workshops .workshop-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #workshops .workshop-image {
	position: relative;
	overflow: hidden;
}

.home-section-tabs #workshops .workshop-image img {
	width: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.home-section-tabs #workshops .workshop-card:hover .workshop-image img {
	transform: scale(1.05);
}

.home-section-tabs #workshops .workshop-content {
	padding: 25px;
}

.home-section-tabs #workshops .workshop-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
}

.home-section-tabs #workshops .workshop-content p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Scholarships Tab Specific Styles */
.home-section-tabs #scholarships .scholarship-card {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
}

.home-section-tabs #scholarships .scholarship-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #scholarships .scholarship-content {
	padding: 25px;
}

.home-section-tabs #scholarships .scholarship-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
}

.home-section-tabs #scholarships .scholarship-content p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Drawing Tab Specific Styles */
.home-section-tabs #drawing .drawing-card {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
}

.home-section-tabs #drawing .drawing-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #drawing .drawing-content {
	padding: 25px;
}

.home-section-tabs #drawing .drawing-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
}

.home-section-tabs #drawing .drawing-content p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Photowalk Tab Specific Styles */
.home-section-tabs #photowalk .photowalk-card {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
}

.home-section-tabs #photowalk .photowalk-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #photowalk .photowalk-image {
	position: relative;
	overflow: hidden;
}

.home-section-tabs #photowalk .photowalk-image img {
	width: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.home-section-tabs #photowalk .photowalk-card:hover .photowalk-image img {
	transform: scale(1.05);
}

.home-section-tabs #photowalk .photowalk-content {
	padding: 25px;
}

.home-section-tabs #photowalk .photowalk-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
}

.home-section-tabs #photowalk .photowalk-content p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Welfare Tab Specific Styles */
.home-section-tabs #welfare .welfare-item {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
	padding: 25px;
	text-align: center;
}

.home-section-tabs #welfare .welfare-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #welfare .welfare-item i {
	font-size: 48px;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.home-section-tabs #welfare .welfare-item h4 {
	font-size: 18px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
}

.home-section-tabs #welfare .welfare-item p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
}

/* Exhibitions Tab Specific Styles */
.home-section-tabs #exhibitions .exhibition-card {
	background: var(--white-color);
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-bottom: 2rem;
}

.home-section-tabs #exhibitions .exhibition-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.home-section-tabs #exhibitions .exhibition-image {
	position: relative;
	overflow: hidden;
}

.home-section-tabs #exhibitions .exhibition-image img {
	width: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.home-section-tabs #exhibitions .exhibition-card:hover .exhibition-image img {
	transform: scale(1.05);
}

.home-section-tabs #exhibitions .exhibition-content {
	padding: 25px;
}

.home-section-tabs #exhibitions .exhibition-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--headings-color);
	margin-bottom: 15px;
}

.home-section-tabs #exhibitions .exhibition-content p {
	color: var(--body-color);
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* Responsive Tab Content */
@media (max-width: 768px) {
	.home-section-tabs .tab-content {
		padding: 1rem;
	}
	
	.home-section-tabs #festival .single-event,
	.home-section-tabs #workshops .workshop-card,
	.home-section-tabs #scholarships .scholarship-card,
	.home-section-tabs #drawing .drawing-card,
	.home-section-tabs #photowalk .photowalk-card,
	.home-section-tabs #welfare .welfare-item,
	.home-section-tabs #exhibitions .exhibition-card {
		margin-bottom: 1.5rem;
	}
	
	.home-section-tabs #festival .event-info,
	.home-section-tabs #workshops .workshop-content,
	.home-section-tabs #scholarships .scholarship-content,
	.home-section-tabs #drawing .drawing-content,
	.home-section-tabs #photowalk .photowalk-content,
	.home-section-tabs #exhibitions .exhibition-content {
		padding: 20px;
	}
	
	.home-section-tabs #festival .event-info .title,
	.home-section-tabs #workshops .workshop-content h3,
	.home-section-tabs #scholarships .scholarship-content h3,
	.home-section-tabs #drawing .drawing-content h3,
	.home-section-tabs #photowalk .photowalk-content h3,
	.home-section-tabs #welfare .welfare-item h4,
	.home-section-tabs #exhibitions .exhibition-content h3 {
		font-size: 16px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* ========================================
   WORKSHOP OVERLAY SPECIFIC STYLES
   ======================================== */

.home-section-tabs #workshops .workshop-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	padding: 20px;
	color: var(--white-color);
}

.home-section-tabs #workshops .workshop-meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.home-section-tabs #workshops .meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
}

.home-section-tabs #workshops .meta-item i {
	font-size: 14px;
	color: var(--primary-color);
}

.home-section-tabs #workshops .workshop-category {
	margin-top: 15px;
}

.home-section-tabs #workshops .workshop-category .badge {
	font-size: 12px;
	padding: 6px 12px;
	border-radius: 15px;
}

/* Responsive Workshop Styles */
@media (max-width: 768px) {
	.home-section-tabs #workshops .workshop-overlay {
		padding: 15px;
	}
	
	.home-section-tabs #workshops .meta-item {
		font-size: 11px;
	}
	
	.home-section-tabs #workshops .meta-item i {
		font-size: 12px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* 3-Column Grid Layout for Tab Sections */
.home-section-tabs .row.g-4 {
	margin: 0 -15px;
}

.home-section-tabs .row.g-4 > [class*="col-"] {
	padding: 0 15px;
	margin-bottom: 30px;
}

/* Responsive Grid Adjustments */
@media (max-width: 768px) {
	.home-section-tabs .row.g-4 > [class*="col-"] {
		margin-bottom: 20px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Card Hover Effects */
.home-section-tabs .exhibition-card,
.home-section-tabs .workshop-card,
.home-section-tabs .festival-card {
	transition: all 0.3s ease;
}

.home-section-tabs .exhibition-card:hover,
.home-section-tabs .workshop-card:hover,
.home-section-tabs .festival-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
}

/* Image Overlay Effects */
.home-section-tabs .exhibition-overlay,
.home-section-tabs .workshop-overlay,
.home-section-tabs .festival-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
	opacity: 0;
	transition: all 0.3s ease;
	border-radius: 10px;
}

.home-section-tabs .exhibition-card:hover .exhibition-overlay,
.home-section-tabs .workshop-card:hover .workshop-overlay,
.home-section-tabs .festival-card:hover .festival-overlay {
	opacity: 1;
}

.home-section-tabs .overlay-content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	color: white;
}

.home-section-tabs .meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 5px;
	font-size: 14px;
}

.home-section-tabs .meta-item i {
	font-size: 16px;
}

/* ============================================
   PUBLICATION SECTION STYLES
   ============================================ */

.home-section-publication {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	position: relative;
	overflow: hidden;
	padding: 100px 0;
}

.home-section-publication::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.05"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.05"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
	pointer-events: none;
}

.publication-content {
	position: relative;
	z-index: 2;
}

.publication-content .el-smalltitle {
	color: var(--primary-color);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.publication-content h2 {
	color: var(--headings-color);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

.publication-content .lead {
	color: var(--body-color);
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.4;
}

.publication-description {
	margin-bottom: 30px;
}

.publication-description p {
	color: var(--body-color);
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 20px;
	text-align: justify;
}

.publication-meta {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 15px;
	padding: 20px;
	border-left: 4px solid var(--primary-color);
}

.publication-meta .meta-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 15px;
	color: var(--body-color);
}

.publication-meta .meta-item:last-child {
	margin-bottom: 0;
}

.publication-meta .meta-item i {
	color: var(--primary-color);
	font-size: 16px;
	margin-right: 10px;
	width: 20px;
	text-align: center;
}

.publication-cta {
	margin-top: 30px;
}

.publication-cta .btn {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: none;
	border-radius: 25px;
	padding: 15px 30px;
	font-weight: 600;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.publication-cta .btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s;
}

.publication-cta .btn:hover::before {
	left: 100%;
}

.publication-cta .btn:hover,
.publication-cta .btn:focus,
.publication-cta .btn:active {
	background: linear-gradient(135deg, #238f61 0%, var(--primary-color) 100%);
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(43, 139, 71, 0.4);
	color: white;
	text-decoration: none;
}

.publication-image-wrapper {
	position: relative;
	z-index: 2;
}

.publication-image-container {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.publication-image-container:hover {
	transform: translateY(-5px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.publication-image-container img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.publication-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(43, 139, 71, 0.8) 0%, rgba(35, 143, 97, 0.9) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease;
	border-radius: 20px;
}

.publication-image-container:hover .publication-overlay {
	opacity: 1;
}

.publication-overlay .overlay-content {
	text-align: center;
	color: white;
	padding: 20px;
}

.publication-overlay .overlay-content i {
	margin-bottom: 15px;
	animation: pulse 2s infinite;
}

.publication-overlay .overlay-content h4 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.publication-overlay .overlay-content p {
	font-size: 14px;
	opacity: 0.9;
	margin: 0;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

/* Responsive Design for Publication Section */
@media (max-width: 768px) {
	.home-section-publication {
		padding: 80px 0;
	}
	
	.publication-content h2 {
		font-size: 2rem;
		text-align: center;
	}
	
	.publication-content .lead {
		text-align: center;
		font-size: 1rem;
	}
	
	.publication-description p {
		font-size: 15px;
		text-align: left;
	}
	
	.publication-meta {
		margin: 20px 0;
		padding: 15px;
	}
	
	.publication-cta {
		text-align: center;
	}
	
	.publication-cta .btn {
		padding: 12px 25px;
		font-size: 15px;
	}
	
	.publication-image-container {
		margin-top: 30px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 576px) {
	.home-section-publication {
		padding: 60px 0;
	}
	
	.publication-content h2 {
		font-size: 1.75rem;
	}
	
	.publication-description p {
		font-size: 14px;
	}
	
	.publication-meta {
		padding: 12px;
	}
	
	.publication-meta .meta-item {
		font-size: 14px;
	}
	
	.publication-cta .btn {
		padding: 10px 20px;
		font-size: 14px;
		width: 100%;
		max-width: 300px;
	}
}

/* ========================================
   PHOTOWALK TAB FONT SIZE FIXES
   ======================================== */

/* Photowalk Stats Layout */
.photowalk-stats {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 1.5rem;
}

.photowalk-stats .stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 0.5rem 0.25rem;
}

.photowalk-stats .stat-number {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	line-height: 1.2;
	word-break: break-word;
}

.photowalk-stats .stat-label {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--body-color);
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile Responsive Photowalk Stats */
@media (max-width: 768px) {
	.photowalk-stats {
		flex-direction: column;
		gap: 0.75rem;
		margin-bottom: 1rem;
	}
	
	.photowalk-stats .stat-item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
		padding: 0.75rem;
		background: rgba(0, 0, 0, 0.02);
		border-radius: 8px;
		border-left: 3px solid var(--primary-color);
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.95rem;
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.75rem;
		margin-bottom: 0;
		font-weight: 600;
	}
}

@media (max-width: 576px) {
	.photowalk-stats {
		gap: 0.5rem;
		margin-bottom: 0.75rem;
	}
	
	.photowalk-stats .stat-item {
		padding: 0.6rem;
		border-radius: 6px;
	}
	
	.photowalk-stats .stat-number {
		font-size: 0.9rem;
	}
	
	.photowalk-stats .stat-label {
		font-size: 0.7rem;
	}
}

/* Third Eye Story Content Styling - REMOVED DUPLICATE */

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid #007bff;
	padding-bottom: 8px;
	display: inline-block;
}

.appointed-people {
	border-left: 4px solid #28a745;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(0,123,255,0.3);
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
}

/* Responsive adjustments for story content */
@media (max-width: 768px) {
	.story-content {
		padding: 1.5rem !important;
	}
	
	.story-section h4 {
		font-size: 1.2rem;
	}
	
	.appointed-people ul li {
		font-size: 1rem;
	}
	
	.photographer-info {
		padding: 1.5rem !important;
	}
	
	.photographer-info h4 {
		font-size: 1.3rem;
	}
}

/* Third Eye Story Content Styling - Updated to Match GBPS UI */
.story-content {
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	border: 1px solid #e9ecef;
	background: var(--white-color);
}

.story-section h4 {
	font-weight: 600;
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 8px;
	display: inline-block;
	color: var(--primary-color);
}

.appointed-people {
	border-left: 4px solid var(--primary-color);
	box-shadow: 0 2px 8px rgba(43, 139, 71, 0.1);
	background: rgba(43, 139, 71, 0.05);
}

.appointed-people h5 {
	color: var(--primary-color);
	font-weight: 600;
}

.appointed-people ul li {
	padding: 5px 0;
	font-size: 1.1rem;
	color: var(--headings-color);
}

.appointed-people ul li i {
	color: var(--primary-color);
}

.photographer-info {
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%);
	border: 1px solid var(--primary-color);
}

.photographer-info h4 {
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color: var(--white-color);
}

.photographer-info h5 {
	color: var(--extra-color1);
	font-weight: 500;
}

.photographer-details p {
	font-size: 1rem;
	opacity: 0.95;
	color: var(--white-color);
}

/* Custom GBPS Color Classes */
.gbps-heading {
	color: var(--primary-color) !important;
	font-weight: 600;
}

.gbps-icon {
	color: var(--primary-color) !important;
}

/* GBPS Gradient Background */
.gbps-gradient-bg {
	background: linear-gradient(135deg, var(--primary-color) 0%, #238f61 100%) !important;
	box-shadow: 0 4px 15px rgba(43, 139, 71, 0.3);
}

/* Annual Recognition Award Cards - Increased Height */
.award-card {
	min-height: 500px !important;
}

.award-card.photographer-award,
.award-card.member-award {
	min-height: 500px !important;
}

/* Ensure winner items have proper spacing */
.winner-item {
	min-height: 140px;
}

.winner-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Updated Winner Item Styling for Single Column Format */
.winner-item {
	min-height: 350px;
	padding: 15px;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #fafafa;
}

.winner-image {
	text-align: center;
}

.winner-info {
	text-align: center;
	padding: 15px 0;
}

.winner-info h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}

.winner-info p {
	margin-bottom: 8px;
}

.winner-info .badge {
	font-size: 0.9rem;
	padding: 6px 12px;
}

/* Full Height Images for Award Cards */
.winner-item {
	min-height: 450px !important;
}

.winner-image img {
	height: 320px !important;
	object-fit: cover;
	width: 100%;
}
