/* ============ Blog details Css ============= */
.inner_header {
	position: relative;
}

.blog_detail_banner {
	padding-bottom: 200px;
	padding-top: 60px;
}

.blog_detail_banner .bluebox {
	font-weight: 600;
	padding: 5px 14px;
}

.blog_detail_banner h1 {
	padding-top: 30px;
	padding-bottom: 40px;
}

.blog_detail_banner .date_area {
	padding-bottom: 45px;
	color: #8a93ac;
}

.blog_detail_banner .date_area a {
	padding: 0 20px;
	color: #000;
	font-size: 24px;
}

.blog_detail_banner .date_area a img {
	margin-right: 10px;
}

.blog_detail_banner .date_area a:hover {
	color: #f59e0b;
}

.blog_detail_banner .expert {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}

.blog_detail_banner .expert .textsec {
	padding-left: 20px;
}

.blog_detail_banner .expert h5 {
	color: #000;
	font-size: 21px;
	font-weight: 700;
}

.blog_detail_banner .expert {
	color: #f59e0b;
	font-size: 21px;
	font-weight: 700;
}

.blog_detail_banner .container {
	position: relative;
}

.blog_detail_banner .banner_image {
	position: absolute;
	left: 50%;
	bottom: -775px;
	box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.13);
	width: 100%;
	max-width: 1580px;
	transform: translateX(-50%);
}

.blog_detail_banner .banner_image img {
	width: 100%;
}

.blog_detail_banner .arrow_area {
	position: relative;
	top: 20px;
	display: flex;
	justify-content: space-between;
}

.blog_detail_banner .arrow_left {
	color: #8a8a8d;
	font-size: 30px;
	font-weight: 700;
	line-height: 20px;
}

.blog_detail_banner .arrow_left:hover {
	color: #f59e0b;
}

.blog_detail_banner .arrow_right {
	color: #8a8a8d;
	font-size: 30px;
	font-weight: 700;
	line-height: 20px;
	transform: rotate(180deg);
}

.blog_detail_banner .arrow_right:hover {
	color: #f59e0b;
}

/*  table-of-content Part */

.table_cont_area {
	/* position: relative;
	padding-top: 650px; */
	padding-bottom: 100px;
}

.table_cont_lists {
	background: #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
	width: 100%;
/* 	position: -webkit-sticky;
    position: sticky;
    top: 120px; */
	padding-bottom: 15px;
	z-index: 20;
}
.table_cont_lists {
    position: sticky;
    top: 100px; /* adjust if needed */
    max-height: 80vh;
    overflow-y: auto;
}

.table_cont_lists h3 {
	font-weight: 700;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 15px;
	font-size: clamp(22px, 2.2vw, 36px);
	padding: 20px 25px;
}

.table_cont_lists ul li {
	background-color: #fff;
	position: relative;
	background-image: url('../images/gray_bullet.png');
	background-position: 20px 23px;
	background-repeat: no-repeat;
	transition-duration: 0.8s;
}

.table_cont_lists > ul > li > a:after {
	width: 18px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	content: ' ';
	transition-duration: 0.5s;
}
.table_cont_lists li a:hover:after,
.table_cont_lists ul > li.active a:after{
	background: #f59e0b;
}

.table_cont_lists li a {
	font-size: clamp(1.125rem, 1vw, 1.375rem);
	line-height: 1.35;
	font-weight: 500;
	color: #000;
	padding: 12px 25px 12px 30px;
	display: block;
	position: relative;
	font-family: var(--headingfont);
}

.table_cont_lists ul ul{
	padding-left: 15px;
}
.table_cont_lists li li.active a{
	color: var(--siteAqua);
}


.gray_area {
	background-color: #eaedf0;
	border: 1px dashed #959595;
	padding: 30px;
	margin-bottom: 50px;
}

.gray_area h3 {
	font-size: clamp(20px, 2vw, 30px);
	margin-bottom: 15px;
	font-weight: 600;
}

.gray_area h3 img {
	margin-right: 10px;
}

.divider {
	/* width: 100%; */
	height: 1px;
	background: #d1d1d1;
	margin: 40px 30px;
}

.blog_details_block h2 {
	font-size: clamp(28px, 2.8vw, 50px);
	font-weight: 700;
	margin-bottom: clamp(20px, 4vw, 40px);
}

.blog_dtl_rghcont h2 strong {
	display: block;
	font-weight: 700;
}

.blog_dtl_rghcont .img_sec {
	margin-bottom: 35px;
	width: 100%;
}

.blog_dtl_rghcont .img_sec img {
	width: 100%;
}

.blog_dtl_rghcont ul {
	padding-bottom: 12px;
}

.blog_dtl_rghcont ul li {
	font-weight: 400;
	font-size: clamp(17px, 1.5vw, 24px);
	padding: 0 0 35px 50px;
	background: url('../img/banner_bullet.png') 0 6px no-repeat;
}

.white_area {
	background-color: #fff;
	border: 1px dashed #959595;
	padding: 35px 30px 30px;
}

.white_area p {
	margin-bottom: 0;
}

.cote_name {
	display: flex;
	justify-content: space-between;
}

.cote_name h4 {
	font-weight: 700;
	font-size: 21px;
}

.cote_name h4 span {
	display: block;
	color: #4c587b;
	font-size: 17px;
	font-family: "Inter", sans-serif;
	padding-top: 12px;
}

.blog_dtl_table {
	margin-bottom: 40px;
}

.blog_dtl_table table {
	width: 100%;
}

.blog_dtl_table table th {
	background: #1b365d;
	color: #fff;
	font-size: clamp(18px, 1.4vw, 24px);
	font-family: "Playfair Display", serif;
	text-align: left;
	padding: 15px 30px;
	width: calc(100% / 4);
	border: 1px solid #596a80;
}
.blog_dtl_table table thead tr th:first-child{
	border-left: 0;
}
.blog_dtl_table table thead tr th:last-child{
	border-right: 0;
}
.blog_dtl_table table th strong {
	font-weight: 600;
	border-right: 1px solid #8896aa;
	display: block;
}

.blog_dtl_table table th:last-child strong {
	border: 0;
}

.blog_dtl_table table tbody td {
	color: #000;
	font-size: clamp(16px, 1.2vw, 21px);
	padding: 25px 30px;
	border-bottom: 1px solid #cfd4dd;
	border-right: 1px solid #cfd4dd;
}

.blog_dtl_table table tbody tr td:first-child {
	border-right: 0;
	background: #e1e5ea;
}

.blog_dtl_table table tbody tr:nth-child(even) td:first-child {
	background: #f6f7f9;
}

.blog_dtl_rghcont ol li {
	list-style-type: decimal;
	font-weight: 400;
	font-size: clamp(17px, 1.5vw, 24px);
	padding: 0 0 30px 12px;
}

.blog_dtl_rghcont ol li::marker {
	color: #2dd4bf;
}

.blog_dtl_rghcont ol li strong,
.blog_dtl_rghcont ul li strong {
	display: block;
}

.blog_dtl_rghcont h3 {
	font-size: clamp(22px, 2.1vw, 38px);
	font-weight: 700;
	margin: 0 0 35px;
}

.blog_dtl_rghcont h3.blue_text {
	color: #2dd4bf;
}

.blog_dtl_rghcont .two_section {
	padding-top: 20px;
}

.accordion_container {
	width: 100%;
	margin-bottom: 100px;
}

.accordion_container .accordion .accordion-item {
	margin-bottom: 0;
	border: 0;
}

.accordion_container .accordion .accordion-item h2 {
	margin-bottom: 0;
}

.accordion_container .accordion .accordion-item .accordion-header .accordion-button {
	background: transparent;
	font-size: clamp(22px, 2.1vw, 30px);
	font-weight: 700;
	color: #000;
	padding: 24px 0;
	border-bottom: 1px solid #c1c9d3;
}

.accordion_container .accordion .accordion-item .accordion-header .accordion-button strong {
	color: #2dd4bf;
	font-weight: inherit;
	padding-right: 15px;
}

.accordion_container .accordion .accordion-item .accordion-header .accordion-button:focus {
	box-shadow: 0 0 0;
}

.accordion_container .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	box-shadow: inset 0 0;
}

.accordion_container .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
	height: 34px;
	width: 34px;
	border-radius: 5px 0 5px 0;
	background-image: none;
	content: "\2b";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #f59e0b;
	font-weight: 700;
}

.accordion_container .accordion .accordion-item .accordion-header .accordion-button::after {
	content: "\f068";
	height: 34px;
	width: 34px;
	border-radius: 5px 0 5px 0;
	background-image: none;
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #f59e0b;
	font-weight: 700;
}

.accordion_container .accordion .accordion-item:last-child .accordion-header .accordion-button::after {
	margin-top: -15px;
}

.accordion_container .accordion .accordion-item .accordion-body {
	padding-left: 35px;
	padding-top: 40px;
	border-bottom: 1px solid #c1c9d3;
}

#section6 {
	padding-bottom: 60px;
}

#section6 .row .col-md-6 {
	border-bottom: 1px solid #d1d1d1;
}

#section6 .row .col-md-6:first-child .two_lists {
	border-right: 1px solid #d1d1d1;
	height: 100%;
}

.vertical_border{
	width: 1px;
	height: 100%;
	background-color: #d1d1d1;
}

.blog_dtl_rghcont ul.secondery_list li {
	background-image: url('../img/bullet_ornge.png');
}

.blog_detail_recomended {
	padding-top: 0;
	padding-bottom: 60px;
}

.blog_detail_recomended .lower_articles {
	border-top: 0;
	margin-top: 0;
}

.blog_detail_recomended .lower_articles .botm_article {
	margin: 0;
}

.scroll_top_blog_detail {
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 9999;
	width: 45px;
	height: 45px;
	display: none;
}

.blog_details_block h3{
	font-size: clamp(22px, 3vw, 34px);
    font-weight: 700;
}


.list_style_check ul li{
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1rem;
}
.list_style_check ul li:before{
	content: "";
	position: absolute;
	background-image: url(https://graylineglobal.com/html/mdpilot/images/banner_bullet.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	top: 7px;
	left: 0;
}
.pros ul li{
	padding-left: 2.3rem;
}
.pros ul li:before{
	width: 20px;
	height: 20px;
}
.list_style_warning ul li{
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1rem;
}
.list_style_warning ul li:before{
	content: "";
	position: absolute;
	background-image: url(https://graylineglobal.com/html/mdpilot/images/bullet_ornge.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 24px;
    height: 24px;
    top: 7px;
	left: 0;
}
.list_style_cross ul li{
	position: relative;
	padding-left: 2.3rem;
	margin-bottom: 1rem;
}
.list_style_cross ul li:before{
	content: "";
	position: absolute;
	background-image: url(http://graylineglobal.com/mdpilot/wp-content/uploads/2025/08/cross.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 18px;
    height: 18px;
    top: 6px;
	left: 0;
}
.blog_details_content ol li::marker {
    color: #2dd4bf;
	font-weight: 700;
}

.list_style_bullet ul li{
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}
.list_style_bullet ul li:before{
	content: "";
	position: absolute;
	background: #000;
	width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 11px;
	left: 0;
}

/* blog_details_banner */
.left_right_arrows a{
	color: #8a8a8d;
	font-size: 30px;
	font-weight: 700;
	line-height: 20px;
}
.left_right_arrows a:hover{
	color: #2dd4bf;
}
.blog_details_banner{
	background: #fff;
	padding-bottom: 20%;
}
.blog_details_banner::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient(90deg, #9b99b2 0, #9b99b2 3%, transparent 0, transparent 50%), repeating-linear-gradient(180deg, #9b99b2 0, #9b99b2 3%, transparent 0, transparent 50%);
	background-size: 3.5em 3.5em;
	background-position: top left;
	z-index: -1;
	opacity: .08;
}

.blog_details_tag{
	background: #2dd4bf;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 20px;
}

.blog_details_head h1{
	font-size: clamp(28px, 3.2vw, 60px);
	color: #000;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 40px;
	text-wrap: balance;
}
.blog_details_date img{
	width: 30px;
}
.blog_details_date .icon span{
	font-size: clamp(1.125rem, 0.5vw + 0.5rem, 1.25rem);
	color: #000;
	font-weight: 500;
}

.expert img{
	width: 60px;
}

.expert_info span{
	color: #000;
	font-size: clamp(1.125rem, 0.5vw + 0.5rem, 1.25rem);
	font-weight: 700;
	margin-bottom: 8px;
	display: inline-block;
}
.expert_info h5{
	color: #f59e0b;
	font-size: clamp(1.25rem, 0.5vw + 0.75rem, 1.375rem);
	font-weight: 700;
}

/* blog_details_banner_img */

.blog_details_bigimg {
	margin-top: -15%;
}
.blog_details_bigimg img{
	width: 100%;
	aspect-ratio: 20/9;
	object-fit: cover;
}

/* blog_details_tab */
.tab_content {
	display: none;
}
.tab_content:first-child{
	display: block;
}
.bd_tab_section {
	background-color: #fff;
	padding: 30px;
	border: 1px dashed #ccc;
	border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
  }
.bp_reading {
    font-size: 48px;
	line-height: 1;
    color: #f59e0c;
    margin-bottom: 30px;
    font-weight: bold;
  }
  
  .tab_btns {
    margin-bottom: 30px;
  }
  
  .tab_btn {
    background-color: #1a365d;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
  }
  
  .tab_btn:hover {
    background-color: #005bb5;
  }
  
  .bp_interpretation {
/*     background-color: #d6f5d6; */
    padding: 20px;
    border-radius: 8px;
    font-weight: 500;
    line-height: 1.5;
  }

.text_box a{
	text-decoration: underline;
	color: var(--siteDarkBlue);
}
.text_box a:hover{
	color: var(--siteAqua);	
}

/* Food Category */
.food-filter-system {
	background-color: #f8f9fa;
	padding: 30px;
	border-radius: 10px;
	margin: 20px 0;
}
.filter-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
	justify-content: center;
}
.filter-btn {
	padding: 10px 20px;
	border: 2px solid #007bff;
	background-color: white;
	color: #007bff;
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-weight: 500;
}
.filter-btn:hover,
.filter-btn.active {
	background-color: #007bff;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}
.search-container {
	margin-bottom: 20px;
}
#food-search {
	width: 100%;
	padding: 15px;
	border: 2px solid #dee2e6;
	border-radius: 8px;
	font-size: 16px;
	transition: border-color 0.3s ease;
}
#food-search:focus {
	outline: none;
	border-color: #007bff;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.food_category_system {
	background-color: #f8f9fa;
	padding: 20px;
	margin-bottom: clamp(30px, 5vw, 45px);
	border-radius: 8px;
	border: 1px solid #dee2e6;
}
.interactive_food_grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
.interactive_food_item {
	display: flex;
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.interactive_food_item :is(strong, b){
	font-weight: 600;
}
.food_carb_count {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #28a745;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: bold;
}
.food_type {
    font-size: 14px;
    color: #6c757d;
}

/* Referance Card */

.print_card {
    background-color: white;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: clamp(15px, 3vw, 30px);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
}
.print_card h4 {
	color: #1a365d;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: 600;
	margin-bottom: clamp(15px, 3vw, 20px);
}
.print_content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	gap: 15px;
}
.print_column ul{
	margin: 0;
	padding-left: 0;
}

/* Classification System */

.classification_system {
	background-color: #f8f9fa;
	border: 1px solid #3498db;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 30px;
	text-align: center;
}
.cs_title {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #2c3e50;
}
.cs_flow {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.cs_box{
	background-color: white;
	border: 1px solid #3498db;
	border-radius: 8px;
	padding: 15px;
	width: 195px;
}
.cs_box h5{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #1a365d;
}
.cs_box p{
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0;
}
.arrow {
	font-size: 2em;
	color: #3498db;
	font-weight: bold;
}


/* Nutrient Density Comparison */
.nutrient-chart {
	background-color: #f8f9fa;
	padding: 25px;
	border-radius: 10px;
	margin: 20px 0;
}
.chart-header {
	text-align: center;
	margin-bottom: 20px;
}
.nutrient-bars {
	max-width: 600px;
	margin: 0 auto;
}
.nutrient-bar {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	background-color: white;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.food-name {
	min-width: 120px;
	font-weight: 500;
	font-size: 14px;
}
.bar-container {
	flex: 1;
	display: flex;
	align-items: center;
	margin: 0 15px;
}
.bar {
	height: 20px;
	background: linear-gradient(90deg, #28a745, #20c997);
	border-radius: 10px;
	transition: width 0.8s ease;
}
.score {
	margin-left: 10px;
	font-weight: bold;
	color: #28a745;
	min-width: 30px;
}


.nutrient-bars-vertical{
	display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 140px;
}
.nutrient-bar-vertical{
	background: linear-gradient(to top, #e74c3c, #c0392b);
	border-radius: 5px 5px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0 auto;
    width: 60px;
	color: #000;
	font-weight: bold;
	position: relative;
}
.nutrient-bars-vertical .bar-container{
	justify-content: center;
}
.bar-label {
    font-size: 14px;
    color: #333;
    width: 100%;
	margin-top: 5px;
}
.percent{
	color: #fff;
	margin-left: 0;
}

/* =========== */

.dual_content_block img.emoji{
	font-size: 40px !important;
}
/* ============== */

/* recipe-card */

.recipe-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 15px;
	padding: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
	margin-bottom: 30px;
}

.recipe-title {
	color: #2c3e50;
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 15px;
	text-align: center;
}

.carb-count {
	background: #fff;
	color: #1a365d;
	border: 2px solid #1a365d;
	padding: 10px 15px;
	border-radius: 20px;
	font-size: 1rem;
	text-align: center;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.ingredients,
.instructions {
	margin: 15px 0;
}

.ingredients h4,
.instructions h4 {
	color: #34495e;
	margin-bottom: 10px;
}

.ingredients ul,
.instructions ol {
	padding-left: 20px;
}

.ingredients li,
.instructions li {
	margin: 5px 0;
}

.diet-tags {
	margin-bottom: 15px;
	text-align: center;
}

.tag {
	display: inline-block;
	background: #1a365d;
	color: white;
	padding: 8px 16px;
	border-radius: 16px;
	font-size: 0.8em;
	margin: 4px;
}

/* nutrition_facts */
.nutrition_facts {
    background: #fff;
    border-radius: 8px;
	width: 100%;
/*     font-family: "Courier New", monospace; */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.nutrition_title {
    font-size: 1.4rem;
    border-radius: 8px 8px 0 0;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #1a365d;
    padding: 15px 20px;
	margin: 0;
}
.nutrition_content {
    padding: 15px 20px;
}

.content_value{
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 10px;
	color: #5d5d5d;
	font-size: 1rem;
	font-weight: 500;
}
.content_value:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.serving_size{
	font-size: clamp(1.1rem, 3vw, 1.4rem);
    font-weight: 400;
    text-align: center;
    color: #000;
    background: #ffd389;
    padding: 15px 20px;
}
.nutrition_sub_title{
	font-size: clamp(1.1rem, 3vw, 1.4rem);
    font-weight: 400;
    text-align: center;
    color: #000;
    background: #d8f8e6;
    padding: 15px 20px;
}






/* print_btn */
.print_btn {
	background: #28a745;
	color: white;
	border: none;
	padding: 12px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1rem;
	width: 100%;
	transition: background 0.3s ease;
}

.print_btn:hover {
	background: #218838;
}
.no-print {
	display: none !important;
}


/* pros_cons */
.pros_cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 15px 0;
}
.pros {
    background: #d5f4e6;
    border-left: 4px solid #27ae60;
}
.cons {
    background: #fadbd8;
    border-left: 4px solid #e74c3c;
}
.pros, .cons {
    padding: 15px;
    border-radius: 8px;
}

/* tips */
.tips {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 20px;
    margin-top: 25px;
}
.tips h4 {
    color: #856404;
    margin-top: 0;
}
.tips p:last-child{
	margin: 0;
}

/* stats_grid */
.stats_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}
.stat_card {
	padding: 20px;
	background: #2dd4bf14;
	border-left: 4px solid #2dd4bf;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	text-align: center;
}
.stat_card h4 {
    font-size: 2.5em;
    font-weight: bold;
    color: #f59e0c;
    display: block;
}

@media screen and (max-width: 991px) {
	.blog_details_head h1{
		margin-bottom: 30px;
	}
	.blog_details_bigimg{
		margin-top: 0;
	}
	.blog_details_date img{
		width: 20px;
		height: 20px;
	}
	.expert img {
		width: 40px;
	}
	.table_cont_lists{
		max-height: 100%;
        margin-bottom: 20px;
	}
	
	.bd_tab_section{
		padding: 15px;
	}
	.bp_reading{
		font-size: 32px;
		margin-bottom: 22px;
	}
	.bp_interpretation{
		padding: 10px;
	}
}

