/* home banner section css start */

section.home-banner {
  position: relative;
  background-image: url("./img/case-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  height: 75vh;
}

section.home-banner .home-cont {
  align-self: center;
  padding: 10px 50px;
  position: relative;
  display: flex;
  align-items: center;
}

section.home-banner .home-cont .hero-head {
  padding: 30px;
}

section.home-banner .home-cont .hero-head h6 {
  color: var(--other-color);
}

section.home-banner .home-cont .hero-head h1 {
font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-detail-page-title h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    color: #000e44;
    font-weight: 600
}

.blog-detail-title h1,.blog-detail-title h2 {
    color: #000e44;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    text-decoration: none
}

.blog-detail-image img {
    width: 100%;
    height: 450px;
    max-height: 450px;
    object-fit: cover;
    border-radius: 0
}

.blog-detail-title h1 {
    font-size: 30px
}

.blog-detail-title h2 {
    font-size: 29px
}

.blog-detail-title h3 {
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 30px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize
}

.blog-detail-title h4,.blog-detail-title h5,.blog-detail-title h6 {
    color: #000e44;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    text-decoration: none
}

.blog-detail-title h4 {
    font-size: 24px
}

.blog-detail-title h5 {
    font-size: 22px
}

.blog-detail-title h6 {
    font-size: 20px
}

.blog-detail-title {
    margin-top: 20px
}

.blod-detail-description h1,.blod-detail-description h2 {
    font-size: var(--f38);
    color: #212529;
    margin-bottom: var(--m15);
    font-family: var(--secondary-font);
    font-weight: bold;
}

.blod-detail-description h3 {
    font-size: var(--f32);
    color: #212529;
    font-weight: bold;
    margin-bottom: 15px;
}

.blod-detail-description h4 {
    font-size: var(--f22);
    color: var(--heading-color)
}

.blod-detail-description h5 {
    font-size: var(--f20);
    color: var(--heading-color)
}

.blod-detail-description h6 {
    font-size: var(--f18);
    color: var(--heading-color)
}

.blod-detail-description li,.blod-detail-description p {
    text-align: left;
    font-size: 16px;
    color: #717582;
    font-weight: 400
}

.blod-detail-description li {
    list-style: initial;
    margin-bottom: 10px;
    line-height: 30px
}

.blod-detail-description ul {
    padding-left: 20px;
    margin-bottom: 16px
}

.blod-detail-description {
    margin-top: 13px
}

.blog-detail-wrapper .widget {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 3px 6px 4px rgba(0,0,0,8%);
    margin-bottom: 30px
}

h2.widget-title,h2.widgettitle {
    font-size: 26px;
    padding-bottom: 18px;
    margin-bottom: 30px;
    position: relative;
    color: var(--other-color);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--secondary-font)
}

.blog-detail-wrapper .widget-title:after {
    position: absolute;
    content: '';
    width: 63px;
    height: 2px;
    background-color: var(--other-color);
    bottom: 6px;
    left: 0
}

#secondary .widget ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none
}

.blog-detail-wrapper .widget ol li,.blog-detail-wrapper .widget ul li {
    padding: .72rem 0;
    border-bottom: 1px solid #e8ecef;
    border-top: 1px solid #e8ecef;
    list-style-type: none;
    display: flex;
    justify-content: space-between
}

.blog-detail-wrapper .widget_categories ul,.blog-detail-wrapper .widget_recent_entries ul {
    padding-left: 0
}

.blog-detail-wrapper .widget ol li:first-child,.blog-detail-wrapper .widget ul li:first-child {
    border-top: none;
    padding-top: 0
}

.blog-detail-wrapper .widget_categories li a {
    display: flex;
    color: #000!important;
    font-size: 15px;
    text-decoration: none
}

.blog-detail-wrapper .widget_categories li a i {
    display: flex;
    color: #000!important;
    padding-left: 20px;
    font-size: 19px;
    padding-right: 14px;
    padding-top: 7px
}

.blog-detail-wrapper .widget_recent_entries img {
    margin-right: 17px;
    height: 74px;
    max-width: 75px;
    display: block;
    object-fit: cover;
    border-radius: 10px
}

.blog-detail-wrapper .widget_recent_entries li.item-recent-post .title-post {
    display: flex;
    flex-direction: column;
    width: 76%
}

.blog-detail-wrapper .widget_recent_entries li.item-recent-post a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    max-height: 2.6em;
    margin-bottom: .5em;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    font-weight: 600
}

.blog-detail-wrapper .widget_recent_entries .post-date {
    display: block;
    font-size: 14px!important;
    color: var(--other-color);
    text-transform: uppercase
}

.feat_blog_con p span {
    color: #717582;
    font-size: 16px;
    margin-right: 17px;
    font-weight: 400
}
.feat_blog_con i{
    margin-right: 5px;
    color:var(--other-color)
}

.feat_blog_con p span a {
    color: #717582;
    font-size: 16px;
    margin-right: 17px;
    font-weight: 400;
    text-decoration: none
}

.blog-detail-image .blog-detail-cat {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #721915;
    padding: 5px 23px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 0 10px #fff
}

.blog-detail-image .blog-detail-cat a {
    color: #fff;
    text-decoration: none
}

.blog-detail-wrapper .blod-detail-description img {
    width: 100%
}

section.blog-detail-wrapper.mt-5 {
    margin-top: 0!important;
    padding-top: 70px;
    padding-bottom: 70px
}

.blod-detail-description span {
    font-family: var(--primary-font);
    font-size: 16px
}

.blod-detail-description a,.blod-detail-description a span {
    color: var(--other-color)!important;
    text-decoration-color: var(--other-color)!important;
}
.feat_blog_con {
    margin-top: var(--m30)
}

.about-owner,.blog-detail-left .previous-btn {
    margin-top: 30px
}

.blog-detail-left .social-blog a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--black-color);
    transform: translateY(0);
    transition: .3s
}

.blog-detail-left .social-blog a:hover {
    transform: translateY(-5px)
}

.blog-detail-left .social-blog a i {
    color: var(--white-color)
}

.blog-detail-left .social-blog ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px
}

.blog-detail-left .social-blog {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin-top: 30px;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec
}

.blog-detail-left .social-blog li:nth-child(2) a {
    background: #3f6fb2
}

.blog-detail-left .social-blog li:nth-child(3) a {
    background: #eaeaea;
    color: var(--black-color)
}

.blog-detail-left .social-blog li:nth-child(3) a i {
    color: #171717
}

.blog-detail-left .social-blog li:nth-child(4) a {
    background: #7a7e83
}

.blog-detail-left .previous-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: var(--f14)
}

.about-owner {
    display: flex;
    gap: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px 4px rgba(0,0,0,8%);
    padding: 40px
}

.about-owner img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover
}

.about-owner h4 {
    font-size: var(--f22);
    margin-bottom: 5px
}

.about-owner p.author {
    color: var(--primary-color);
    font-size: var(--f14);
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700
}

.about-owner ul {
    display: flex;
    align-items: center;
    gap: 20px
}

.table-container {
    width: 100%;
    overflow-x: auto;
}

table {
    width: 100%;
    /* table-layout: fixed; */
    margin-bottom: 20px;
}

th, td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    word-wrap: break-word;
}

table th {
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

tbody td {
    color: #212529;
    padding: 5px;
    font-size: 14px;
}

tbody td a {
    color: #fff !important;
}

table th:first-child, table td:first-child {
    /* width: 60px; */
    /* Adjust as needed */
    /* min-width: 50px; */
    /* text-align: center; */
}

tbody tr:nth-child(odd) {
    /* background-color: #222222; */
    color: #212529;
}

tbody tr:nth-child(even) {
    /* background-color: #222222; */
    color: #212529;
}

table > thead > tr > th {
    border: 1px solid #9e9e9e;
}

table > tbody > tr > td {
    border: 1px solid #9e9e9e;
}
.blod-detail-description ul.table-of-content a{
  color: #717582 !important;
  text-decoration: none !important;
}
.blod-detail-description ul.table-of-content li{
 list-style:none;
 font-size: 18px;
 font-weight: bold;
 /* margin-bottom: 10px; */
}
.blod-detail-description ul.table-of-content li ul{
 margin-top:10px; 
}
.blod-detail-description ul.table-of-content li ul li{
  font-size: 16px;
  color: #717582;
  font-weight: 400;
  list-style:decimal;
}
.blod-detail-description ul.table-of-content{
 padding-left:0; 
}
.fixed-btn a{
  background: var(--btn-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    position: fixed;
    right: 50px;
    bottom: 120px;
    z-index: 1;
}
.main_div_blog {
    position: sticky;
    top: 10px;
}
section#recent-posts-2 ul {
    height: 280px;
    overflow-y: auto;
}
section.blog-detail-wrapper {
    padding: 60px 72px;
}
.main_div_blog {
    /* position: sticky; */
    /* top: 10px; */
}