.dept-card,
.welcome-banner {
	overflow: hidden;
	position: relative
}

.welcome-banner {
	background: linear-gradient(135deg, var(--secondary-color) 0, #1a2540 100%);
	padding: 60px 0;
	text-align: center
}

.welcome-banner::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -20%;
	width: 600px;
	height: 600px;
	background: url('assets/images/shape/shape-17.png') center/contain no-repeat;
	opacity: .05;
	transform: rotate(15deg)
}

.welcome-banner .icon-box {
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, .1);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px
}

.card-header,
.dept-icon {
	display: flex;
	align-items: center
}

.welcome-banner .icon-box i {
	font-size: 36px;
	color: var(--theme-color)
}

.welcome-banner h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 15px
}

.welcome-banner p {
	color: rgba(255, 255, 255, .9);
	font-size: 18px;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.6
}

.departments-section {
	background: #f8f9fa
}

.dept-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
	transition: .3s
}

.dept-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 50px rgba(0, 0, 0, .12)
}

.card-accent {
	height: 4px;
	width: 100%
}

.accent-navy {
	background: var(--secondary-color)
}

.card-inner {
	padding: 0
}

.card-header {
	gap: 20px;
	padding: 10px 20px;
	background: linear-gradient(135deg, var(--secondary-color) 0, #1a2540 100%);
	position: relative
}

.dept-icon {
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, .15);
	border-radius: 12px;
	justify-content: center;
	flex-shrink: 0
}

.person-avatar,
.person-card {
	align-items: center;
	display: flex
}

.dept-icon i {
	font-size: 28px;
	color: #fff
}

.dept-title h3,
.person-avatar i {
	font-size: 24px;
	color: #fff
}

.dept-title h3 {
	font-weight: 700;
	margin-bottom: 5px
}

.contact-info span,
.person-details h4 {
	font-weight: 600;
	text-transform: uppercase
}

.dept-title .dept-subtitle {
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	margin: 0
}

.card-body {
	padding: 40px
}

.contact-item,
.person-card {
	padding: 5px;
	transition: .3s
}

.person-card {
	gap: 20px;
	background: #f8f9fa;
	border-radius: 12px;
	margin-bottom: 20px
}

.person-card:hover {
	background: #f0f1f3;
	transform: translateX(5px)
}

.person-avatar {
	width: 60px;
	height: 60px;
	background: var(--secondary-color);
	border-radius: 50%;
	justify-content: center;
	flex-shrink: 0
}

.person-details h4 {
	font-size: 14px;
	color: var(--text-muted);
	letter-spacing: .5px;
	margin-bottom: 5px
}

.person-details .person-name {
	font-size: 18px;
	font-weight: 700;
	color: var(--title-color);
	margin-bottom: 5px
}

.officer-item p,
.person-details .person-address {
	font-size: 14px;
	color: var(--text-color);
	display: flex;
	align-items: center;
	gap: 8px
}

.contact-info a:hover,
.person-details .person-address i {
	color: var(--secondary-color)
}

.contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 20px;
	margin-top: 20px
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 15px;
	background: #f8f9fa;
	border-radius: 10px
}

.contact-item:hover {
	background: #f0f1f3;
	transform: translateY(-2px)
}

.contact-icon {
	width: 45px;
	height: 45px;
	background: var(--orange-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.contact-icon i {
	font-size: 18px;
	color: #fff
}

.contact-info {
	flex: 1
}

.contact-info span {
	display: block;
	font-size: 14px;
	color: var(--text-muted);
	margin-bottom: 3px
}

.contact-info a,
.contact-info strong {
	font-size: 15px;
	color: var(--title-color);
	font-weight: 700;
	text-decoration: none
}

.secretary-box {
	margin-top: 30px;
	padding: 20px;
	background: linear-gradient(135deg, var(--theme-color) 0, #c41e21 100%);
	border-radius: 12px;
	color: #fff
}

.secretary-box h5 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	opacity: .9;
	color: #555
}

.secretary-box .name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	color: var(--text-color)
}

.officers-box h5,
.secretary-box .phone,
.sub-dept-box h5 {
	font-size: 14px;
	color: var(--text-color);
	display: flex;
	gap: 10px
}

.secretary-box .phone {
	font-weight: 600;
	align-items: center
}

.secretary-box .phone i {
	opacity: .8
}

.officers-box,
.sub-dept-box {
	background: #f8f9fa;
	padding: 25px;
	border-radius: 12px;
	height: 100%
}

.officers-box h5,
.sub-dept-box h5 {
	font-weight: 700;
	margin-bottom: 20px;
	align-items: center
}

.officers-box h5 i,
.sub-dept-box h5 i {
	color: var(--orange-color)
}

.officer-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0
}

.officer-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}

.officer-item h6 {
	font-size: 14px;
	font-weight: 600;
	color: var(--dark-blue-color);
	margin-bottom: 5px
}

.officer-item .name {
	font-size: 15px;
	font-weight: 700;
	color: #555;
	margin-bottom: 5px
}

.officer-item p i {
	color: var(--secondary-color);
	width: 16px
}

.officer-item p a {
	color: #555;
	text-decoration: none;
	font-weight: 600
}

.officer-item p a:hover {
	text-decoration: underline
}

.mt_20 {
	margin-top: 20px
}

@media (max-width:991px) {
	.card-header {
		padding: 25px 30px
	}

	.card-body {
		padding: 30px
	}

	.dept-title h3 {
		font-size: 20px
	}

	.contact-grid {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (max-width:768px) {
	.welcome-banner {
		padding: 40px 0
	}

	.card-body,
	.card-header {
		padding: 25px 20px
	}

	.welcome-banner h2 {
		font-size: 28px
	}

	.welcome-banner p {
		font-size: 14px
	}

	.card-header {
		flex-direction: column;
		text-align: center
	}

	.person-card {
		flex-direction: column;
		text-align: center
	}

	.contact-grid {
		grid-template-columns: 1fr
	}

	.sub-dept-box {
		margin-bottom: 20px
	}
}

@media (max-width:480px) {
	.dept-title h3 {
		font-size: 18px
	}

	.person-details .person-name {
		font-size: 14px
	}

	.contact-item {
		padding: 12px
	}
}
/* Page Title Backgrounds */
#tf-page-title .bg-layer {
    background-image: url(../images/background/innerbanner02.webp);
}

#tf-page-title .pattern-1 {
    background-image: url(../images/shape/shape-18.png);
}

#tf-page-title .pattern-2 {
    background-image: url(../images/shape/shape-17.png);
}