
.blog-details-content{
  position: relative;
}

.blog-details-content h3{
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 19px;
}

.blog-details-content .news-block-four .inner-box{
  margin-bottom: 55px;
}

.blog-details-content .news-block-four .inner-box .lower-content h2{
  margin-bottom: 22px;
}

.blog-details-content .content-one .text-box p{
  margin-bottom: 50px;
}

.blog-details-content .content-one p{
  line-height: 26px;
}

.blog-details-content .content-one p a{
  display: inline-block;
  color: #444;
  line-height: 18px;
  border-bottom: 1px solid #9a9a9a;
}

.blog-details-content .content-one p a:hover{

}

.news-block-five .inner-box{
  margin-bottom: 46px;
}

.blog-details-content .comment-inner{
  position: relative;
  border: 1px solid #eeeeee;
}

.blog-details-content .comment-inner .comment{
  position: relative;
  display: block;
  padding: 25px 50px 18px 125px;
  border-bottom: 1px solid #eeeeee;
}

.blog-details-content .comment-inner .comment:last-child{
  border-bottom: none;
}

.blog-details-content .comment-inner .comment:nth-child(2n+2){
  background: #f8f8f8;
}

.blog-details-content .comment-inner .comment .thumb-box{
  position: absolute;
  left: 25px;
  top: 25px;
  width: 70px;
  height: 70px;
}

.blog-details-content .comment-inner .comment.replay-comment{
  padding-left: 100px;
}

.blog-details-content .comment-inner .comment.replay-comment .thumb-box{
  left: 0px;
}

.blog-details-content .comment-inner .comment .thumb-box img{
  width: 100%;
}

.blog-details-content .comment-inner .comment h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 2px;
}

.blog-details-content .comment-inner .comment p{
  line-height: 26px;
  margin-bottom: 5px;
}

.blog-details-content .comment-inner .comment .info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #aeaeae;
  font-weight: 500;
  margin-right: 22px;
}

.blog-details-content .comment-inner .comment .info li:last-child{
  margin: 0px;
}

.blog-details-content .comment-inner .comment .info li:before{
  position: absolute;
  content: '';
  background: #959595;
  width: 1px;
  height: 15px;
  top: 8px;
  right: -13px;
}

.blog-details-content .comment-inner .comment .info li:last-child:before{
  display: none;
}

.blog-details-content .comment-inner .comment .info li a{

}

.blog-details-content .comment-inner .comment .info li a:hover{
  text-decoration: underline;
}

.blog-details-content .comment-box h3{
  margin-bottom: 25px;
}

.blog-details-content .comment-box{
  margin-bottom: 52px;
}

.blog-details-content .comments-form-area h3{
  margin-bottom: 23px;
}

.blog-details-content .comments-form-area .form-inner{
  position: relative;
  display: block;
  background: #f8f8f8;
  border: 1px solid #eeeeee;
  padding: 50px 35px;
}

.blog-details-content .comments-form-area .form-inner .form-group{
  margin-bottom: 20px;
}

.blog-details-content .comments-form-area .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-form-area .form-inner .form-group input[type='text'],
.blog-details-content .comments-form-area .form-inner .form-group input[type='email'],
.blog-details-content .comments-form-area .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background: #fff;
  border: 1px solid #eeeeee;
  font-size: 18px;
  font-family: 'Yantramanav', sans-serif;
  color: #737373;
  padding: 0px 20px;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .form-inner .form-group textarea{
  height: 170px;
  resize: none;
  margin-bottom: 17px;
  padding-top: 10px;
}

.blog-details-content .comments-form-area .form-inner .form-group input:focus,
.blog-details-content .comments-form-area .form-inner .form-group textarea:focus{

}

.blog-details-content .comments-form-area .form-inner .form-group .theme-btn{
  background: #fd4a36;
  border-radius: 0px;
}

.blog-details-content .comments-form-area .form-inner .form-group .theme-btn:hover{
  background: var(--secondary-color);
}

.blog-details-content .comments-form-area .form-inner .form-group .theme-btn span{
  padding-right: 28px;
}

.blog-details-content .comments-form-area .form-inner .form-group .theme-btn span:before{
  background-image: url(../../images/icons/icon-259.png);
  width: 13px;
  height: 13px;
  top: 5px;
}




.blog-details-content ul {
	list-style: none;
	padding-left: 0;
	margin: 25px 0;
}

/* ========================================
   OPTION 1: Tribal Circle Bullets
   ======================================== */
.blog-details-content ul.tribal-circles li {
	position: relative;
	padding-left: 45px;
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 28px;
	color: #334155;
}

.blog-details-content ul.tribal-circles li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 16px;
	height: 16px;
	background: #ea580c;
	border-radius: 50%;
	box-shadow:
		0 0 0 4px rgba(234, 88, 12, 0.15),
		0 0 0 8px rgba(234, 88, 12, 0.08);
	transition: all 0.3s ease;
}

.blog-details-content ul.tribal-circles li:hover::before {
	transform: scale(1.2);
	box-shadow:
		0 0 0 5px rgba(234, 88, 12, 0.2),
		0 0 0 10px rgba(234, 88, 12, 0.1);
}

.blog-details-content ul.tribal-circles li::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 14px;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
}


/* ========================================
   OPTION 2: Concentric Ring Bullets
   ======================================== */
.blog-details-content ul.ring-bullets li {
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #334155;
}

.blog-details-content ul.ring-bullets li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 20px;
	height: 20px;
	border: 3px solid #ea580c;
	border-radius: 50%;
	background: transparent;
	transition: all 0.3s ease;
}

.blog-details-content ul.ring-bullets li::after {
	content: '';
	position: absolute;
	left: 7px;
	top: 13px;
	width: 6px;
	height: 6px;
	background: #c2410c;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.blog-details-content ul.ring-bullets li:hover::before {
	border-color: #c2410c;
	transform: rotate(90deg) scale(1.1);
}

.blog-details-content ul.ring-bullets li:hover::after {
	background: #ea580c;
	transform: scale(1.3);
}


/* ========================================
   OPTION 3: Gradient Dots with Line
   ======================================== */
.blog-details-content ul.gradient-dots li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 22px;
	font-size: 16px;
	line-height: 28px;
	color: #334155;
}

.blog-details-content ul.gradient-dots li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, #ea580c 0%, rgba(234, 88, 12, 0.2) 100%);
	border-radius: 2px;
}

.blog-details-content ul.gradient-dots li::after {
	content: '';
	position: absolute;
	left: -4px;
	top: 10px;
	width: 10px;
	height: 10px;
	background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(234, 88, 12, 0.3);
	transition: all 0.3s ease;
}

.blog-details-content ul.gradient-dots li:hover::after {
	transform: scale(1.4);
	box-shadow: 0 3px 12px rgba(234, 88, 12, 0.4);
}

.blog-details-content ul.gradient-dots li:last-child::before {
	background: linear-gradient(180deg, #ea580c 0%, transparent 100%);
}


/* ========================================
   OPTION 4: Tribal Pattern Markers
   ======================================== */
.blog-details-content ul.tribal-markers li {
	position: relative;
	padding-left: 55px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #334155;
}

.blog-details-content ul.tribal-markers li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 24px;
	height: 24px;
	background:
		radial-gradient(circle at center, #ea580c 0%, #ea580c 30%, transparent 30%),
		radial-gradient(circle at center, transparent 40%, #c2410c 40%, #c2410c 42%, transparent 42%),
		radial-gradient(circle at center, transparent 60%, #92400e 60%, #92400e 61%, transparent 61%);
	background-size: 24px 24px;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.blog-details-content ul.tribal-markers li:hover::before {
	transform: rotate(180deg) scale(1.15);
}


/* ========================================
   OPTION 5: Modern African Dots (Default)
   ======================================== */
.blog-details-content ul li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 28px;
	color: #334155;
}

.blog-details-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 12px;
	height: 12px;
	background: #ea580c;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.blog-details-content ul li::after {
	content: '';
	position: absolute;
	left: 3px;
	top: 13px;
	width: 6px;
	height: 6px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
	border-radius: 50%;
}

.blog-details-content ul li:hover::before {
	background: #c2410c;
	transform: scale(1.3);
	box-shadow: 0 2px 8px rgba(234, 88, 12, 0.3);
}


/* ========================================
   NESTED LISTS
   ======================================== */
.blog-details-content ul ul {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 20px;
}

.blog-details-content ul ul li::before {
	background: #f97316;
	width: 8px;
	height: 8px;
	top: 12px;
}

.blog-details-content ul ul li::after {
	display: none;
}


/* ========================================
   ORDERED LISTS
   ======================================== */
.blog-details-content ol {
	list-style: none;
	counter-reset: african-counter;
	padding-left: 0;
	margin: 25px 0;
}

.blog-details-content ol li {
	position: relative;
	padding-left: 55px;
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 28px;
	color: #334155;
	counter-increment: african-counter;
}

.blog-details-content ol li::before {
	content: counter(african-counter);
	position: absolute;
	left: 0;
	top: 2px;
	width: 32px;
	height: 32px;
	background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	box-shadow: 0 3px 10px rgba(234, 88, 12, 0.25);
	transition: all 0.3s ease;
}

.blog-details-content ol li:hover::before {
	transform: scale(1.15) rotate(10deg);
	box-shadow: 0 4px 15px rgba(234, 88, 12, 0.35);
}


/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */
@media only screen and (max-width: 767px) {
	.blog-details-content ul li,
	.blog-details-content ol li {
		font-size: 15px;
		line-height: 26px;
		padding-left: 30px;
	}

	.blog-details-content ul.tribal-markers li,
	.blog-details-content ul.ring-bullets li {
		padding-left: 40px;
	}

	.blog-details-content ol li {
		padding-left: 45px;
	}
}
