.slider-wrapper
{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slider
{
    display: flex;
    transition: transform .5s ease-in-out;
    will-change: transform;
}
.slide
{
    min-width: 100%;
    user-select: none;
    pointer-events: none;
}
.slide-image
{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    pointer-events: auto;
}
.slider-overlay
{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 20px 0;
    max-width: 1200px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 15%;
}
.slider-pagination
{
    position: absolute;
    bottom: 10px;
    left: 0;
    display: flex;
    gap: 10px;
    right: 0;
    max-width: 1200px;
    margin: auto;
}
.dot
{
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.dot.active
{
    background: #000;
}
.slider.grabbing
{
    cursor: grabbing;
}
.content-wrapper
{
    display: flex;
    margin: 40px auto;
    max-width: 1200px;
}
.left-column
{
    flex: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.grid-posts
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.grid-post
{
    background: #fff;
    position: relative;
}
.grid-post-image
{
    width: 100%;
    height: 107px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 5px;
}
.left-column h2.elementor-heading-title
{
    font-weight: 700;
    font-family: "Montserrat",Sans-serif;
}
.grid-post .grid-overlay
{
    position: absolute;
    top: 23px;
    right: 18px;
    background: rgba(0,0,0,.5);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    width: auto;
    color: #fff;
    padding: 6px 8px;
}
.grid-post .grid-overlay a
{
    color: #fff;
}
.post-meta, .post-title, .post-excerpt
{
    margin-top: 10px;
}
.category-list .post-meta
{
    font-family: "Montserrat",Sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}
.category-list a.post-title
{
    font-family: "Montserrat",Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #495057;
    margin-top: 0;
}
.category-list .post-excerpt
{
    font-family: "Montserrat",Sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #9ea3b7;
}
.pagination-controls
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.pagination-controls .page, .pagination-controls .prev, .pagination-controls .next
{
    padding: 10px 20px;
    background: #f0f0f0;
    border: none;
    cursor: pointer;
}
.pagination-controls .page.active
{
    background: #000;
    color: #fff;
}
.pagination-controls .prev[disabled], .pagination-controls .next[disabled]
{
    background: #ccc;
    cursor: not-allowed;
}
.right-sidebar
{
    flex: 1;
    margin-left: 20px;
}
.custom-recent-posts-widget .recent-post
{
    display: flex;
    margin-bottom: 15px;
}
.custom-recent-posts-widget .post-thumbnail
{
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
}
.custom-recent-posts-widget .post-content
{
    flex-grow: 1;
}
.custom-recent-posts-widget .post-title
{
    font-family: "Montserrat",Sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}
.custom-recent-posts-widget .post-date
{
    font-family: "Montserrat",Sans-serif;
    font-size: 12px;
    color: #888;
}
.custom-banner
{
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
    color: #fff;
    text-align: center;
    height: 400px;
}
.custom-banner .category-list-item
{
    color: #fff;
    padding: 2px 15px;
    font-family: "Montserrat",Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: #ffffff26;
    display: inline-block;
    border-radius: 5px;
}
.custom-banner .article-title h1
{
    font-family: "Montserrat",Sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    background: #00000040;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
}
.custom-phrase p
{
    font-family: "Montserrat",Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #e5e5e5;
    background: #00000040;
    display: inline-block;
}
.author-name p
{
    font-family: "Montserrat",Sans-serif;
    font-size: 12px;
    font-weight: 700;
    background: #00000040;
    line-height: 20px;
    text-align: left;
    display: inline-block;
}
.banner-content
{
    padding: 20px;
    display: inline-block;
    text-align: left;
}
.category-list
{
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.article-title
{
    font-size: 32px;
    margin-bottom: 10px;
}
.custom-phrase
{
    font-size: 18px;
    margin-top: 10px;
}
.author-name
{
    font-size: 16px;
    margin-top: 5px;
}
.first-row, .second-row
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.entry-date
{
    font-size: 14px;
    color: #666;
}
.social-share a
{
    margin-left: 10px;
    text-decoration: none;
    color: #1a1a1a;
}
.social-share a:hover
{
    text-decoration: underline;
}
.entry-content
{
    margin-bottom: 20px;
}
.categories
{
    font-size: 14px;
    color: #666;
}
.author-info
{
    display: flex;
    align-items: center;
}
.author-info .author-name
{
    margin-left: 10px;
}
.author-info .author-role
{
    display: block;
    font-size: 12px;
    color: #999;
}
.single-post .custom-banner, .single-post .content-wrapper, .single-post .related-posts
{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.right-sidebar .wp-block-search input
{
    background: url(https://newnt.nettrackers.in/wp-content/uploads/2024/07/search-icon.svg) no-repeat 10px 10px;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: .3rem .5rem .3rem 2.1rem;
}
.right-sidebar .wp-block-heading, .right-sidebar h3.widget-title, .related-posts h2
{
    color: #404756;
    font-family: "Montserrat",Sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.right-sidebar .wp-block-categories-list
{
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.right-sidebar .wp-block-categories-list li a
{
    color: #404756;
    font-family: "Montserrat",Sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.related-posts
{
    background: #e5e5e54d;
    padding: 40px;
    margin-bottom: 40px;
}
.related-posts-grid
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.related-posts a
{
    font-family: "Montserrat",Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #495057;
}
.post-date
{
    font-family: "Montserrat",Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    margin-top: 12px;
    color: #6c757d;
}
.post-excerpt
{
    font-family: "Montserrat",Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.content-wrapper a, .custom-recent-posts-widget .post-title
{
    font-family: "Montserrat",Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #404756;
}
.entry-meta .categories a
{
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    border-radius: 5px;
}
.custom-recent-posts-widget
{
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.slider-overlay .post-category a
{
    color: #fff;
    background-color: #ffffff52;
    padding: 4px 15px;
    font-family: "Montserrat",Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: #ffffff26;
}
.slider-overlay .post-title
{
    font-family: "Montserrat",Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.88px;
    text-align: left;
}
.newsletter_box
{
    max-width: 1200px;
    margin: auto;
    background: url(/wp-content/uploads/2024/08/newsletterbg.webp) #000;
    padding: 40px;
    margin-bottom: 40px;
}
.newsletter_box .tnp-field-email label
{
    display: none;
}
.newsletter_box .tnp-subscription
{
    background: #fff;
    width: 100%;
    display: block;
    max-width: initial;
    padding: 10px;
    border-radius: 5px;
}
.newsletter_box .tnp-subscription .tnp-field
{
    margin: 0;
}
.newsletter_box form
{
    display: flex;
    gap: 10px;
}
.newsletter_box .tnp-subscription .tnp-field.tnp-field-email
{
    width: 100%;
}
.newsletter_box .tnp-subscription .tnp-field.tnp-field-email input
{
    background: #fff;
}
.newsletter_box .tnp-field input[type="submit"]
{
    position: inherit;
    background: #0d76d1;
    border-color: #0d76d1;
}
.newsletter_box h3
{
    color: #fff;
    margin-bottom: 1rem;
    font-family: "Montserrat",Sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: .5px;
}
.newsletter_box p
{
    color: #fff;
    font-family: "Montserrat",Sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.newsletter_box .checkUncheck
{
    color: #fff;
    font-family: "Montserrat",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: start;
    gap: 15px;
    line-height: 1.3;
    margin-top: 2rem;
}
.newsletter_box .checkUncheck input
{
    position: relative;
    top: 3px;
}
.comments-area [type=button], .comments-area [type=submit], .comments-area button
{
    color: #0d76d1;
    border: 2px solid;
    border-radius: 5px;
    font-family: "Montserrat",Sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.comments-area [type=button]:hover, .comments-area [type=submit]:hover, .comments-area button:hover
{
    color: #fff;
    background-color: #0d76d1;
    text-decoration: none;
}
@media screen and (max-width: 767px)
{
    .slider-overlay, .slider-pagination
    {
        left: 15px;
        right: 15px;
    }
    .slider-overlay .post-title
    {
        font-size: 28px;
    }
    .content-wrapper
    {
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
    }
    .grid-posts
    {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .grid-post
    {
        box-shadow: 0 0 15px #00000029;
        padding-bottom: 25px;
    }
    .page-template-blog .post-meta, .page-template-blog .post-title, .page-template-blog .post-excerpt
    {
        padding: 0 15px;
    }
    .right-sidebar
    {
        margin-left: 0;
        margin-top: 30px;
    }
    .newsletter_box
    {
        padding: 15px;
    }
    .newsletter_box h3
    {
        font-size: 28px;
        font-weight: 600;
    }
    .newsletter_box p
    {
        font-size: 17px;
    }
    .newsletter_box .checkUncheck
    {
        font-size: 15px;
    }
    .related-posts-grid
    {
        grid-template-columns: 1fr;
    }
}