.hoe-sec03 {
    .carousel-inner img {
        width: 100%;
        height: 500px;
    }
}
.hoe-sec04,
.hoe-sec05,
.hoe-sec07 {
    .nav-tabs {
        border-bottom: 1px solid #d3d3d3;
        width: fit-content;
    }
    .nav-tabs .nav-link {
        border: none;
        font-weight: bold;
        color: #000;
        background-color: transparent !important;
    }
    .nav-tabs .nav-link.active {
        color: #000;
        position: relative;
    }
    .nav-tabs .nav-link.active::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #d68316;
        border-radius: 2px;
    }
    .accordion-button:not(.collapsed) {
        color: unset;
    }
}
.cms-blog-page,
#blog-post {
    header {
        position: unset;
        background-color: var(--theme-blue);
        border-bottom: 1px solid #dfdfdf;
    }
    .top-poster {
      background-color: #d3fffd;
    }
    .content-bg {
      padding: 20px;
    }
    .category {
      color: #4f46e5;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 0.9rem;
    }
    .author img {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      margin-right: 6px;
    }
    .image-thumb {
      border-radius: 10px;
      overflow: hidden;
    }
    input#search-form-1 {
        width: 186px;
        height: 40px;
        background-image: url(https://www.trulyinbox.com/blog/wp-content/uploads/2025/03/search.svg);
        background-repeat: no-repeat;
        background-position: 16px center;
        background-size: 20px;
        -webkit-appearance: none;
        border-radius: 10px;
        border: 2px solid #eeeeee;
        color: #202020;
        font-size: 16px;
        line-height: 140%;
        font-family: 'Matter', sans-serif;
        font-weight: 400;
        padding: 8px 30px 8px 48px;
        transition: all 0.25s ease-out;
    }
    .categories-list {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .categories-list::-webkit-scrollbar {
        display: none;
    }
    .breadcrumb {
        position: unset;
    }
    .breadcrumb .breadcrumb-item {
        font-size: 15px;
    }
    .blog-img img{
        border-radius: 12px;
    }
    .card {
        border: 1px solid #e5e5e5;
        border-radius: 16px;
    }
    @media (max-width: 768px) {
        .categories-scroll {
            flex: 1 1 100%;
            order: 2;
        }
        .searchInput {
            order: 3;
            margin-top: 8px;
            width: 100%;
        }
    }
    .blog-ct1 {
        position: sticky;
        top: 0;
        max-height: calc(100vh - 40px);
        background: white;
        z-index: 2;
        border-bottom: 1px solid #dfdfdf;
    }
    .btn-right,
    .btn-left {
        background-image: url(https://www.saleshandy.com/blog/wp-content/uploads/2024/02/chevron-blue.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%;
        width: 35px;
        height: 35px;
        border: 1px solid #034845;
        border-radius: 8px;
        background-color: #ffffff !important;
        cursor: pointer;
        z-index: 111111;
        padding: 9px 10px;
    }
    .btn-right {
        transform: rotate(180deg);
    }
    ::marker {
        font-weight: bold;
        font-size: 20px;
    }
    .caret {
        transition: transform 0.2s ease;
        font-size: 16px;
        font-family: 'FontAwesome';
        font-style: normal;
        margin-right: 10px;
        margin-left: 3px;
    }
    .caret.open {
        transform: rotate(90deg); /* › → ▼ */
    }
    .toc-sublist {
        list-style: none;
        margin-left: 20px;
        padding-left: 8px;
    }
    .pagination .active>.page-link {
        background-color: #773a3b;
        color: #fff;
        border-color: #773a3b;
    }
    .page-link {
        color: #000;
        font-weight: 600;
    }
    .page-link:focus {
        background-color: #ffffff;
        box-shadow: unset;
    }
    .categories-list {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }
    .categories-list > * {
      flex: 0 0 auto; /* Prevent items from shrinking */
      scroll-snap-align: start; /* Snap each item fully into view */
      padding: 0 12px; /* adjust spacing */
    }
}
#blog-post {
    .post-sidebar {
        width: 20%;
        height: fit-content;
        position: sticky;
        top: 85px;
        overflow-y: auto;
        max-height: calc(100vh - 40px);
        scrollbar-width: none;
    }
    .post-sidebar ul {
        padding: 0;
        text-transform: capitalize;
    }
    .post-sidebar ul li {
        margin: 8px 0;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        line-height: 24px;
    }
    .post-sidebar ul li span {
        text-decoration: none;
        color: #6B7280;
        transition: color 0.3s;
    }
    .post-sidebar ul li span:hover {
        color: #000;
        text-decoration: underline;
    }
    .post-sidebar ul li span.active {
        font-weight: bold;
        color: #000 !important;
    }
    .content {
        width: 66%;
        padding: 50px;
    }
    .right-sidebar {
        width: 14%;
    }
    .saleshandy-box {
        border: 2px solid #034845;
        background-color: #ffeee2;
        padding: 15px;
        text-align: center;
        border-radius: 8px;
        position: sticky;
        top: 85px;
        overflow-y: auto;
    }
    .saleshandy-logo {
        margin-bottom: 15px;
    }
    .saleshandy-box h3 {
        font-size: 18px;
        margin: 10px 0;
        color: #1b0f47;
    }
    .saleshandy-box p {
        font-size: 15px;
        color: #333;
        margin: 0 0 20px 0;
        line-height: 24px;
    }
    .saleshandy-box .fw-bold {
        margin: 20px 0 20px 0;
    }
    .try-btn {
        display: inline-block;
        background-color: #034845;
        color: #fff;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
    }
    main h2, main h3 {
        scroll-margin-top: 160px;
    }
}
.hoe-sec09,
.blog-faq {
    .accordion-button {
        background-color: #f5f7fa !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        border: 1px solid black;
    }
    .accordion-button:not(.collapsed) {
        color: #000;
        background-color: transparent;
        box-shadow: none;
    }
    .accordion-item {
        border: none;
        border-bottom: 1px solid #ddd;
    }
    .accordion-body {
        border: 1px solid black;
        border-top: none;
    }
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.btn-main {
    color: #000;
    border: 1px solid #034845;
    border-radius: 5px;
    transition: all .6s ease;
    padding: 8px 15px;
}
.btn-main:hover {
    color: #fff;
    background-color: #034845;
}
.btn-third{
    color: #000;
    border: 1px solid #103b3f;
    border-radius: 5px;
    transition: all .6s ease;
    padding: 6px 12px;
}
.btn-third:hover {
    color: #fff;
    background-color: #103b3f;
}
.btn-bg {
    color: #202020;
    padding-bottom: 3px;
    border-bottom: 2px solid #024744;
    border-radius: 2px;
}
.text-truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.quik-links {
    .all-projects .all-pro-link {
        color: #000;
        text-decoration: none;
    }
    .all-projects .all-pro-link:hover {
        color: #024744;
        text-decoration: underline;
    }
}
.sm-heading {
    font-size: var(--bs-body-font-size);
}
.fs-24 {
    font-size: 1.5rem;
}
@media screen and (max-width: 1440px) {
    .fs-x-unset {
        font-size: unset !important;
    }
    .fs-x-7 {
        font-size: 0.82rem !important;
    }
}
@media screen and (max-width: 992px) {
    dl, ol, ul {
        margin-bottom: 0rem;
    }
    #blog-post .post-sidebar {
        display: none;
    }
    #blog-post .content {
        width: 100%;
        padding: 0;
    }
    #blog-post .right-sidebar {
        display: none;
    }
    .blog-ct1 {
        position: sticky;
        top: 83px;
        max-height: calc(100vh - 40px);
        background: white;
        z-index: 2;
        border-bottom: 1px solid #dfdfdf;
    }
    .btn-third {
        padding: 2px 5px;
    }
    .top-poster .heading {
        line-height: 33px;
    }
    .cms-blog-page .blog-ct1 {
        top: 95px;
    }
    .cms-blog-page .btn-prev, 
    .cms-blog-page .btn-next {
        display: none !important;
    }
}
@media screen and (max-width: 430px) {
    .sm-mb-heading {
        font-size: 14px !important;
    }
    .nav-link {
        padding: 5px;
        font-size: 12px;
    }
    .h5, h5 {
        font-size: 1.05rem;
    }
    li {
        font-size: 13px;
    }
    p {
        font-size: 13px;
    }
    .hoe-sec05,
    .hoe-sec06,
    .hoe-sec07,
    .hoe-sec08,
    .hoe-sec09 {
        padding: 30px 0;
    }
    .hoe-sec04 {
        padding: 35px 0;
    }
    .fs-mobile-105 {
        font-size: 1.05rem !important;
    }
    .cms-blog-page .blog-ct1 {
        position: sticky;
        top: 85px;
    }
    .btn-third {
        font-size: 13px;
    }
    .cms-blog-page .content-bg {
        padding: 0;
    }
    .cms-blog-page .author {
        font-size: 13px;
    }
    #blog-post h2{
        font-size: 16px !important;
        line-height: 20px;
    }
    #blog-post h3{
        font-size: 15px !important;
        line-height: 18px;
    }
    .blog-img {
        height: 182px;
    }
    .pk01:before {
        display: none;
    }
}
a{
    color: rgb(0 60 57);
}
.reading-time {
    margin-bottom: 50px;
}