@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Inter Tight", sans-serif;
    border: 0;
    margin: 0;
    box-sizing: border-box;
}

.blog_banner {
    padding: 15px;
    margin-top: 95px;
}

.blog_banner_bg {
    background: #FAFAFA;
    border: 1px solid #F5F5F5;
    padding-block: 70px;
}

.blog-container {
    text-align: center;
}

.blog-container span {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 1px 2px 0px #0D0D120F;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #737373;
}

.blog-container h1 {
    font-weight: 600;
    font-size: 64px;
    line-height: 76.8px;
    color: #0A0A0A;
    letter-spacing: 0px;
    margin-block: 20px 20px;
}

.blog-container p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #525252;
    max-width: 650px;
    margin-inline: auto;
    width: 100%;
}

.all-articles {
    padding-block: 70px;
    
    margin-top: 95px;
}

.all-articles .article-container {
    max-width: 1160px;
    margin-inline: auto;
    width: calc(100% - 32px);
}

.article-header-txt h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 41.6px;
    color: #0A0A0A;
}

.article-header-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #737373;
    max-width: 640px;
    width: 100%;
    margin-top: 8px;
}

.blogs-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.portfolio input[type="radio"] {
    display: none;
}

.filter-tab-list {
    display: flex;
    gap: 12px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.filter-tab-list .filter-button {
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 1px 2px 0px #0D0D120F;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #737373;
    letter-spacing: 0.5px;
}

.portfolio .tabs .all {
    display: none;
    transform-origin: 10% 50%;
}

.portfolio .tabs .content {
    position: relative;
    overflow: hidden;
}

.portfolio .tabs .content img {
    height: 190px;
    width: 100%;
}

.portfolio .tabs label:not(:first-of-type) {
    margin-left: 0px;
}

.portfolio input[id="all"]:checked~.content .all {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[id="spotlight"]:checked~.content .spotlight {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[id="ProductUpdates"]:checked~.content .ProductUpdates {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[id="Company"]:checked~.content .Company {
    display: block;
    animation: animateTabe 1s;
}

.portfolio input[id="Productivity"]:checked~.content .Productivity {
    display: block;
    animation: animateTabe 1s;
}

.filter-tab-list .filter-button.active {
    cursor: default;
    background: rgb(7 136 255 / 15%);
    border: 1px solid #0788ff;
    color: #0A0A0A;
}

.blog-card {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 1px 2px 0px #0D0D120A, 0px 1px 3px 0px #0D0D120D;
    border-radius: 16px;
    padding: 16px;
    width: 100%;
}

.blog-card .blog-image img {
    width: 100%;
    height: 200px;
    border-radius: 8px;
}

.blog-card .blog-content h2.blog-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #0A0A0A;
}

.blog-card .blog-content p.blog-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20.4px;
    color: #737373;
    margin-block: 8px 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-card .blog-content a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0788ff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-category-date .blog-category {
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #0788ff;
}

.blog-category-date .blog-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    color: #525252;
}

.blog-category-date {
    display: flex;
    gap: 10px;
    color: #E5E5E5;
    font-size: 13px;
    align-items: center;
    margin-block: 12px 12px;
}

.article-search input[type="search"] {
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #09194821, 0px 1px 2px 0px #12376914;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    color: #0A0A0A;
    border-radius: 8px;
    padding: 9px 12px 9px 52px;
    width: 100%;
    background-image: url('https://phelixcyber.com/images/search-Icon.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 1.5% 50%;
}

.category-search-form {
    display: flex;
    gap: 21px;
    margin-bottom: 40px;
    margin-top: 22px;
    flex-direction: column;
}

.category-search-form .article-search {
    width: 100%;
}

.blog-view-more {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 1px 2px 0px #0D0D120F;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0A0A0A;
    margin-top: 40px;
    padding: 13px 10px;
}


.blog-detail-container {
    max-width: 700px;
    width: 100%;
    margin-inline: auto;
}
.blog-detail-container .return-to-blog {
    font-weight: 500;
    font-size: 14px;
    line-height: 22.4px;
    color: #525252;
    text-decoration: none;
}
.blog-detail-container .return-to-blog svg {
    margin-right: 7px;
}
.blog-detail-container .featured-image {
    width: 100%;
    height: 350px;
    border-radius: 8px;
    margin-top: 13px;
    object-fit: cover;
}

.blog-detail-container .blog-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 41.6px;
    color: #0A0A0A;
    margin-bottom: 12px;
}
.blog-detail-container p.blog-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    color: #737373;
}
.all-articles .blog-content-container {
    max-width: 700px;
    margin-inline: auto;
    width: calc(100% - 32px);
}
.blog-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525252;
}
.blog-text h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 41.6px;
    color: #0A0A0A;
    margin-bottom: 12px;
}
.blog-text h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 31.2px;
    color: #0A0A0A;
    margin-bottom: 12px;
}

.article-search input[type="search"]::placeholder {
    color: #7a7a7a;
    letter-spacing: 0.6px;
}


@media screen and (max-width:1199px) {
    .category-search-form {
        flex-wrap: wrap;
        gap: 14px;
    }
}

@media screen and (max-width:991px) {
    .blogs-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-search-form .article-search {
        width: 100%;
    }

    .article-search input[type="search"] {
        padding: 9px 12px 9px 42px;
        background-position: 10px 50%;
    }

    .blog-container h1 {
        font-size: 54px;
        line-height: 66.8px;
    }
    .all-articles {
        padding-block: 50px;
        margin-top: 72px;
    }
}


@media screen and (max-width:767px) {
    .filter-tab-list {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }

    .blog-container h1 {
        font-size: 48px;
        line-height: 57.8px;
    }

    .blog-container p {
        font-size: 16px;
        line-height: 24px;
    }

    .blog_banner_bg {
        padding-block: 50px;
    }

    .blogs-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-detail-container .featured-image {
        height: 200px;
    }
    .blog-detail-container .blog-title {
        font-size: 24px;
        line-height: 31.6px;
    }
    .blog-detail-container p.blog-description {
        font-size: 16px;
        line-height: 24.4px;
    }
    .blog-text h2 {
        font-size: 24px;
        line-height: 31.6px;
    }
    .blog-text h3 {
        font-size: 18px;
        line-height: 27.2px;
    }
}