h1 {
  font-size: clamp(2.25rem, 5vw, 2.625rem); /* 36–42px */
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.blog-detail-list h2 {
  font-size: clamp(1.75rem, 4vw, 2rem); /* 28–32px */
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.blog-detail-list h3 {
  font-size: clamp(1.375rem, 3vw, 1.625rem); /* 22–26px */
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.blog-detail-list h4 {
  font-size: clamp(1.125rem, 2.5vw, 1.25rem); /* 18–20px */
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.blog-detail-list h5 {
  font-size: clamp(1rem, 2vw, 1.125rem); /* 16–18px */
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.blog-detail-list pre{
	font-size: 18px;
	font-weight: 500;
	border: 1px solid;
	padding: 20px;
	background-color: #fff5f2;
}

.blog-detail-list h3, h4, h5 { color: #fc2c00; }





p.highlight{
	margin : 40px 0 !important;
	color: #fc2c00;
	font-size: 20px !important;
	font-weight: bold;
}
p.highlight strong {
	color: #fc2c00 !important;;
	font-size:22px;
}

.quote {
	font-size: 20px;
	font-style: italic;
	color: #212529;
	font-weight: 600;
	margin: 30px 0 30px 20px;
	letter-spacing: 1px;
	background-color: #fff5f2;
	border-left: 4px solid #fc2c00;
	padding: 1rem 1.5rem;
}
/*
blockquote {
  background-color: #f0f7ff;
  border-left: 4px solid #3399ff;
  color: #003366;
  padding: 1rem 1.5rem;
  font-style: italic;
  margin: 1.5rem 0;
}
*/






h5{
font-size:24px;
}

.faq_list h5 {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px solid #f6ecec;
	color: #fc2c00 !important;
}

.faq_list h3 {
	font-size: 21px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px solid #f6ecec;
	color: #fc2c00 !important;
}

.faq_list p {
	
	padding-bottom: 10px;
	font-size: 17px !important;
}

/*p.highlight_content{
	margin : 20px 0 20px 0px !important;
	color: #000;
	font-size: 20px !important;
	font-weight: 500;
	border-left: 4px solid #fc2c00;
	padding: 10px;
	border-bottom: 1px solid #f6ecec;
	background-color: #f8f8f8;
	
}
p.highlight_content a {
	list-style: none;
    text-decoration: none;
    color: #fc2c00 !important;
}
p.highlight_content a:hover {
	list-style: none;
    text-decoration: underline;
    color: #fc2c00 !important;
}
*/

.highlight_content{
	margin : 20px 0 20px 0px !important;
	display: flex;
	color: #000;
	font-size: 20px !important;
	font-weight: 500;
	padding: 10px 0 10px 50px;
	position: relative;
	width:90%;
}
.highlight_content::before {
	content: "";
    position: absolute;
    left: 25px;
    top:0;
    width: 3px; /* Thickness of the vertical line */
    height: 100%; /* Adjust height as needed */
    background-color: #fc2c00; /* Line color */
}
.highlight_content a {
	list-style: none;
    text-decoration: none;
    color: #fc2c00 !important;
	display:contents;
}
.highlight_content a:hover {
	list-style: none;
    text-decoration: underline;
    color: #fc2c00 !important;
	display:contents;
}
.highlight_content strong {
	color: #fc2c00 !important;
	display: contents !important;
}


p.smallhighligt {
	margin : 40px 0 0 0 !important;
	color: #fc2c00;
	font-size: 20px !important;
	font-weight: bold;
}
.blog-sec-detail strong{
	font-weight:500 !important;
	color: #212529 !important;
	font-size: 20px;
}
.blog-sec-detail b {
	font-weight:500 !important;
	color: #212529 !important;
	font-size: 20px;
}

.blog-sec-detail .imp_h {
	color: #fc2c00 !important;
}

.blog-detail-list img {
    width: 70%;
    margin: 40px auto;
    display: flex;
	height: auto;
	aspect-ration: auto;
}
	h1.blog-title {
    font-size: 40px;
}
.featuredimg img{
	width: 100%;
	margin: 0 auto;
	display: block;
	height: auto;
	aspect-ratio: auto;
}
.blog-detail-list h4 a {
	color: #000;
	text-decoration:none;
}

.authormain {
    display: flex;
}
.blog-detail-list h2, .blog-detail-list h3 {
    padding: 12px 0 12px 0;
}
/* a.underlinetext {
    color: #000;
    text-decoration: none;
    position: relative;
} */
a.underlinetext {
    background-image: linear-gradient(180deg, transparent 92%, #fc2c00 0%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
    border-bottom: 0 solid #666;
    color: #444;
}
.social-btn-blog {
    margin: 30px 0 0 0;
    padding: 40px 0 14px 0px;
    border-top: 1px solid #d9d9d9;
}
.social-btn-blog a {
    color: #fc2c00;
    border: 1px solid #fc2c00;
    padding: 6px 8px 6px 8px;
    margin: 0 4px 0 4px;
    font-size: 22px;
}
.social-btn-blog p {
    font-weight: bold;
}
a.underlinetext:hover {
    background-size: 0% 100%;
    border-bottom-width: 0;
}
/* a.underlinetext::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; 
    width: 0%;
    height: 2px; 
    background-color: currentColor; 
    transition: width 0.3s ease-in-out;
} */

/* a.underlinetext:hover::after {
    width: 100%;
} */
.blog-detail-list p{
   font-size: 20px;
   margin: 10px 0;
}

.blog-detail-list em {
	padding-right: 5px;
	font-size: 20px;
	color: #ba1515;
}

.blog-detail-list p a{
   color: #fc2c00;
   text-decoration: underline;
   font-weight:500;
   transition: color 0.3s ease;
   
}


.blog-detail-list p a:focus {
  color: #d42300;                /* Slightly darker on hover for interactivity */
  text-decoration: none;        /* Clean hover effect */
  font-weight:500;
}

.blog-detail-list p a:hover {
	color: #d42300 !important;
	text-decoration: none;
	font-weight:500;
}
.blog-detail-list span{
   font-size: 20px;
   margin: 10px 0;
}
.blog-detail-list ul {
    margin: 20px 0 20px 40px;
    padding: 0;
}
.blog-detail-list .table tr th {
    font-size: 22px;
}
.blog-detail-list .table tr td{
font-size: 18px;
}
.blog-detail-list .table {
    margin-bottom: 2rem;
}
.blog-detail-list ul li {
    padding: 8px 0 8px 0;
    font-size: 20px;
	list-style-type: disc;
}

.blog-detail-list ul li a {
	color: #fc2c00 !important;
	text-decoration: none;
}

.blog-detail-list ul li a:hover {
	color: #fc2c00 !important;
	text-decoration: underline;
	font-weight:500;
}

.blog-detail-list ol li {
    padding: 8px 0 8px 0;
    font-size: 20px;
	list-style-type: numbers;
}
.blog-meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.authorimg img {
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
	height:auto;
	aspect-ratio: auto;
}
.authorimg a::hover{
	color: #4a4a4a;
}
.authorimg a {
	color: #4a4a4a;
}
.authorname {
    border-right: 1px solid #a7a7a7;
    padding-right: 10px;
}
.authorname span {
    font-weight: bold;
    color: #4a4a4a;
}
.authorpublished {
    padding-left: 12px;
}
.blogdetailrightcontent {
    position: sticky;
    top: 9rem;
}
.blogdetailrightcontent h4 {
	color: #fc2c00;
	margin-top:10px;
	font-size:21px;
}
.maincategory .categorydata {
    color: #fc2c00;
    margin-right: 10px;
    text-decoration: none;
    padding: 8px 16px 8px 16px;
    border-radius: 16px;
    font-size: 12px;
    border: 1px solid #fc2c00;
}
.tablecontent {
    background-color: #f7f8fd;
    margin-top: 20px;
    padding: 20px 0 20px 18px;
    -webkit-box-shadow: 4px -5px 15px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px -5px 15px -18px rgba(0,0,0,0.75);
    box-shadow: 4px -5px 15px -18px rgba(0,0,0,0.75);
    border-radius: 10px;
}
.tablecontent ul {
    height: 200px;
    overflow-y: scroll;
}
.relateedservices{
	background-color: #f7f8fd;
    margin-top: 20px;
    padding: 20px 18px 20px 18px;
    -webkit-box-shadow: 4px -5px 15px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px -5px 15px -18px rgba(0,0,0,0.75);
    box-shadow: 4px -5px 15px -18px rgba(0,0,0,0.75);
    border-radius: 10px;
}
.relateedservices p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
}
.relateedservices .btn-default {
    font-size: 16px;
    padding: 6px 16px;
}

.relateedservices img {
	width: 90%;
  height: auto;
  aspect-ratio: auto;
  display: block;
  margin: 0 0 16px 0;
}

.tablecontent ul li {
    padding: 4px 0 4px 0;
}
.tablecontent ul li a {
    text-decoration: none;
    color: #000;
}
.maincategory {
    margin-bottom: 18px;
}
.blog-detail-list img {
    width: 100%;
	
}




.blog-detail-list .img_80 {
    width: 80%;
	
}
.blog-detail-list .img_60 {
    width: 60%;
	
}
.blog-detail-list .img_40 {
    width: 40%;
	
}
/***new***/
.view-articles {
    margin-top: 24px;
}
.profile-card {
    text-align: center;
	padding:40px 0;
}
.profilecarditems {
    background-color: #f0f0f0;
    border-radius: 10px 0 0 10px;
}
.profile-card-content {
    padding: 40px 10px;
}
.profile-card-content p{font-size:18px;}
.profilecardmain {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    border: 1px solid #fc2c00;
	margin-top:20px;
}
		.profile-card-content h5 {
    font-size: 26px;
}
.view-articles .btn-outline-dark {
    color: #212529;
    border-color: #fc2c00;
    border-radius: 27px;
}
        .profile-img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
        }
        .social-icons a {
    margin: 0 8px;
    color: #fc2c00;
    font-size: 20px;
    transition: 0.3s;
    padding: 6px 3px 6px 3px;
}
        .social-icons a:hover {
            color: #0056b3;
        }
		/**end***/
.blog-meta span {
    font-weight: bold;
    color: #4a4a4a;
}

.blog-meta span a{
	font-weight: bold;
    color: #4a4a4a;
}
	.blog-details{
		margin-top: 8rem;
	}
	@media screen and (max-width: 991px) {
		h1.blog-title {
    font-size: 30px;
}
.blog-details {
    margin-top: 3rem;
}

.blog-detail-list p {
    font-size: 18px;
    margin: 10px 0;
    line-height: 28px;
}
.blog-detail-list ul {
    margin: 0px 0 20px 14px;
    padding: 0;
}
.blog-detail-list ul li {
    padding: 6px 0 6px 0;
    font-size: 16px;
	list-style-type: disc; 
}

.blog-detail-list a{
	color: #fc2c00 !important;
}
.blog-detail-list h2, .blog-detail-list h3 {
    padding: 6px 0 6px 0;
	
}
	}
	
	@media screen and (max-width: 576px) {
		h1.blog-title {
    font-size: 24px;
}
.authormain {
    display: flex;
    flex-direction: column;
}
.authorname {
    border-right: 0px solid #a7a7a7;
    padding-right: 0px;
}
.authorpublished {
    padding-left: 0px;
}
	}
	@media screen and (max-width: 480px) {
		.maincategory .categorydata {
    font-size: 12px;
    display: flex;
    margin: 6px 0 6px 0;
    width: 70%;
}
	}	
	


.video-container h4 {
    font-size: 16px;
    padding-bottom: 5px;
}

.solution-section{
    padding: 30px 0;
}
.video-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; /* Space between video and title */
    color: #333; /* Adjust color as needed */
}
	

.video-container {
    text-align: center;
    max-width: 560px;
    margin: auto;
    margin-bottom: 20px;
}
.youtube-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.youtube-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}



.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-button i {
    color: #fff;
    font-size: 32px;
}
.margin30top {
	margin-top: 30px;
}
@media screen and (max-width: 576px) {
	.margin30top {
		margin-top: 20px;
	}
}

@media screen and (max-width: 991px) {
	.margin30top {
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	.margin30top {
		margin-top: 20px;
	}
}
@media screen and (max-width: 576px) {
.blog-detail-list img {width: 100%;}

.blog-detail-list .img_80 {
    width: 80%;
	
}
.blog-detail-list .img_60 {
    width: 80%;
	
}
.blog-detail-list .img_40 {
    width: 80%;
	
}

}
@media screen and (max-width: 991px) {
.blog-detail-list img {width: 100%;}

.blog-detail-list .img_80 {
    width: 80%;
	
}
.blog-detail-list .img_60 {
    width: 80%;
	
}
.blog-detail-list .img_40 {
    width: 80%;
	
}

}
@media screen and (max-width: 480px) {
.blog-detail-list img {width: 100%;}

.blog-detail-list .img_80 {
    width: 80%;
	
}
.blog-detail-list .img_60 {
    width: 80%;
	
}
.blog-detail-list .img_40 {
    width: 80%;
	
}
}


.blog-detail-list h2{ color: #d42300; margin-top: 50px;}
h2.imp_h { color: #d42300 !important; }



.mid-cta {
  background-color: #f9f9f9; /* Light background for contrast */
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  margin: 60px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mid-cta-content h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 15px;
}

.mid-cta-content p {
  font-size: 16px;
  color: #555555;
  margin-bottom: 25px;
}

.cta-button {
  background-color: #f96a35; /* Zestminds' brand orange */
  color: #ffffff;
  padding: 12px 30px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e55b2c; /* Slightly darker shade on hover */
}
.blog-detail-list .img_long { width:auto; height: auto; }
@media screen and (max-width: 480px) {
  .blog-detail-list .img_long { width:100%; height:auto;}
}
@media screen and (max-width: 991px) {
  .blog-detail-list .img_long { width:100%; height:auto;}
}
@media screen and (max-width: 576px) {
  .blog-detail-list .img_long { width:100%; height:auto;}
}