@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue-color: #0000ff;
  --indigo-color: #6610f2;
  --purple-color: #6f42c1;
  --pink-color: #d63384;
  --red-color: #ff4148;
  --orange-color: #fd7e14;
  --yellow-color: #ffc107;
  --green-color: #27ae60;
  --teal-color: #20c997;
  --cyan-color: #21e8df;
  --black-color: #000000;
  --white-color: #ffffff;
  --gray-color: #979797;
  --gray-dark-color: #343a40;
  --gray-100-color: #f8f9fa;
  --gray-200-color: #e9ecef;
  --gray-300-color: #dee2e6;
  --gray-400-color: #ced4da;
  --gray-500-color: #adb5bd;
  --gray-600-color: #6c757d;
  --gray-700-color: #495057;
  --gray-800-color: #343a40;
  --gray-900-color: #212529;
  --primary-color: #12256d;
  --secondary-color: #f8e80e;
  --success-color: #27ae60;
  --info-color: #0dcaf0;
  --warning-color: #ffc107;
  --danger: -color var(--red);
  --light-color: #f8f9fa;
  --dark-color: #212529;
  --gradient-color: linear-gradient(to right, #4851a8, #582a9b);
  --body-font-family: "Poppins";
  --body-font-size: 14px;
  --body-font-weight: 400;
  --body-line-height: 22px;
  --body-color: #ffffff;
  --body-bg: #04041e;
  --font-weight-thin: 100;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --font-style-italic: italic;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #acacac;
  --border-radius: 3px;
  --link-color: #000000;
  --link-hover-color: var(--secondary-color);
}

body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  position: relative;
  min-height: 100%;
}

.sticky-footer {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  position: relative;
  min-height: 100%;
  padding-bottom: 60px;
  background-color: var(--body-bg);
}

html {
  height: 100%;
}
ul,
li,
span,
img,
p,
figure,
img,
ol,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
div,
a {
  margin: 0px;
  padding: 0px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}


/* ********************************************* */

.blog-list-body body {
	background: #f3f3f3;
	font-family: 'Segoe UI', sans-serif;
}

.blog-list-body .top-header {
	background: #0f4c4d;
	padding: 15px;
}

.blog-list-body .top-header img {
	height: 32px;
}

.blog-list-body .blog-bar {
	background: #0f4c4d;
	color: white;
	padding: 12px 18px;
	margin: 15px 0;
	font-size: 18px;
	font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-list-body .blog-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.blog-list-body .blog-list li {
    background: white;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    width: calc(33% - 10px);
}

.blog-list-body .blog-image {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 12px;
}

.blog-list-body .blog-image img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.blog-list-body .blog-category {
    position: absolute;
    top: 12px;
    right: 12px;
    background: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    line-height: normal;
}

.blog-list-body .blog-category:hover {
	background: #17a2b8;
	color: white;
}

.blog-list-body .blog-date {
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;    
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: normal;
}

.blog-list-body .blog-title {
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	color: #222;
	display: block;
  margin-bottom: 12px;
}

.blog-list-body .blog-title:hover {
	color: #17a2b8;
}

.blog-list-body .blog-tags a {
	background: #e9ecef;
	padding: 6px 10px;
	border-radius: 8px;
	font-size: 13px;
	margin-right: 6px;
	text-decoration: none;
	color: #555;
  display: inline-block;
}

.blog-list-body .blog-tags a:hover {
	background: #17a2b8;
	color: white;
}

.blog-list-body .pagination-custom {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 25px 0;
}

.blog-list-body .pagination-custom a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: white;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #333;
}

.blog-list-body .pagination-custom a.active {
	background: #17a2b8;
	color: white;
	border: none;
}

.blog-list-body .blog-footer {
	background: #0f4c4d;
	padding: 15px;
	text-align: center;
}

.blog-list-body .blog-footer img {
	height: 35px;
}

/* **************Blog-detail page css************* */

.blog-detail-content-sec{
  margin: 15px 0;
  padding-bottom: 15px;
}
.blog-detail-content-sec h1{
  font-size: 36px;
  margin: 20px 0 12px 0;
  font-weight: 600;
}
.blog-detail-content-sec p{
  font-size: 14px;
  margin-bottom: 5px;
}
.blog-detail-content-sec h2{
  font-size: 26px;
  font-weight: 600;
  margin: 20px 0 12px 0;
}
.blog-detail-content-sec ul{
  padding-left: 15px;
  margin: 10px 0;
}
.blog-detail-content-sec ul li{
  margin-bottom: 5px;
}
.blog-detail-wrapper .blog-tags{
  margin-top: 10px;
}