.deposit-card,
.deposit-header,
.deposits-section {
	position: relative
}

.service-style-two .tab-btn-box {
	margin-top: -25px !important
}

.deposit-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: var(--shadow-md);
	margin-bottom: 30px
}

.deposit-header {
	background: linear-gradient(90deg, var(--theme-color), var(--secondary-color));
	padding: 22px 35px
}

.deposit-header h3 {
	color: var(--text-color);
	font-size: 28px;
	line-height: 38px;
	font-weight: 700
}

.deposit-table td,
.deposit-table th {
	line-height: 28px;
	border: 1px solid #e5e5e5;
	text-align: center;
	position: relative
}

.deposit-body {
	position: relative;
	padding: 35px
}

.deposit-table {
	width: 100%;
	border-collapse: collapse
}

.deposit-table thead {
	background: #f3f6fa
}

.deposit-table th {
	font-size: 18px;
	color: var(--title-color);
	font-weight: 700;
	padding: 18px 20px;
	font-family: var(--title-font)
}

.deposit-table td {
	font-size: 16px;
	color: var(--text-color);
	padding: 16px 20px;
	font-weight: 500
}

.deposit-table tbody tr:hover {
	background: #fafafa
}

.deposit-info-box {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-top: 30px;
	background: rgba(220, 20, 60, .08);
	border-left: 5px solid var(--theme-color);
	padding: 22px 25px;
	border-radius: 12px
}

.deposit-info-box i {
	color: var(--theme-color);
	font-size: 22px;
	margin-top: 4px
}

.deposit-info-box p,
.deposit-info-box span {
	color: var(--title-color);
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	margin: 0
}

.deposit-insurance {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 35px;
	box-shadow: var(--shadow-sm);
	border-top: 4px solid var(--secondary-color)
}

.deposit-insurance p {
	font-size: 18px;
	line-height: 36px;
	color: var(--text-color);
	text-align: justify;
	font-weight: 500
}

@media only screen and (max-width:767px) {
	.deposit-tab-btn .tab-btn {
		width: 100%;
		text-align: center;
		padding: 15px 20px
	}

	.deposit-header {
		padding: 18px 20px
	}

	.deposit-header h3 {
		font-size: 22px;
		line-height: 32px
	}

	.deposit-body {
		padding: 20px
	}

	.deposit-table td,
	.deposit-table th {
		font-size: 14px;
		padding: 12px
	}

	.deposit-info-box {
		padding: 18px
	}

	.deposit-info-box p,
	.deposit-info-box span {
		font-size: 15px;
		line-height: 28px
	}

	.deposit-insurance {
		padding: 25px 20px
	}

	.deposit-insurance p {
		font-size: 16px;
		line-height: 30px
	}
}

/* === Forms Page Title Backgrounds === */
#tf-page-title .bg-layer {
	background-image: url(../images/background/innerbanner09.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);
}