.post-feature-image {
    width: auto;
}

.post-feature-image img {
    width: 100%;
}

.blog-single .border-section {
    border-left: 5px solid #000000;
}
.blog-single .border-section .section-description {
    padding: 5px 20px;
}
.blog-single .bg-section .section-description p{
    font-size: 17px;
    margin: 0;
    font-weight: 400;
}
.free-section-exist-hero {
    margin-top: 135px !important;
}
.free-section-exist-sidebar .border_white_blog {
    margin-top: 40px !important;
}
.custom-section  h3 {
    font-size: 20px;
    font-family: 'Replica LL', sans-serif;
    font-weight: bold;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    margin-top: 25px;
}
h2.blog-section-heading {
    margin: 10px 0px !important;
}
.blog-single .reviews-heading .reviews-title {
    font-size: 20px;
    font-family: 'Replica LL', sans-serif;
    font-weight: bold;
    line-height: 25px;
}
.blog-single .review-text {
    font-size: 22px;
    line-height: 22px;
    font-family: 'Replica LL', sans-serif;
    font-weight: 400;
}
.blog-single .section-cta a {
    font-family: 'Replica LL', sans-serif;
    font-weight: bold;
}
.blog-single .reviews-heading p {
     font-size: 16px;
    line-height: 20px !important;
    font-weight: 400;
    font-family: 'Replica LL', sans-serif;
}
.short_description p {
    font-size: 16px;
    line-height: 20px !important;
    font-weight: 400;
    font-family: 'Replica LL', sans-serif;
}
.blog-single .custom-section {
    padding-top: 0px;
}
.section-description p {
    font-size: 16px;
    line-height: 20px !important;
    font-weight: normal;
    font-family: 'Replica LL', sans-serif;
}
.blog-single .author .name {
    font-size: 10px;
    font-family: 'Replica LL', sans-serif;
    line-height: 15px;
    font-weight: 400;
    color: #000000;
    margin-left: 5px;
}

.blog-single .author .time {
    font-size: 10px;
    font-family: 'Replica LL', sans-serif;
    color: #8E8E8E;
}

.blog-section-heading p {
    margin: 0px 0px !important;
    font-size: 32px;
    font-family: 'Replica LL', sans-serif;
    line-height: 38px;
    margin-bottom: 10px !important;
    font-weight: 400;
}

#colophon {
    display: none;
}

.blog-single .col-9 {
    margin: 0px !important;
}

.blog-single .breadcrumb {
    margin-top: 0px;
}

body {
    background-color: #fff !important;
}

.blog-hero {
    margin-top: 60px;
}

.single-blog-parent {
    width: 645px;
    height: 485px;
}

.single-blog-parent img {
    height: auto;
    width: auto;
}

.single-sidebar-post {
    background-color: #FAF7EE;
    width: 250px;
    height: 400px;
    border-radius: 12px;
    text-align: center;
    margin: 0 auto;
}

.blog-post-parent-content {
    display: flex;
    gap: 40px;
}

.sidebar-parent-blog-sticky {
    margin-top: 35px !important;
    margin: 0 auto;
}

.single-post-heading {
    font-family: 'Replica LL', sans-serif;
    font-size: 25px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0px;
}
.section-description pre {
    color: #8E8E8E;
    font-size: 10px;
    font-family: 'Replica LL', sans-serif;
    font-weight: 400;
    line-height: 15px;
}
.single-sidebar-heading-parent {
    text-align: center;
    margin: 0px;
    padding-top: 20px;
}

.single-post-detail-blog {
    font-family: 'Replica LL', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    margin-top: 5px;
}

.single-sidebar-heading-parent-image {
    padding: 15px;
    padding-bottom: 5px;
}

.single-post-detail-descp {
    font-family: 'Replica LL', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
    margin: 5px 0px;
}

.shop-btn-new-blog {
    margin: 0 auto;
    padding: 0px 15px;
    margin-top: 5px;
}

.button_w_arrow_blog {
    background-color: #72B288;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    font-family: 'Replica LL', sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: auto;
    display: block;
}

#page {
    padding-top: 0px !important;
}

.logged-in #page {
    padding-top: 0px !important;
}

/* Blog Header Styles */
.blog-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.breadcrumb-items {
    font-family: 'Replica LL', sans-serif;
    font-size: 12px;
    color: #000000 !important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15px;
}

.blog-header.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.blog-header-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.blog-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #111111;
}

.blog-logo img {
    height: 40px;
    width: auto;
}

.blog-logo-text {
    margin-left: 12px;
    font-family: 'Replica LL', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.blog-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.blog-nav a {
    color: #111111;
    text-decoration: none;
    font-family: 'Replica LL', sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.blog-nav a:hover {
    color: #72B288;
}

.blog-nav .current {
    color: #72B288;
    font-weight: 500;
}

.blog-cta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-cta .btn-secondary {
    background: transparent;
    border: 1px solid #111111;
    color: #111111;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.blog-cta .btn-secondary:hover {
    background: #111111;
    color: #ffffff;
}

.blog-cta .btn-primary {
    background: #72B288;
    border: 1px solid #72B288;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.blog-cta .btn-primary:hover {
    background: #5a9a6f;
    border-color: #5a9a6f;
}

/* Breadcrumb Styles */
.blog-breadcrumb {
    background: #f8f9fa;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.blog-breadcrumb-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666666;
}

.breadcrumb-nav a {
    color: #72B288;
    text-decoration: none;
}

.breadcrumb-nav a:hover {
    text-decoration: underline;
}

.breadcrumb-separator {
    color: #cccccc;
}

.author img {
    height: 20px;
    width: 20px;
    border-radius: 12px;
}
@media only screen and (min-width: 33.75em) {
    .container {
        width: 1100px;
    }
}

/* blog sections */
.blog-single .custom-section h2{
  font-size: 29px;
  line-height: 1.3;
}

.blog-short-description p{
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.blog-single .author{
  display: flex;
  padding: 12px 0;
}

.blog-single .author .name{
  font-size: 13px;
  margin-left: 13px;
}

.blog-single .author .time{
  font-size: 12px;
  color: #8E8E8E;
}

.blog-single .section-image img{
  max-width: 100% !important;
  border-radius: 0 !important;
  width: 100%;
}

.blog-single .custom-section p{
  font-size: 16px;
  line-height: 1.3;
}

.blog-single .custom-section li{
  line-height: 2;
}

.blog-single .section-cta{
  background-color: #72B289;
  padding: 11px;
  border-radius: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.blog-single .section-cta a{
  color: #fff;
}

.blog-single .breadcrumb {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-bottom: 1.2rem;
  margin-top: 2.2rem;
}

.blog-single .breadcrumb a {
  color: #333;
  text-decoration: none;
}

.blog-single .breadcrumb a:hover {
  text-decoration: underline;
}

.blog-single .breadcrumb span {
  margin: 0 5px;
  color: #666;
}

.blog-single .breadcrumb .current {
  font-weight: 400;
  color: #000;
}

h2.blog-section-heading{
  font-size: 24px;
  margin-top: 27px;
}

.blog-title h2{
  font-size: 33px;
  line-height: 1.3;
}

.blog-header .blog-header-content{
  padding: 0;
}

.blog-single .custom-section .col-8{
  margin-left: 0;
}

.blog-single .intro {
  font-style: italic;
  margin-bottom: 1rem;
}

.blog-single .custom-section .border-section {
  border-left: 4px solid #000;
  padding: 0;
  padding-left: 1rem;
  font-size: 1.2rem;
  margin: 1.5rem 0;
  font-weight: 400;
  border-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.blog-single .custom-section.bg-section {
  background: #EDEBE6;
  padding: 16px 20px;
  font-weight: 400;
  margin-top: 26px;
  border-bottom: 0;
}

.blog-single .custom-section ol{
  line-height: 1.5;
  margin-bottom: 10px;
}

.last-with-border{
  border-bottom: 1px solid black !important;
  padding-top: 35px;
}

.blog-single .review-section {
  margin: 20px 0;
  padding: 20px;
  background: #EDEBE6;
}

.blog-single .review-images {
  display: flex;
}

.blog-single .review-image{
  width: 100%;
}

.blog-single .review-image img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.blog-single .review-rating {
  font-size: 20px;
  color: #f5a623;
}

.blog-single .review-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.blog-single .review-author {
  font-weight: bold;
  font-size: 14px;
  color: #666;
  display: contents;
}

.blog-single .review-rating {
  display: inline-block;
}

.blog-single .review-rating .star {
  font-size: 19px;
  margin-left: -4px;
  color: #ccc;
}

.blog-single .review-rating .star.filled {
  color: #f5a623;
}

.blog-single .reviews-heading .reviews-title{
  font-size: 22px;
  margin-bottom: 0px;
}

.blog-single .reviews-heading p{
  margin: 2px 0;
  padding-top: 18px;
}

.blog-single .reviews-heading{
  margin-top: 20px;
}

.blog-single .custom-section .section-image{
  margin-top: 20px;
}

@media only screen and (max-width: 600px) {
  .blog-single .col-8{
    width: 100%;
  }
}

.custom-section.border-section{
    padding-top: 0;
}
/* blog sections */

/* Mobile Styles */
@media (max-width: 1440px) {}


@media (min-width: 768px) and (max-width: 1024px) {
    .blog-post-parent-content {
        gap: 0px;
    }

    .single-sidebar-post {
        width: 200px;
        height: 350px;
    }

    .post-feature-image {
        width: auto;
    }

    .blog-header-content {
        padding: 0 15px;
        height: 60px;
    }

    .blog-logo-text {
        display: none;
    }

    .blog-cta {
        gap: 10px;
    }

    .blog-cta .btn-secondary,
    .blog-cta .btn-primary {
        padding: 6px 12px;
        font-size: 13px;
    }

    .blog-breadcrumb-content {
        padding: 0 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .single-sidebar-post {
        width: 250px;
        height: 350px;
    }
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }

    .blog-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        border-top: 1px solid #e5e5e5;
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        display: none;
    }

    .blog-nav.active {
        display: flex;
    }
}

@media(max-width: 767px) {
    .post-feature-image {
        width: auto;
    }
    .sidebar-parent-blog-sticky {
        display: none;
    }
    .blog-single .col-9 {
        margin: 0px 0px !important;
    }
    .blog-section-heading p {
        font-size: 20px;
        line-height: 30px;
    }
    .breadcrumb-items  {
        font-size: 10px;
    }
    .blog-single .breadcrumb {
        margin-bottom: 0.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .container {
        width: 90%;
    }
}