.tamadec-page .entry-header {
	display: none;
}

.tamadec-hero {
	background: #ecf2f6 url("../img/wp-content/uploads/2024/05/banner-01-bg-01.jpg") center/cover no-repeat;
	padding: 110px 0 95px;
	position: relative;
	overflow: hidden;
}

.tamadec-hero h1 {
	color: #151515;
	font-family: "Sora", sans-serif;
	font-size: 68px;
	line-height: 1.08;
	margin-bottom: 22px;
}

.tamadec-hero p {
	color: #253477;
	font-size: 20px;
	max-width: 650px;
}

.tamadec-hero-img {
	max-height: 520px;
	object-fit: contain;
	width: 100%;
}

.tamadec-section {
	padding: 90px 0;
}

.tamadec-section-soft {
	background: #ecf2f6;
}

.tamadec-subtitle {
	color: #1c71d5;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.tamadec-title {
	color: #151515;
	font-family: "Sora", sans-serif;
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 22px;
}

.tamadec-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 35px rgba(37, 52, 119, .08);
	height: 100%;
	padding: 28px;
}

.tamadec-product-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 35px rgba(37, 52, 119, .08);
	height: 100%;
	overflow: hidden;
}

.tamadec-product-card img {
	height: 230px;
	object-fit: cover;
	width: 100%;
}

.tamadec-product-card .tamadec-product-content {
	padding: 26px;
}

.tamadec-btn,
.tamadec-btn:visited {
	background: #1c71d5;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 15px 28px;
	text-transform: uppercase;
}

.tamadec-btn:hover {
	background: #151515;
	color: #fff;
}

.tamadec-outline-btn,
.tamadec-outline-btn:visited {
	background: #fff;
	color: #151515;
}

.tamadec-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tamadec-list li {
	border-bottom: 1px solid rgba(28, 113, 213, .12);
	padding: 10px 0;
}

.tamadec-form input,
.tamadec-form select,
.tamadec-form textarea {
	background: #fff;
	border: 1px solid rgba(28, 113, 213, .16);
	border-radius: 4px;
	color: #151515;
	margin-bottom: 18px;
	padding: 15px 18px;
	width: 100%;
}

.tamadec-form textarea {
	min-height: 120px;
}

.tamadec-contact-line {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	margin-bottom: 18px;
}

.tamadec-contact-line i {
	color: #1c71d5;
	font-size: 20px;
	margin-top: 4px;
}

.tamadec-cert {
	background: #253477;
	border-radius: 8px;
	color: #fff;
	padding: 22px;
	text-align: center;
}

@media (max-width: 991px) {
	.tamadec-hero {
		padding: 80px 0;
	}

	.tamadec-hero h1 {
		font-size: 44px;
	}

	.tamadec-title {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.tamadec-hero h1 {
		font-size: 36px;
	}

	.tamadec-section {
		padding: 60px 0;
	}
}
