/* ===== Hero Section ===== */
.data_sheet_hero_section {
    padding: 250px 20px 80px;
    max-width: 100%;
    width: 100%;
}
.pb_data_hero {
    background-image: url(/wp-content/uploads/2023/07/Products-page-Hero-background_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1.pb_data_main_title {
	font-size:36px;
	color:#ffffff;
}
.pb_data_hero_text {
    font-family: "Calibri", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
.pb_data_hero_btn_wrapper {
    background-color: #132C8A;
    font-family: "Calibri", Sans-serif;
    font-size: 24px;
    fill: #ffffff;
    color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 90px 15px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    position: relative;
    line-height: 1em;
    border-color: transparent;
    transition: all 0.3s;
    width:fit-content
}
.pb_data_hero_btn_wrapper:hover {
    background-color: #FFFFFF00;
    border-color: #ffffff;
    color: #fff;
}
.pb_data_hero_btn:after {
    content: '';
    height: calc(100% + 2px);
    width: 60px;
    background-color: #056ddc;
    top: -1px;
    right: -1px;
    position: absolute;
    background-image: url(/wp-content/uploads/2025/01/button-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    transition: all 0.3s;
}
.pb_data_hero_btn_wrapper:hover .pb_data_hero_btn:after{
    border-left: solid 1px #fff;
}
a.pb_data_hero_btn {
    font-family: "Calibri", Sans-serif;
    font-size: 24px;
    color: #ffffff;
    line-height: 1em;
    transition: all 0.3s;
}
a.pb_data_hero_btn:hover {
    color: #ffffff;
}

/* ===== GENERAL LAYOUT ===== */
.data_sheet_body_sec {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 50px 30px;
}

/* Left + Right Columns */
.pbh_left_col { width: 100%; }
.pbh_rt_col { width: 100%; }


/* ===== CATEGORY TOP LINKS ===== */
.data_sheet_cat_row {
	margin-bottom: 30px;
}
.data_cat_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 25px;
}
.pbh_ds_cat_title {
	display: flex;
	align-items: center;
}
.pbh_ds_cat_text {
	margin-left: 10px;
	font-family: 'Calibri';
	text-decoration: underline;
	color: #141414;
	font-size: 17px;
	margin-bottom: 0px;
}
.pbh_ds_cat_title img {
	width: 18px;
	height: 18px;
}

/* ===== SECTION HEADING (BLUE BAR) ===== */
p.data-sheet-blue-frame {
	padding: 10px;
	background: #056ddc;
	color: #fff;
	font-family: "Poppins";
	font-weight: 700;
	margin: 30px 0 10px;
	font-size: 18px;
}

/* ===== GRID CONTAINER ===== */
.pbh_datalist_row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.data-sheets-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
@media (min-width:768px){
	.data-sheets-container { 
		width: 100%;
	}
	h1.pb_data_main_title {
		font-size:42px;
	}
}
@media (min-width:1024px){
	.data-sheets-container { 
		width: 100%; 
	}
	.pbh_datalist_row .cat_single_wrap { 
		width: calc(33.33% - 7px) 
	}
	.pbh_left_col { 
		width: 70%; 
		padding-right: 20px; 
	}
	.pbh_rt_col { 
		width: 30%; 
	}
	.data_sheet_body_sec { 
		width: 83.33%; 
		padding: 50px 0; 
	}
	.data_sheet_hero_section {
		padding: 300px 0px 100px;
		max-width: 100%;
		width: 83.33%;
		margin-inline: auto;
	}
	h1.pb_data_main_title {
		font-size: 48px;
	}
}

/* ===== SINGLE ITEM ===== */
.cat_single_wrap {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	border: 1px solid #e5e5e5;
	padding: 0px;
	flex-wrap: wrap;
	background: #fff;
	transition: all 0.2s ease;
}
.cat_single_wrap:hover {
	background: #f8f8f8;
}
.text_icon_wrap {
	display: flex;
	width:100%;
	align-items: flex-start;
	column-gap: 6px;
	padding:8px 10px;
	box-sizing:border-box;
}
.blue-arrow-img {
	height: 18px;
	width: 18px;
}
.blue-text-list-title {
	margin-bottom: 0;
	text-decoration: underline;
	color: #056ddc;
	font-family: 'Calibri';
	font-weight: bold;
	font-size: 15px;
}
.text-list-title {
	margin-bottom: 0;
	font-family: 'Calibri';
	color: #141414;
	font-size: 15px;
}
/* ===== RESPONSIVE ===== */
@media (max-width:767px){
	.data_sheet_body_sec { padding: 40px 20px; }
	.pbh_datalist_row .cat_single_wrap { 
		width: calc(50% - 5px); 
	}
}
@media (max-width:575px){
	.pbh_datalist_row .cat_single_wrap { width: 100%; }
}