.single-banner {
    display: flex;
}
.mb-30 {
    margin-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}
.single-banner .banner-img {
    margin-right: 12px;
    margin-top: 4px;
}

.single-banner .banner-img {
    flex: 0 0 32px;
    margin-top: 4px;
}

.single-banner .banner-text {
	flex: 1;
}

.single-banner .banner-text h4 {
    color: #222;
    font-family: "Rufina", 'Salsa', cursive;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.single-banner .banner-text p {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.banner-img-2 {
    position: relative;
}

.banner-img-2 a {
    border-radius: 3px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-img-2 a img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}

.banner-img-2:hover a img {
    transform: scale(1.1);
}

.banner-shadow-hover {
    position: relative;
}

.banner-shadow-hover::before {
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease-in 0s;
}

.banner-shadow-hover:hover::before {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7) inset;
    transition: all 300ms ease-in 0s;
}

.banner-area-5 .banner-text {
    left: 5%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.banner-area-5 .banner-text h3 {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.banner-area-5 .banner-text h2 {
    color: #fff;
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-right: -218px;
    text-transform: uppercase;
    font-weight: 400;
}

/* ============================================
   Book Categories Section - Modern Grid Layout Design
   ============================================ */

.academic-categories-section {
	background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 50%, #f5f7fa 100%);
	padding: 20px 0;
	position: relative;
	overflow: hidden;
}

.academic-categories-section::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(5, 114, 213, 0.05) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

.academic-categories-section::after {
	content: '';
	position: absolute;
	bottom: -30%;
	left: -10%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(0, 210, 255, 0.05) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

/* .academic-categories-section .section-head {
	margin-bottom: 70px;
	position: relative;
	z-index: 1;
} */

.academic-categories-section .title {
	font-family: 'Salsa', cursive;
	font-size: 30px;
	font-weight: 500;
	color: #1a1a1a;
	/* margin-bottom: 20px; */
	text-align: center;
	position: relative;
	display: block;
	letter-spacing: -1px;
	line-height: 1.2;
}

/* .academic-categories-section .title::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 6px;
	background: linear-gradient(90deg, #0572d5, #0572d5);
	border-radius: 3px;
} */

/* Catalogue Title Styling */
.catalogue-title-wrapper {
	position: relative;
	display: inline-block;
}

.catalogue-main-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	/* margin-bottom: 15px !important; */
}

.catalogue-text {
	font-family: 'Salsa', cursive;
	font-size: 48px;
	font-weight: 500;
	color: #333333;
	letter-spacing: -0.5px;
	position: relative;
}

.catalogue-highlight {
	font-family: 'Salsa', cursive;
	font-size: 52px;
	font-weight: 900;
	background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	letter-spacing: -1px;
	position: relative;
	text-shadow: 0 2px 10px rgba(5, 114, 213, 0.2);
	display: inline-block;
}

.catalogue-underline {
	width: 120px;
	height: 5px;
	background: linear-gradient(90deg, #0572d5, #0572d5);
	border-radius: 3px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 2px 8px rgba(5, 114, 213, 0.3);
}

.catalogue-underline::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 140px;
	height: 7px;
	background: linear-gradient(90deg, transparent, rgba(5, 114, 213, 0.2), transparent);
	border-radius: 3px;
}

.catalogue-subtitle {
	font-size: 18px;
	color: #666666;
	font-weight: 400;
	text-align: center;
	line-height: 1.6;
}

.academic-categories-section .text-muted {
	font-size: 18px;
	color: #666666;
	margin-top: 15px;
	font-weight: 400;
	text-align: center;
	line-height: 1.6;
}

.academic-category-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 0;
	text-align: left;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
	border: none;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 30px;
}

.academic-category-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(90deg, #0572d5, #0572d5);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s ease;
	z-index: 2;
}

.academic-category-card:hover::before {
	transform: scaleX(1);
}

.academic-category-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 30px rgba(5, 114, 213, 0.18);
}

.category-card-header {
	padding: 35px 30px 25px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 20px;
	background: linear-gradient(135deg, rgba(5, 114, 213, 0.02) 0%, rgba(0, 210, 255, 0.02) 100%);
}

.academic-category-card:hover .category-card-header {
	background: linear-gradient(135deg, rgba(5, 114, 213, 0.05) 0%, rgba(0, 210, 255, 0.05) 100%);
}

.category-icon-wrapper {
	width: 70px;
	height: 70px;
	flex-shrink: 0;
	/* background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%); */
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	position: relative;
	box-shadow: 0 4px 15px rgba(5, 114, 213, 0.25);
}

.academic-category-card:hover .category-icon-wrapper {
	transform: scale(1.1) rotate(-5deg);
	box-shadow: 0 8px 25px rgba(5, 114, 213, 0.35);
}

.category-icon-wrapper i {
	font-size: 1.8rem;
	color: #ffffff;
	transition: all 0.5s ease;
	z-index: 1;
	position: relative;
}

.category-title-wrapper {
	flex: 1;
}

.category-title {
	font-family: 'Salsa', cursive;
	font-size: 20px;
	font-weight: 500;
	color: #1a1a1a;
	margin: 0 0 8px 0;
	transition: all 0.4s ease;
	line-height: 1.3;
	letter-spacing: -0.3px;
}

.academic-category-card:hover .category-title {
	color: #0572d5;
	transform: translateX(5px);
}

.category-card-body {
	flex: 1;
	padding: 0 30px 25px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.category-description {
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
	font-weight: 400;
	transition: color 0.3s ease;
}

.academic-category-card:hover .category-description {
	color: #555555;
}

.category-card-footer {
	padding: 0 30px 30px;
	margin-top: auto;
	position: relative;
	z-index: 1;
}

.btn-read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	background: transparent;
	color: #0572d5;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.4s ease;
	border: 2px solid #0572d5;
	position: relative;
	overflow: hidden;
}

.btn-read-more::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
	transition: width 0.4s ease;
	z-index: 0;
}

.btn-read-more:hover::before {
	width: 100%;
}

.btn-read-more:hover {
	color: #ffffff;
	border-color: #0572d5;
	transform: translateX(5px);
	box-shadow: 0 6px 20px rgba(5, 114, 213, 0.3);
}

.btn-read-more span {
	position: relative;
	z-index: 1;
}

.btn-read-more i {
	transition: transform 0.4s ease;
	margin-left: 10px;
	position: relative;
	z-index: 1;
	font-size: 12px;
}

.btn-read-more:hover i {
	transform: translateX(6px);
}

/* More Categories Button */
.btn-more-categories {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px 35px;
	background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
	color: #ffffff;
	border: none;
	border-radius: 30px;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	box-shadow: 0 6px 20px rgba(5, 114, 213, 0.3);
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

.btn-more-categories::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.6s ease;
}

.btn-more-categories:hover::before {
	left: 100%;
}

.btn-more-categories:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(5, 114, 213, 0.4);
	background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
	color: #ffffff;
	text-decoration: none;
}

.btn-more-categories span {
	position: relative;
	z-index: 1;
}

.btn-more-categories i {
	transition: transform 0.4s ease;
	position: relative;
	z-index: 1;
	font-size: 14px;
}

.btn-more-categories:hover i {
	transform: translateX(6px);
}

/* Modern Catalogue Card Design - Full Image Box with Text Below */
.catalogue-card-modern {
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	cursor: pointer;
}

.catalogue-card-modern::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(5, 114, 213, 0.05) 0%, rgba(0, 210, 255, 0.05) 100%);
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: 1;
}

.catalogue-card-modern:hover::before {
	opacity: 1;
}

.catalogue-card-modern:hover {
	/* transform: translateY(-10px); */
	box-shadow: 0 15px 40px rgba(5, 114, 213, 0.25);
}

/* Full Box Image */
/* Full Box Image */
.catalogue-image-box {
	width: 100%;
	/* height: 220px; Removed fixed height */
	aspect-ratio: 1/1; /* Square aspect ratio */
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
	z-index: 2;
}

.catalogue-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(5, 114, 213, 0.1) 0%, rgba(0, 210, 255, 0.1) 100%);
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: 2;
}

.catalogue-card-modern:hover .catalogue-image-overlay {
	opacity: 1;
}

.catalogue-main-image {
	width: 100%;
	/* height: 100%; */
	object-fit: contain; /* Full image visible */
	/* transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1); */
	position: relative;
	z-index: 1;
}

.catalogue-card-modern:hover .catalogue-main-image {
	/* transform: scale(1.15) rotate(2deg); */
}

.catalogue-placeholder-icon {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
	position: relative;
	z-index: 1;
}

.catalogue-placeholder-icon i {
	font-size: 4rem;
	color: #ffffff;
	transition: transform 0.5s ease;
}

.catalogue-card-modern:hover .catalogue-placeholder-icon i {
	transform: scale(1.2) rotate(-10deg);
}

.catalogue-image-shine {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
	transform: rotate(45deg);
	transition: all 0.8s ease;
	z-index: 3;
	opacity: 0;
}

.catalogue-card-modern:hover .catalogue-image-shine {
	opacity: 1;
	top: 50%;
	left: 50%;
}

/* Text Content Below */
.catalogue-content-box {
	padding: 25px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
	background: #ffffff;
}

.catalogue-card-title {
	font-family: 'Salsa', cursive;
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
	margin: 0 0 12px 0;
	line-height: 1.3;
	transition: color 0.4s ease;
	letter-spacing: -0.3px;
}

.catalogue-card-modern:hover .catalogue-card-title {
	color: #0572d5;
}

.catalogue-card-description {
	color: #666666;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 20px 0;
	font-weight: 400;
	transition: color 0.3s ease;
	flex: 1;
}

.catalogue-card-modern:hover .catalogue-card-description {
	color: #555555;
}

.catalogue-card-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 24px;
	background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
	color: #ffffff;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	position: relative;
	overflow: hidden;
	margin-top: auto;
	box-shadow: 0 4px 15px rgba(5, 114, 213, 0.3);
}

.catalogue-card-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transition: left 0.6s ease;
}

.catalogue-card-link:hover::before {
	left: 100%;
}

.catalogue-card-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(5, 114, 213, 0.4);
	color:#000;
	background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
}

.catalogue-card-link span {
	position: relative;
	z-index: 1;
}

.catalogue-card-link i {
	position: relative;
	z-index: 1;
	transition: transform 0.4s ease;
	font-size: 12px;
}

.catalogue-card-link:hover i {
	transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991px) {
	.academic-categories-section {
		padding: 50px 0;
	}
	.catalogue-card-title {
		font-size: 20px;
	}
	
	.academic-categories-section .section-head {
		margin-bottom: 15px;
	}
	
	.academic-categories-section .title {
		font-size: 36px;
	}
	
	.catalogue-text {
		font-size: 36px;
	}
	
	.catalogue-highlight {
		font-size: 40px;
	}
	
	.catalogue-underline {
		width: 100px;
		height: 4px;
	}
	
	.academic-category-card {
		padding: 30px 25px;
		margin-bottom: 25px;
	}
	
	.category-icon-wrapper {
		width: 90px;
		height: 90px;
		margin-bottom: 22px;
	}
	
	.category-icon-wrapper i {
		font-size: 2.2rem;
	}
	
	.category-title {
		font-size: 19px;
	}
}

@media (max-width: 767px) {
	.academic-categories-section {
		padding: 50px 0;
	}
	
	.academic-categories-section .section-head {
		margin-bottom: 15px;
	}
	
	.academic-categories-section .title {
		font-size: 30px;
	}
	
	.catalogue-text {
		font-size: 28px;
	}
	
	.catalogue-highlight {
		font-size: 32px;
	}
	
	.catalogue-underline {
		width: 80px;
		height: 3px;
	}
	
	.catalogue-subtitle {
		font-size: 16px;
	}
	
	.catalogue-content-box {
		padding: 20px 18px;
	}
	
	.catalogue-card-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.catalogue-card-description {
		font-size: 13px;
		margin-bottom: 15px;
	}
	
	.catalogue-card-link {
		padding: 10px 20px;
		font-size: 13px;
	}
	
	.catalogue-placeholder-icon i {
		font-size: 3rem;
	}
	
	.academic-category-card {
		padding: 28px 22px;
		margin-bottom: 20px;
	}
	
	.category-icon-wrapper {
		width: 80px;
		height: 80px;
		margin-bottom: 20px;
	}
	
	.category-icon-wrapper i {
		font-size: 2rem;
	}
	
	.category-title {
		font-size: 18px;
	}
	
	.category-description {
		font-size: 14px;
	}
	
	.btn-read-more {
		padding: 11px 26px;
		font-size: 13px;
	}
	
	.btn-more-categories {
		padding: 12px 30px;
		font-size: 15px;
	}
}

@media (max-width: 575px) {
	.academic-categories-section {
		padding: 25px 0;
	}
	
	.catalogue-card-title {
		font-size: 17px;
	}
	
	.catalogue-card-description {
		font-size: 12px;
	}
	
	.catalogue-card-link {
		padding: 9px 18px;
		font-size: 12px;
	}
	
	.catalogue-placeholder-icon i {
		font-size: 2.5rem;
	}

	
	.academic-categories-section .title {
		font-size: 26px;
	}
	
	.academic-category-card {
		padding: 25px 20px;
		margin-bottom: 20px;
	}
	
	.category-icon-wrapper {
		width: 75px;
		height: 75px;
		margin-bottom: 18px;
	}
	
	.category-icon-wrapper i {
		font-size: 1.9rem;
	}
	
	.category-title {
		font-size: 17px;
	}
	
	.category-description {
		font-size: 13px;
	}
	
	.btn-read-more {
		padding: 10px 24px;
		font-size: 12px;
	}
	
	.btn-more-categories {
		padding: 11px 26px;
		font-size: 14px;
	}
}
/* Events & Gallery Styles */
.events-gallery {
	background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
	padding: 80px 0;
	position: relative;
}
.events-gallery::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #e0e0e0, transparent);
}
.events-gallery .events-panel,
.events-gallery .gallery-panel {
	background: #ffffff;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
	border: 1px solid #f0f0f0;
	transition: all 0.3s ease;
	height: 100%;
}
.events-gallery .events-panel:hover,
.events-gallery .gallery-panel:hover {
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
}
.events-gallery .title {
	font-size: 28px;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 15px;
}
.events-gallery .title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 4px;
	background: linear-gradient(90deg, #0572d5, #0572d5);
	border-radius: 2px;
}
.events-gallery .event-range-badge {
	background: #f0f4ff;
	color: #0572d5;
	padding: 6px 16px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 13px;
	border: 1px solid #e0e8ff;
}
.events-gallery .event-highlight {
	background: #ffffff;
	border-radius: 20px;
	padding: 0;
	height: 100%;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	transition: all 0.3s ease;
}
.events-gallery .event-highlight:hover {
	border-color: transparent;
	box-shadow: 0 15px 40px rgba(5, 114, 213, 0.2);
	transform: translateY(-5px);
}
.events-gallery .event-highlight .event-image-wrapper {
	position: relative;
	width: 100%;
	height: 160px;
	overflow: hidden;
}
.events-gallery .event-highlight img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	margin-bottom: 0;
	transition: transform 0.5s ease;
	display: block;
}
.events-gallery .event-highlight:hover img {
	transform: scale(1.08);
}
.events-gallery .event-highlight .event-date-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
	color: #fff;
	padding: 10px 18px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
	z-index: 10;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
}
.events-gallery .event-highlight:hover .event-date-badge {
	transform: scale(1.05);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}
.events-gallery .event-highlight .event-content {
	padding: 25px;
}
.events-gallery .event-highlight h4 {
	font-size: 20px;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 12px;
	line-height: 1.4;
}
.events-gallery .event-highlight .text-secondary {
	color: #666;
	font-size: 14px;
}
.events-gallery .event-highlight .text-primary {
	color: #0572d5;
}
.events-gallery .event-highlight .btn-primary {
	background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
	border: none;
	border-radius: 8px;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.3s ease;
	margin-top: 15px;
}
.events-gallery .event-highlight .btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(5, 114, 213, 0.3);
}
.events-gallery .event-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.events-gallery .event-item {
	display: flex;
	gap: 10px;
	padding: 10px;
	background: #ffffff;
	border-radius: 10px;
	border-left: 4px solid #0572d5;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease;
	cursor: pointer;
}
.events-gallery .event-item:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transform: translateX(5px);
	border-left-color: #0572d5;
}
.events-gallery .event-item-date {
	background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
	border-radius: 10px;
	padding: 10px 14px;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	color: #fff;
	min-width: 75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(5, 114, 213, 0.25);
}
.events-gallery .event-item-date span {
	display: block;
	line-height: 1.3;
	opacity: 0.95;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.events-gallery .event-item-date strong {
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin: 4px 0;
}
.events-gallery .event-item h6 {
	font-size: 15px;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 6px;
	line-height: 1.5;
}
.events-gallery .event-item:hover h6 {
	color: #0572d5;
}
.events-gallery .event-item .text-muted {
	color: #888;
	font-size: 13px;
}
.events-gallery .event-mini-card {
	display: flex;
	gap: 15px;
	background: #fff;
	border-radius: 18px;
	padding: 15px;
	border: 1px solid #edf2ff;
	box-shadow: 0 15px 25px rgba(15, 23, 42, 0.08);
}
.events-gallery .event-mini-thumb {
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);
}
.events-gallery .gallery-preview {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 360px;
	min-height: 360px;
	background: #1a1a1a;
	border: 1px solid #e0e0e0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.events-gallery .gallery-preview img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.events-gallery .gallery-preview img.active {
	opacity: 1;
	position: absolute;
}
.events-gallery .gallery-index {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(10px);
	color: #fff;
	padding: 8px 16px;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 500;
	z-index: 10;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.events-gallery .gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
	color: #fff;
	padding: 25px;
	font-weight: 500;
	font-size: 18px;
	z-index: 10;
}
.events-gallery .gallery-controls {
	display: flex;
	gap: 8px;
}
.events-gallery .gallery-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid #e0e0e0;
	background: #ffffff;
	color: #0572d5;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	font-size: 14px;
	cursor: pointer;
}
.events-gallery .gallery-btn:hover {
	background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
	color: #fff;
	border-color: #0572d5;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(5, 114, 213, 0.3);
}
.events-gallery .gallery-btn:active {
	transform: translateY(-1px);
}
@media (max-width: 991px) {
	.events-gallery {
		padding: 60px 0;
	}
	.events-gallery .events-panel,
	.events-gallery .gallery-panel {
		padding: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.events-gallery {
		padding: 50px 0;
	}
	.events-gallery .events-panel,
	.events-gallery .gallery-panel {
		padding: 25px;
	}
	.events-gallery .title {
		font-size: 24px;
	}
	.events-gallery .event-highlight .event-image-wrapper {
		height: 280px;
	}
	.events-gallery .gallery-preview {
		height: 280px;
		min-height: 280px;
	}
	.events-gallery .event-item {
		padding: 15px;
	}
}
@media (max-width: 575px) {
	.events-gallery {
		padding: 40px 0;
	}
	.events-gallery .events-panel,
	.events-gallery .gallery-panel {
		padding: 20px;
		border-radius: 16px;
	}
	.events-gallery .title {
		font-size: 22px;
	}
	.events-gallery .event-highlight .event-image-wrapper {
		height: 240px;
	}
	.events-gallery .gallery-preview {
		height: 240px;
		min-height: 240px;
	}
	.events-gallery .event-item {
		flex-direction: column;
		text-align: center;
	}
	.events-gallery .event-item-date {
		width: 100%;
		max-width: 120px;
		margin: 0 auto;
	}
}

/* Footer Styles */
.footer-top a:hover {
	color: #007bff;
	transition: color 0.3s ease;
}

/* Footer Bottom - Enhanced Design */
.footer-bottom {
	background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
	padding: 18px 0;
	border-top: 1px solid #e8e8e8;
	position: relative;
}
/* .footer-bottom::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #0572d5, transparent);
} */
.footer-bottom .container {
	position: relative;
}
.footer-bottom .row {
	align-items: center;
}
.footer-copyright,
.footer-developer {
	color: #666;
	font-size: 13px;
	margin: 0;
	font-weight: 500;
	line-height: 1.6;
}
.footer-developer {
	color: #555;
}
.footer-developer .developer-name {
	color: #0572d5;
	font-weight: 500;
	transition: color 0.3s ease;
}
.footer-developer:hover .developer-name {
	color: #0572d5;
}
.footer-social-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex-wrap: wrap;
}
.footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.footer-social-link:hover {
	background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
	color: #ffffff;
	border-color: #0572d5;
	transform: translateY(-3px);
	box-shadow: 0 6px 15px rgba(5, 114, 213, 0.3);
}
.footer-social-link i {
	transition: transform 0.3s ease;
}
.footer-social-link:hover i {
	transform: scale(1.1);
}

/* Footer Bottom Responsive */
@media (max-width: 991px) {
	.footer-bottom {
		padding: 20px 0;
	}
	.footer-bottom .row > div {
		text-align: center !important;
		margin-bottom: 15px;
	}
	.footer-bottom .row > div:last-child {
		margin-bottom: 0;
	}
	.footer-social-row {
		justify-content: center;
	}
}
@media (max-width: 575px) {
	.footer-bottom {
		padding: 18px 0;
	}
	.footer-copyright,
	.footer-developer {
		font-size: 12px;
	}
	.footer-social-link {
		width: 32px;
		height: 32px;
		font-size: 13px;
	}
	.footer-social-row {
		gap: 8px;
	}
}
.footer-social-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
}
.footer-social-label {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.footer-social-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: nowrap;
}
@media (max-width: 480px) {
	.footer-social-row {
		overflow-x: auto;
		padding-bottom: 4px;
	}
}
.footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	text-decoration: none;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	color: #333;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.footer-social-link:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 12px rgba(0,0,0,0.15);
}
.footer-cta-wrap .footer-cta-btn {
	display: inline-block;
	padding: 10px 20px;
	background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
	box-shadow: 0 2px 5px rgba(40,167,69,0.3);
}
.footer-bottom a[style*="background-color: #fff"]:hover {
	background-color: #f0f0f0 !important;
	transform: translateY(-2px);
	transition: all 0.3s ease;
}
.footer-bottom a[style*="background-color: #dc3545"]:hover {
	transform: scale(1.1);
	background-color: #c82333 !important;
}
.footer-bottom a[style*="linear-gradient"]:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(40,167,69,0.4) !important;
}
.header-nav .nav > li .sub-menu li {
	position: relative;
}
.header-nav .nav > li .sub-menu li .sub-menu {
	left: 100%;
	right: auto;
	top: 0;
	margin-left: 10px;
}
@media (max-width: 991px) {
	.header-nav .nav > li .sub-menu li .sub-menu {
		position: static;
		margin-left: 0;
	}
}
@media (max-width: 576px) {
	.footer-cta-wrap {
		text-align: center !important;
	}
	.footer-cta-wrap .footer-cta-btn {
		display: block;
		margin: 10px auto 0;
		width: 100%;
		max-width: 260px;
	}
}

/* ============================================
   Header Search Dropdown - Simple Native Dropdown
   ============================================ */
.header-info-bar .category-select,
.header-info-bar select.category-select {
	background: #ffffff !important;
	border: none !important;
	border-radius: 50px 0 0 50px !important;
	padding: 12px 50px 12px 25px !important;
	color: #333333 !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	min-width: 220px !important;
	width: 220px !important;
	cursor: pointer;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 20px center !important;
	background-color: #ffffff !important;
	transition: background-color 0.3s ease;
	height: 48px !important;
	line-height: 24px;
	z-index: 10;
	position: relative;
	transform: none !important;
}
.header-info-bar .category-select:focus,
.header-info-bar select.category-select:focus {
	outline: none !important;
	background-color: #f8f9fa !important;
	border-color: rgba(5, 114, 213, 0.3) !important;
	box-shadow: 0 0 0 3px rgba(5, 114, 213, 0.2) !important;
	transform: none !important;
}
.header-info-bar .category-select:hover,
.header-info-bar select.category-select:hover {
	background-color: #f8f9fa !important;
	transform: none !important;
}
.header-info-bar .category-select option,
.header-info-bar select.category-select option {
	background: #ffffff !important;
	color: #333333 !important;
	padding: 12px 20px !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	min-height: 40px !important;
	display: block !important;
}
.header-info-bar .category-select option:hover,
.header-info-bar select.category-select option:hover {
	background: #f0f0f0 !important;
}
.header-info-bar .category-select option:checked,
.header-info-bar select.category-select option:checked {
	background: linear-gradient(135deg, rgba(5, 114, 213, 0.15) 0%, rgba(0, 210, 255, 0.15) 100%) !important;
	color: #0572d5 !important;
	font-weight: 500 !important;
}

/* Simple Native Dropdown - No Plugin Needed */

/* Search Button - Different Color */
.header-info-bar .search-input .btn,
.header-info-bar .header-item-search .search-input .btn {
	background: linear-gradient(135deg, #0572d5 0%, #03539e 100%) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 0 50px 50px 0 !important;
	padding: 0 !important;
	width: 60px !important;
	height: 48px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 0.3s ease !important;
	box-shadow: 0 2px 8px rgba(5, 114, 213, 0.2) !important;
}

.header-info-bar .search-input .btn:hover,
.header-info-bar .header-item-search .search-input .btn:hover {
	background: linear-gradient(135deg, #03539e 0%, #023e75 100%) !important;
	box-shadow: 0 4px 12px rgba(5, 114, 213, 0.3) !important;
	transform: scale(1.05);
}

.header-info-bar .search-input .btn i,
.header-info-bar .header-item-search .search-input .btn i {
	color: #ffffff !important;
	font-size: 18px !important;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

/* Mobile Responsive */
@media (max-width: 991px) {
	.header-info-bar .category-select,
	.header-info-bar select.category-select {
		width: 100% !important;
		min-width: 100% !important;
		max-width: 100% !important;
		border-radius: 12px !important;
		margin-bottom: 10px;
	}
	
	.header-info-bar .search-input .btn,
	.header-info-bar .header-item-search .search-input .btn {
		border-radius: 0 25px 25px 0 !important;
		width: 55px !important;
		height: 45px !important;
	}
}


.book-viewer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.book-viewer-container {
	position: relative;
	width: 600px;
	height: 90%;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
}

.close-viewer {
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(0, 0, 0, 0.6);
	border: none;
	font-size: 32px;
	cursor: pointer;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	transition: background 0.3s;
	line-height: 1;
}

.close-viewer:hover {
	background: rgba(0, 0, 0, 0.8);
}

.book-viewer-content {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	/* padding: 20px; */
	background: #f5f5f5;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.book-viewer-content::-webkit-scrollbar {
	width: 12px;
}

.book-viewer-content::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 6px;
}

.book-viewer-content::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 6px;
}

.book-viewer-content::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.book-pages {
	display: flex;
	flex-direction: column;
	width: 100%;
	/* gap: 20px; */
	align-items: center;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.book-page {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	/* padding: 10px; */
	/* border-radius: 8px; */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-image {
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	pointer-events: auto;
	display: block;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}


/* Make the book image clickable */
.dz-media {
	cursor: pointer;
	transition: transform 0.3s;
	position: relative;
	overflow: hidden;
}

.dz-media:hover {
	transform: scale(1.05);
}

.dz-media img {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	pointer-events: auto;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

/* Book Preview Overlay */
.book-preview-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.preview-badge {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
	color: #fff;
	padding: 8px 20px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 500;
	z-index: 10;
	box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	animation: fadeInDown 0.5s ease;
	font-family: 'Salsa', 'Salsa', cursive;
}

.preview-badge i {
	font-size: 14px;
}

.preview-badge i.fa-arrow-down {
	animation: bounce 1.5s infinite;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

.book-preview-image {
	width: 100%;
	height: auto;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease;
}

.book-preview-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.book-preview-wrapper:hover .book-preview-overlay {
	opacity: 1;
}

.book-preview-wrapper:hover .book-preview-image {
	filter: blur(2px);
	transform: scale(1.05);
}

.preview-content {
	text-align: center;
	color: #fff;
	padding: 20px;
	background: rgba(220, 53, 69, 0.9);
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	animation: pulse 2s infinite;
}

.preview-content i.fa-book-open {
	font-size: 32px;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}

.preview-text {
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #fff;
	font-family: 'Salsa', 'Salsa', cursive;
}

.preview-arrow {
	font-size: 20px;
	display: block;
	animation: bounce 1.5s infinite;
	color: #fff;
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(5px);
	}
}

/* Mobile responsive */
@media (max-width: 768px) {
	.preview-badge {
		top: 10px;
		padding: 6px 15px;
		font-size: 12px;
		gap: 6px;
	}
	
	.preview-badge i {
		font-size: 12px;
	}
	
	.book-preview-overlay {
		opacity: 0.9;
	}
	
	.preview-content {
		padding: 15px;
	}
	
	.preview-content i.fa-book-open {
		font-size: 24px;
		margin-bottom: 8px;
	}
	
	.preview-text {
		font-size: 14px;
		margin-bottom: 6px;
	}
	
	.preview-arrow {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
    .site-header.style-1 .header-nav .search-input {
        display: flex;
        padding: 0 0px;
        margin-bottom: 0;
    }
	
}
/* ============================================
   Mobile Menu - Beautiful Design with Sub-Menus
   ============================================ */
@media (max-width: 991px) {
	/* Sticky Header */
	.sticky-header .main-bar{
		background: #0572d5 !important;
	}
	.input-group{
		margin-bottom: 0 !important;
	}
	.site-header.style-1 .sticky-header {
		background: #ffffff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	}
	
	.site-header.style-1 .sticky-header .main-bar {
		padding: 10px 15px 10px 0px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		min-height: 50px;
	}
	.header-nav .nav > li .mega-menu li a:after, .header-nav .nav > li .sub-menu li a:after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        width: auto;
        height: auto;
        background: 0 0 !important;
        top: 12px;
        color: #262f5a;
        font-size: 12px;
        position: absolute;
        left: 10px;
        font-weight: 500;
    }
	/* Logo and Toggler Alignment */
	.site-header.style-1 .sticky-header .main-bar .logo-header {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		height: auto !important;
		margin: 0;
		padding: 0;
	}
	
	.site-header.style-1 .sticky-header .main-bar .navbar-toggler {
		flex: 0 0 auto;
		order: 2;
		margin-left: auto;
		margin-right: 0;
	}
	
	.site-header.style-1 .sticky-header .logo-header img {
		filter: none;
		max-height: 40px;
		height: auto;
	}
	
	/* Navbar Toggler */
	.site-header.style-1 .sticky-header .navbar-toggler {
		border: 2px solid #0572d5;
		border-radius: 8px;
		padding: 8px 12px;
		background: #0572d5;
		position: relative;
		/* z-index: 1001; */
		margin: 0;
		float: right;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.site-header.style-1 .sticky-header .navbar-toggler.navicon {
		width: 45px;
		height: 45px;
		position: relative;
		background: #0572d5;
		box-shadow: 0 5px 15px -10px #0572d5;
	}
	
	.site-header.style-1 .sticky-header .navbar-toggler span {
		display: block !important;
		position: absolute;
		height: 2px;
		width: 22px;
		border-radius: 1px;
		opacity: 1;
		background: #ffffff !important;
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.25s ease-in-out;
	}
	
	/* Hamburger Icon - First Line */
	.site-header.style-1 .sticky-header .navbar-toggler span:nth-child(1) {
		top: 13px;
		width: 22px;
	}
	
	/* Hamburger Icon - Second Line */
	.site-header.style-1 .sticky-header .navbar-toggler span:nth-child(2) {
		top: 22px;
		width: 25px;
	}
	
	/* Hamburger Icon - Third Line */
	.site-header.style-1 .sticky-header .navbar-toggler span:nth-child(3) {
		top: 32px;
		width: 20px;
	}
	
	/* Close Icon - When Open */
	.site-header.style-1 .sticky-header .navbar-toggler.open span:nth-child(1),
	.site-header.style-1 .sticky-header .navbar-toggler:not(.collapsed) span:nth-child(1) {
		top: 23px !important;
		transform: translateX(-50%) rotate(135deg) !important;
		width: 23px !important;
	}
	
	.site-header.style-1 .sticky-header .navbar-toggler.open span:nth-child(2),
	.site-header.style-1 .sticky-header .navbar-toggler:not(.collapsed) span:nth-child(2) {
		opacity: 0 !important;
		left: -60px !important;
	}
	
	.site-header.style-1 .sticky-header .navbar-toggler.open span:nth-child(3),
	.site-header.style-1 .sticky-header .navbar-toggler:not(.collapsed) span:nth-child(3) {
		top: 23px !important;
		width: 23px !important;
		transform: translateX(-50%) rotate(-135deg) !important;
	}
	
	/* Hover Effect */
	.site-header.style-1 .sticky-header .navbar-toggler:hover {
		background: #008c44;
		border-color: #008c44;
		transform: scale(1.05);
	}
	
	/* Mobile Menu Container */
	.site-header.style-1 .sticky-header .header-nav {
		background: #ffffff;
		padding: 0;
		margin-top: 15px;
		border-radius: 12px;
		box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
		overflow: hidden;
		overflow-y: auto;
	}
	
	/* Logo in Menu */
	.site-header.style-1 .sticky-header .header-nav .logo-header {
		padding: 5px;
		text-align: center;
		border-bottom: 2px solid #f0f0f0;
		background: linear-gradient(135deg, #0572d5 0%, #6fc99c 100%);
	}
	
	.site-header.style-1 .sticky-header .header-nav .logo-header img {
		max-height: 45px;
	}
	
	/* Search in Menu */
	.site-header.style-1 .sticky-header .header-nav .search-input {
		margin: 5px;
		background: #f8f9fa;
		border-radius: 10px;
		/* padding: 5px; */
		border: 1px solid #e9ecef;
	}
	
	.site-header.style-1 .sticky-header .header-nav .search-input .form-control {
		padding: 10px 15px;
		font-size: 14px;
		border: none;
		background: transparent;
	}
	
	.site-header.style-1 .sticky-header .header-nav .search-input .btn {
		padding: 10px 15px;
		background: #0572d5;
		color: white;
		border-radius: 8px;
	}
	
	/* Main Menu Items */
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav {
		padding: 10px 0;
	}
	
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li {
		border-bottom: 1px solid #f0f0f0;
		position: relative;
	}
	
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li:last-child {
		border-bottom: none;
	}
	
	/* Menu Links */
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li > a {
		padding: 14px 20px;
		font-size: 15px !important;
		font-weight: 500 !important;
		font-family: 'Salsa', cursive !important;
		color: #1a1a1a !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
		transition: all 0.3s ease;
		position: relative;
		line-height: 1.4;
		text-transform: capitalize;
		letter-spacing: 0.3px;
	}
	
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li > a::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 4px;
		background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li > a:hover,
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li.active > a {
		background: linear-gradient(90deg, rgba(5, 114, 213, 0.08) 0%, transparent 100%);
		color: #0572d5;
		padding-left: 25px;
	}
	
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li > a:hover::before,
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li.active > a::before {
		opacity: 1;
	}
	
	/* Dropdown Arrow for Parent Items - Beautiful Button Style */
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li.sub-menu-down > a {
		position: relative;
		padding-right: 50px !important;
	}
	
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li.sub-menu-down > a::after {
		content: '\f107' !important;
		font-family: 'Font Awesome 5 Free' !important;
		font-weight: 900 !important;
		font-size: 14px !important;
		color: #ffffff !important;
		background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
		width: 32px !important;
		height: 32px !important;
		border-radius: 6px;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		position: absolute !important;
		right: 15px !important;
		top: 50% !important;
		transform: translateY(-50%);
		transition: all 0.3s ease;
		box-shadow: 0 2px 8px rgba(5, 114, 213, 0.3);
		visibility: visible !important;
		opacity: 1 !important;
		margin-left: 0;
		line-height: 1;
		pointer-events: none;
		cursor: pointer;
		z-index: 10;
	}
	
	/* Make the entire link clickable including icon area */
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li.sub-menu-down > a {
		cursor: pointer;
	}
	
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li.sub-menu-down > a:hover::after {
		background: linear-gradient(135deg, #008c44 0%, #a8952a 100%);
		box-shadow: 0 4px 12px rgba(5, 114, 213, 0.4);
		transform: translateY(-50%) scale(1.1);
	}
	
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li.sub-menu-down.open > a::after {
		transform: translateY(-50%) rotate(180deg) !important;
		background: linear-gradient(135deg, #008c44 0%, #a8952a 100%);
		box-shadow: 0 4px 12px rgba(5, 114, 213, 0.5);
	}
	
	/* Sub Menu Level 1 */
	.site-header.style-1 .sticky-header .header-nav .sub-menu {
		background: #f8f9fa;
		padding: 0 !important;
		margin: 0;
		max-height: 0 !important;
		overflow: hidden !important;
		transition: max-height 0.4s ease, padding 0.3s ease;
		border-top: 1px solid #e9ecef;
		display: block !important;
		visibility: hidden;
		opacity: 0;
	}
	
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li.open > .sub-menu {
		max-height: 2000px !important;
		padding: 8px 0 !important;
		visibility: visible !important;
		opacity: 1 !important;
		overflow: visible !important;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu li {
		border-bottom: 1px solid #e9ecef;
		position: relative;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu li:last-child {
		border-bottom: none;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu li a {
		padding: 11px 20px 11px 40px;
		font-size: 14px !important;
		font-weight: 500 !important;
		font-family: 'Salsa', cursive !important;
		color: #2a2a2a !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
		transition: all 0.3s ease;
		position: relative;
		line-height: 1.4;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu li a::before {
		content: '→';
		position: absolute;
		left: 20px;
		color: #0572d5;
		font-size: 12px;
		opacity: 0.5;
		transition: all 0.3s ease;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu li a:hover {
		background: linear-gradient(90deg, rgba(5, 114, 213, 0.1) 0%, transparent 100%);
		color: #0572d5;
		padding-left: 50px;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu li a:hover::before {
		opacity: 1;
		left: 30px;
	}
	
	/* Sub Menu Items with Children - Beautiful Button Style Icon */
	.site-header.style-1 .sticky-header .header-nav .sub-menu li > a {
		position: relative;
		padding-right: 50px !important;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu li > a i.fa-angle-right {
		font-size: 12px !important;
		color: #ffffff !important;
		background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
		width: 28px !important;
		height: 28px !important;
		border-radius: 5px;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		position: absolute !important;
		right: 15px !important;
		top: 50% !important;
		transform: translateY(-50%);
		transition: all 0.3s ease;
		box-shadow: 0 2px 6px rgba(5, 114, 213, 0.3);
		visibility: visible !important;
		opacity: 1 !important;
		margin-left: 0 !important;
		font-weight: 900 !important;
		line-height: 1;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu li > a:hover i.fa-angle-right {
		background: linear-gradient(135deg, #008c44 0%, #a8952a 100%);
		box-shadow: 0 3px 10px rgba(5, 114, 213, 0.4);
		transform: translateY(-50%) scale(1.1);
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu li.open > a i.fa-angle-right {
		transform: translateY(-50%) rotate(90deg) !important;
		background: linear-gradient(135deg, #008c44 0%, #a8952a 100%);
		box-shadow: 0 3px 10px rgba(5, 114, 213, 0.5);
	}
	
	/* Ensure all sub-menu items with children show icon */
	.site-header.style-1 .sticky-header .header-nav .sub-menu li.has-submenu > a i.fa-angle-right,
	.site-header.style-1 .sticky-header .header-nav .sub-menu li > a[href="javascript:void(0);"] i.fa-angle-right {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	
	/* Ensure sub-menu items with children show icon */
	.site-header.style-1 .sticky-header .header-nav .sub-menu li > a[href="javascript:void(0);"] i.fa-angle-right {
		display: inline-block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	
	/* Show icon for all items that have sub-menu (via JavaScript class) */
	.site-header.style-1 .sticky-header .header-nav .sub-menu li.has-submenu > a i.fa-angle-right {
		display: inline-block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	
	/* Sub Sub Menu Level 2 - Beautiful Design */
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu {
		background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
		margin: 0;
		border-top: 2px solid #e9ecef;
		border-left: 4px solid #0572d5;
		border-radius: 0 8px 8px 0;
		max-height: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
		visibility: hidden;
		opacity: 0;
		transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.3s ease;
		box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu li.open > .sub-menu {
		max-height: 2000px !important;
		padding: 6px 0 !important;
		visibility: visible !important;
		opacity: 1 !important;
		overflow: visible !important;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu li {
		border-bottom: 1px solid #e9ecef;
		position: relative;
		background: transparent;
		transition: all 0.3s ease;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu li:last-child {
		border-bottom: none;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu li:hover {
		background: rgba(5, 114, 213, 0.05);
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu li a {
		padding: 10px 20px 10px 55px;
		font-size: 13px !important;
		font-weight: 500 !important;
		font-family: 'Salsa', cursive !important;
		color: #444 !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		padding-right: 50px !important;
		line-height: 1.5;
		transition: all 0.3s ease;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu li a::before {
		content: '';
		position: absolute;
		left: 40px;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #0572d5;
		opacity: 0.6;
		transition: all 0.3s ease;
		top: 50%;
		transform: translateY(-50%);
	}
	
	/* Sub-sub menu items with children - Beautiful Icon */
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu li > a i.fa-angle-right {
		font-size: 11px !important;
		color: #ffffff !important;
		background: linear-gradient(135deg, #0572d5 0%, #0572d5 100%);
		width: 26px !important;
		height: 26px !important;
		border-radius: 5px;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		position: absolute !important;
		right: 15px !important;
		top: 50% !important;
		transform: translateY(-50%);
		transition: all 0.3s ease;
		box-shadow: 0 2px 6px rgba(5, 114, 213, 0.25);
		visibility: visible !important;
		opacity: 1 !important;
		font-weight: 900 !important;
		line-height: 1;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu li > a:hover i.fa-angle-right {
		background: linear-gradient(135deg, #008c44 0%, #a8952a 100%);
		box-shadow: 0 3px 10px rgba(5, 114, 213, 0.35);
		transform: translateY(-50%) scale(1.08);
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu li.open > a i.fa-angle-right {
		transform: translateY(-50%) rotate(90deg) !important;
		background: linear-gradient(135deg, #008c44 0%, #a8952a 100%);
		box-shadow: 0 3px 10px rgba(5, 114, 213, 0.4);
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu li a:hover {
		padding-left: 60px;
		background: linear-gradient(90deg, rgba(5, 114, 213, 0.08) 0%, transparent 100%);
		color: #0572d5;
		font-weight: 500;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu li a:hover::before {
		opacity: 1;
		left: 45px;
		width: 8px;
		height: 8px;
		background: #0572d5;
	}
	
	/* Sub Sub Sub Menu Level 3 - Beautiful Design */
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu .sub-menu {
		background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
		border-left: 4px solid #0572d5;
		border-radius: 0 8px 8px 0;
		max-height: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
		visibility: hidden;
		opacity: 0;
		transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.3s ease;
		box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.05);
		margin-left: 10px;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu li.open > .sub-menu {
		max-height: 2000px !important;
		padding: 5px 0 !important;
		visibility: visible !important;
		opacity: 1 !important;
		overflow: visible !important;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu .sub-menu li {
		border-bottom: 1px solid #e0e0e0;
		position: relative;
		background: transparent;
		transition: all 0.3s ease;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu .sub-menu li:last-child {
		border-bottom: none;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu .sub-menu li:hover {
		background: rgba(0, 210, 255, 0.08);
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu .sub-menu li a {
		padding: 9px 20px 9px 75px;
		font-size: 12px !important;
		font-weight: 500 !important;
		font-family: 'Salsa', cursive !important;
		color: #555 !important;
		display: block;
		line-height: 1.5;
		transition: all 0.3s ease;
		position: relative;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu .sub-menu li a::before {
		content: '';
		position: absolute;
		left: 60px;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #0572d5;
		opacity: 0.7;
		transition: all 0.3s ease;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu .sub-menu li a:hover {
		padding-left: 80px;
		background: linear-gradient(90deg, rgba(0, 210, 255, 0.12) 0%, transparent 100%);
		color: #0572d5;
		font-weight: 500;
	}
	
	.site-header.style-1 .sticky-header .header-nav .sub-menu .sub-menu .sub-menu li a:hover::before {
		opacity: 1;
		left: 65px;
		width: 7px;
		height: 7px;
		background: #0572d5;
	}
	
	/* Social Icons */
	.site-header.style-1 .sticky-header .header-nav .dz-social-icon {
		margin-top: 20px;
		padding: 20px;
		border-top: 2px solid #f0f0f0;
		background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
	}
	
	.site-header.style-1 .sticky-header .header-nav .dz-social-icon ul {
		display: flex;
		justify-content: center;
		gap: 10px;
	}
	
	.site-header.style-1 .sticky-header .header-nav .dz-social-icon ul li a {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #00A652;
		color: #ffffff;
		border-radius: 50%;
		transition: all 0.3s ease;
		font-size: 16px;
	}
	
	.site-header.style-1 .sticky-header .header-nav .dz-social-icon ul li a:hover {
		background: #0572d5;
		transform: translateY(-3px);
		box-shadow: 0 5px 15px rgba(5, 114, 213, 0.3);
	}
}

/* Mobile Menu Toggle JavaScript Support */
@media (max-width: 991px) {
	.site-header.style-1 .sticky-header .header-nav .nav.navbar-nav > li.sub-menu-down > a {
		cursor: pointer;
	}
}

/* ============================================
   Banner Area Mobile - Beautiful Collapsible Design
   ============================================ */

/* Mobile Toggle Button - Hidden on Desktop */
.banner-mobile-toggle {
	display: none;
}

/* Banner Content Wrapper */
.banner-content-wrapper {
	transition: all 0.3s ease;
}

/* Mobile Styles */
@media (max-width: 991px) {
	/* Show Toggle Button on Mobile */
	.banner-mobile-toggle {
		display: block;
		margin-bottom: 15px;
	}
	
	/* Toggle Button Styling */
	.banner-toggle-btn {
		width: 100%;
		background: linear-gradient(135deg, #00A652 0%, #0572d5 100%);
		color: #ffffff;
		border: none;
		border-radius: 12px;
		padding: 14px 20px;
		font-size: 16px;
		font-weight: 500;
		font-family: 'Salsa', cursive;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-shadow: 0 4px 15px rgba(5, 114, 213, 0.3);
		transition: all 0.3s ease;
		position: relative;
		overflow: hidden;
	}
	
	.banner-toggle-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;
	}
	
	.banner-toggle-btn:hover::before {
		left: 100%;
	}
	
	.banner-toggle-btn:hover {
		transform: translateY(-2px);
		box-shadow: 0 6px 20px rgba(5, 114, 213, 0.4);
	}
	
	.banner-toggle-btn:active {
		transform: translateY(0);
	}
	
	.banner-toggle-btn i.fa-info-circle {
		font-size: 20px;
		margin-right: 10px;
		animation: pulse 2s infinite;
	}
	
	.banner-toggle-btn .toggle-text {
		flex: 1;
		text-align: left;
		font-family: 'Salsa', cursive;
	}
	
	.banner-toggle-btn .toggle-icon {
		font-size: 14px;
		transition: transform 0.3s ease;
	}
	
	.banner-toggle-btn.active .toggle-icon {
		transform: rotate(180deg);
	}
	
	/* Banner Content - Collapsed by Default on Mobile */
	.banner-content-wrapper {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
		padding: 0;
	}
	
	.banner-content-wrapper.active {
		max-height: 2000px;
		opacity: 1;
		padding: 15px 0;
	}
	
	/* Single Banner Mobile Styling */
	.banner-area .single-banner {
		background: #ffffff;
		border-radius: 12px;
		padding: 15px;
		margin-bottom: 15px;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
		transition: all 0.3s ease;
		border: 1px solid #f0f0f0;
		display: flex;
		align-items: center;
	}
	
	.banner-area .single-banner:hover {
		box-shadow: 0 4px 20px rgba(5, 114, 213, 0.15);
		transform: translateY(-3px);
		border-color: #00A652;
	}
	
	.banner-area .single-banner .banner-img {
		flex: 0 0 50px;
		margin-right: 15px;
		margin-top: 0;
	}
	
	.banner-area .single-banner .banner-img img {
		width: 50px;
		height: 50px;
		object-fit: contain;
		border-radius: 8px;
		transition: transform 0.3s ease;
	}
	
	.banner-area .single-banner:hover .banner-img img {
		transform: scale(1.1);
	}
	
	.banner-area .single-banner .banner-text {
		flex: 1;
	}
	
	.banner-area .single-banner .banner-text h4 {
		font-size: 15px;
		font-weight: 500;
		font-family: 'Salsa', cursive;
		color: #222;
		margin-bottom: 5px;
		line-height: 1.3;
	}
	
	.banner-area .single-banner .banner-text p {
		font-size: 13px;
		font-family: 'Salsa', cursive;
		color: #666;
		margin-bottom: 0;
		line-height: 1.4;
	}
	
	/* Animation for Pulse Effect */
	@keyframes pulse {
		0%, 100% {
			opacity: 1;
			transform: scale(1);
		}
		50% {
			opacity: 0.8;
			transform: scale(1.05);
		}
	}
}

/* Extra Small Devices (e.g., iPhone SE) */
@media (max-width: 575px) {
	.banner-toggle-btn {
		padding: 12px 18px;
		font-size: 15px;
	}
	
	.banner-toggle-btn i.fa-info-circle {
		font-size: 18px;
		margin-right: 8px;
	}
	
	.banner-area .single-banner {
		padding: 12px;
		margin-bottom: 12px;
	}
	
	.banner-area .single-banner .banner-img {
		flex: 0 0 45px;
		margin-right: 12px;
	}
	
	.banner-area .single-banner .banner-img img {
		width: 45px;
		height: 45px;
	}
	
	.banner-area .single-banner .banner-text h4 {
		font-size: 14px;
	}
	
	.banner-area .single-banner .banner-text p {
		font-size: 12px;
	}
}

.pt-10{
	padding-top: 10px;
}
.mb-10{
	margin-bottom: 10px;
}

/* Slider Image - Show Full Image Without Cropping */
/* Slider Image - Show Full Image */
.hero-simple .hero-simple-card {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

/* ============================================
   Global Typography Adjustments
   ============================================ */
body {
    font-size: 13px !important;
}
h1 { font-size: 2.2rem !important; }
h2 { font-size: 1.8rem !important; }
h3 { font-size: 1.5rem !important; }
h4 { font-size: 1.3rem !important; }
h5 { font-size: 1.1rem !important; }
h6 { font-size: 0.9rem !important; }

/* ============================================
   Footer Styles
   ============================================ */
.site-footer {
    background-color: #fff;
}

.footer-top {
    padding: 50px 0;
    background-color: #f0f7ff; /* Very light blue */
}

.footer-bottom {
    background-color: #ffffff;
    border-top: 1px solid #eee;
    padding: 10px 0 !important;
}

.footer-title {
    color: #0572d5;
    font-weight: 500;
    /* margin-bottom: 20px; */
    position: relative;
    /* padding-bottom: 10px; */
}
/* .footer-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #0572d5;
} */

.footer-links li {
    margin-bottom: 10px;
    list-style: none;
}

.footer-links li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #0572d5;
    padding-left: 5px;
}

.footer-copyright {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
}

.footer-developer {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
}

.developer-name {
    font-weight: bold;
    color: #000;
}

.footer-social-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: #f0f0f0;
    color: #0572d5;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.footer-social-link:hover {
    background: #0572d5;
    color: #fff;
    transform: translateY(-3px);
}

.footer-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #0572d5 0%, #03539e 100%) !important;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
    margin-left: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 15px rgba(5, 114, 213, 0.3);
    border: none;
    transition: all 0.3s ease;
    font-size: 14px;
	cursor: pointer;
}

.footer-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(5, 114, 213, 0.4);
    color: #fff;
}

/* ============================================
   Topbar (Service Banner) Styles
   ============================================ */
.banner-text h4 {
    font-size: 14px !important;
    margin-bottom: 2px !important;
    font-weight: 500 !important;
}

.banner-text p {
    font-size: 12px !important;
    line-height: 1.3 !important;
    color: #666;
    margin-bottom: 0 !important;
}

.single-banner {
    display: flex;
    align-items: center;
}

.banner-img {
    margin-right: 15px;
    width: 40px; /* Constrain image width if needed */
}
.banner-img img {
    width: 100%;
}

.hero-simple .hero-simple-card:after {
    display: none !important;
}

/* ============================================
   Chairman Message Section - Modern Redesign
   ============================================ */
/* Chairman Message Section - Modern Redesign */
.chairman-section-modern {
    background-color: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.chairman-section-modern .section-subtitle {
    display: inline-block;
    color: #0572d5;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-size: 14px;
    position: relative;
    padding-left: 45px;
}

.chairman-section-modern .section-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 3px;
    background: linear-gradient(90deg, #0572d5, #0572d5);
    border-radius: 10px;
}

.chairman-section-modern .chairman-title {
    color: #1a1a1a;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
    font-family: 'Salsa', sans-serif;
}

.chairman-section-modern .chairman-description {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
    opacity: 1;
    text-align: justify;
}

.chairman-section-modern .chairman-image-box {
    position: relative;
    z-index: 1;
    padding: 0;
    max-width: 350px; /* Smaller image size */
    margin: 0 auto; /* Center the image */
}

/* Decorative Background Blob */
.chairman-section-modern .chairman-image-box::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    background: linear-gradient(135deg, rgba(5, 114, 213, 0.1) 0%, rgba(0, 210, 255, 0.1) 100%);
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: blob-bounce 5s infinite ease-in-out alternate;
}

.chairman-section-modern .chairman-image-box::after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 60%;
    height: 60%;
    border-right: 5px solid rgba(5, 114, 213, 0.2);
    border-bottom: 5px solid rgba(5, 114, 213, 0.2);
    z-index: -1;
    border-radius: 0 0 30px 0;
}

@keyframes blob-bounce {
    0% { transform: translate(0, 0) scale(1); border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
    100% { transform: translate(10px, -10px) scale(1.05); border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; }
}

.chairman-section-modern .chairman-img {
    border-radius: 20px;
    /* box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    background: #fff; */
    padding: 0; /* Remove internal padding */
    width: 100%;
    display: block;
	height: 350px;
    /* border: 5px solid #fff;  */
}

.chairman-section-modern .btn-modern {
    background: #000000;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid #000000;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.chairman-section-modern .btn-modern:hover {
    background: #0572d5;
    border-color: #0572d5;
    color: #ffffff;
}

/* Pagination Styling */
.pagination.style-1 {
    display: flex !important;
    justify-content: center !important;
    gap: 2px !important;
    list-style: none;
    padding: 0;
    /* margin: 20px 0; */
}

.pagination.style-1 .page-item {
    margin: 0;
}

.pagination.style-1 .page-item .page-link {
    width: 25px !important;
    height: 30px !important;
    line-height: 42px !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #333 !important;
    background: #f4f4f4 !important;
    border: 1px solid #eee !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.pagination.style-1 .page-item .page-link:hover {
    background: #0572d5 !important;
    color: #fff !important;
    border-color: #0572d5 !important;
    transform: translateY(-2px);
}

.pagination.style-1 .page-item.active .page-link {
    background: #0572d5 !important;
    color: #fff !important;
    border-color: #0572d5 !important;
    box-shadow: 0 4px 12px rgba(5, 114, 213, 0.35) !important;
}

.pagination.style-1 .page-item .page-link.prev,
.pagination.style-1 .page-item .page-link.next {
    width: auto !important;
    padding: 0 20px !important;
    min-width: 80px;
}

.pagination.style-1 .page-item.disabled .page-link {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    background: #f9f9f9 !important;
}

.page-text {
    color: #777;
    font-size: 14px;
    font-weight: 500;
}

/* Custom Slider Styles */
.hero-simple-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: transparent !important;
    border: 2px solid #ff403e !important;
    opacity: 1 !important;
    margin: 0 5px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
}

.hero-simple-pagination .swiper-pagination-bullet-active {
    width: 40px !important;
    background: #ff403e !important;
    border-radius: 6px !important;
}

/* Force full width for slider using robust breakout */
.page-content {
    overflow-x: clip !important; /* Allow breakout but clip at 100vw of body */
    overflow-y: visible !important;
}

.hero-simple {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #f8f9fa;
}

.hero-simple-inner {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-simple-swiper {
    width: 100% !important;
    height: 100% !important;
    /* min-height: 500px; */
    position: relative !important;
    overflow: hidden !important;
}

.hero-simple-card {
    width: 100% !important;
    height: 600px !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 0 !important;
    position: relative;
    left: 0 !important; 
}

/* Pagination visibility fixes */
.hero-simple-pagination {
    position: relative !important; /* Changed from absolute */
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    margin-top: -30px !important;
    margin-bottom: 5px !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: auto !important;
    padding: 10px 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
}


.hero-simple-pagination .swiper-pagination-bullet {
    pointer-events: auto !important;
    width: 12px !important;
    height: 12px !important;
    background: transparent !important; /* Transparent center for inactive */
    border: 2px solid #0572d5 !important; /* Site Blue */
    opacity: 1 !important;
    margin: 0 8px !important;
    border-radius: 50% !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
    transform: scale(1);
}

.hero-simple-pagination .swiper-pagination-bullet-active {
    width: 40px !important;
    background: #0572d5 !important; /* Site Blue */
    border-radius: 10px !important;
    border-color: #0572d5 !important;
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .page-content {
        overflow: hidden !important; 
    }
    .hero-simple {
        margin-left: -15px !important; 
        margin-right: -15px !important;
        width: calc(100% + 30px) !important;
        left: 0 !important;
        right: 0 !important;
        padding-bottom: 0 !important; /* Remove bottom padding */
    }
    .hero-simple-card {
        height: auto !important;
        min-height: 0 !important;
        padding-bottom: 0 !important;
        background-image: none !important;
    }
    .hero-simple .hero-simple-content {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 100% !important;
        padding: 20px !important;
        text-align: center !important;
        z-index: 5 !important;
    }
    .hero-simple .hero-simple-content h2 {
        font-size: 24px !important;
        margin-bottom: 5px !important;
    }
    .hero-simple .hero-simple-content p {
        font-size: 14px !important;
        margin-bottom: 10px !important;
        line-height: 1.4 !important;
    }
    .hero-simple .hero-simple-content .label {
        font-size: 12px !important;
        margin-bottom: 5px !important;
        letter-spacing: 2px !important;
    }
    
    /* Adjust pagination for mobile */
    .hero-simple-pagination {
        margin-top: -30px !important; 
        margin-bottom: 0 !important;
        position: relative !important;
        z-index: 10 !important;
    }
    
    /* Fix Mobile Menu Issues */
    .header-nav.navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 300px;
        z-index: 99999;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        display: block !important; /* Ensure it's not hidden by default display:none */
    }
    
    .header-nav.navbar-collapse.show {
        transform: translateX(0);
    }
    
    .navbar-toggler.collapsed ~ .header-nav.navbar-collapse {
         transform: translateX(-100%);
    }

    .navbar-toggler:not(.collapsed) ~ .header-nav.navbar-collapse {
        transform: translateX(0);
    }
}

@media (max-width: 575px) {
    /* No additional height overrides needed as height is auto */
    .hero-simple .hero-simple-content h2 {
        font-size: 20px !important;
    }
    
    /* Book List Grid - 2 Column Layout */
    .book-grid-row {
        margin-left: -5px;
        margin-right: -5px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .book-grid-row .col-book {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    
    .book-grid-row .col-book .custom-book-box .dz-content {
        padding: 10px 5px;
    }
    
    .book-grid-row .col-book .custom-book-box .title {
        font-size: 14px;
        line-height: 1.3;
        height: 36px; /* Limit to 2 lines approximately */
        overflow: hidden;
    }
    
    .book-grid-row .col-book .custom-book-box .price {
        font-size: 14px;
    }
    
    .book-grid-row .col-book .custom-book-box .btn {
        padding: 5px 10px;
        font-size: 12px;
    }
    
    /* Mobile Pagination Fix */
    .pagination .page-link {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 1.25;
    }
    
    .pagination .page-item {
        margin: 0 2px;
    }
    
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Custom Book Box Modifications */
.custom-book-box {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: block;
    text-decoration: none; 
}

.custom-book-box:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: #0b6efd;
}

/* Fixed Image Box */
.fixed-image-box {
    width: 100%;
    /* height: 280px;  */
    overflow: hidden;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    position: relative;
    border: 1px solid #f0f0f0;
}

.fixed-image-box img {
    width: 100%;
    height: 100%;
}

.custom-book-box:hover .fixed-image-box img {
    transform: none; 
}

.isbn-display {
    display: inline-block;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    transition: all 0.3s ease;
	margin-bottom: 10px;
}

.custom-book-box:hover .isbn-display {
    color: #0b6efd;
    border-top-color: #00a652;
}

.custom-book-box .title {
    font-size: 15px !important;
    line-height: 1.4;
    color: #000; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	padding: 0 8px;
	text-align: center;
	margin-bottom: 0px;
	min-height: 40px;
}

.custom-book-box:hover .title {
    color: #0b6efd;
}

/* Hover Effects for Book List Page */
.col-book .custom-book-box .book-footer {
    display: none; /* Hidden by default */
    margin-top: 10px;
}

/* On hover, hide details */
.col-book .custom-book-box:hover .title,
.col-book .custom-book-box:hover .isbn-container,
.col-book .custom-book-box:hover .dz-tags {
    display: none;
}

/* On hover, show footer */
.col-book .custom-book-box:hover .book-footer {
    display: flex;
    justify-content: center;
	gap: 5px;
    align-items: center;
    animation: fadeIn 0.3s ease-in-out;
}

/* Resize Button */
.col-book .custom-book-box .book-footer .btn {
    padding: 5px 10px;
    font-size: 12px;
    min-width: auto;
    height: auto;
    line-height: normal;
}

.col-book .custom-book-box .book-footer .price {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* SweetAlert Toast Customization */
.swal-toast-popup {
    font-size: 1rem !important;
}
.swal-toast-title {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}
div:where(.swal2-container) div:where(.swal2-toast) {
    box-shadow: 0 0 10px rgba(0,0,0,0.1) !important;
    border: 1px solid #eee !important;
    z-index: 99999 !important;
}
div:where(.swal2-container) {
    z-index: 99999 !important;
}
div:where(.swal2-icon) {
    width: 2em !important;
    height: 2em !important;
    margin: 0 .5em 0 0 !important;
}
.swal2-icon .swal2-success-line-tip, 
.swal2-icon .swal2-success-line-long {
    height: 4px !important;
}

/* Cart Dropdown Hover Effect */
.header-right .nav-item {
    position: relative;
}

.header-right .nav-item:hover .cart-list {
    display: block;
    top: 100%;
    right: 0;
    margin-top: 0;
    animation: fadeIn 0.3s ease;
}

/* Ensure other dropdowns (like profile) also work if needed, or stick to just cart */
.header-right .nav-item:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Cart List Scrollbar */
.cart-items-scroll {
    max-height: 300px; /* Reduced height for items only */
    overflow-y: auto;
    padding: 0;
    list-style: none;
    margin: 0;
}

/* Custom Scrollbar for Webkit */
.cart-items-scroll {
    scrollbar-width: thin;
    scrollbar-color: #0572d5 #f0f0f0;
}

.cart-items-scroll::-webkit-scrollbar {
    width: 6px;
}
.cart-items-scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.cart-items-scroll::-webkit-scrollbar-thumb {
    background-color: #0572d5;
    border-radius: 6px;
}

/* Cart Dropdown Wrapper */
.cart-list {
    padding: 0; 
    overflow: hidden; /* Prevent outer scroll */
    min-width: 300px;
}

/* Profile Info Text Color Fix */
.profile-info .title {
	color: #fff !important;
}
.profile-info span {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* ============================================
   Academic Books Section - Iteration 3 (Simple & Clean)
   ============================================ */
.academic-book-card {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    /* padding: 30px 20px; */
    transition: all 0.3s ease;
    /* height: 100%; */
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
}

/* Removed gradient ::before pseudo-element */

.academic-book-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-color: #0572d5;
}

.academic-book-image-wrapper {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}



.academic-book-image {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}

.academic-book-badge {
    display: none; 
}

.academic-book-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.academic-book-title {
    font-family: 'Salsa', cursive;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.academic-book-card:hover .academic-book-title {
    color: #0572d5;
}

.academic-book-footer {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 5px;
}

.academic-book-action-btn {
    padding: 8px 24px;
    border-radius: 5px; /* Simpler radius */
    background: transparent;
    border: 1px solid #0572d5;
    color: #0572d5;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.academic-book-card:hover .academic-book-action-btn {
    background: #0572d5;
    color: #ffffff;
}

.academic-book-action-btn i {
    transition: transform 0.3s ease;
}

.academic-book-card:hover .academic-book-action-btn i {
    transform: translateX(4px);
}

.academic-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    color: #ccc;
}
.academic-book-card:hover .academic-placeholder {
    color: #0572d5;
}

/* ============================================
   Sister Concerns (Clients) Section - Clean & Bold (No Gradients)
   ============================================ */
.sister-concerns-section {
    padding: 30px 0;
    position: relative;
    background: #ffffff;
}

.sister-section-title {
    font-family: 'Salsa', cursive;
    font-size: 42px;
    font-weight: 800;
    color: #222;
    position: relative;
    display: inline-block;
}

/* Unique "Picture Frame" Design */
.sister-concern-card {
    background: #ffffff;
    border-radius: 6px; /* Slightly softer than 5px */
    padding: 15px; 
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    border: 1px solid #eef2f6; /* Very subtle border initially */
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02); /* Minimal shadow */
}

/* Hover Interaction: Elegant highlight */
.sister-concern-card:hover {
    border-color: #0572d5;
    box-shadow: 0 10px 25px rgba(5, 114, 213, 0.15); /* Colored shadow for premium feeel */
    background: #ffffff;
}

.sister-concern-card img {
    max-width: 90%;
    max-height: 80px; /* Adjusted for 120px height */
    object-fit: contain;
    transition: all 0.4s ease;
    filter: grayscale(100%);
    opacity: 0.8;
}

.sister-concern-card:hover img {
    transform: scale(1.08);
    filter: grayscale(0%);
    opacity: 1;
}

/* Optional: A simple accent dot (Solid Color) */
.sister-concern-card::after {
    content: '';
    position: absolute;
    bottom: 15px;
    width: 6px;
    height: 6px;
    background: #0572d5; /* Solid Blue */
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(10px);
}

.sister-concern-card:hover::after {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   Partners Section - Clean & Connected
   ============================================ */
.partners-section {
    padding: 30px 0;
    position: relative;
    background: #f4f6f9; /* Contrast background */
    border-top: 1px solid #e9ecef;
}

.partner-section-title {
    font-family: 'Salsa', cursive;
    font-size: 28px;
    font-weight: 700;
    color: #555;
    letter-spacing: 0.5px;
}

.partner-logo-box {
    background: transparent;
    border: 2px dashed #d1d9e6; /* Dashed border for "connected" feel */
    border-radius: 50%; /* Circular */
    width: 150px; /* Increased from 130px */
    height: 150px; /* Increased from 130px */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    padding: 25px; /* Increased padding slightly */
    background: #fff;
    cursor: pointer;
}

.partner-logo-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.partner-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Clarity: No grayscale, full opacity */
    filter: none;
    opacity: 1;
    transition: all 0.4s ease;
}

.partner-logo-box:hover {
    border-style: solid;
    border-color: #0572d5;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.partner-logo-box:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: rotate(-5deg); /* Counter-rotate to keep logo straight */
}

/* Swiper Alignment */
.client-swiper .swiper-wrapper {
    align-items: center;
    padding-bottom: 30px; /* Space for shadows/hover */
    justify-content: center;
	gap: 10px;
}

/* Skeleton Loader */
.skeleton {
    position: relative;
    background: #e0e0e0;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    min-height: 200px; /* Approximate book height */
    border-radius: 4px;
    overflow: hidden;
}

/* Logo overlay on skeleton */
.skeleton::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.5;
}

/* Hide the image while skeleton is active (loading) */
.skeleton img {
    opacity: 0;
    visibility: hidden;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.book-card-skeleton {
    display: none; 
}

.loading .book-card-skeleton {
    display: block;
}

.loading .book-card-content {
    display: none;
}

/* Book List 4 Columns on Large Screens */
@media only screen and (min-width: 1200px) {
    .book-grid-row .col-book.style-2 {
        width: 25%;
    }
}

/* ============================================
   Sister Concerns Section - Premium Redesign
   ============================================ */
.sister-concerns-premium {
    padding: 30px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.sister-title-wrapper {
    position: relative;
    width: 100%;
}

.sister-main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 0;
}

.sister-text {
    font-family: 'Salsa', cursive;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
}

.sister-highlight {
    font-family: 'Salsa', cursive;
    font-size: 30px;
    font-weight: 900;
    background: linear-gradient(135deg, #0572d5 0%, #00d2ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(5, 114, 213, 0.1);
}

.sister-underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #0572d5, #00d2ff);
    border-radius: 2px;
    margin: 15px auto 0;
    box-shadow: 0 2px 8px rgba(5, 114, 213, 0.2);
}

.sister-grid {
    margin-top: 20px;
}

.sister-card-modern {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}



.sister-logo-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.4s ease;
}

/* .sister-card-modern:hover .sister-logo-box {
    transform: scale(1.05);
} */

.sister-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* filter: grayscale(100%); */
	border: 2px dashed #d1d9e6;
    border-radius: 8px;
    filter: none;
    opacity: 1;
    transition: all 0.4s ease;
}

.sister-card-modern:hover .sister-logo-box img {

    border-style: solid;
    border-color: #0572d5;
}

.sister-name {
    font-family: 'Salsa', cursive;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.sister-card-modern:hover .sister-name {
    color: #0572d5;
}

.sister-link {
    text-decoration: none;
    display: block;
    width: 100%;
}

.sister-card-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
    transform: rotate(45deg);
    transition: all 0.8s ease;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.sister-card-modern:hover .sister-card-shine {
    opacity: 1;
    top: 50%;
    left: 50%;
}

/* Mini version for swiper */
.sister-card-modern.mini {
    padding: 20px;
    border-radius: 12px;
}

.sister-card-modern.mini .sister-logo-box {
    height: 100px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .sister-concerns-premium {
        padding: 20px 0;
    }
    .sister-text { font-size: 32px; }
    .sister-highlight { font-size: 36px; }
    .sister-logo-box { height: 150px; }
    .sister-name { font-size: 20px; }
}

@media (max-width: 767px) {
    .sister-concerns-premium {
        padding: 20px 0;
    }
    .sister-text { font-size: 28px; }
    .sister-highlight { font-size: 32px; }
    .sister-logo-box { height: 120px; }
    .sister-name { font-size: 18px; }
}

/* Premium Team Section */
.directors-section-premium {
    /* background: linear-gradient(180deg, #ffffff 0%, #f0f4f8 100%); */
    position: relative;
    overflow: hidden;	
}

.premium-title {
    font-family: 'Salsa', cursive !important;
    font-size: 2rem !important;
    font-weight: 500 !important;
}

.premium-separator {
    width: 80px;
    height: 6px;
    background: linear-gradient(90deg, #0572d5, #00d2ff);
    border-radius: 3px;
}

.premium-subtitle {
    font-size: 1.1rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
}

/* Category Buttons Premium */
.team-buttons-container {
    padding: 20px 0;
}

.team-category-premium-btn {
    position: relative;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(5, 114, 213, 0.1);
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    z-index: 1;
}

.team-category-premium-btn:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(5, 114, 213, 0.15);
    color: #fff !important;
    background: #0572d5 !important;
    border-color: #0572d5 !important;
}

.team-category-premium-btn.active {
    background: #0572d5 !important;
    color: #fff !important;
    border-color: #0572d5;
    /* box-shadow: 0 15px 30px rgba(5, 114, 213, 0.2); */
    transform: translateY(-2px);
}

.rich-text-content {
    color: #444;
    line-height: 1.8;
    font-size: 1rem;
}

.rich-text-content p {
    margin-bottom: 1rem;
}

.rich-text-content ul, .rich-text-content ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.rich-text-content h1, .rich-text-content h2, .rich-text-content h3, .rich-text-content h4, .rich-text-content h5 {
    color: #1a1a1a;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.team-modal-glass .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.member-modal-image-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
}

.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
    z-index: -1;
}

.team-category-premium-btn:hover .btn-shine {
    left: 100%;
}

.btn-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
    z-index: -2;
}

.team-category-premium-btn:hover .btn-glow {
    transform: translate(-50%, -50%) scale(1);
}

/* Glass Modal */
.team-modal-glass .glass-content {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 40px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.modal-header-accent {
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 6px;
    background: linear-gradient(90deg, #0572d5, #00d2ff, #00d2ff);
    border-radius: 0 0 12px 12px;
}

.custom-modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0572d5;
    font-size: 1.4rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1000;
}

.custom-modal-close:hover {
    background: #00d2ff;
    color: #fff;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 12px 30px rgba(178, 31, 31, 0.3);
}

.btn-close-modern {
    padding: 12px 35px;
    background: #0572d5;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-close-modern:hover {
    background: #00d2ff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(178, 31, 31, 0.2);
}

/* Member Card Glass Design */
.member-card-glass {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgb(235 233 233 / 60%);
    border-radius: 15px;
    padding: 10px 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.member-card-glass:hover {
    background: #ffffff;
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.member-image-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto 10px;
}

.image-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 8px;
    background: linear-gradient(135deg, #0572d5, #00d2ff, #00d2ff);
    transition: all 0.6s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.member-img-fluid {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    border: 4px solid #fff;
    transition: all 0.6s ease;
}

.member-card-glass:hover .image-inner {
    transform: rotate(360deg);
}

.member-overlay-glass {
    position: absolute;
    inset: 0;
    background: rgba(5, 114, 213, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8) rotate(-45deg);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.member-card-glass:hover .member-overlay-glass {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.minimal-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #0572d5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.minimal-icon:hover {
    background: #00d2ff;
    color: #fff;
    transform: scale(1.15);
}

.member-details-minimal {
    flex: 1;
}

.member-name-premium {
    font-size: 1.4rem;
    font-weight: 800;
    color: #000;
    /* margin-bottom: 8px; */
}

.member-designation-premium {
    font-size: 0.95rem;
    color: #666;
    font-weight: 600;
    background: #f8f9fa;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.member-link-accent {
    width: 40px;
    height: 4px;
    background: linear-gradient(90deg, #0572d5, #00d2ff);
    margin: 20px auto 0;
    border-radius: 10px;
    transition: width 0.4s ease;
}

.member-card-glass:hover .member-link-accent {
    width: 80px;
}

@media (max-width: 768px) {
    .premium-title { font-size: 2.5rem !important; }
    .member-image-wrapper { width: 130px; height: 130px; }
    .team-category-premium-btn {
    color: #000 !important; padding: 12px 30px; font-size: 1rem; }
}

/* Custom Animation to replace WOW.js inside modals */
.fade-in-up-custom {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUpCustom 0.6s ease forwards;
}

@keyframes fadeInUpCustom {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Unique Design Elements: Background Blobs */
.team-bg-blob {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(5, 114, 213, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    filter: blur(40px);
    pointer-events: none;
}

.blob-1 { top: -100px; left: -100px; animation: floatBlob 15s infinite alternate; }
.blob-2 { bottom: -150px; right: -100px; animation: floatBlob 20s infinite alternate-reverse; background: radial-gradient(circle, rgba(0, 210, 255, 0.08) 0%, transparent 70%); }
.blob-3 { top: 20%; right: 15%; width: 250px; height: 250px; animation: floatBlob 12s infinite linear; opacity: 0.5; }

@keyframes floatBlob {
    0% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -50px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
    100% { transform: translate(0, 0) scale(1); }
}

/* Unique Button Refinements */
.team-category-premium-btn {
    border: 2px solid rgba(0, 0, 0, 0.05) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(15px) !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* .team-category-premium-btn:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    transform: translateY(-10px) rotate(-1deg) scale(1.05) !important;
} */

.team-category-premium-btn .btn-text {
    transition: color 0.3s ease;
}

.team-category-premium-btn:hover .btn-text {
    color: #fff !important;
}

/* Premium Separator Upgrade */
.premium-separator {
    background: linear-gradient(90deg, #000 0%, #0572d5 50%, #000 100%) !important;
    width: 120px !important;
    height: 4px !important;
    position: relative;
    overflow: hidden;
}

.premium-separator::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
    animation: shine-separator 3s infinite;
}

@keyframes shine-separator {
    to { left: 200%; }
}

/* Member Card Glass Upgrade */
.member-card-glass {
    border-bottom: 5px solid #0572d5 !important;
}

.member-card-glass:hover {
    border-bottom-color: #000 !important;
}

/* Add border radius and box shadow to all book cards */
.custom-book-box, .books-card, .academic-book-card, .catalogue-card-modern, .catalogue-book-card { border-radius: 4px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; background-color: #fff; } .custom-book-box:hover, .books-card:hover, .academic-book-card:hover, .catalogue-card-modern:hover, .catalogue-book-card:hover { box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12); }
