/* Blog desktop and mob screen Section */
.Mobile-blog {
    display: none;
}
 @media (max-width: 991px){
    .desktop-blog {
        display: none;
    }
    .Mobile-blog {
    display: block;
}
 }

/* Blog Banner Section */
.blog-top-banner {
    position: relative;
    height:546px;
    background: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-top-banner .blog-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.blog-banner-hd {
    position: relative;
    z-index: 2;
    padding-top: 40px;
}

.blog-top-banner .banner-title {
  color: #FFF;
font-family: "Poltawski Nowy";
font-size: 46px;
font-weight: 600;
line-height: 58px; /* 126.087% */
    margin-bottom: 20px;
    text-align: center;
}

.blog-top-banner .banner-subtitle {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

/* Responsive styles for blog banner */
@media (max-width: 992px) {
    .blog-top-banner {
        height: 450px;
    }
    
    .blog-top-banner .banner-title {
        font-size: 40px;
        line-height: 50px;
    }
    
    .blog-top-banner .banner-subtitle {
        font-size: 16px;
        line-height: 26px;
    }
}
/* 
@media (max-width: 768px) {
    .blog-top-banner {
        height: 400px;
    }
    .blog-banner-hd {
    padding-top: 85px;
    }
    .blog-top-banner .banner-title {
        font-size: 32px;
        line-height: 42px;
        padding: 0 20px;
    }
    
    .blog-top-banner .banner-subtitle {
        font-size: 15px;
        line-height: 24px;
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .blog-top-banner {
        height: 350px;
    }
    
    .blog-top-banner .banner-title {
        font-size: 28px;
        line-height: 38px;
    }
    
    .blog-top-banner .banner-subtitle {
        font-size: 14px;
        line-height: 22px;
    }
} */

/* News & Blogs Section */
.news-blogs-sec {
    padding: 80px 0 50px;
    background: #ffffff;
}

.blogs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.blogs-title {
    color: #000;
    font-family: "Poltawski Nowy", serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
}

.blogs-filters {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* Search Wrapper */
.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #000;
    border: none;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
}
/* 
.search-btn:hover {
    background: #333;
} */
.filter-btn.features-list {
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 33px; /* 183.333% */
    padding: 10px 10px 10px 20px;
    border-radius: 28.5px;
        max-width: 159px;
    width: 100%;
}
.search-btn svg path {
    stroke: #FFF;
}

/* Search Input Container */
.search-input-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background: #FFF;
    border: 1px solid #E8E8E8;
    border-radius: 24px;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

.search-input-container.active {
    width: 350px;
    opacity: 1;
    pointer-events: all;
    border-color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 20px 0 60px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #000;
    background: transparent;
    height: 100%;
}

.search-input::placeholder {
    color: #999;
}

.search-close-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F5F5F5;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 6px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.search-close-btn:hover {
    background: #E8E8E8;
}

.search-close-btn svg {
    width: 16px;
    height: 16px;
}
span.search-bg {
    background-color: #000000;
    width: 34px;
    height: 34px;
    display: flex;
    flex-direction: column;
    align-content: center;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all 0.3s 
ease;
    display: flex;
    align-items: center;
    gap: 8px;
}
select#category-list {
    padding: 10px 30px 10px 20px;
    /* max-width: 209px;
    width: 100%; */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/arrow-down.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px;
    cursor: pointer;
    color: #3C3C3C;
font-family: Poppins;
font-size: 18px;
font-weight: 500;
line-height: 33px; /* 183.333% */
    border-radius: 28.5px;
}
#searchToggle {
    height: 50px;
    width: 50px;
}
.category-select-wrapper {
    position: relative;
}


.about-divider {
    color: #DEDEDE;
    opacity: 1;
    border-top: 1px solid;
}
span.search-bg img {
    width: 16px;
    height: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.filter-btn {
    /* padding: 12px 28px; */
    border-radius: 28.5px;
    background: #EFEFEF;
    border: 1px solid #E8E8E8;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
}

/* .filter-btn:hover,
.filter-btn.active {
    background: #000;
    color: #FFF;
    border-color: #000;
} */

.filter-btn.active svg path,
.filter-btn:hover svg path {
    stroke: #FFF;
}

.filter-btn img {
    width: 12px;
    height: 12px;
}

/* Blog Cards */
.blog-card {
    border-radius: 16px;
    overflow: hidden;
    background: #FFF;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
    /* height: 100%; */
    box-shadow: none;
}
.blog-card-content {
    position: relative;
    bottom: 0;
    padding: 32px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.blog-card.small-card h5 a {
    color: #000000;
}
/* .blog-card:hover {
   transform: translateY(-5px); 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
} */

/* Main Card (Large) */
.main-card .blog-card-image {
    position: relative;
    height: 100%;
}

/* Sub Cards (Medium) */
.sub-card .blog-card-image {
    position: relative;
     height: 100%;
     overflow: clip;
     border-radius: 20px;
}

/* Small Cards (Bottom Row) */
.small-card .blog-card-image {
    height: 280px;
    position: relative;
}

.blog-card-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog-card-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 8.6%, #000000 100%);
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}
.blog-card.sub-card {
    
    position: relative;
    /* max-width: 417px; */
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
    aspect-ratio: 1;
}
.breadcrumbs a:hover {
    color: #F7DD7B !important;
}
.blog-card-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/* Blog Badge */
.blog-badge {
    position: absolute;
    top: 27px;
    right: 35px;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c2c2c;
    z-index: 2;
}
.blog-card.main-card { 
    padding-bottom: 15px;
}
.main-card .blog-card-image {
    position: relative;
    /* height: 100%; */
    aspect-ratio: 1.5;
}

.blog-badge img {
    width: 36px !important;
    height: 38px !important;
    object-fit: cover;
}
.blog-card.sub-card .blog-badge {
    top: 15px;
    right: 13px;
}
.blog-badge svg {
    width: 100%;
    height: 100%;
}

.badge-blue circle {
    fill: #4A90E2;
}

.badge-red circle {
    fill: #E63946;
}

.badge-teal circle {
    fill: #2EC4B6;
}

.badge-green circle {
    fill: #06A77D;
}

/* Blog Card Content */
.blog-card-content {
    padding:24px 24px 60px 45px;
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main-card .blog-card-content {
    padding: 32px 65px 47px 67px;
    position: absolute;
    bottom: 15px;
}
.blog-card.small-card .blog-badge  {
    top: 11px;
    right: 11px;
}

.blog-card.small-card img {
    object-fit: cover;
    width: 100%;
    /* height: 100%; */
    /* border-radius: 15px; */
}
.meta-author img {
    width: inherit !important;
}
.blog-card.small-card a.blog-card-sm img.img-blog {
    object-fit: cover;
    width: 100%;
    min-height: 307px;
    height: 100%;
}
.blog-card-sm {
    border-radius: 15px;
   overflow: hidden;
    max-width: 1009px;
    width: 100%;
}
.blog-card.small-card .blog-card-content {
    padding: 10px 16px 51px 38px;
}
.blog-card-title {
    margin: 0 0 12px 0;
    color: #FFF;
    font-family: "Poltawski Nowy";
    font-size: 38px;
    font-weight: 600;
    line-height: 50px;
    width: 78%;
     white-space: nowrap;        
    overflow: hidden;           
    text-overflow: ellipsis;    
    display: block;             
}

 

/* 
.main-card .blog-card-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
    color: #FFF;
} */
.blog-video-thumbnail .video-modal-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0 0 0 / 76%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
}
.video-thumbnails-slider-wrapper .thumbnail-img {
    width: 100%;
    height: 164px;
}
.sub-card .blog-card-title {
    color: #FFF;
font-family: "Poltawski Nowy";
font-size: 32px;
font-weight: 600;
line-height: 34px; /* 106.25% */
display: -webkit-box; -webkit-line-clamp: 2; /* number of lines */ -webkit-box-orient: vertical; overflow: hidden;
}
img.aligncenter{
   display: block;
  margin-left: auto;
  margin-right: auto
}
.featured-article .article-image img {
    aspect-ratio: 1.5;
}
.small-card .blog-card-title {
    color: #FFF;
    font-family: Poltawski Nowy;
font-weight: 600;
font-size: 22px;
line-height: 28px;
display: -webkit-box; -webkit-line-clamp: 2; /* number of lines */ -webkit-box-orient: vertical; overflow: hidden;
}

.blog-card-content .blog-card-excerpt {
    margin: 0 0 20px 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px; /* 181.25% */
    width: 66%;
    white-space: nowrap;       
    overflow: hidden;          
    text-overflow: ellipsis;   
    display: block;  
}
 

.blog-card.sub-card .blog-card-excerpt {
    margin: 0 0 20px 0;
   color: #FFF;
font-family: Poppins;
font-size: 16px;
font-weight: 300;
line-height: 29px; /* 181.25% */
    width: 85%;
}
.posted-by span {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.view-comment {
     font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
}
.blog-card.small-card .blog-card-title {
        width: 100%;
        padding-bottom: 0;
    margin-bottom: 0;
}
.blog-video-thumbnail .slick-dots {
    display: none !important;
}
/* Blog Meta Information */
.blog-card-meta {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    
}
.video-thumbnails-slider-wrapper .thumbnail-play-overlay {
    width: 56px !important;
    height: 56px !important;
}
.blog-video-thumbnail .video-modal-slider .slick-arrow {
    width: 50px;
    height: 50px;
    background: rgb(107 107 107 / 48%);
}
.meta-author {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #E7C562;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog-views span.bg-round, .blog-comments span.bg-round {
    height: 20px;
    width: 20px;
}
.meta-author svg {
    width: 16px;
    height: 16px;
}

.meta-date {
    color: #E8E8E8;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

/* Blog Stats (Views & Comments) */
.blog-card-stats {
    display: flex;
    gap: 20px;
}
.stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #E8E8E8;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
}
.blog-comments {
    color: #E7C562;
    display: flex;
    gap: 10px;
    align-items: center;
}
.blog-author {
    color: #E7C562;
}
.blog-card.small-card .blog-card-meta {
    display: none;
}
.blog-views {
    color: #E7C562;
    margin-right: 10px;
    display: flex;
    gap: 10px;
     align-items: center;
}
.bg-round img {
    max-width: 11px;
    width: 100%;
}
.blog-date {
    color: #E7C562;;
}
.stat-item svg {
    width: 16px;
    height: 16px;
    color: #E7C562;
}
span.bg-round {
    background-color: #313131;
    display: flex;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
}
/* Responsive Design */
@media (max-width: 1100px) {
.highlight-image img {
    max-width: 275px !important;
}
}
@media (max-width: 991px) {
    .news-blogs-sec {
        padding: 50px 0;
    }
section.news-blogs-sec .container.custom-container .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
section.top-stories .slick-list.draggable {
    height: inherit !important;
}
.popular-filter-btn{
    padding: 12px 12px;
    font-size: 13px;
 }
 .most-popular-filters .view-all-link {
    padding: 12px 10px 12px 20px;
    font-size: 13px;
}
.view-all-link .arrow-circle {
    width: 25px;
    height: 25px;
}
.view-all-link .arrow-circle {
    width: 25px;
    height: 25px;
}
.view-all-link .arrow-circle img {
    max-width: 10px;
    width: 100%;
}
 .story-card.story-card-small {
    display: flex;
           margin-right: 0 !important;
    height: auto;
}
    .blogs-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 20px;
    }

    .blogs-title {
        font-size: 32px;
        line-height: 40px;
    }

    .blogs-filters {
        width: 100%;
        justify-content: flex-start;
        /* flex-wrap: wrap; */
    }

    

    .sub-card .blog-card-image {
        height: 350px;
    }

    .small-card .blog-card-image {
        height: 250px;
    }

    .main-card .blog-card-title {
        font-size: 28px;
        line-height: 38px;
    }

    .sub-card .blog-card-title {
        font-size: 20px;
        line-height: 28px;
    }

    .small-card .blog-card-title {
        font-size: 18px;
        line-height: 26px;
    }

    .main-card .blog-card-content,
    .blog-card-content {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .news-blogs-sec {
        padding: 40px 0;
    }

    .blogs-title {
        font-size: 28px;
        line-height: 36px;
    }

    .blogs-filters {
        gap: 10px;
    }

    .story-card.story-card-small{
         flex-direction: column;
    }

    .search-input-container.active {
        width: 280px;
    }
    .sub-card .blog-card-image {
        height: 290px;
    }
    .blog-card-content {
        bottom: 15px;
    }
    /* .main-card .blog-card-image {
        height: 280px;
    } */
/* 
    .sub-card .blog-card-image,
    .small-card .blog-card-image {
        height: 220px;
    } */

    .main-card .blog-card-title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom:0;
    }
    .blog-card-content .blog-card-excerpt {
        font-size: 14px;
        line-height: 22px;
    }
.story-card-small .story-card-image img {
    max-width:100% !important;
    aspect-ratio: 1 !important;
}
    .sub-card .blog-card-title,
    .small-card .blog-card-title {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-card-excerpt {
        font-size: 14px;
        line-height: 22px;
    }

    .meta-author,
    .meta-date,
    .stat-item {
        font-size: 12px;
    }

    .blog-badge {
        width: 40px;
        height: 40px;
        top: 15px;
        right: 15px;
    }
}

/* @media (max-width: 576px) {
    .blogs-header {
        margin-bottom: 30px;
    }

    .blogs-title {
        font-size: 24px;
        line-height: 32px;
    }

    
    .search-input-container.active {
        width: 240px;
    }

    .search-input {
        padding: 0 15px 0 55px;
        font-size: 14px;
    }

    .main-card .blog-card-title {
        font-size: 20px;
        line-height: 28px;
    }

    .sub-card .blog-card-title,
    .small-card .blog-card-title {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-card-content {
        padding: 16px;
    }

    .main-card .blog-card-content {
        padding: 20px;
    }

    .blog-card-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .blog-card-stats {
        margin-top: 10px;
        padding-top: 10px;
        gap: 15px;
    }
} */

/* Top Stories Section */
.top-stories {
    padding: 50px 0 40px;
    background: #FFF;
    position: relative;
}

.top-stories-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-stories-title {
    margin: 0;
    color: #000000;
    font-family: Playfair;
    font-size: 40px;
    font-weight: 700;
}

.top-stories-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-stories-header .view-all-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px 7px 27px;
    border-radius: 28px;
    border: none;
    color: #000000;
font-family: "Inter Tight";
font-size: 17px;
font-weight: 500;
line-height: 40px; /* 235.294% */
    cursor: pointer;
    transition: all 0.3s ease;
    justify-content: space-between;
    position: relative;
    top: 0;
    right: 0;
    background: #EFEFEF;
    max-width: 176px;
    width: 100%;
}

.top-stories-header .view-all-btn:hover {
    background: #000;
    color: #FFF;
    border-color: #000;
}
section.industries-served.product-post-sec {
    padding: 80px 0;
}
section.industries-served.product-post-sec .services-section {
    gap: 2rem;
}
.top-stories-header .view-all-btn .arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
}

.top-stories-header .view-all-btn:hover .arrow-icon {
    background: #E7C562;
}

.top-stories-header .view-all-btn .arrow-icon svg {
    width: 12px;
    height: 12px;
}

.navigation-arrows {
    display: flex;
    gap: 12px;
}

.nav-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-arrow:hover {
    background: #333;
    transform: scale(1.05);
}

.nav-arrow.prev-arrow {
    background: #000;
}

.nav-arrow.next-arrow {
    background: #000;
}

/* Category Pills Navigation Wrapper */
.category-pills-nav-wrapper {
    display: flex;
    align-items: center;
    gap:13px;
    margin-bottom:29px;
    position: relative;
    margin-top: 29px;
    padding-left: 35px;
    padding-right: 35px;
}

.category-pills-nav-wrapper .nav-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #000000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
    opacity: 1 !important;
}

.category-pills-nav-wrapper .nav-arrow:hover {
    background: #333;
}

.category-pills-nav-wrapper .nav-arrow img {
    width: 20px;
    height: 20px;
}
.arrow-gold-bg {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C5962F 0%, #E7C562 40%, #F7DD7B 50%, #EFD271 70%, #E3C05D 80%, #DEB853 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Category Pills Slider */
.category-pills-slider {
    display: flex;
    gap: 13px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    flex: 1;
    padding: 0 0;
}
.category-pills-nav-wrapper button.nav-arrow.prev-arrow {
    position: absolute;
    top:2px;
    left: 0px;
    
}
.category-pills-nav-wrapper button.nav-arrow.next-arrow {
    position: absolute;
    top: 2px;
}
.category-pills-slider::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.category-pill {
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    border-radius: 28.5px;
    background: #EFEFEF;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.category-pill:hover {
    background: #E0E0E0;
}

.category-pill.active {
    background: #dadada;
    color: #030303;
}
/* Stories Slider Container */
.stories-slider {
    width: 100%;
}
.stories-slider.slick-initialized.slick-slider {
    padding-bottom: 0;
}
.stories-slide {
    outline: none;
    padding-top: 30px;
}

/* Story Cards */
.story-card {
    border-radius: 16px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Small Story Cards (Left Column) */
.story-card-small {
    display: flex;
    flex-direction: row;
    height: auto;
}

.story-card-small .story-card-image {
        /* width: 150px;
    height: 150px; */
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
}

.story-card-small .story-card-image img {
    max-width: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    aspect-ratio: 1;
}
.story-card.story-card-small {
    box-shadow: none;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 0;
    margin-right: 25px;
}
.story-card-small .story-card-content {
    flex: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.story-card-small .story-card-title {
    color: #000000;
    font-family: "Poltawski Nowy";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 10px 0;
    width: 60%;
}

.story-card-small .story-card-excerpt {
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #3C3C3C;
font-family: Poppins;
font-size: 16px;
font-weight: 400;
}

.story-card-small .story-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

.story-card-small .story-author {
    text-transform: uppercase;
    font-family: Poppins;
font-size: 16px;
font-weight: 500;
line-height: 29px; /* 181.25% */
}

.story-card-small .story-date {
    font-family: Poppins;
font-size: 16px;
font-weight: 500;
line-height: 29px; /* 181.25% */
}

/* Featured Story Cards (Right Column) */
.story-card-featured {
    position: relative;
    height: 364px;
}

.story-card-featured .story-card-image {
    width: 100%;
    /* height: 100%; */
    position: relative;
    aspect-ratio: 1.85;
    max-width: 677px;
    border-radius: 15px;
    overflow: clip;
}

.story-card-featured .story-card-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    pointer-events: none;
}

.story-card-featured .story-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-card-featured .story-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.story-card-featured .story-badge.badge-teal {
    background: #2EC4B6;
}

.story-card-featured .story-badge.badge-red {
    background: #E63946;
}

.story-card-featured .story-badge img {
    width: 36px;
    height: 38px;
    object-fit: contain;
}

.story-card-featured .story-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    z-index: 2;
}

.story-card-featured .story-card-title {

    color: #ffffff;
font-family: "Poltawski Nowy";
font-size: 22px;
font-style: normal;
font-weight: 600;
    margin: 0 0 16px 0;
    width: 62%;
}

.story-card-featured .story-card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.story-card-featured .story-author {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.story-card-featured .story-date {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
}
/* .service-content-wrapper.product-post-content .service-link-block { 
    grid-template-columns: minmax(44rem, 1.5fr) 28rem 15.2rem;
} */
 section.industries-served.product-post-sec .service-description {
        justify-content: flex-end;
 }
.service-content-wrapper.product-post-content .service-title-wrapper {
    display: flex;
    flex-direction: row;
    gap: 6.5rem;
    justify-content: space-between;
    align-items: flex-start;
}
.service-description.product-view-category button p {
    margin: 0 0;
    color: #000;
    font-family: "Inter Tight";
    font-size: 17px;
    font-weight: 500;
    line-height: 41px;
}
.service-description.product-view-category .industry-arrow-btn {
    width: 100%;
    max-width: 208px !important;
    height: inherit;
    padding: 10px 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-radius: 28.5px;
    background: #EFEFEF;
    border: none;
    padding-left: 29px;
    padding-right: 10px;
    line-height: 40px;
}
.service-content-wrapper.product-post-content .service-number {
    color: #000000;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    line-height: 31px; 
    text-transform: capitalize;
    letter-spacing: normal;
}
.service-title span {
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 10px 0 0;
    background-color: gainsboro;
    padding: 10px 10px;
    border-radius: 100%;
    height: 28px;
    width: 39px;
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 14px;
    justify-content: center;
    line-height: 25px;
}
.service-content-wrapper.product-post-content .service-title {
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.service-description.product-view-category {
    width: inherit;
}
/* Responsive Design for Top Stories */
@media (max-width: 991px) {
    .top-stories {
        padding: 30px 0;
    }
.stories-slide {
    padding-top: 15px;
}
    .top-stories-header {
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 20px;
    }

    .top-stories-title {
        font-size: 32px;
        line-height: 40px;
    }

    .top-stories-controls {
        width: 100%;
        justify-content: space-between;
    }

    .category-pills-nav-wrapper {
        gap: 16px;
        margin-bottom: 40px;
    }
    
    .category-pills-nav-wrapper .nav-arrow {
        width: 40px;
        height: 40px;
    }

    .story-card-featured {
        height: inherit;
    }
.stories-slider.slick-initialized.slick-slider {
    padding-bottom: 20px;
}
    .story-card-featured .story-card-title {
        font-size: 22px;
        line-height: 30px;
    }
    .story-card-small .story-card-title { 
        width: 100%;
    }
  
}

@media (max-width: 768px) {
    .top-stories {
        padding: 30px 0 0;
    }
.stories-slider.slick-initialized.slick-slider {
    padding-bottom: 10px;
}
.subscribe-content {
    padding: 40px 15px;
}
    .top-stories-title {
        font-size: 28px;
        line-height: 36px;
    }

    .view-all-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .nav-arrow {
        width: 40px;
        height: 40px;
    }

    .category-pills-nav-wrapper {
        gap: 12px;
        margin-bottom: 30px;
    }
    
    .category-pills-nav-wrapper .nav-arrow {
        width: 36px;
        height: 36px;
    }
    
    .category-pills-nav-wrapper .nav-arrow img {
        width: 16px;
        height: 16px;
    }

    .category-pills-slider {
        gap: 8px;
    }

    .category-pill {
        padding: 10px 18px;
        font-size: 14px;
    }


    .story-card-small .story-card-content {
        padding: 20px;
    }

    /* .story-card-small .story-card-title {
        font-size: 18px;
        line-height: 26px;
    } */
.story-card-small .story-card-image {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
    .story-card-small .story-card-excerpt {
        font-size: 14px;
        line-height: 22px;
    }

    .story-card-featured {
        height: 250px;
    }

    .story-card-featured .story-card-title {
        font-size: 20px;
        line-height: 28px;
            width: 82%;
    }

    .story-card-featured .story-card-content {
        padding: 20px;
    }

    .story-card-featured .story-badge {
        width: 44px;
        height: 44px;
        top: 15px;
        right: 15px;
    }

    .story-card-featured .story-badge img {
        width: 30px;
        height: 32px;
    }
} 

/* Most Popular Section */
.most-popular-section {
    padding: 40px 0 50px;
    background: #ffffff;
}

.most-popular-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 35px;
}

.most-popular-title {
    color: #000;
    font-family: "Poltawski Nowy", serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
}

.most-popular-filters {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 100%;
}

.popular-filter-btn {
    padding: 5px 24px;
    border-radius: 24px;
    border: none;
    color: #000;
font-family: Poppins;
font-size: 19px;
font-weight: 400;
    background: #E8E8E8;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.popular-filter-btn:hover {
    background: #D5D5D5;
}

.popular-filter-btn.active {
    background: #000;
    color: #F7DD7B;
    font-weight: 500;
}

.view-all-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: "Inter Tight";
    font-size: 17px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 28.5px;
background: #EFEFEF;
    padding: 5px 10px 5px 20px;
}
.most-popular-filters .view-all-link {
    padding: 6px 10px 6px 20px;
}
#view-all-category-link:hover {
    background: #000;
    color: #F7DD7B;
    border-color: #000;
}
.view-all-link .arrow-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Popular Cards */
.popular-card {
    background: #FFF;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.popular-card.popular-card-small {
    box-shadow: none;
      border-radius: 6px;
}
/* Tab Panels (Most Popular) */
.popular-tab-panels { position: relative; min-height: 600px; }
.popular-tab-panel { display: none; }
.popular-tab-panel.active { display: block; animation: fadeOpacity .25s ease; }
@keyframes fadeOpacity { from { opacity:0; } to { opacity:1; } }
/* Accessibility focus for tabs */
/* .most-popular-filters [role="tab"]:focus { outline: 2px solid #000; outline-offset:2px; } */
/* Large Featured Card */
.popular-card-large {
    height: 100%;
    min-height: 531px;
}

.popular-card-large .popular-card-image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.popular-card-large .popular-card-image img {
    max-width: 463px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 0.87;
    height: 100%;
}

.popular-card-large .popular-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.popular-card-large .popular-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popular-card-large .popular-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
}

.popular-card-large .popular-card-title {
    margin-bottom: 16px;
    color: #FFF;
    font-family: "Poltawski Nowy";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    width: 98%;
}
.popular-card-large .popular-card-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: Poppins;
font-size: 12px;
font-weight: 500;
}

.popular-card-large .popular-author {
    color: #E7C562;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.popular-card-large .popular-date {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

/* Small Popular Cards */
.popular-card-small {
    display: flex;
    flex-direction: row;
    height: auto;
    margin-bottom: 24px;
}

.popular-card-small:last-child {
    margin-bottom: 0;
}

.popular-card-small .popular-card-image {
    width: 100%;
    max-width: 180px;
    aspect-ratio: 1.11;
    overflow: hidden;
}

.popular-card-small .popular-card-image img {
   width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.popular-card-small .popular-card-content {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.popular-card-small .popular-card-title {
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000000;
font-family: "Poltawski Nowy";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 28px;
}

.popular-card-small .popular-card-meta {
    display: flex;
    flex-direction: row;
    gap: 4px;
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: Poppins;
font-size: 12px;
font-weight: 500;

}

.popular-card-small .popular-author {
    color: #E7C562;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.popular-card-small .popular-date {
    color: #999;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 400;
}

/* Responsive Styles for Most Popular */
@media (max-width: 1200px) {
  
    .most-popular-section {
    padding: 40px 0;
    }
.blog-card.small-card .blog-card-content {
    padding: 10px 16px 20px 20px;
}
    .most-popular-header {
        margin-bottom: 40px;
    }

    .most-popular-title {
        font-size: 36px;
        line-height: 44px;
    }

    /* .popular-card-large {
        min-height: 500px;
    } */

    .popular-card-large .popular-card-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 992px) {
    .most-popular-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .popular-card.popular-card-small {
    margin-top: 30px;
}
.popular-card-large .popular-card-image img {
    aspect-ratio: 15 / 10;
}
    .popular-card-small .popular-card-image {
        width: 150px;
        min-width: 150px;
        height: 120px;
    }

    .popular-card-small .popular-card-title {
        font-size: 16px;
        line-height: 24px;
    }
    .subscribe-text {
    padding-left: 0 !important;
}
section.industries-served.product-post-sec {
    padding: 30px 0;
}
.service-content-wrapper.product-post-content .service-title-wrapper {
    display: flex;
    flex-direction: row;
    gap: 0rem;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.service-content-wrapper.product-post-content .service-link-block {
    grid-template-columns: inherit;
}
.service-content-wrapper.product-post-content  .service-description {
        justify-content: flex-end;
        margin-top: inherit;
        display: none;
}

.service-content-wrapper.product-post-content .service-number {
    font-size: 16px;
}
.back-to-top {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 768px) {
    .most-popular-section {
        padding: 40px 0 20px;
    }

    .most-popular-title {
        font-size: 28px;
        line-height: 36px;
    }
.story-card-small .story-author {
    font-size: 13px;
}
.story-card-small .story-date {
     font-size: 13px;
}
/* .service-content-wrapper.product-post-content  .service-description {
        justify-content: flex-start;
        flex-direction: inherit;
        margin-left: 30px;
    } */
    .most-popular-filters {
        width: 100%;
    }

    .popular-filter-btn {
        padding: 10px 18px;
        font-size: 14px;
    }
.most-popular-filters {
    gap: 5px;
}
.most-popular-filters .view-all-link {
    padding: 5px 5px 5px 5px;
}
    .popular-card-large {
        min-height: 350px;
    }

    .popular-card-large .popular-card-content {
        padding: 20px;
    }

    .popular-card-large .popular-card-title {
        font-size: 24px;
        line-height: 32px;
    }

    .popular-card-small {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .popular-card-small .popular-card-image {
        width: 100%;
        /* height: 200px; */
        height: 100%;
        max-width: unset;
    }

    .popular-card-small .popular-card-content {
        padding: 20px;
    }
        .highlight-image img {
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    .most-popular-title {
        font-size: 24px;
        line-height: 32px;
    }
    span.bg-round {
        height: 24px;
    width: 24px;
    }
    .blog-card.small-card a.blog-card-sm img.img-blog {
    min-height: 246px;
    }
    .blog-card-meta {
            gap: 4px;
    }
    .blog-views {
            font-size: 13px;
    }
    .blog-comments {
           font-size: 13px;
    }
    .blog-card-content .blog-card-excerpt {
    margin: 0 0 10px 0;
    }
.service-content-wrapper.product-post-content .service-number {
    font-size: 20px;
}
.services-section {
        gap: 1rem;
    }
    .popular-filter-btn {
        padding: 8px 16px;
        font-size: 12px;
    }

    .popular-card-large {
        min-height: 300px;
    }

    .popular-card-large .popular-card-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .popular-card-small .popular-card-title {
        font-size: 16px;
        line-height: 22px;
    }
    #searchToggle {
    height: 32px;
    width: 32px;
}
span.search-bg {
    width: 23px;
    height: 23px;
}
.filter-btn.features-list {
    padding: 5px 10px 5px 20px;
    max-width: 137px;
 }
select#category-list {
    padding: 5px 34px 5px 20px;
    max-width: 209px;
}
span.search-bg img {
    width: 11px;
    height: 11px;
}
.posted-by span {
    font-size: 13px;
}
}


/* Subscribe Section */
.subscribe-section {
    position: relative;
    overflow: hidden;
    padding: 35px 0 0;
}

.subscribe-content {
     padding: 80px 72px;
     border-radius: 23px;
    background: #000;
    background-image: url('../img/blog/subscribe-bg.png');
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}
.subscribe-logo img {
    max-width: 150px;
    width: 100%;
}
.subscribe-left {
     flex: 2;
    display: flex;
    align-items: center;
        gap: 40px;
    justify-content: center;
}
.subscribe-logo {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.subscribe-text {
    flex: 1;
    padding-left: 50px;
}

.subscribe-title {
    color: #FFF;
    font-family: "Poltawski Nowy", serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 16px 0;
}

.subscribe-description {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.subscribe-right {
    flex: 1;
    max-width: 529px;
}

.subscribe-form {
    width: 100%;
}
.subscribe-input-wrapper span.wpcf7-form-control-wrap {
    position: relative;
}
.subscribe-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    /* margin-bottom: 20px;
    width: 100%; */
    justify-content: center;
}
.subscribe-input {
    width: 100%;
    padding: 12px 70px 12px 24px;
    border-radius: 170px;
    border: 1px solid #E5E5E5;
    background: #F0F0F0;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    transition: all 0.3s ease;
}

.subscribe-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.subscribe-input:focus {
    background: rgb(249 249 249);
    border-color: #E5E5E5;
}
.subscribe-input::placeholder {
color: #767676;
opacity: 1;
}
.subscribe-input::-webkit-input-placeholder { 
color: #767676;
}
.subscribe-input::-ms-input-placeholder { 
color: #767676;
}
.subscribe-btn {
    position: relative;
    right: 43px;
    width: 50px;
    height: 37px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C5962F 0%, #E7C562 40%, #F7DD7B 50%, #EFD271 70%, #E3C05D 80%, #DEB853 100%);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.subscribe-btn:hover {
    background: linear-gradient(135deg, #C5962F 0%, #E7C562 40%, #F7DD7B 50%, #EFD271 70%, #E3C05D 80%, #DEB853 100%);
    transform: scale(1.05);
}
.detail-description-section .wp-block-image img, .detail-description-section img.aligncenter {
    border-radius: 24px;
    margin: 0 0 !important;
}
#view-all-category-link .arrow-circle {
    width: 24px;
    height: 24px;
}
#view-all-category-link .arrow-circle img {
    width: 10px;
}
.subscribe-btn svg {
    width: 20px;
    height: 20px;
}

.subscribe-btn svg path {
    stroke: #000;
}

.subscribe-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.subscribe-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #E7C562;
}

.subscribe-checkbox label {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    padding-top: 10px;
}

.subscribe-checkbox label a {
    color: #E7C562;
    text-decoration: none;
    transition: color 0.3s ease;
}

.subscribe-checkbox label a:hover {
    color: #D4B04D;
    text-decoration: underline;
}

/* Responsive Styles for Subscribe Section */
@media (max-width: 1200px) {
    .subscribe-content {
        gap: 40px;
    }
section.industries-served.product-post-sec {
    padding: 40px 0;
}
.service-link-block:first-child {
    gap: 15px;
}
.services-section {
    gap: 2rem;
}
    .subscribe-title {
        font-size: 36px;
        line-height: 46px;
    }

    .subscribe-description {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    .subscribe-section {
        padding: 30px 0;
    }

    .subscribe-content {
        flex-direction: column;
        gap: 40px;
    padding: 40px 25px;
    }

    .subscribe-left {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .subscribe-right {
        max-width: 100%;
        width: 100%;
    }

    .subscribe-title {
        font-size: 32px;
        line-height: 42px;
    }
    .service-content-wrapper.product-post-content .service-number {
    font-size: 19px;
}

.service-description.product-view-category .industry-arrow-btn {
    padding-top: 5px;
            padding-bottom: 5px;
        line-height: 30px;
               max-width: 177px !important;
            margin-top: 15px;
}
.service-description.product-view-category button p {
        font-size: 14px;
         padding-right: 15px;
         line-height: 33px;
}
.most-popular-section {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
    

    .subscribe-left {
        gap: 20px;
    }

    .subscribe-logo img {
        width: 80px;
    }
.service-hd {
    font-size: 40px;
 }
    .subscribe-title {
        font-size: 28px;
        line-height: 38px;
    }

    .subscribe-description {
        font-size: 14px;
        line-height: 22px;
    }

    .subscribe-input {
        padding: 16px 60px 16px 20px;
        font-size: 14px;
    }

    .subscribe-btn {
        width: 44px;
        height: 44px;
    }

    .subscribe-btn svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 576px) {
    .subscribe-section {
        padding: 10px 0;
    }

    .subscribe-left {
        gap: 16px;
    }

    .subscribe-logo img {
        width: 70px;
    }
/* .service-content-wrapper.product-post-content .service-link-block {
        grid-template-columns: minmax(17rem, 1.5fr) 28rem 15.2rem;
    } */

    .subscribe-title {
        font-size: 24px;
        line-height: 32px;
    }

    .subscribe-description {
        font-size: 13px;
        line-height: 20px;
    }

    .subscribe-input {
        padding: 14px 56px 14px 18px;
        font-size: 13px;
    }

    .subscribe-btn {
        width: 40px;
        height: 40px;
        right: 46px;
    }

    .subscribe-btn svg {
        width: 16px;
        height: 16px;
    }

    .subscribe-checkbox {
        gap: 10px;
    }

    .subscribe-checkbox input[type="checkbox"] {
        width: 16px;
        height: 16px;
    }

    .subscribe-checkbox label {
        font-size: 12px;
        line-height: 18px;
    }
}

/* Highlights Section */
.highlight-section {
    padding: 50px 0;
    background: #ffffff;
    position: relative;
}
.highlights-wrapper {
    padding-right: 40px;
}

.highlights-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    line-height: 50px;
}

.highlights-title {
    color: #000;
font-family: Playfair;
font-size: 40px;
font-weight: 700;
line-height: 58px; /* 145% */
    margin: 0;
}

.highlights-header .view-all-btn {
    display: flex;
    gap: 10px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 500;
    background-color: #EFEFEF;
    border: none;
    cursor: pointer;
    position: relative;
    top: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    border-radius: 16px;
    max-width: 176px;
    width: 100%;
    border-radius: 28.5px;
    padding: 5px 12px 5px 25px;
    align-items: center;
    line-height: 40px;
}

/* .highlights-header .view-all-btn:hover {
    color: #E7C562;
} */

.highlights-header .arrow-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition: all 0.3s ease; */
}

.highlight-section .highlights-header .view-all-btn:hover {
    background: #000;
    color: #F7DD7B;
    border-color: #000;
}
.highlight-section .highlights-header .view-all-btn {
    right: 0;
}
/* 
.highlights-header .view-all-btn:hover .arrow-circle {
    background: #D4B04D;
    transform: translateX(4px);
} */

.highlights-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 40px;
}

.highlight-card {
    display: flex;
    gap: 33px;
    padding: 21px 23px;
    cursor: pointer;
    border-radius: 13px;
    border: 1px solid #E9E9E9;
    background: #FFF;
}

.highlight-image {
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

.highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 365px;
}

.highlight-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
}
:focus-visible {
    outline: none;
}
.highlight-title {
    margin:0 0 16px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000000;
font-family: "Poltawski Nowy";
font-size: 22px;
font-weight: 600;
line-height: 28px; /* 127.273% */
}

.highlight-excerpt {
    margin: 0 0 13px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #3C3C3C;
font-family: Poppins;
font-size: 16px;
font-weight: 400;
}

.highlight-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 29px; /* 241.667% */
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.highlight-author {
    color: #E7C562;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.highlight-date {
    color: #999;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

/* Stay Connected Section */
.stay-connected-wrapper {
    position: sticky;
    top: 100px;
}

.stay-connected-title {
    color: #000;
    font-family: Playfair;
    font-size: 40px;
    font-weight: 700;
    line-height: 58px; /* 145% */
    margin: 0 0 26px 0;
}

.social-links-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 30px;
    margin-top: 52px;
}

.social-link-card {
    display: flex;
    align-items: center;
    gap: 25px;
    padding:14px 32px;
    background-color: #F6F6F6;
    border-radius: 13px;
    text-decoration: none;
}
section.video-section .video-thumbnails-slider-wrapper {
    margin-top: 32px;
}
.social-link-card:hover {
    background: #EFEFEF;
}
section.video-section .video-player-wrapper {
    border-radius: 12px;
}
.social-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.facebook-icon {
    background: #000;
}

.twitter-icon {
    background: #000;
}

.instagram-icon {
    background: #000;
}

.youtube-icon {
    background: #000;
}

.social-icon svg {
    width: 24px;
    height: 24px;
}

.social-info {
   display: flex;
    flex-direction: row;
    gap: 4px;
    flex: 1;
    justify-content: space-between;
        align-items: center;
        color: #000;
font-family: Poppins;
font-size: 23px;
font-style: normal;
font-weight: 500;
line-height: 58px; /* 252.174% */
}

.social-name {
    text-transform: capitalize;
    color: #000;
font-family: Poppins;
font-size: 22px;
font-weight: 500;
}

.social-followers {
    color: #3C3C3C;
font-family: Poppins;
font-size: 16px;
font-weight: 400;
}

.product-banner {
    width: 100%;
    margin-top: 42px;
}

.product-banner img {
    width: 100%;
    display: flex;
    max-width: 447px;
    border-radius: 16px;
}

/* Responsive Styles for Highlights Section */
@media (max-width: 1200px) {
    .highlights-wrapper {
        padding-right: 20px;
    }

    .highlights-title,
    .stay-connected-title {
        font-size: 36px;
        line-height: 44px;
    }


    .highlight-title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .highlight-section {
        padding: 60px 0;
    }

    .highlights-wrapper {
        padding-right: 0;
        margin-bottom: 50px;
    }
.product-banner {
    display: flex;
    justify-content: center;
}
    .stay-connected-wrapper {
        position: static;
    }

    .highlights-title,
    .stay-connected-title {
        font-size: 32px;
        line-height: 40px;
    }

    .highlight-card {
        padding: 16px;
    }

   
}

@media (max-width: 768px) {
    .highlight-section {
        padding: 40px 0;
    }

    .highlights-header {
        margin-bottom: 30px;
    }

    .highlights-title,
    .stay-connected-title {
        font-size: 28px;
        line-height: 36px;
    }

    .highlights-list {
        gap: 20px;
            padding-top: 20px;
    }

    .highlight-card {
        flex-direction: column;
        padding: 16px;
    }

    .highlight-image {
        width: 100%;
        height: 200px;
    }

    .highlight-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .highlight-excerpt {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .social-link-card {
        padding: 16px 20px;
    }

    .social-icon {
        width: 44px;
        height: 44px;
    }

    .social-name {
        font-size: 15px;
    }

    .social-followers {
        font-size: 14px;
    }
}

/* @media (max-width: 576px) {
    .highlight-section {
        padding: 40px 0;
    }

    .highlights-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 25px;
    }

    .highlights-title,
    .stay-connected-title {
        font-size: 24px;
        line-height: 32px;
    }

    .highlights-header .view-all-btn {
        font-size: 13px;
    }

    .highlights-header .arrow-circle {
        width: 28px;
        height: 28px;
    }

    .highlight-card {
        padding: 14px;
    }

    .highlight-title {
        font-size: 16px;
        line-height: 24px;
    }

    .highlight-excerpt {
        font-size: 12px;
        line-height: 18px;
    }

    .highlight-author,
    .highlight-date {
        font-size: 10px;
    }

    .social-link-card {
        padding: 14px 16px;
        gap: 12px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
    }

    .social-icon svg {
        width: 20px;
        height: 20px;
    }

    .social-name {
        font-size: 14px;
    }

    .social-followers {
        font-size: 11px;
    }

    .product-banner {
        margin-top: 24px;
    }
}

/* Video Section Styles */
.video-section {
    padding: 80px 0;
    background: #fff;
}

.video-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.video-section-title {
    color: #1a1a1a;
    font-family: "Poltawski Nowy", serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
}

.video-player-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
}

.video-player-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    pointer-events: none;
    z-index: 1;
}

.video-player {
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

.video-section .video-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

.video-section .video-control-btn {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    transition: all 0.3s ease;
    cursor: pointer;
}

.video-section .video-control-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.05);
}

/* Video Thumbnail Slider */
.video-section-slider {
    margin-top: 50px;
}

.video-thumbnail-slider {
    position: relative;
}

.video-thumbnail-item {
    padding: 0 10px;
    cursor: pointer;
}

.video-thumbnail-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f8f8;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-thumbnail-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.video-thumbnail-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.video-player-wrapper .video-play-overlay {
    position: absolute;
    top: 18%;
    left: 10%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgb(0 0 0 / 70%);
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.3s ease;
}
.video-thumbnail-wrapper:hover .video-play-overlay {
    opacity: 0;
}
.video-player-wrapper:hover button.video-play-overlay {
    opacity: 0;
}
.video-play-btn {
    background: rgba(207, 175, 88, 0.9);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-play-btn:hover {
    background: rgba(207, 175, 88, 1);
    transform: scale(1.1);
}

.video-play-btn svg {
    margin-left: 3px;
}

.video-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.video-thumbnail-title {
    color: #1a1a1a;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 15px 0 0 0;
    text-align: center;
    transition: color 0.3s ease;
}

.video-thumbnail-item:hover .video-thumbnail-title {
    color: #CFAF58;
}

/* Slick Slider Customization for Video Thumbnails */
.video-thumbnail-slider .slick-dots {
    bottom: -50px;
    text-align: center;
}

.video-thumbnail-slider .slick-dots li {
    margin: 0 3px;
}

.video-thumbnail-slider .slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
    opacity: 1;
}

.video-thumbnail-slider .slick-dots li.slick-active button:before {
    color: #CFAF58;
}

.video-thumbnail-slider .slick-prev,
.video-thumbnail-slider .slick-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
}

.video-thumbnail-slider .slick-prev:hover,
.video-thumbnail-slider .slick-next:hover {
    background: #CFAF58;
    border-color: #CFAF58;
}

.video-thumbnail-slider .slick-prev:before,
.video-thumbnail-slider .slick-next:before {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.video-thumbnail-slider .slick-prev:hover:before,
.video-thumbnail-slider .slick-next:hover:before {
    color: #fff;
}

.video-thumbnail-slider .slick-prev {
    left: -20px;
}

.video-thumbnail-slider .slick-next {
    right: -20px;
}
/* Video Section Styles */
.video-section {
    padding: 50px 0;
    background-color: #fff;
    position: relative;
}
.view-all-btn-video {
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 17px;
}
.video-section-header button.view-all-btn-video {
    max-width: 176px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px 5px 27px;
    line-height: 40px;
    border-radius: 28.5px;
    color: #000000;
font-family: "Inter Tight";
font-size: 17px;
font-weight: 500;
line-height: 40px; /* 235.294% */
}
.video-thumbnails-slider-wrapper .thumbnail-play-overlay svg {
    max-width: 18px;
    width: 100%;
}
.video-section-header button.view-all-btn-video:hover {
background: #000;
    color: #F7DD7B;
    border-color: #000;
}
.thumbnail-wrapper {
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    display: block;
}

.thumbnail-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    pointer-events: none;
    z-index: 1;
}

.thumbnail-img {
    width: 100%;
    display: block;
    border-radius: 9px;
}

.thumbnail-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.video-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.video-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.video-player-wrapper {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
    aspect-ratio: 16/9;
}

.video-player-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    pointer-events: none;
    z-index: 1;
}

.video-section .video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-section .video-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-player-wrapper:hover .video-controls {
    opacity: 1;
}

.video-control-btn {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #000;
}

.video-control-btn:hover {
    background-color: #dfdfdf70;
    transform: scale(1.1);
}

.video-control-btn.play-pause-btn {
    width: 52px;
    height: 52px;
    background-color: rgba(255, 255, 255, 0.95);
}

.video-control-btn svg {
     width: 19px;
    height: 19px;
    stroke-width: 0.7 !important;
}

.video-control-btn.play-pause-btn svg {
    width: 27px;
    height: 27px;
    stroke-width: 1 !important;
}

/* View All Button */
.video-section .view-all-btn {
    background-color: #f5f5f5;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.video-section .view-all-btn:hover {
    background-color: #e8e8e8;
}

.video-section .arrow-circle {
    background-color: #D4AF37;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-section .arrow-circle img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

/* Playing state */
.video-player-wrapper.playing .play-icon {
    display: none;
}

.video-player-wrapper.playing .pause-icon {
    display: block !important;
}



/* Responsive Styles for Video Section */
@media (max-width: 992px) {
      .video-section-title {
        font-size: 2rem;
    }
    
    /* .video-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    } */
    .video-section {
        padding: 60px 0;
    }
    
    .video-section-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    /* .video-section-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    } */
    
    .video-thumbnail-img {
        height: 150px;
    }
    
    .video-thumbnail-title {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .video-section {
        padding: 50px 0;
    }
    
    .video-section-title {
        font-size: 28px;
        line-height: 36px;
    }
    .blog-top-banner .banner-title {
        font-size: 32px;
 }
     .blog-top-banner .banner-subtitle {
        font-size: 15px;
        line-height: 26px;
        width: 100%;
    }
    .blog-banner-hd {
    padding-top: 75px;
}
    .video-section-slider {
        margin-top: 40px;
    }
    
    .video-thumbnail-img {
        height: 120px;
    }
    
    .video-play-btn {
        width: 50px;
        height: 50px;
    }
    
    .video-thumbnail-slider .slick-prev {
        left: -15px;
    }
    
    .video-thumbnail-slider .slick-next {
        right: -15px;
    }
     .video-section {
        padding: 60px 0;
    }
    
    .video-section-title {
        font-size: 1.75rem;
    }
    
    .video-control-btn {
        width: 48px;
        height: 48px;
    }
    
    .video-control-btn.play-pause-btn {
        width: 64px;
        height: 64px;
    }
    
    .video-controls {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .video-section {
        padding: 40px 0;
    }
    
    .video-section-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .video-thumbnail-img {
        height: 100px;
    }
    
    .video-thumbnail-title {
        font-size: 13px;
        line-height: 18px;
        margin-top: 10px;
    }
    
    .video-controls {
        gap: 10px;
    }
    
    .video-control-btn {
        width: 40px;
        height: 40px;
    }
}