.blog-content {
  padding: var(--p15);
}

.blog-headings {
  text-align: center;
  padding-bottom: var(--p40);
}

.blog-headings h5 {
  color: #00e5cc;
  font-size: var(--f18);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: var(--m13);
}

.blog-headings h2 {
  color: #000e44;
  font-size: var(--f42);
  font-weight: 700;
  margin-bottom: var(--m14);
}

.blog-category,
.blog-headings p {
  font-size: var(--f16);
  font-weight: 400;
}

.blog-headings p {
  padding: 0 27%;
  color: #848e9f;
}

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

.blog-category {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #731a17;
  padding: var(--p5) var(--p23);
  border-radius: 50px;
  color: #fff;
  box-shadow: 0 0 10px #fff;
}

.blog-category a {
  color: #fff;
}

.home-blog-image {
  position: relative;
  margin-bottom: 0;
}

.blog-date {
  color: #000;
  font-size: var(--f14);
  font-weight: 500;
  margin-left: var(--m20);
  letter-spacing: 0;
}

.blog-feat {
  margin-top: var(--m10);
  margin-bottom: var(--m9);
}

.blog-date:first-child {
  margin-left: 0;
  letter-spacing: 0;
}

.blog-date i {
  color: var(--secondary-color);
  font-size: var(--f15);
}

.blog-content h4 a {
  font-weight: 700;
  font-size: var(--f26);
  text-decoration: none;
  line-height: 15px;
  color: var(--secondary-color);
}

.blog-content p {
  color: #212529;
  font-size: var(--f16);
  font-weight: 400;
  max-height: 104px;
}

.blog-content a.blog-read {
  color: #fff;
  font-size: var(--f16);
  background-color: var(--ocean-color);
  padding: var(--p8) var(--p30);
  display: inline-block;
  margin-top: var(--m7);
  border-radius: 0;
  text-decoration: none;
  margin-bottom: 0;
}

.blog-content a.blog-read i {
  margin-left: var(--m5);
  font-size: var(--f14);
}

.blog-wrapper {
  padding: var(--p60) var(--p12) var(--p60);
}
.home-blog-sec .row {
  gap: 30px 0;
}
.blog-page {
  margin-bottom: 0;
  border-radius: 0;
}

.blog-content h4 {
  line-height: 1.1;
  margin-bottom: 0;
  font-family: var(--secondary-font);
  color: #000;
  height: 38px;
  overflow: hidden;
  text-transform: capitalize;
}

#secondary .widget ul li,
.blog-detail-image,
.blog-wrapper .main-btn span {
  position: relative;
}

.blog-wrapper .main-btn .icon-container i {
  font-size: 18px;
}

.blog-wrapper a.main-btn {
  width: 100px;
  text-align: center;
  padding: var(--p8) var(--p10);
  font-size: var(--f13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.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: #000;
  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(--f26);
  color: var(--heading-color);
  margin-bottom: var(--m10);
  font-family: var(--secondary-font);
}

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

.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: #212529;
  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(--secondary-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(--secondary-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: 0.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: 0.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(--secondary-color);
  text-transform: uppercase;
}

.feat_blog_con p span {
  color: var(--text-black);
  font-size: 16px;
  margin-right: 17px;
  font-weight: 400;
}

.feat_blog_con p span a {
  color: var(--secondary-color);
  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;
  overflow: hidden;
}

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

.blod-detail-description a,
.blod-detail-description a span {
  color: var(--territiary-color) !important;
  text-decoration-color: var(--territiary-color) !important;
}

.blog-page .bottom-sec .link-sec a:hover,
.feat_blog_con i {
  color: var(--white-color);
}

.feat_blog_con i {
  margin-right: 5px;
}

.blog-content .btn-25 span {
  font-size: 14px;
}

.blog-page .date-sec,
.blog-page .date-sec span {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.blog-content .blog-feat a {
  color: var(--text-black);
  text-decoration: none;
}

.blog-page .upper-sec img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-page .upper-sec {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.blog-page .upper-sec a {
  -webkit-transition: 0.35s;
  transition: 0.35s;
  position: relative;
  width: 100%;
  display: inline-block;
}

.blog-page:hover .upper-sec img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-page .upper-sec a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.blog-page:focus .upper-sec a:after,
.blog-page:hover .upper-sec a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.blog-page .date-sec {
  background: var(--territiary-color);
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  padding: 10px 15px;
  line-height: 1;
  font-weight: 600;
}

.blog-page .date-sec:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  border-top: 10px solid var(--territiary-color);
  border-right: 10px solid transparent;
  content: "";
}

.blog-page .bottom-sec {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  background: var(--white-color);
  padding: 30px;
}

.blog-page .admin-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-page .admin-area .category a {
  color: var(--heading-color);
  font-size: var(--f14);
  font-weight: 700;
}

.blog-page .admin-area .admin i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  margin-right: 6px;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  padding: 2px;
  border: 2px solid var(--territiary-color);
}

.blog-page .admin-area .admin {
  align-items: center;
  gap: 4px;
  font-size: var(--f14);
  color: var(--primary-color);
  display: none;
}

.blog-page .bottom-sec h3 {
  margin-top: var(--m10);
  font-size: var(--f22);
  height: 30px;
  overflow: hidden;
}
.blog-page .bottom-sec p {
  text-align: left;
}
.blog-page .bottom-sec h3 a {
  color: var(--secondary-color);
}
.about-owner a:hover,
.blog-page .bottom-sec h3 a:hover {
  color: var(--territiary-color);
}

.blog-page .bottom-sec .link-sec {
  background: #fff;
  padding: 0;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  /* text-transform: uppercase; */
}

section.blog-details-upper {
  padding-bottom: 0;
  background-image: linear-gradient(180deg, #ff6ca495 0, #fd9a8500 90%);
  text-align: center;
}

section.blog-details-upper h1 {
  line-height: 1.3;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: var(--m10);
  font-family: var(--secondary-font);
}

section.blog-details-upper .breadcrumb {
  justify-content: center;
}

section.blog-details-upper .breadcrumb-wrap {
  background-color: transparent;
}

.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: 0.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: var(--heading-color) !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: #212529;
  font-weight: 400;
  list-style: decimal;
}
.blod-detail-description ul.table-of-content {
  padding-left: 0;
}

@media (max-width: 540px) {
  .blog-wrapper {
    padding: var(--p40) 0;
    .container{
      padding: 0;
    }
  }
  .blog-page .bottom-sec {
    padding: 15px;
  }
  .blog-page .bottom-sec h3 {
    font-size: var(--f18);
    height: 20px;
  }
  section.blog-detail-wrapper.mt-5 {
    padding-top: var(--p40);
    padding-bottom: var(--p30);
    padding-left: 0;
    padding-right: 0;
  }
  .blog-detail-title h1 {
    font-size: var(--f20);
  }
  .blod-detail-description h3{
    font-size: var(--f18);
  }
}
