    .excerpt {
        margin-bottom: .8rem;
        color: #444;
        text-align: center;
        margin-top: 15px;
    }

    .page_blog_filters {
        justify-content: center;
        display: flex;
    }

    .blog_container_page img {
        width: auto;
        min-height: 200px;
        height: 200px;
        margin: 0 auto;
    }


    @media screen and (min-width: 1200px) {
        .blog_container_page {
            min-height: 380px !important;
        }
    }


    .blog-toc-wrapper {
        position: relative;
    }

    .blog-toc {
        position: sticky;
        top: 20px;
        background: #fdfdfd;
        border: 1px solid #e9ecef;
        border-radius: 2px;
        padding: 20px;
        max-height: auto;
        overflow-y: auto;
    }

    .blog-toc h4 {
        margin: 0 0 15px 0;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .blog-toc ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .blog-toc li {
        margin: 0;
        padding: 0;
    }

    .blog-toc .toc-link {
        display: block;
        padding: 8px 0;
        color: #666;
        text-decoration: none;
        font-size: 14px;
        line-height: 1.4;
        border-bottom: 1px solid #eee;
        transition: color 0.2s ease;
    }

    .blog-toc .toc-link:hover {
        color: #333;
        text-decoration: none;
    }

    .blog-toc .toc-link.active {
        color: #007bff;
        font-weight: 600;
    }

    .blog-toc .toc-h2 {
        font-weight: 600;
    }

    .blog-toc .toc-h3 .toc-link {
        padding-left: 15px;
        font-size: 13px;
        color: #888;
    }

    .blog-toc .toc-h3:last-child .toc-link {
        border-bottom: none;
    }


    .related-posts-title {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .related-post {
        margin-bottom: 20px;
    }

    .related-post .img_container {
        margin-bottom: 15px;
    }

    .related-post h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .related-post .excerpt {
        font-size: 14px;
        color: #666;
    }

    .slick-slider {
        position: relative;
    }


    .icon.icon_youtub:before {
        background-size: 3rem;
        width: 3rem;
        height: 3rem;
        background-image: url('https://freepnglogo.com/images/all_img/1701510949youtube-logo-png-white.png');
    }

    .slider_testimonials {
        height: fit-content !important;
    }

    .product>.gallery {
        height: fit-content;
    }

    @media (max-width: 767px) {
        .blog-toc-wrapper {
            display: none;
        }

        .pageItineraryRowInfo {
            display: flex;
            margin-top: 10px;
            justify-content: space-between;
            align-items: baseline;
            max-height: 60px;
        }

    }

    .trains_slide {
        height: fit-content;
    }

    @media screen and (max-width: 480px) {
        .trains_class_types_map img {
            width: 100% !important;
            margin-left: 0% !important;
        }
    }

    @media screen and (min-width: 375px) and (max-width: 480px) {
        #page_listings_text_h {
            top: 13rem !important;
        }
    }

    .trains_banner_slide {
        height: fit-content !important;
    }

    @media (max-width: 480px) {
        #trains_tab1 h3 {
            display: flex;
            flex-wrap: wrap;
            gap: 5px 0px;
            justify-content: center;
            margin-bottom: 20px;
        }

        #trains_tab2 h3 {
            display: flex;
            flex-wrap: wrap;
            gap: 5px 0px;
            justify-content: center;
            margin-bottom: 20px;
        }

        #trains_tab3 h3 {
            display: flex;
            flex-wrap: wrap;
            gap: 5px 0px;
            justify-content: center;
            margin-bottom: 20px;
        }
    }