@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800;900&display=swap");

/* -----------------------------------------------
				CSS Styles - Optimized
Table of Content

    - Global
    - Helpers
    - Header
    - Theme switch
    - Sections
    - Posts
    - Post-single
    - Category
    - Footer
    - Preloader
    - Responsive
    - Dark
    - Custom

----------------------------------- */
/* -----------------------------------
		 Global
----------------------------------- */
* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none !important;
  list-style: none !important;
}

*:after,
*:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #191b1d99;
  font-weight: 400;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "League Spartan", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  color: #191B1D;
  margin: 0;
  word-wrap: break-word;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p:first-letter,
h5:first-letter {
  text-transform: capitalize;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
  color: #191B1D;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin-bottom: 0;
}

.list-inline li {
  display: inline-block;
}

.form-control:focus {
  outline: none !important;
  border-color: inherit;
  box-shadow: none;
}

.container-fluid {
  max-width: 1140px;
}

.container-wrap2 {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.bg-light {
  background-color: #E6E7E7 !important;
}

::placeholder {
  color: #191b1d99 !important;
}

.card {
  border: 0px;
}

/* ------------------------------
		 Helpers
------------------------------ */
/* Instagram - Removed unused styles */

/* pagination*/
.pagination {
  border-radius: 0px;
}

.pagination-area {
  margin-bottom: 50px;
  padding-top: 30px;
  text-align: center;
}

.pagination-left {
  text-align: left;
}

.pagination-list ul li a,
.pagination-list ul li span {
  width: 50px;
  height: 50px;
  border: 1px solid #E6E7E7;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 0px;
  margin-right: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pagination-list ul li span.active,
.pagination-list ul li a.active,
.pagination-list ul li a:hover {
  background-color: #191B1D;
  color: #ffffff;
}

/*buttons*/
.btn-custom {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: #191B1D;
  line-height: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 24px;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #191B1D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-custom:hover,
.btn-custom:focus {
  color: #191B1D;
  background-color: #ffffff;
}

.btn-action {
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 24px;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 10px;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #ffffff;
  width: 140px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-action:hover {
  color: #ffffff;
}

.btn-subscribe {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: #191B1D;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #191B1D;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0 20px;
  font-size: 15px;
  line-height: 38px;
}

.btn-subscribe:hover,
.btn-subscribe:focus {
  color: #191B1D;
  background-color: #ffffff;
  border: 1px solid #191b1d99;
}

.btn-read-more {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  color: #fff !important;
  background-color: #ff4000 !important;
  border-color: #ff4000 !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 6px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-read-more i {
  margin-top: 0px;
  margin-left: 5px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.btn-read-more:hover,
.btn-read-more:focus {
  background-color: #e63900 !important;
  border-color: #e63900 !important;
  color: #fff !important;
}

.btn-read-more:hover i,
.btn-read-more:focus i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.btn-reply {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  border: 0;
  color: #191b1d99;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-reply i {
  margin-top: 6px;
  margin-right: 5px;
}

.btn-reply:hover,
.btn-reply:focus {
  color: #191B1D !important;
}

.btn-submit {
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #191B1D;
  display: block;
  border-radius: 0px;
}

.btn-submit i {
  color: #ffffff;
  line-height: 35px;
  font-weight: 900;
}

.btn-read {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: #ffffff;
  line-height: 24px;
  color: #191B1D;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 24px;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
}

.btn-read i {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 24px;
  color: #191B1D;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-read:hover,
.btn-read:focus {
  color: #ffffff !important;
  background-color: transparent;
}

.btn-read:hover i,
.btn-read:focus i {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  color: #ffffff;
}

/*authors*/
.authors {
  padding-top: 30px;
}

.authors-info {
  border-bottom: 1px solid #E6E7E7;
  margin-top: 60px;
  padding: 50px 0px;
  display: flex;
  align-items: center;
}

.authors-info .image img {
  border-radius: 0px;
  width: 150px;
}

.authors-info .content {
  margin-left: 20px;
  padding-right: 10%;
}

.authors-info .content h4,
.authors-info .content h5 {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.authors-info .content p {
  margin-bottom: 15px;
}

.authors-area {
  border-bottom: 1px solid #E6E7E7;
  padding-bottom: 20px;
}

/* Page 404 - Removed unused styles */

/*search*/
.search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translate(0%, 100%) scale(0, 0);
  transform: translate(0%, 100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.search-width {
  text-align: center;
  position: relative;
}

.search.search-open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

.search .close {
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: none;
  opacity: 1;
  visibility: visible;
  height: 35px;
  width: 35px;
  border-radius: 0px;
  border: 1px solid #E6E7E7;
  cursor: pointer;
}

.search .close i {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #191B1D;
}

.search .close:hover {
  opacity: 1 !important;
  background-color: transparent;
}

.search-form {
  text-align: center;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-form input {
  font-size: 16px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  color: inherit;
  border: 0px;
  font-weight: 400;
  border-radius: 0px;
  padding: 15px 10px 15px 30px;
  z-index: 1;
  border: 1px solid #E6E7E7;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.search-form input:hover {
  border: 1px solid #E6E7E7;
}

.search-form .search-btn {
  background-color: #191B1D;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  cursor: pointer;
  border-radius: 0px;
  width: 140px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search-form .search-btn:hover {
  background-color: #191B1D;
  color: #ffffff;
}

/* Login - Removed unused styles */

/*global style*/
.tags ul li {
  padding: 4px 12px;
  margin-bottom: 5px;
  margin-right: 2px;
  border-radius: 20px;
  font-size: 13px;
  text-transform: capitalize;
  color: #191b1d99;
  font-weight: 500;
  border: 1px solid #E6E7E7;
}

.tags ul li a:hover {
  color: #191B1D;
}

.comments {
  margin-bottom: 30px;
}

.comments.replies {
  margin-top: 60px;
}

.comments .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E6E7E7;
  padding: 30px 0px;
  border-radius: 0px;
  flex-direction: column;
}

.comments .comment-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.comments .comment-item img {
  width: 100px;
  height: 100px;
  border-radius: 0px;
  margin-right: 15px;
}

.comments .comment-item .content p {
  margin-bottom: 5px;
}

.comments .comment-item .content .meta {
  margin-bottom: 5px;
}

.comments .comment-item .content .meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments .comment-item .content .meta ul li {
  margin-bottom: 0;
  font-size: 14px;
  color: #191b1d99;
  text-transform: capitalize;
  font-weight: 500;
}

.comments .comment-item .content .meta ul li a:hover {
  color: #191B1D;
}

.comments .comment-item .content .meta ul li:first-child {
  color: #191B1D;
}

.comments .comment-item .children {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #E6E7E7;
}

.comments .comment-item .children .comment-item {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: 0;
}

.social-icones li a {
  display: block;
  text-align: center;
  margin-right: 10px;
}

.social-icones li a i {
  font-size: 14px;
  color: #ffffff;
}

.social-icones li a i:hover {
  color: #ffffff;
}

.social-media a i {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin-right: 2px;
  border: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.social-media a i:hover {
  opacity: 0.5;
  color: #ffffff;
}

.fa-facebook,
.color-facebook {
  background-color: #3b5998;
}

.fa-instagram,
.color-instagram {
  background-color: #c32aa3;
}

.fa-whatsapp,
.color-whatsapp {
  background-color: #25D366;
}

.fa-link,
.color-link {
  background-color: #09ecce;
}

.fa-telegram,
.color-telegram {
  background-color: #2860da;
}

/* X Twitter Icon Styling */
.x-twitter-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #000000;
  vertical-align: middle;
  line-height: 25px;
  margin-right: 2px;
}

/* Make sure social media icons align properly */
.social-media a i,
.social-media a svg {
  vertical-align: middle;
}

.social-media ul li {
  vertical-align: middle;
  display: inline-block;
}

.fa-youtube,
.color-youtube {
  background-color: #e52d27;
}

.fa-twitter,
.color-twitter {
  background-color: #1dcaff;
}

.fa-dribbble,
.color-dribbble {
  background-color: #f43079;
}

.fa-pinterest,
.color-pinterest {
  background-color: #bd081c;
}

.slash {
  width: 18px;
  height: 1px;
  background-color: #191b1d99;
  border-radius: 0px;
  margin: 4px 10px 4px 10px !important;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.border-b-0 {
  border-bottom: 0px solid !important;
}

.border-t-0 {
  border: 0px !important;
}

.border-right {
  border-right: 1px solid #E6E7E7;
}

.no-border {
  border: 0px !important;
}

.border-top {
  border-top: 1px solid #E6E7E7 !important;
}

/*margin-bottom*/
.mb-100 {
  margin-bottom: 100px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

/*margin-top*/
.mt-100 {
  margin-top: 60px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 60px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

/*padding top*/
.pt-100 {
  padding-top: 100px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

/* -----------------------------------
	Header
----------------------------------- */
.header {
  background-color: #ffffff;
  border-bottom: 1px solid #E6E7E7;
  height: 80px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-scroll {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
}

.header-light {
  background-color: #f1f1f1;
}

.header-padding {
  padding: 0px 30px;
}

.header-padding2 {
  padding: 0px 15px;
}

.header-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
}

.header-area .logo {
  margin-right: auto;
}

.header-area .logo img {
  max-height: 50px;
}

.header-area .logo-white {
  display: none;
}

.header-navbar {
  margin-left: auto !important;
  margin-right: auto !important;
}

.header-navbar .navbar .nav-item {
  position: relative;
  margin: 0 5px;
}

.header-navbar .navbar .nav-item .nav-link {
  font-weight: 500;
  color: #191B1D;
  font-size: 16px !important;
  margin: 0px 30px 0px 0px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-transform: capitalize;
  padding: 8px 15px;
  z-index: 1;
  border-radius: 4px;
}

.header-navbar .navbar .nav-item .dropdown-toggle {
  padding-right: 25px;
  /* Add space for the arrow */
  position: relative;
}

/* Create a selector to prevent the underline effect */
.header-navbar .navbar .nav-item .dropdown-toggle.nav-link::before {
  display: none;
}

.header-navbar .navbar .nav-item .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background-color: #ff4000;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

/* Prevent underline for dropdown toggles */
.header-navbar .navbar .nav-item .dropdown-toggle::after {
  /* Override the existing ::after for dropdown toggle specifically */
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  background-color: transparent;
  height: auto;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  margin-left: 6px;
  color: #ff4000;
  font-weight: 900;
  font-size: 14px;
  transition: all 0.3s ease;
}

.header-navbar .navbar .nav-item .nav-link.active::after,
.header-navbar .navbar .nav-item .nav-link:hover::after {
  width: 80%;
}

/* Specifically prevent underline for dropdown items on hover */
.header-navbar .navbar .nav-item .dropdown-toggle.active::after,
.header-navbar .navbar .nav-item .dropdown-toggle:hover::after {
  width: auto;
  transform: translateY(-50%) rotate(180deg);
}

.header-navbar .navbar .nav-item .nav-link i {
  color: #1385f8;
}

.header-navbar .navbar .nav-item .nav-link.active,
.header-navbar .navbar .nav-item .nav-link:hover {
  color: #ff4000;
}

.header-navbar .navbar .nav-item .nav-link.active:before,
.header-navbar .navbar .nav-item .nav-link:hover:before {
  height: 1px;
}

.header-navbar .navbar .nav-item:last-child .nav-link {
  margin-right: 0 !important;
}

.header-navbar .navbar .nav-item .dropdown-toggle::after {
  border: 0 none;
  line-height: normal;
  margin-left: 8px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f107";
  /* down arrow icon */
  font-weight: 900 !important;
  opacity: 1;
  font-size: 14px;
  color: #ff4000;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block !important;
}

.header-navbar .navbar .nav-item .dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  background-color: #ffffff;
  margin-top: 10px;
  min-width: 220px;
}

.header-navbar .navbar .nav-item .dropdown-menu::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 30px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  transform: rotate(45deg);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  z-index: -1;
}

.header-navbar .navbar .nav-item .dropdown-menu li {
  display: inline-block;
  margin-right: 20px;
}

.header-navbar .navbar .nav-item .dropdown-menu .dropdown-item {
  color: #191b1d99;
  padding: 10px 15px;
  margin-bottom: 5px;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  display: block;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover,
.header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active {
  background-color: rgba(255, 64, 0, 0.1);
  color: #ff4000;
  transform: translateX(5px);
}

.header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover:before,
.header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active:before {
  height: 0px;
}

.header-navbar .navbar .nav-item .dropdown-menu li:last-child .dropdown-item {
  margin-bottom: 0;
}

.header-navbar .navbar .nav-item:hover .nav-link {
  color: #191B1D;
  background-color: transparent;
}

.header-navbar .navbar .nav-item:hover .nav-link:before {
  height: 1px;
}

/* Turn off the underline for dropdown items */
.header-navbar .navbar .nav-item.dropdown:hover .nav-link:before {
  height: 0;
}

.header-navbar .navbar .nav-item:hover .dropdown-toggle::after {
  transform: rotate(180deg);
  position: relative;
  margin-left: 8px;
}

/* Mobile-specific version */
@media (max-width: 991px) {
  .header-navbar .navbar .nav-item:hover .dropdown-toggle::after {
    transform: rotate(180deg);
    position: relative;
    margin-left: 8px;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.header-right .social-icones {
  margin-right: 30px;
}

.header-right .search-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 64, 0, 0.1);
  transition: all 0.3s ease;
  margin-right: 15px;
  cursor: pointer;
}

.header-right .search-icon:hover {
  background-color: rgba(255, 64, 0, 0.2);
  transform: scale(1.05);
}

.header-right .search-icon i {
  color: #ff4000;
  font-size: 20px;
  transition: all 0.3s ease;
}

.header-right .search-icon:hover i {
  color: #ff4000;
}

.header-right .navbar-toggler {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 15px;
  border: none;
  display: none;
  /* Hide on desktop */
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.3s ease;
}



.header-right .navbar-toggler span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  -webkit-box-shadow: 0px -8px 0 0px #191B1D, 0px 8px 0 0px #191B1D;
  box-shadow: 0px -8px 0 0px #191B1D, 0px 8px 0 0px #191B1D;
  background: #191B1D;
  transition: all 0.3s ease;
}

.header-right .navbar-toggler:hover span {
  -webkit-box-shadow: 0px -8px 0 0px #fff, 0px 8px 0 0px #fff;
  box-shadow: 0px -8px 0 0px #fff, 0px 8px 0 0px #fff;
  background: #fff;
}

.header-fluid {
  padding: 0px 30px;
}

@media all and (min-width: 991px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 10px;
    transform: translateY(10px);
  }

  .navbar .nav-item:hover .dropdown-menu {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: translateY(0);
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
}

/* Responsive Navbar Styles */
@media (max-width: 991px) {
  .header-right .navbar-toggler {
    display: flex;
    /* Show on mobile */
  }

  .header-navbar .navbar .nav-item .dropdown-toggle::after {
    border: 0 none;
    line-height: normal;
    margin-left: 1px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    opacity: 1;
    color: #ff4000;
  }

  .header-navbar {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #fff;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    margin-top: 0;
  }

  .header-navbar .navbar-collapse {
    padding: 0;
    margin: 0;
    border-top: none;
  }

  .header-navbar .navbar .nav-item {
    margin: 0;
  }

  .header-navbar .navbar .nav-item .nav-link {
    padding: 15px 20px;
    margin: 0;
    border-bottom: none;
  }

  .header-navbar .navbar .nav-item .nav-link::after {
    display: none;
  }

  .header-navbar .navbar .nav-item .dropdown-menu {
    box-shadow: none;
    padding: 0;
    border-left: 2px solid #ff4000;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: rgba(255, 64, 0, 0.05);
  }

  .header-navbar .navbar .nav-item .dropdown-menu::before {
    display: none;
  }

  .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item {
    padding: 12px 15px 12px 25px;
    margin-bottom: 0;
    border-bottom: none;
  }

  .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover,
  .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active {
    transform: translateX(0);
  }

  .header-navbar .navbar .nav-item.dropdown {
    position: relative;
  }

  /* This positioning is already handled in the dropdown-toggle::after rule above */
}

/* -----------------------------------
	theme-switch
----------------------------------- */
.theme-switch {
  display: inline-block;
  position: relative;
}

.theme-switch-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-switch-wrapper label {
  margin-bottom: 0px !important;
}

.theme-switch input {
  display: none;
}

.slider {
  bottom: 0;
  cursor: pointer;
  right: 0px;
  top: -18px;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.slider i {
  color: #191B1D;
  font-size: 22px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.slider i:hover {
  transform: scale(1.1);
}

.slider i:hover {
  color: #191B1D;
}

.slider .icon-dark {
  display: block;
}

.slider .icon-light {
  display: none;
  color: #FFD700 !important;
  /* Yellow color for the sun icon */
}

/* Color for light mode icon (moon) */
.slider .icon-dark {
  color: #3a3a3a !important;
  /* Dark gray color for moon icon */
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* Color for dark mode icon (sun) */
input:checked+.slider .icon-light {
  color: #FFD700 !important;
  /* Yellow color for sun icon */
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
  animation: pulse 2s infinite;
}

/* Subtle pulse animation for sun in dark mode */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

input:checked+.slider {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

input:checked+.slider .icon-dark {
  display: none;
}

input:checked+.slider .icon-light {
  display: block;
}

input:checked+.slider:before {
  background-color: #191B1D;
}

/* ------------------------------
		Sections
------------------------------ */
.section-feature-1 {
  padding-top: 30px;
}

.section-feature-1 .post-list-style4:first-child {
  border-top: 1px solid #E6E7E7;
}

.section-feature-1 .post-list-style4:last-child {
  border-bottom: 0;
}

.section-feature-1 .sidebar {
  padding-bottom: 30px;
}

.section-feature-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-feature-2 .post-list-style1 {
  padding: 20px 0px;
}

.section-feature-2 .post-list-style1:first-child {
  border-top: 1px solid #E6E7E7;
}

.section-feature-2 .post-list-style1 .post-list-image {
  width: 120px;
}

.section-feature-2 .post-list-style1 .post-list-title {
  padding: 0px 20px;
}

.section-feature-2 .post-list-style1 .post-list-title h5 {
  font-size: 18px;
}

.section-feature-2 .section-title {
  margin-bottom: 30px;
}

.section-feature-3 {
  padding-top: 30px;
}

.section-feature-3 .post-list-style6 {
  padding: 30px 0px;
}

.section-feature-3 .post-list-style6:first-child {
  border-top: 1px solid #E6E7E7;
}

.section-feature-3 .post-list-style6 .post-list-content .entry-title {
  font-size: 24px !important;
}

.section-feature-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-feature-4 .post-list-style6 {
  padding: 30px 0px;
}

.section-feature-4 .post-list-style6:first-child {
  border-top: 1px solid #E6E7E7;
}

.section-feature-4 .post-list-style6 .post-list-content .entry-title {
  font-size: 24px !important;
}

.section-scroll {
  margin-top: 60px;
  border-bottom: 1px solid #E6E7E7;
  padding: 50px 0px;
}

.section-scroll-marquee {
  display: block;
  width: 100%;
  overflow: hidden;
}

.section-scroll .page-title {
  font-size: 70px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #191B1D;
  display: block;
  width: 100%;
  overflow: hidden;
}

.section-heading {
  margin-top: 60px;
}

.section-heading-light {
  background-color: #f1f1f1;
}

.section-heading-1 {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}

.section-heading-1-title h1 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading-1-title .links {
  font-size: 15px;
  font-weight: 500;
  color: #191B1D;
  text-transform: capitalize;
}

.section-heading-1-title .links a {
  color: #191b1d99;
}

.section-heading-1-title .links a:hover {
  color: #191B1D;
}

.section-heading-1-title .links i {
  font-size: 10px;
}

.section-heading-1-title .desc {
  margin-bottom: 0;
}

.section-heading-2 {
  padding: 50px 0px;
  width: 100%;
  border-bottom: 1px solid #E6E7E7;
  text-align: center;
}

.section-heading-2-title h1,
.section-heading-2-title h2 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading-2-title .links {
  color: #666;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.section-heading-2-title .links a {
  color: #ff4000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.section-heading-2-title .links a:hover {
  color: #e63900;
  text-decoration: underline;
}

.section-heading-2-title .links i {
  font-size: 10px;
  color: #999;
  margin: 0 5px;
}

.section-heading-3 {
  padding: 50px 0px;
}

.section-heading-3-title h1 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading-3-title .links {
  font-size: 15px;
  font-weight: 500;
  color: #191B1D;
  text-transform: capitalize;
}

.section-heading-3-title .links a {
  color: #191b1d99;
}

.section-heading-3-title .links a:hover {
  color: #191B1D;
}

.section-heading-3-title .links i {
  font-size: 10px;
}

.section-heading-3-title .desc {
  margin-bottom: 0;
}

.section-heading-5 {
  padding: 50px 0px;
  z-index: 1;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.section-heading-5-title h1 {
  text-transform: capitalize;
  font-size: 40px;
  margin-bottom: 10px;
}

.section-heading-5-title .links {
  font-size: 15px;
  font-weight: 500;
  color: #191B1D;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.section-heading-5-title .links a {
  color: #191b1d99;
}

.section-heading-5-title .links a:hover {
  color: #191B1D;
}

.section-heading-5-title .links i {
  font-size: 10px;
}

.section-heading-5-title p {
  color: #191B1D;
  margin-bottom: 0;
}

.section-title {
  margin-bottom: 30px;
}

.section-title h3,
.section-title h4,
.section-title h2 {
  text-transform: capitalize;
  margin-bottom: 5px;
}

.section-title h3 {
  font-size: 30px;
}

.section-title p {
  margin-bottom: 0;
}

/* ------------------------------
		Widgets
------------------------------ */
.sidebar {
  border-left: 1px solid #E6E7E7;
  padding-left: 30px;
}

.widget {
  padding: 30px 0px;
  border-bottom: 1px solid #E6E7E7;
}

.widget:last-child {
  border-bottom: 0px solid #E6E7E7;
}

.widget-title {
  margin-bottom: 20px;
}

.widget-title h5 {
  text-transform: capitalize;
  font-weight: 800;
}

.widget-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-search form input {
  padding: 15px 20px 15px 10px;
  border: 1px solid #E6E7E7;
  width: 100%;
}

.widget-search form .btn-submit {
  margin-left: -45px;
  border: 0;
}

.widget-categories {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 10px;
}

.widget-categories .category-item {
  display: block;
  position: relative;
}

.widget-categories .category-item .image {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}

.widget-categories .category-item .image img {
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.widget-categories .category-item .image:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.widget-categories .category-item span {
  margin-left: auto;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: #1B1B1B;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
}

.widget-categories .category-item p {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #191B1D;
  margin-bottom: 0;
}

.widget-categories .category-item p:hover {
  color: #191B1D;
}

.widget-categories .category-item:last-child {
  margin-bottom: 0px;
}

.widget-categories .category-item:hover p {
  color: #191B1D;
}

.widget-categories .category-item:hover .image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.widget-newsletter {
  padding: 30px 0px;
  text-align: center;
}

.widget-newsletter p {
  margin: 10px 0 20px 0;
  font-size: 14px;
}

.widget-newsletter .form-control {
  text-align: center;
  padding: 25px 20px;
  border-radius: 0px;
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
}

.widget-newsletter .form-control:focus,
.widget-newsletter .form-control:hover {
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
}

.widget-newsletter .form-flex {
  width: auto;
  margin: auto;
}

.widget-newsletter .btn-custom {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget-stay-connected .list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 10px;
}

.widget-stay-connected .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 10px;
}

.widget-stay-connected .list .item a {
  margin-right: 10px;
}

.widget-stay-connected .list .item a i {
  font-size: 14px;
  color: #ffffff;
  border-radius: 0px;
  display: block;
  text-align: center;
  border: 0px solid #E6E7E7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.widget-stay-connected .list .item p {
  margin-bottom: 0;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
}

.widget-stay-connected .list .item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.widget-popular-posts .small-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.widget-popular-posts .small-post .small-post-image {
  position: relative;
  margin-right: 15px;
  overflow: hidden;
}

.widget-popular-posts .small-post .small-post-image img {
  border-radius: 0px;
  width: 80px;
  height: 80px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.widget-popular-posts .small-post .small-post-image:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.widget-popular-posts .small-post .nb {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 23px;
  height: 23px;
  border-radius: 0px;
  background-color: #1B1B1B;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  z-index: 9;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

.widget-popular-posts .small-post .small-post-content {
  width: calc(100% - 80px);
}

.widget-popular-posts .small-post .small-post-content p {
  margin-bottom: 5px;
  font-size: 17px;
}

.widget-popular-posts .small-post .small-post-content p a {
  font-weight: 800;
  color: #191B1D;
  margin-bottom: 0;
  font-family: "League Spartan", sans-serif;
  display: inline;
  background-image: linear-gradient(rgba(25, 27, 29, 0) calc(99% - 1px), #191B1D 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.widget-popular-posts .small-post .small-post-content p a:hover {
  color: #191B1D;
  text-decoration: none;
  background-size: 100% 100%;
}

.widget-popular-posts .small-post .small-post-content small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-size: 12px;
  color: #191b1d99;
  font-weight: 600;
}

.widget-popular-posts .small-post .small-post-content small a:hover {
  color: #191B1D;
}

.widget-popular-posts .small-post .small-post-content small i {
  padding-right: 5px;
}

.widget-popular-posts .small-post .small-post-content small .la-arrow-right {
  padding-right: 0px !important;
  padding-left: 5px;
}

.widget-popular-posts .small-post .small-post-content small .slash {
  margin-left: 0 !important;
}

.widget-popular-posts .small-post:last-child {
  margin-bottom: 0;
}

.widget-popular-posts .small-post:hover .small-post-content p a {
  color: #191B1D;
  text-decoration: none;
  background-size: 100% 100%;
}

.widget-popular-posts .small-post:hover .small-post-image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.widget-tags ul li {
  padding: 4px 12px;
  margin-bottom: 5px;
  margin-right: 2px;
  border-radius: 20px;
  font-size: 13px;
  text-transform: capitalize;
  color: #191b1d99;
  font-weight: 500;
  border: 1px solid #E6E7E7;
}

.widget-tags ul li a:hover {
  color: #191B1D;
}

/* ------------------------------
		 Posts
------------------------------ */
.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #E6E7E7;
}

.post-list-image {
  overflow: hidden;
}

.post-list-image img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.post-list-image:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.post-list .entry-title a {
  color: #191B1D;
  display: inline;
  background-image: linear-gradient(rgba(25, 27, 29, 0) calc(99% - 1px), #191B1D 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.post-list .entry-title a:hover {
  color: #191B1D;
  text-decoration: none;
  background-size: 100% 100%;
}

.post-list .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-list .entry-meta li {
  margin-bottom: 0;
  font-size: 14px;
  color: #191b1d99;
  text-transform: capitalize;
  font-weight: 500;
}

.post-list .entry-meta li a:hover {
  color: #191B1D;
}

.post-list .entry-meta li .line {
  width: 18px;
  height: 1px;
  background-color: #191b1d99;
  margin: 4px 10px 4px 10px !important;
  display: inline-block;
}

.post-list .entry-meta .post-author-img img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.post-list:hover .post-list-image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.post-list:hover .entry-title a {
  color: #191B1D;
  text-decoration: none;
  background-size: 100% 100%;
}

.post-list:hover .entry-cat .category-style-1 {
  color: #191B1D;
}

.post-list-style1 {
  padding: 30px 0px;
}

.post-list-style1 .post-list-image img {
  width: 150px;
}

.post-list-style1 .post-list-title {
  padding: 0px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-list-style1 .post-list-category {
  text-align: right;
  margin-left: auto;
}

.post-list-style2 {
  padding: 30px 0px;
}

.post-list-style2 .post-list-image {
  min-width: 38%;
  max-width: 38%;
  margin-right: 30px;
}

.post-list-style2 .post-list-content .entry-meta {
  margin: 20px 0px;
}

.post-list-style2 .post-list-content .entry-cat .category-style-1 {
  font-size: 14px;
}

.post-list-style2 .post-list-content .post-exerpt {
  margin-bottom: 20px;
}

.post-list-style2:hover .category-style-1 {
  color: #191B1D;
}

.post-list-style2:hover .btn-read-more {
  color: #191B1D;
}

.post-list-style2:hover .btn-read-more i {
  color: #191B1D;
}

.post-list-style3 {
  border: 1px solid #E6E7E7;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.post-list-style3 .post-list {
  margin-bottom: 30px;
}

.post-list-style3 .post-list-content {
  padding: 30px 30px;
  z-index: 1;
  opacity: 1;
}

.post-list-style3 .post-list-content .entry-meta {
  margin: 20px 0px;
}

.post-list-style3 .post-list-content .entry-meta li a:hover {
  color: #191B1D;
}

.post-list-style3 .post-list-content .entry-cat .category-style-1 {
  font-size: 14px;
}

.post-list-style3 .post-list-content .post-exerpt {
  margin-bottom: 20px;
}

.post-list-style3:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #f1f1f1;
}

.post-list-style3:hover .entry-title a {
  text-decoration: none;
  background-size: 100% 100%;
}

.post-list-style3:hover .entry-meta li {
  color: #191b1d99;
}

.post-list-style3:hover .entry-meta li a:hover {
  color: #191B1D;
}

.post-list-style3:hover .entry-cat .category-style-1 {
  color: #191B1D;
}

.post-list-style3:hover .entry-cat .category-style-1:hover {
  color: #191B1D;
}

.post-list-style3:hover .post-exerpt p {
  color: #191b1d99;
}

.post-list-style3:hover .post-btn .btn-read-more {
  color: #191B1D;
}

.post-list-style3:hover .post-btn .btn-read-more i {
  color: #191B1D;
}

.post-list-style3:hover .post-btn .btn-read-more:hover {
  color: #ffffff !important;
}

.post-list-style3:hover .post-btn .btn-read-more:hover i {
  color: #ffffff;
}

.post-list-style4 {
  padding: 30px 0px;
}

.post-list-style4 .post-list-image {
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-list-style4 .post-list-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}

.post-list-style4 .post-list-content .entry-title {
  margin: 20px 0px;
}

.post-list-style4 .post-list-content .entry-cat .category-style-1 {
  font-size: 14px;
}

.post-list-style4 .post-list-content .post-exerpt {
  margin-bottom: 20px;
}

.post-list-style4 .post-list-exerpt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-list-style4:hover .category-style-1 {
  color: #191B1D;
}

.post-list-style4:hover .btn-read-more {
  color: #191B1D;
}

.post-list-style4:hover .btn-read-more i {
  color: #191B1D;
}

/* Removed unused post-list-style5, 6, 7, 8 */

/* Removed unused post-overly styles */

/* ------------------------------
		Post-single
------------------------------ */
.post-single-body {
  padding: 0 20px !important;
}

.post-single {
  margin-top: 10px;
  padding-top: 30px;
  margin-bottom: 50px;
}

.post-single-image {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100% !important;

}

.post-single-image img {
  width: 100% !important;
  height: auto !important;
}

.post-single-body {
  padding: 0px 100px;
}

.post-single-title {
  margin-bottom: 30px;
}

.post-single-title .entry-meta {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-single-title .entry-meta li {
  margin-bottom: 0;
  font-size: 14px;
  color: #191b1d99;
  text-transform: capitalize;
  font-weight: 500;
}

.post-single-title .entry-meta li a:hover {
  color: #191B1D;
}

.post-single-title .entry-meta li .line {
  width: 18px;
  height: 1px;
  background-color: #191b1d99;
  margin: 4px 10px 4px 10px !important;
  display: inline-block;
}

.post-single-title .entry-meta .post-author-img img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.post-single-title .entry-cat .category-style-1 {
  font-size: 14px;
}

.post-single-title .social-media {
  margin-top: 20px;
}

.post-single-title .meta-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-single-title .meta-social .social-media {
  margin-left: auto;
}

.post-single-content {
  padding-bottom: 30px;
  color: #222222;
}

/* List styling for rich editor content - High specificity */
body .post-single-content ul,
body .post-single-content ol,
body .description ul,
body .description ol,
section .post-single-content ul,
section .post-single-content ol,
section .description ul,
section .description ol {
  padding-left: 30px !important;
  margin-bottom: 20px !important;
  margin-left: 0 !important;
}

body .post-single-content ul,
section .post-single-content ul,
body .description ul,
section .description ul {
  list-style: disc outside !important;
  list-style-type: disc !important;
}

body .post-single-content ol,
section .post-single-content ol,
body .description ol,
section .description ol {
  list-style: decimal outside !important;
  list-style-type: decimal !important;
}

body .post-single-content ul > li,
body .post-single-content ol > li,
body .description ul > li,
body .description ol > li,
section .post-single-content ul > li,
section .post-single-content ol > li,
section .description ul > li,
section .description ol > li {
  list-style: inherit !important;
  display: list-item !important;
  margin-bottom: 10px !important;
  line-height: 1.7 !important;
  padding-left: 5px !important;
}

body .post-single-content ul ul,
body .post-single-content ol ol,
body .post-single-content ul ol,
body .post-single-content ol ul,
body .description ul ul,
body .description ol ol,
body .description ul ol,
body .description ol ul {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

body .post-single-content ul ul,
body .description ul ul {
  list-style-type: circle !important;
}

body .post-single-content ul ul ul,
body .description ul ul ul {
  list-style-type: square !important;
}

/* Page description content styling */
.description {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}

.description p {
  margin-bottom: 20px;
}

.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #191B1D;
}

.description a {
  color: #ff4000;
  text-decoration: underline;
}

.description a:hover {
  color: #e63900;
}

.description blockquote {
  border-left: 4px solid #ff4000;
  padding: 15px 20px;
  margin: 20px 0;
  background-color: #f8f9fa;
  font-style: italic;
}

.description img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 8px;
}

.description table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.description table th,
.description table td {
  border: 1px solid #E6E7E7;
  padding: 12px;
  text-align: left;
}

.description table th {
  background-color: #f8f9fa;
  font-weight: 600;
}

/* Dark mode description styling */
.dark .description {
  color: #e2e8f0;
}

.dark .description h1,
.dark .description h2,
.dark .description h3,
.dark .description h4,
.dark .description h5,
.dark .description h6 {
  color: #ffffff;
}

.dark .description a {
  color: #ff4000;
}

.dark .description a:hover {
  color: #ff6633;
}

.dark .description blockquote {
  background-color: rgba(255, 64, 0, 0.1);
  border-left-color: #ff4000;
}

.dark .description table th,
.dark .description table td {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark .description table th {
  background-color: rgba(255, 255, 255, 0.05);
}

.post-single-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.post-single-content h5,
.post-single-content h4,
.post-single-content h3,
.post-single-content h2,
.post-single-content h1,
.post-single-content h6 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.post-single-content .image-groupe {
  padding-top: 15px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-single-content .image-groupe .image:not(:last-child) {
  margin-right: 15px;
}

.post-single-content .image-groupe img {
  border-radius: 0px;
}

.post-single-content .image-groupe p {
  color: #191b1d99;
  text-align: center;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 0px;
}

.post-single-content .quote {
  padding: 30px 0;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #E6E7E7;
  border-bottom: 1px solid #E6E7E7;
}

.post-single-content .quote i {
  font-size: 25px;
  color: #191B1D;
  margin-right: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border: 1px solid #E6E7E7;
}

.post-single-content .quote p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #191B1D;
  font-weight: 700;
}

.post-single-content .quote small {
  color: #191b1d99;
  font-weight: 400;
}

.post-single-content .list {
  margin-bottom: 15px;
}

.post-single-content .list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.post-single-content .list li:before {
  background-color: #191B1D;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
}

.post-single-bottom {
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E7E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-single-bottom .tags,
.post-single-bottom .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-single-bottom .tags p,
.post-single-bottom .social-media p {
  padding-right: 5px;
  color: #191B1D;
}

.post-single-bottom .social-media {
  margin-left: auto;
}

.post-single-ads {
  margin-bottom: 50px;
}

.post-single-author .authors-info {
  margin-top: 0;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 0;
}

.post-single-next-previous {
  padding-bottom: 30px;
  padding-top: 0px;
}

.post-single-next-previous .small-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #E6E7E7;
  padding: 20px;
}

.post-single-next-previous .small-post .small-post-image {
  position: relative;
  margin-right: 15px;
  overflow: hidden;
}

.post-single-next-previous .small-post .small-post-image img {
  border-radius: 0px;
  width: 80px;
  height: 80px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.post-single-next-previous .small-post .small-post-image:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.post-single-next-previous .small-post .nb {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 23px;
  height: 23px;
  border-radius: 0px;
  background-color: #1B1B1B;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  z-index: 9;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

.post-single-next-previous .small-post .small-post-content {
  width: calc(100% - 80px);
}

.post-single-next-previous .small-post .small-post-content p {
  margin-bottom: 5px;
  font-size: 17px;
}

.post-single-next-previous .small-post .small-post-content p a {
  font-weight: 800;
  color: #191B1D;
  margin-bottom: 0;
  font-family: "League Spartan", sans-serif;
  display: inline;
  background-image: linear-gradient(rgba(25, 27, 29, 0) calc(99% - 1px), #191B1D 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.post-single-next-previous .small-post .small-post-content p a:hover {
  color: #191B1D;
  text-decoration: none;
  background-size: 100% 100%;
}

.post-single-next-previous .small-post .small-post-content small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-size: 12px;
  color: #191b1d99;
  font-weight: 600;
}

.post-single-next-previous .small-post .small-post-content small a:hover {
  color: #191B1D;
}

.post-single-next-previous .small-post .small-post-content small i {
  padding-right: 5px;
}

.post-single-next-previous .small-post .small-post-content small .la-arrow-right {
  padding-right: 0px !important;
  padding-left: 5px;
}

.post-single-next-previous .small-post .small-post-content small .slash {
  margin-left: 0 !important;
}

.post-single-next-previous .small-post:last-child {
  margin-bottom: 0;
}

.post-single-next-previous .small-post:hover .small-post-content p a {
  color: #191B1D;
  text-decoration: none;
  background-size: 100% 100%;
}

.post-single-next-previous .small-post:hover .small-post-image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.post-single-next-previous .small-post:last-child {
  margin-bottom: 0;
}

.post-single-comments h4 {
  margin-bottom: 30px;
}

.post-single-comments .comments-form {
  border: 1px solid #E6E7E7;
  padding: 30px;
}

.post-single-layout-2 {
  padding-top: 0px !important;
}

.post-single-layout-2 .post-single-bottom .tags p,
.post-single-layout-2 .post-single-bottom .social-media p {
  display: none;
}

/* Blog homes - Removed unused styles */

/* Blog Layouts - Simplified */
.blog-author .post-list-style4 .post-list-content {
  flex: 1.5;
}

.blog-author .post-list-style4 .post-list-content .category-style-1 {
  font-size: 14px;
}

/* ------------------------------
		Category
------------------------------ */
.category-style-1 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #191b1d99;
  position: relative;
}

.category-style-1:hover {
  color: #191B1D;
}

.category-style-2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #eee;
  padding: 3px 13px;
  background-color: transparent;
  border: 1px solid #d0d0d0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
}

.category-style-2:hover {
  color: #191B1D;
  background-color: #ffffff;
}

.category-style-2.cat-white {
  background-color: #ffffff;
  color: #191B1D;
}

.category-style-3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  border: 1px solid #d7d7d7;
  padding: 3px 12px;
  background-color: transparent;
  border-radius: 20px;
}

.category-style-3:hover {
  color: #ffffff;
}

.categories-area {
  border-bottom: 1px solid #E6E7E7;
  padding-bottom: 40px;
}

.categories-area-2 {
  border-bottom: 1px solid #E6E7E7;
  padding: 50px 0px;
}

.categories-items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 10px;
}

.categories-items .category-item {
  display: block;
  position: relative;
}

.categories-items .category-item .image {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}

.categories-items .category-item .image img {
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.categories-items .category-item .image:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.categories-items .category-item span {
  margin-left: auto;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: #1B1B1B;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.categories-items .category-item p {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #191B1D;
  margin-bottom: 0;
}

.categories-items .category-item p:hover {
  color: #191B1D;
}

.categories-items .category-item:last-child {
  margin-bottom: 0px;
}

.categories-items .category-item:hover .image:after {
  opacity: 0.4;
}

/* Shop - Removed unused styles */

/* Cart & Checkout - Removed unused styles */

/* About & Contact - Removed unused styles */

/* ------------------------------
		Footer
------------------------------ */
.footer {
  background-color: #1B1B1B;
}

.footer-area-content {
  padding: 100px 0px;
}

/* Footer logo styling */
.footer-area-content img.logo-white {
  max-width: 180px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 15px;
}

.footer-area-content .menu {
  text-align: center;
}

.footer-area-content .menu h6 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-area-content .menu ul li {
  margin-bottom: 5px;
}

.footer-area-content .menu ul li a {
  color: #d0d0d0;
  font-size: 15px;
  text-transform: capitalize;
}

.footer-area-content .menu ul li a:hover {
  color: #ffffff;
}

.footer-area-content .newslettre {
  text-align: center;
}

.footer-area-content .newslettre-form .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-area-content .newslettre-form .form-flex ::-webkit-input-placeholder {
  color: #191b1d99 !important;
}

.footer-area-content .newslettre-form .form-flex :-ms-input-placeholder {
  color: #191b1d99 !important;
}

.footer-area-content .newslettre-form .form-flex ::-ms-input-placeholder {
  color: #191b1d99 !important;
}

.footer-area-content .newslettre-form .form-flex ::placeholder {
  color: #191b1d99 !important;
}

.footer-area-content .newslettre-form .form-group {
  margin-bottom: 0;
  margin-right: 0px;
  width: 100%;
  position: relative;
}

.footer-area-content .newslettre-form .form-control {
  height: 48px;
  background-color: #ffffff;
  padding: 0px 20px;
  border-radius: 0px;
  color: #191B1D;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 0px;
  border: 1px solid #ffffff;
}

.footer-area-content .newslettre-form .form-control:hover {
  border-color: #ffffff;
}

.footer-area-content .newslettre-form .submit-btn {
  position: absolute;
  background-color: #1B1B1B;
  width: 35px;
  height: 35px;
  border-radius: 0px;
  font-weight: 400;
  margin-top: 0px;
  margin-right: 5px;
  border: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.footer-area-content .newslettre-form .submit-btn i {
  font-size: 12px;
  line-height: 35px;
  color: #ffffff;
}

.footer-area-content .newslettre-form .submit-btn:hover {
  background-color: #191B1D;
}

.footer-area-content .newslettre-info {
  margin-bottom: 30px;
}

.footer-area-content .newslettre-info h3 {
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-area-content .newslettre-info p {
  margin-bottom: 0px;
  color: #d0d0d0;
}

.footer-area-copyright {
  border-top: 1px solid rgba(153, 153, 153, 0.15);
}

.footer-area-copyright .copyright {
  padding: 30px 0;
  text-align: center;
}

.footer-area-copyright .copyright p {
  margin-bottom: 0;
  color: #d0d0d0;
  font-size: 15px;
}

.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.back .back-top {
  width: 45px;
  height: 45px;
  background-color: #101213;
  border: 1px solid rgba(153, 153, 153, 0.15);
  position: fixed;
  bottom: 15px;
  right: 30px;
  left: auto;
  border-radius: 0px;
  z-index: 9;
  display: none;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.back .back-top i {
  color: #ffffff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
}

.back .back-top:hover {
  background-color: #191B1D;
}

.back .back-top:hover i {
  color: #ffffff;
}

/* -----------------------------
		 Preloader
--------------------------------- */
.loader {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100000;
}

.loader-element {
  height: 1px;
  width: 60%;
  background: #E6E7E7;
  margin: auto;
}

.loader-element:before {
  content: '';
  display: block;
  background-color: #191B1D;
  height: 1px;
  width: 0;
  -webkit-animation: getWidth 1s ease-in infinite;
  animation: getWidth 1s ease-in infinite;
}

@-webkit-keyframes getWidth {
  100% {
    width: 100%;
  }
}

@keyframes getWidth {
  100% {
    width: 100%;
  }
}

/* ------------------------------
		 Responsive
------------------------------ */
@media screen and (max-width: 1200px) {
  .header-padding {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding: 0px 15px;
  }

  .header-navbar {
    background: #ffffff;
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
    right: 0px;
  }

  .header-navbar .navbar {
    padding: 0px !important;
  }

  .header-navbar .navbar-collapse {
    background-color: #ffffff;
    padding: 30px 15px 0px 15px;
    border-bottom: 1px solid #E6E7E7;
  }

  .header-navbar .navbar .nav-item .nav-link:before {
    bottom: 0;
    display: none;
  }

  .header-navbar .navbar .nav-item .dropdown-toggle::after {
    border: 0 none;
    line-height: normal;
    margin-left: 6px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f107";
    font-weight: 900 !important;
    opacity: 1;
    color: #ff4000;
    display: inline-block !important;
    position: relative;
    right: auto;
    top: auto;
    margin-left: 8px;
  }

  .header-navbar .navbar .nav-item .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }

  .header-navbar .navbar .nav-item .dropdown-menu li {
    margin-right: 100%;
  }

  .header-navbar .navbar .nav-item .dropdown-menu.show {
    margin-bottom: 30px;
  }

  .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item {
    display: block;
  }

  .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover:before,
  .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active:before {
    z-index: 1;
  }

  .header-navbar .navbar .nav-item .nav-link {
    margin: 0px 0px 20px 0px;
  }

  .header-padding {
    padding: 0px 0px;
  }

  .categories-items {
    grid-template-columns: repeat(5, 1fr);
  }

  .post-list-style4 {
    flex-wrap: wrap;
  }

  .post-list-style4 .post-list-image {
    margin-right: 0;
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .post-list-style4 .post-list-content {
    margin-right: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .post-list-style4 .post-list-exerpt {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .post-list-style1 h4 {
    font-size: 22px;
  }

  .authors-info .content {
    padding-right: 0;
  }

  .section-feature-1 .post-list-style4 .post-list-image,
  .blog-author .post-list-style4 .post-list-image {
    margin-right: 30px;
    margin-bottom: 0px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-feature-1 .post-list-style4 .post-list-content,
  .blog-author .post-list-style4 .post-list-content {
    flex: 1;
  }

  .section-feature-1 .post-list-style4 .post-list-content .post-btn,
  .blog-author .post-list-style4 .post-list-content .post-btn {
    display: block;
  }

  .section-feature-1 .sidebar,
  .blog-author .sidebar {
    border-top: 1px solid #E6E7E7;
  }

  .widget-categories {
    grid-template-columns: repeat(4, 1fr);
  }

  .widget-categories .category-item:last-child {
    display: none;
  }

  .widget-stay-connected .list {
    grid-template-columns: repeat(3, 1fr);
  }

  .sidebar {
    border-left: 0px;
    padding-left: 0px;
  }

  .post-single-body {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .post-list-style1 h4 {
    font-size: 20px;
  }

  .post-list-style1 .post-list-title {
    padding: 0px 15px;
  }

  .post-list-style4 {
    flex-wrap: wrap;
  }

  .post-list-style4 .post-list-image {
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .post-list-style4 .post-list-content {
    margin-right: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .post-list-style4 .post-list-content .entry-title {
    margin: 10px 0 15px 0;
  }

  .post-list-style4 .post-list-content .post-btn {
    display: none;
  }

  .post-list-style4 .post-list-exerpt {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-feature-1 .post-list-style4 .post-list-image,
  .blog-author .post-list-style4 .post-list-image {
    margin-right: 0px;
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-feature-1 .post-list-style4 .post-list-content,
  .blog-author .post-list-style4 .post-list-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-feature-1 .post-list-style4 .post-list-content .post-btn,
  .blog-author .post-list-style4 .post-list-content .post-btn {
    display: block;
  }

  .search-form {
    width: 100%;
  }

  .search-form input {
    width: calc(100% - 100px);
  }

  .search .close {
    right: 30px;
  }

  .post-single-next-previous .small-post {
    margin-bottom: 30px !important;
  }

  .post-single-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-single-bottom .social-media {
    margin-top: 10px;
    margin-left: 0;
  }

  .authors-info .image img {
    margin-bottom: 20px;
  }

  .footer-area-content .newslettre {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px 50px;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  .post-list-style1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-list-style1 .post-list-image img {
    width: 100% !important;
  }

  .post-list-style1 h4 {
    font-size: 20px;
  }

  .post-list-style1 .post-list-title {
    padding: 15px 0px !important;
  }

  .post-list-style1 .post-list-category {
    text-align: left;
    margin-left: 0;
  }

  .section-feature-2 .post-list-style1 .post-list-image {
    width: 100%;
  }

  .post-single-title .entry-meta .post-date {
    display: none;
  }

  .authors-info {
    align-items: flex-start;
  }

  .categories-items {
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }

  .categories-items .category-item:last-child {
    display: none;
  }

  .footer-area-content .newslettre {
    padding: 0px 0px;
  }

  .footer-area-content.newslettre-info h3 {
    font-size: 24px;
  }

  .search .close {
    right: 15px;
    top: 15px;
  }

  .search-form {
    flex-direction: column;
    box-shadow: none;
  }

  .search-form input {
    width: 100% !important;
  }

  .search-form .search-btn {
    width: 100%;
    height: 45px;
    margin-top: 15px;
  }

  .post-single-title h2 {
    font-size: 28px;
  }

  .post-single-title .meta-social {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-single-title .meta-social .social-media {
    margin-left: 0;
  }

  .post-single-author .authors-info .image {
    margin-bottom: 0px;
  }

  .post-single-content .image-groupe {
    flex-direction: column;
  }

  .post-single-content .image-groupe .image:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .widget-categories {
    grid-template-columns: repeat(3, 1fr);
  }

  .widget-categories .category-item:last-child {
    display: block;
  }

  .widget-stay-connected .list {
    grid-template-columns: repeat(1, 1fr);
  }

  .theme-switch-wrapper {
    display: none;
  }

  .comments .comment-item {
    display: block;
  }

  .comments .comment-item img {
    margin-bottom: 15px;
  }

  .pagination-list ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .authors-info {
    flex-direction: column;
  }

  .authors-info .content {
    margin-left: 0;
  }
}

@media screen and (max-width: 321px) {
  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .post-single-title .entry-meta .post-author-img {
    display: none;
  }

  .post-single-title h2 {
    font-size: 24px !important;
  }

  .post-single-content .quote {
    align-items: flex-start;
    flex-direction: column;
  }

  .categories-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .categories-items .category-item:last-child {
    display: block;
  }

  .widget-categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .widget-categories .category-item:last-child {
    display: none;
  }

  .btn-subscribe {
    padding: 4px 12px !important;
  }

  .tags {
    flex-direction: column;
  }

  .footer-area-content .newslettre-info h3 {
    font-size: 20px;
  }

  .section-title h3 {
    font-size: 24px;
  }
}

/* Removed unused height media query */

/* ------------------------------
		Dark Mode
------------------------------ */
.dark {
  background-color: #101213;
  color: #ffffff;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark .post-list:hover .entry-cat .category-style-1,
.dark .post-list:hover .entry-cat .category-style-3,
.dark .post-list:hover .post-btn .btn-read-more,
.dark .post-list:hover .post-btn .btn-read-more i,
.dark .category-style-1:hover,
.dark .header-navbar .navbar .nav-item .nav-link.active,
.dark .header-navbar .navbar .nav-item .nav-link:hover,
.dark .header-navbar .navbar .nav-item .nav-link,
.dark .slider i,
.dark .header-right .search-icon i,
.dark .post-single-title .entry-meta li a:hover,
.dark .btn-read-more:hover,
.dark .btn-read-more i:hover,
.dark .post-single-next-previous .small-post .small-post-content small a:hover,
.dark .widget-stay-connected .list .item p,
.dark .widget-tags a,
.dark .header-navbar .navbar .nav-item .nav-link:hover,
.dark .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover,
.dark .widget-tags a:hover,
.dark .widget-popular-posts .small-post .small-post-content a:hover,
.dark .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active,
.dark .section-heading-3-title .links,
.dark .section-heading-2-title .links,
.dark .login-content .btn-link,
.dark .post-single-title .meta ul li,
.dark .post-single-next-previous .small-post .small-post-content small:hover,
.dark .comments .comment-item .content .meta ul li a:hover,
.dark .btn-reply,
.dark .btn-reply:hover,
.dark .post-single-content .quote p,
.dark .post-single-content .quote i,
.dark .post-single-bottom .tags p,
.dark .post-single-bottom .social-media p,
.dark .shop-item p,
.dark .shop-item h5 a:hover,
.dark .shop-single-content .controller .quantity .btn-action i,
.dark .nav-tabs .nav-link.active,
.dark .nav-tabs .nav-link:hover,
.dark .shop-single .meta-info li span,
.dark .checkout .order-table table thead th,
.dark .checkout .order-table table td span,
.dark .cart-total table tbody tr td span,
.dark .search .close i,
.dark .tags ul li a:hover,
.dark .categories-items .category-item:hover p,
.dark .form-control,
.dark .section-scroll .page-title,
.dark .section-heading-1-title .links,
.dark .section-heading-3-title .links a:hover {
  color: #ffffff;
}

.dark .post-list .entry-title a,
.dark .post-list:hover .entry-title a,
.dark .widget-popular-posts .small-post .small-post-content a,
.dark .post-single-next-previous .small-post .small-post-content p a {
  color: #ffffff;
  display: inline;
  background-image: linear-gradient(rgba(255, 255, 255, 0) calc(99% - 1px), #ffffff 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.dark .post-list .entry-title a:hover,
.dark .post-list:hover .entry-title a:hover,
.dark .widget-popular-posts .small-post .small-post-content a:hover,
.dark .post-single-next-previous .small-post .small-post-content p a:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 100%;
}

.dark .widget-popular-posts .small-post:hover .small-post-content a,
.dark .post-list:hover .entry-title a {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 100%;
}

.dark .pagination-list ul li a.active,
.dark .pagination-list ul li a:hover,
.dark .header-navbar .navbar .nav-item .nav-link:before,
.dark .header-right .navbar-toggler span,
.dark .loader-element:before,
.dark .search-form .search-btn,
.dark .btn-submit {
  background-color: #ffffff;
}

.dark .category-style-1,
.dark .post-list .entry-meta li,
.dark .btn-read-more,
.dark .btn-read-more i,
.dark .post-single-title .entry-meta li,
.dark .tags ul li,
.dark .widget-popular-posts .small-post .small-post-content small,
.dark .post-single-next-previous .small-post .small-post-content small,
.dark .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item,
.dark .comments .comment-item .content .meta ul li,
.dark .quote small,
.dark .widget-categories .category-item p,
.dark .categories-items .category-item p {
  color: #d7d7d7;
}

.dark .search-form input,
.dark .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover,
.dark .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active,
.dark .header-navbar .navbar .nav-item .dropdown-menu,
.dark .widget-newsletter .form-control,
.dark .nav-tabs .nav-item.show .nav-link,
.dark .nav-tabs .nav-link.active,
.dark .loader,
.dark .search,
.dark .header,
.dark .header-scroll,
.dark .form .form-control,
.dark .widget-search form input,
.dark .form-control {
  background-color: #101213;
}

.dark .post-list-style3:hover,
.dark .section-heading-light,
.dark .cart-total,
.dark .blog-home7 {
  background-color: #1B1B1B;
}

.dark .post-list,
.dark .header,
.dark .tags ul li,
.dark .pagination-list ul li a,
.dark .widget,
.dark .border-top,
.dark .widget-tags ul li,
.dark .header-navbar .navbar-collapse,
.dark .header-navbar .navbar .nav-item .dropdown-menu,
.dark .authors-info,
.dark .authors-area,
.dark .post-single-next-previous .small-post,
.dark .comments .comment-item,
.dark .post-single-comments .comments-form,
.dark .post-single-content .quote,
.dark .post-single-content .quote i,
.dark .post-single-bottom,
.dark .form .form-control,
.dark .form-control,
.dark .search-form input,
.dark .widget-newsletter .form-control,
.dark .section-scroll,
.dark .sidebar,
.dark .widget-search form input,
.dark .search .close,
.dark .categories-area,
.dark .post-single-comments {
  border-color: rgba(153, 153, 153, 0.15);
}

.dark .pagination-list ul li a.active,
.dark .pagination-list ul li a:hover,
.dark .btn-submit i,
.dark .search-form .search-btn {
  color: #191B1D;
}

.dark .slash,
.dark .post-single-title .entry-meta li .line,
.dark .post-list .entry-meta li .line {
  background-color: #d7d7d7;
}

.dark .btn-subscribe {
  background-color: #ffffff;
  color: #191B1D;
  border: 1px solid #ffffff;
}

.dark .btn-subscribe:hover,
.dark .btn-subscribe:focus {
  color: #ffffff;
  background-color: #191B1D;
  border: 1px solid #d7d7d7;
}

.dark .btn-custom {
  background-color: #ffffff;
  color: #191B1D;
  border: 1px solid #ffffff;
}

.dark .btn-custom:hover,
.dark .btn-custom:focus {
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #d7d7d7;
}

.dark .btn-read-more:hover {
  color: #ffffff !important;
}

.dark .btn-reply:hover {
  color: #ffffff !important;
}

.dark .header {
  background-color: #101213;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.dark .header-right .navbar-toggler span {
  -webkit-box-shadow: 0px -8px 0 0px #ffffff, 0px 8px 0 0px #ffffff;
  box-shadow: 0px -8px 0 0px #ffffff, 0px 8px 0 0px #ffffff;
}

.dark .header-navbar .navbar .nav-item .nav-link.active,
.dark .header-navbar .navbar .nav-item .nav-link:hover {
  color: #ff4000;
}

.dark .header-navbar .navbar .nav-item .nav-link::after {
  background-color: #ff4000;
}

.dark .header-right .search-icon {
  background-color: rgba(255, 64, 0, 0.1);
}

.dark .header-right .search-icon i {
  color: #ff4000;
}

.dark .header-right .navbar-toggler {
  background-color: transparent;
}

.dark .header-navbar .navbar .nav-item .dropdown-menu {
  background-color: #1B1B1B;
  border-color: rgba(153, 153, 153, 0.15);
}

.dark .header-navbar .navbar .nav-item .dropdown-menu::before {
  background-color: #1B1B1B;
  border-color: rgba(153, 153, 153, 0.15);
}

.dark .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover,
.dark .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active {
  background-color: rgba(255, 64, 0, 0.1);
  color: #ff4000;
}

.dark .loader-element {
  background-color: rgba(153, 153, 153, 0.15);
}

.dark .search-form input,
.dark .widget-search form input {
  color: #ffffff;
}

.dark ::placeholder {
  color: #d0d0d0 !important;
}

.dark .border-top {
  border-color: rgba(153, 153, 153, 0.15) !important;
}

@media screen and (max-width: 991px) {
  .dark .header-navbar .navbar-collapse {
    background-color: #101213;
  }
}

.dark .post-single-content {
  color: #ffffff;
}

/* Dark mode list styling */
.dark .post-single-content ul li,
.dark .post-single-content ol li,
.dark .description ul li,
.dark .description ol li {
  color: #e2e8f0;
}

.dark .post-single-content ul li::marker,
.dark .post-single-content ol li::marker,
.dark .description ul li::marker,
.dark .description ol li::marker {
  color: #ff4000;
}

/* Additional Media Queries - Consolidated */
@media screen and (max-width: 767px) {
  .post-list-style2 .post-list-content .post-exerpt {
    display: none;
  }

  .post-list-style2 {
    padding: 20px 0px;
  }

  .post-list-style2 .post-list-image {
    min-width: 40%;
    max-width: 40%;
  }

  .post-list-style2 .post-list-content .entry-title {
    margin: 10px 0px;
  }
}


/* 
----------------------------------
      CUSTOM
      
----------------------------------
*/

/* Breadcrumbs Styling */
.breadcrumbs {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-bottom: 20px;
  padding: 10px 0;
}

.breadcrumbs a {
  color: #ff4000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs a:hover {
  color: #e63900;
  text-decoration: underline;
}

.breadcrumbs span {
  color: #191B1D;
  font-weight: 600;
}

.breadcrumbs i {
  color: #999;
  margin: 0 8px;
  font-size: 12px;
}

/* Dark mode breadcrumbs */
.dark .breadcrumbs {
  color: #d7d7d7;
}

.dark .breadcrumbs a {
  color: #ff4000;
}

.dark .breadcrumbs a:hover {
  color: #ff6633;
}

.dark .breadcrumbs span {
  color: #ffffff;
}

.dark .breadcrumbs i {
  color: #999;
}

/* Dark mode for section heading breadcrumbs */
.dark .section-heading-2-title .links {
  color: #d7d7d7 !important;
}

.dark .section-heading-2-title .links a {
  color: #ff4000 !important;
}

.dark .section-heading-2-title .links a:hover {
  color: #ff6633 !important;
}

.dark .section-heading-2-title .links i {
  color: #999 !important;
}

/* Responsive breadcrumbs */
@media screen and (max-width: 576px) {
  .breadcrumbs {
    font-size: 13px;
    padding: 8px 0;
  }

  .breadcrumbs i {
    margin: 0 5px;
  }

  .section-heading-2-title .links {
    font-size: 14px;
  }
}

/* Truncate long titles with ellipsis - stronger rules */
.post-list .entry-title a,
.post-list-style2 .entry-title a,
.widget-popular-posts .small-post-content p a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-height: 2.8em !important;
  /* Fallback for browsers that don't support -webkit-line-clamp */
  white-space: normal !important;
  height: auto !important;
  word-break: break-word !important;
  background-image: none !important;
}

/* Ensure background animation doesn't interfere with truncation */
.post-list .entry-title a:hover,
.post-list-style2 .entry-title a:hover,
.widget-popular-posts .small-post-content p a:hover {
  background-image: none !important;
  text-decoration: underline !important;
}

/* Enhance title truncation on mobile */
@media screen and (max-width: 767px) {

  .post-list-style2 .post-list-content .entry-title,
  .post-list .entry-title {
    margin: 10px 0px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    max-height: 45px !important;
    overflow: hidden !important;
  }

  .post-list-style2 .post-list-content .entry-title a,
  .post-list .entry-title a {
    max-height: 45px !important;
    line-height: 1.4 !important;
  }

  .post-list-style2 .post-list-content .post-btn {
    margin-top: 5px;
  }

  /* Sidebar popular posts title truncation on mobile */
  .widget-popular-posts .small-post-content p {
    margin-bottom: 5px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .widget-popular-posts .small-post-content p a {
    max-height: 40px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
  }
}

.dark .header-navbar .navbar .nav-item .nav-link::after {
  background-color: #ff4000;
}

.dark .header-navbar .navbar .nav-item .dropdown-toggle::after {
  color: #ff4000;
  font-weight: 900 !important;
  background-color: transparent;
  display: inline-block !important;
  font-family: "Font Awesome 5 Free" !important;
}

.dark .header-right .search-icon {
  background-color: rgba(255, 64, 0, 0.1);
}

.dark .header-right .search-icon i {
  color: #ff4000;
}

.dark .header-right .navbar-toggler {
  background-color: transparent;
}

.dark .header-navbar .navbar .nav-item:hover .dropdown-toggle::after {
  background-color: transparent;
  transform: rotate(180deg);
  position: relative;
  margin-left: 8px;
}

/* Dark mode mobile-specific version */
@media (max-width: 991px) {
  .dark .header-navbar .navbar .nav-item:hover .dropdown-toggle::after {
    background-color: transparent;
    transform: rotate(180deg);
    position: relative;
    margin-left: 8px;
  }
}

/* ===== CUSTOM STYLES FROM CUSTOM.CSS ===== */

/* CSS untuk iklan inline di antara paragraf */
.inline-ad-container {
  margin: 30px 0;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  clear: both;
}

.inline-ad-container::before {
  /* content: "Advertisement"; */
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.05);
  color: #999;
  font-size: 11px;
  padding: 2px 8px;
  border-bottom-left-radius: 5px;
}

.inline-ad-link {
  display: block;
  width: 100%;
}

.inline-ad-link img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.inline-ad-link:hover img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .inline-ad-container {
    margin: 20px 0;
    padding: 10px;
  }
}

/* CSS untuk Related Posts */
.related-posts .post-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-posts .post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.related-posts .post-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 12px;
  position: relative;
}

.related-posts .post-card-image {
  height: 140px;
  overflow: hidden;
}

.related-posts .post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-posts .post-card:hover .post-card-image img {
  transform: scale(1.05);
}

.related-posts .post-excerpt {
  margin: 8px 0;
  font-size: 12px;
  color: #181818;
  line-height: 1.4;
}

.related-posts .post-excerpt p {
  margin: 5px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 34px;
}

.related-posts .content-thumbnail {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 5px;
}

.related-posts .post-card h5 {
  font-size: 15px;
  line-height: 1.4;
  margin: 8px 0;
  height: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.related-posts .categorie {
  font-size: 11px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 3px;
  background-color: #f0f0f0;
  color: #555;
  display: inline-block;
  margin-bottom: 5px;
  transition: background-color 0.3s;
}

.related-posts .categorie:hover {
  background-color: #e0e0e0;
}

.related-posts .post-card-info {
  margin-top: 8px;
  border-top: 1px solid #eee;
  padding-top: 8px;
}

.related-posts .post-card-info ul {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 0;
}

.related-posts .post-card-info li {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.related-posts .post-card-info img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 5px;
  object-fit: cover;
}

/* Fix text color in dark mode for related posts */
.dark .related-posts .post-card-content .post-excerpt p,
.dark .related-posts .post-card-content .post-card-text h5 a,
.dark .related-posts .post-card-info ul li a {
  color: #ffffff !important;
}

.dark .related-posts .post-card {
  background-color: #1B1B1B;
  border-color: rgba(153, 153, 153, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.dark .related-posts .post-card-info {
  border-top-color: rgba(153, 153, 153, 0.15);
}

.dark .related-posts .categorie {
  background-color: #333;
  color: #d7d7d7;
}

.dark .related-posts .categorie:hover {
  background-color: #444;
}

/* Dropdown animation */
.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  margin-top: 0;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Ensure dropdown is above other elements */
.dropdown {
  position: relative;
  z-index: 1000;
}

/* Mobile dropdown styles */
@media (max-width: 991px) {
  .dropdown-menu {
    border: none;
    box-shadow: none;
    padding-left: 20px;
    background: transparent;
    transition: all 0.3s ease;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }

  .dropdown-menu.show {
    max-height: 500px;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-toggle::after {
    transition: transform 0.3s ease;
  }

  .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

/* General post card styling */
.post-card {
  overflow: hidden;
}

.post-card-content {
  overflow: hidden;
}

/* Prevent text overflow in posts */
.post-excerpt,
.post-card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  max-width: 100%;
}

.post-card-text h5 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Fix for cards on category pages */
.categorie-section .post-card {
  overflow: hidden;
}

/* Keep dark mode toggle visible on mobile */
@media screen and (max-width: 576px) {
  .theme-switch-wrapper {
    display: block !important;
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 999;
  }
}

/* Related Posts Mobile Styles */
@media (max-width: 767px) {
  .related-posts .post-card {
    margin-bottom: 10px;
  }

  .related-posts .post-card-image {
    height: 80px;
  }

  .related-posts .post-card-content {
    padding: 8px;
  }

  .related-posts .post-card h5 {
    font-size: 12px;
    height: 34px;
    margin: 2px 0;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }

  /* Hide content thumbnail on mobile */
  .related-posts .content-thumbnail {
    display: none;
  }

  /* Reduce excerpt size or hide it entirely */
  .related-posts .post-excerpt {
    font-size: 10px;
    margin: 2px 0;
    max-height: 26px;
  }

  .related-posts .post-excerpt p {
    height: 26px;
    -webkit-line-clamp: 2;
    margin: 0;
  }

  .related-posts .post-card-info {
    margin-top: 2px;
    padding-top: 2px;
  }

  .related-posts .post-card-info li {
    font-size: 10px;
  }

  .related-posts .post-card-info img {
    width: 16px;
    height: 16px;
  }

  .related-posts .categorie {
    font-size: 9px;
    padding: 1px 4px;
  }
}

/* Category Page Styles */
.categorie-section {
  padding: 30px 0;
}

.categorie-title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.categorie-title small {
  color: #666;
  font-size: 14px;
}

.categorie-title small a {
  color: #333;
}

.categorie-title small i {
  margin: 0 5px;
  font-size: 12px;
}

.categorie-title h3 {
  margin: 15px 0 10px;
  font-size: 24px;
  font-weight: 600;
}

.categorie-title p {
  color: #666;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.post-preview {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.post-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.post-stats {
  color: #666;
  font-size: 13px;
}

.post-stats i {
  margin-right: 3px;
  margin-left: 10px;
}

.post-stats i:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .categorie-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .categorie-title h3 {
    font-size: 20px;
    margin: 10px 0 8px;
  }

  .categorie-title p {
    font-size: 14px;
  }

  .post-preview {
    font-size: 13px;
    margin: 8px 0;
  }

  .post-card-footer {
    margin-top: 12px;
    padding-top: 12px;
  }

  .post-stats {
    font-size: 12px;
  }

  .btn-read-more {
    padding: 4px 12px;
    font-size: 12px;
  }
}

/* Header Category Dropdown Styles */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav .dropdown-menu {
  margin-top: 0;
  border: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  min-width: 200px;
}

.navbar-nav .dropdown-item {
  padding: 8px 20px;
  font-size: 14px;
  color: #333;
  transition: all 0.2s;
}

.navbar-nav .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #007bff;
  padding-left: 25px;
}

.navbar-nav .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: none;
    box-shadow: none;
    padding-left: 20px;
    background: transparent;
  }

  .navbar-nav .dropdown-item {
    color: inherit;
    padding: 8px 15px;
  }

  .navbar-nav .dropdown-item:hover {
    background: transparent;
    padding-left: 20px;
  }
}

/* Fix overflow issues in post-list-style2 */
.post-list-style2 .post-exerpt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  margin-bottom: 10px;
}

.post-list-style2 .post-list-content {
  overflow: hidden;
  width: 100%;
}

/* Post excerpt mobile tweaks */
@media screen and (max-width: 576px) {
  .post-list-style2 .post-exerpt p {
    -webkit-line-clamp: 2;
    max-height: 2.8em;
  }
}

/* Mobile-specific styling for recent articles cards */
@media screen and (max-width: 767px) {
  .post-list-style4 {
    display: flex !important;
    flex-direction: row !important;
    margin-bottom: 20px;
    flex-wrap: nowrap !important;
  }

  .post-list-style4 .post-list-image {
    flex: 0 0 120px !important;
    max-width: 120px !important;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
    border-radius: 8px;
    overflow: hidden;
    height: 90px;
  }

  .post-list-style4 .post-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .post-list-style4 .post-list-content {
    flex: 1 !important;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
  }

  .post-list-style4 .post-list-content .entry-title {
    font-size: 14px;
    line-height: 1.4;
    margin: 5px 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .post-list-style4 .post-list-content .entry-meta {
    margin-bottom: 5px;
  }

  .post-list-style4 .post-list-content .entry-meta li {
    font-size: 12px;
  }

  .post-list-style4 .post-list-exerpt {
    display: none;
  }

  .post-list-style4 .post-list-content .post-btn {
    display: none;
  }

  /* Overrides for any section-specific styling */
  .section-feature-1 .post-list-style4 .post-list-image,
  .blog-author .post-list-style4 .post-list-image {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
    flex: 0 0 120px !important;
    max-width: 120px !important;
    height: 90px;
  }

  .section-feature-1 .post-list-style4 .post-list-content,
  .blog-author .post-list-style4 .post-list-content {
    flex: 1 !important;
    max-width: 100% !important;
  }
}

/* Ensuring consistent image proportions and adding border radius on all devices */
.post-list-style4 .post-list-image {
  border-radius: 8px;
  overflow: hidden;
}

.post-list-style4 .post-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

/* ==============================
   Featured Posts Carousel Styles
============================== */

/* Blog carousel item */
.blog-home4 .blog-item {
  position: relative;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
}

.blog-home4 .blog-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* Overlay with gradient */
.blog-home4 .post-overly {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: flex-end;
  padding: 40px;
}

.blog-home4 .post-overly-content {
  width: 100%;
  max-width: 800px;
}

/* Category badge */
.blog-home4 .entry-cat a.category-style-2 {
  display: inline-block;
  background-color: #ff4000;
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.blog-home4 .entry-cat a.category-style-2:hover {
  background-color: #e53900;
  text-decoration: none;
}

/* Title */
.blog-home4 .entry-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.blog-home4 .entry-title a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.blog-home4 .entry-title a:hover {
  opacity: 0.9;
}

/* Meta info */
.blog-home4 .entry-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-home4 .entry-meta li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
}

.blog-home4 .entry-meta li a {
  color: #fff;
  text-decoration: none;
}

.blog-home4 .entry-meta li a:hover {
  text-decoration: underline;
}

.blog-home4 .entry-meta .line {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  vertical-align: middle;
}

/* Carousel Navigation */
.blog-home4 .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.blog-home4 .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px);
  color: #fff !important;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: auto;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.blog-home4 .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}

.blog-home4 .owl-nav button.owl-prev {
  margin-left: 10px;
}

.blog-home4 .owl-nav button.owl-next {
  margin-right: 10px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .blog-home4 .blog-item {
    height: 450px;
  }

  .blog-home4 .entry-title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .blog-home4 .blog-item {
    height: 400px;
  }

  .blog-home4 .post-overly {
    padding: 30px;
  }

  .blog-home4 .entry-title {
    font-size: 24px;
  }

  .blog-home4 .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .blog-home4 .blog-item {
    height: 350px;
    border-radius: 8px;
  }

  .blog-home4 .post-overly {
    padding: 20px;
  }

  .blog-home4 .entry-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .blog-home4 .entry-cat a.category-style-2 {
    padding: 4px 12px;
    font-size: 10px;
    margin-bottom: 10px;
  }

  .blog-home4 .entry-meta li {
    font-size: 12px;
  }

  .blog-home4 .entry-meta .line {
    margin: 0 6px;
  }

  .blog-home4 .owl-nav button {
    width: 36px;
    height: 36px;
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  .blog-home4 .blog-item {
    height: 300px;
  }

  .blog-home4 .entry-title {
    font-size: 18px;
  }

  .blog-home4 .owl-nav {
    display: none;
  }
}

/* Carousel section spacing - prevent being cut off by navbar */
.blog.blog-home4 {
  margin-top: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px;
}

/* Category Dropdown Arrow Styles */
.header-navbar .navbar .nav-item .dropdown-toggle::after {
  content: "\f107" !important;
  font-family: "Font Awesome 6 Free", FontAwesome, "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  border: none !important;
  color: #ff4000 !important;
  font-size: 14px !important;
  margin-left: 6px !important;
  display: inline-block !important;
  vertical-align: 1px !important;
  transition: transform 0.3s ease !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
}

.header-navbar .navbar .nav-item:hover .dropdown-toggle::after,
.header-navbar .navbar .nav-item.show .dropdown-toggle::after {
  transform: rotate(180deg) !important;
}

/* Dark mode fix */
.dark .header-navbar .navbar .nav-item .dropdown-toggle::after {
  color: #ff4000 !important;
  /* Ensure visibility in dark mode */
  opacity: 1 !important;
  display: inline-block !important;
  visibility: visible !important;
}

/* Add a fallback for browsers that might not support the FA Unicode properly */
@supports not (content: "\f107") {
  .header-navbar .navbar .nav-item .dropdown-toggle::after {
    content: "▼" !important;
    font-family: sans-serif !important;
  }
}

/* Mobile styles */
@media (max-width: 991px) {
  .header-navbar .navbar .nav-item .dropdown-toggle::after {
    float: right !important;
    margin-top: 8px !important;
    display: inline-block !important;
  }

  .header-navbar .navbar .nav-item .nav-link {
    padding: 10px 0 !important;
    margin: 0 !important;
  }
}

/* Mobile Menu Improvements */
@media (max-width: 991px) {

  /* Remove space between navbar and dropdown */
  .header-navbar {
    position: fixed !important;
    top: 80px !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border-top: none !important;
  }

  .header-navbar .navbar-collapse {
    padding: 0 !important;
    margin: 0 !important;
    border-top: none !important;
  }

  .header-navbar .navbar {
    padding: 0 !important;
  }

  .navbar-nav {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Improve menu item spacing */
  .header-navbar .navbar .nav-item .nav-link {
    border-bottom: none !important;
    padding: 15px 20px !important;
    margin: 0 !important;
  }

  .header-navbar .navbar .nav-item:last-child .nav-link {
    border-bottom: none !important;
  }

  /* Header elements spacing on mobile */
  .header-right .theme-switch-wrapper {
    margin-right: 20px;
  }

  /* Improve dropdown items */
  .header-navbar .navbar .nav-item .dropdown-menu {
    background-color: rgba(255, 64, 0, 0.05);
    margin: 0 !important;
    padding: 0 !important;
  }

  .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item {
    padding: 12px 15px 12px 25px;
    margin-bottom: 0;
    border-bottom: none !important;
  }

  .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:last-child {
    border-bottom: none !important;
  }

  /* Dark mode adjustments */
  .dark .header-navbar .navbar .nav-item .nav-link {
    border-color: transparent !important;
    border-bottom: none !important;
  }

  .dark .header-navbar .navbar .nav-item .dropdown-menu {
    background-color: rgba(255, 64, 0, 0.1);
  }

  .dark .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item {
    border-bottom: none !important;
  }
}

/* Fix mobile navbar animation issues */
@media (max-width: 991px) {
  #main_nav {
    transition: none !important;
  }

  .navbar-collapse {
    display: none;
  }

  .navbar-collapse.show {
    display: block !important;
  }

  .navbar-collapse.collapsing {
    display: none !important;
  }
}

/* Header Elements Spacing */
.header-right .theme-switch-wrapper {
  margin-right: 15px;
}

/* Reduce spacing between navbar items */
.header-navbar .navbar .nav-item .nav-link {
  margin: 0 10px 0 0 !important;
  padding: 8px 10px !important;
}