:root {
    --black: #000000;
    --white: #ffffff;
    --primary: #F9452D;
    --gray: #6D6D6D;
}

.bg-wrapper {
    background-image: url(../../images/pages/blogs/bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}

.hero-img  img{
    border-radius: 8px;
}
.thumbnail-rounded {
    border-radius: 8px;
}

.page_section .section-eyebrow {
    margin-bottom: 16px;
}

.page_section .heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: var(--white);
    margin-bottom: 16px;
}


.blog-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-meta__reading-time {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-meta__dot {
    --size: 4px;
    width: var(--size);
    height: var(--size);
    border-radius: 100%;
    background-color: #F9452D;
    flex-shrink: 1;
}

.blog-meta__date,
.blog-meta__time {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #B6B6B6;
}


.event-details {
    padding-top: 80px;
}

.blog-content-container .paragraph:not(:last-of-type) {
    margin-bottom: 20px;
}

.event-details-content {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.blog-faq-section {
    margin-top: 70px;
}

.social-icons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: flex-start;
    position: sticky;
    padding-top: 18px;
    gap: 8px;
    top: 0px;
}


.social-icons a {
    --size: 36px;
    width: var(--size);
    height: var(--size);
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

.faq-container {
    margin-bottom: 50px;
}

.black-button {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 14px 24px;
    background-color: var(--black);
    color: var(--white);
    border-radius: 4px;
    width: fit-content;
    display: block;
}

/* right section */


.insights-section {
    background: #ffffff;
    padding: 60px 20px;
}

.insights-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 32px;
    align-items: center;
}

.insights-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.insights-description {
    font-size: 15px;
    color: #555;
    margin-bottom: 16px;
}

.insights-tags span {
    margin-right: 10px;
    font-size: 13px;
    color: #1a73e8;
}

.case-study-preview {
    background: #0d2bd9;
    color: #fff;
    padding: 24px;
    border-radius: 6px;
}

.case-study-title {
    font-size: 18px;
    margin-bottom: 8px;
}

/* =======================================
   Social Post
======================================= */


.social-post__title {
    padding: 20px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
}

.post-card {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
}

.post-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.post-card__profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-card__avatar {
    --size: 36px;
    width: var(--size);
    height: var(--size);
}

.post-card__meta {
    display: flex;
    flex-direction: column;
}

.post-card__author {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
    margin-bottom: 2px;
}

.post-card__divider {
    display: none;
    --size: 3px;
    width: var(--size);
    height: var(--size);
    background-color: var(--gray);
}

.post-card__followers,
.post-card__time {
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 8px;
    line-height: 9px;
    color: #6D6D6D;
}

.post-card__menu {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 6px 2px;
}

.post-card__content p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.post-card__hashtags {
    color: #0A66C2;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.post-card__image {
    margin-top: 20px;
}

.post-card__image img {
    width: 100%;
    max-height: 150px;
    height: auto;
}

/* =======================================
   Advertisement Section
======================================= */

/* Card */
.service-card {
    background: #F9452D;
    border-radius: 8px;
    padding: 29px 40px 60px 40px;
    text-align: center;
    color: #fff;
    margin-top: 19px;
}

/* Top Label */
.service-card__label {
    font-weight: 500;
    font-size: 12px;
    line-height: 22.4px;
    letter-spacing: 20%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: inline-block;
    color: var(--black);
}

/* Illustration */
.service-card__illustration img {
    max-width: 100%;
    height: auto;
    margin-bottom: 27px;
}

/* Title */
.service-card__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 12px;
}

/* Description */
.service-card__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
}

/* Button */
.service-card__btn {
    display: inline-block;
    background: var(--black);
    color: var(--white);
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.service-card__btn:hover {
    background: var(--white);
    color: var(--black);
}

/*  */

.blog-article__title {
    font-size: 2.75rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.blog-content-container h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #000;
    margin-top: 60px;
    margin-bottom: 24px;
}

.blog-content-container img {
    width: 100%;
    height: auto;
}

.blog-content-container h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.85px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 16px;
}

.blog-content-container h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-top: 32px;
    margin-bottom: 16px;
}

.blog-content-container h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 28px;
    margin-bottom: 14px;
}

.blog-content-container h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 24px;
    margin-bottom: 12px;
}

.blog-content-container h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-content-container strong {
    font-weight: 600;
    color: #000;
}

.blog-content-container a {
    color: var(--primary);
    text-decoration: underline;
}

.blog-content-container a:hover {
    text-decoration: none;
}


.blog-content-container p {
    margin-bottom: 16px;
    color: #6D6D6D;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.blog-content-container p:last-child {
    margin-bottom: 0px;
}

.feature-highlight__indicator {
    width: 10px;
    height: 10px;
    background-color: #e53935;
    border-radius: 50%;
    margin-top: 0.6rem;
    flex-shrink: 0;
}

.feature-highlight__text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #d0d0d0;
}

.blog-content-container ul {
    padding-left: 1.25rem;
    margin-bottom: 1.5rem;
}

.blog-content-container ul li {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.blog-content-container ul li::marker {
    color: var(--primary);
}

.blog-content-container ol {
    padding-left: 1.25rem;
    margin-bottom: 1.5rem;
}

.blog-content-container ol li {
    margin-bottom: 1rem;
    line-height: 1.6;
}


/* Author Card */
.author-card {
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    background-color: var(--black);
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 150px;
}

.author-card__ms {}

.author-card__container {
    max-width: 1200px;
    margin: 0 auto;
}

.author-card__content {
    display: flex;
    gap: 1.5rem;
}

.author-card__avatar {
    --size: 64px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    flex-shrink: 0;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;

}


.author-card__info {
    display: flex;
    flex-direction: column;
}

.author-card__label {
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 20%;
    color: var(--primary);
}

.author-card__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    color: var(--white);
    margin-bottom: 12px;
}

.author-card__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--gray);
    margin-bottom: 30px;
}

.autho-card_bottom {
    display: flex;
    justify-content: space-between;
}

.author-card__socials {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    font-size: 0.9rem;
    color: #666;
    text-decoration: none;
    flex-wrap: wrap;
}

.author-card__socials a {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/*.author-card__socials a .default-icon {*/
/*    display: block;*/
/*}*/

.author-card__socials a .hover-icon {
    display: none;
}

.author-card__socials a img {
    /*max-width: 11px;*/
}

.author-card__socials a:hover {
    background-color: #E4E4E4 !important;
}

.author-card__socials a:hover .default-icon {
    display: none;
}

.author-card__socials a:hover .hover-icon {
    display: block;
}


/* microsoft black end  */
/* blog and case study section start  */
.blog-heading-wrapper {
    margin-bottom: 40px;
}

.blog-heading-wrapper .heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: #000000;
    margin-top: 16px;
}

.show-all {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
}

.show-all:hover {
    color: #F9452D;
}

.show-sm {
    display: none;
}

.show-lg {
    display: block;
}

/* blog start  */
.blog-item {
    margin-bottom: 20px;
}

.blog-item .blog-content {
    margin-top: 30px;
}

.blog-item .img-caption {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: normal;
    color: #F9452D;
    margin-bottom: 12px;
    display: inline-block;
}

.blog-item .heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--black);
    margin-bottom: 12px;
}

.blog-item .paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #6D6D6D;
}

/* blog end  */


/* case study start  */
.case-study-item {
    margin-bottom: 20px;
}

.case-study-item .case-study-content {
    margin-top: 20px;
}

.case-study-item .heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--black);
    margin-bottom: 12px;
    padding-right: 20px;
}

.case-study-item .paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #6D6D6D;
}

.faq-heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 67px;
    letter-spacing: -1.5px;
    color: #000000;
    margin-bottom: 20px;
}

.section-padding {
    padding: 80px 0;
}

.last-paragraph {
    margin-bottom: 0px;
}

/* Recommended Articles Section */
.recommended-articles {
    padding: 140px 0;
}

.recommended-articles .section-eyebrow {
    margin-bottom: 0px;
}

.author-desktop,
.faq-desktop {
    display: block;
}

.author-mobile,
.faq-mobile {
    display: none;
}

.post-card__detail {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

/* Recommended Articles Section */

@media (max-width: 1023px) {

    .bg-wrapper {
        padding: 50px 0;
    }

    .page_section .badge {
        margin-bottom: 20px;
    }

    .page_section .heading {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
        margin-bottom: 10px;
    }

    .blog-meta {
        margin-bottom: 60px;
    }

    .blog-meta__date,
    .blog-meta__reading-time {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.5px;
    }

    .event-details {
        padding-top: 16px;
        padding-bottom: 70px;
    }

    .blog-content .paragraph {
        font-size: 14px;
        line-height: 20px;
        padding-right: 0;
    }

    .blog-content .paragraph:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .faq-heading {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: -0.65px;
        margin-bottom: 0px;
    }

    .faq-accordion {
        margin-top: 10px;
    }

    .event-details-content {
        gap: 10px;
    }

    .social-icons a {
        --size: 28px;
        width: var(--size);
        height: var(--size);
    }

    .social-icons a img {
        max-width: 13px;
    }

    .blog-content-container h1 {
        margin-top: 40px;
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
    }

    .blog-content-container h2 {
        margin-top: 30px;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
    }

    .blog-content-container h3 {
        margin-top: 24px;
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .blog-content-container h4 {
        margin-top: 20px;
        margin-bottom: 6px;
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
    }

    .blog-content-container h5 {
        margin-top: 16px;
        margin-bottom: 6px;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }

    .blog-content-container h6 {
        margin-top: 14px;
        margin-bottom: 4px;
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
    }

    .blog-content-container p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .blog-article__list-item {
        margin-bottom: 10px;
    }

    .faq-container {
        padding: 0px;
        margin-bottom: 30px;
    }

    .blog-faq-section {
        padding-bottom: 50px !important;
    }

    .author-card {
        padding: 30px;
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .author-card__content {
        flex-direction: column;
        gap: 30px;
    }

    .author-card__label {
        font-size: 14px;
        line-height: 20px;
    }

    .author-card__name {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .author-card__description {
        font-size: 16px;
        line-height: 23px;
    }

    .autho-card_bottom {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .author-card__socials {
        gap: 9px;
    }

    .author-card__socials a {
        --size: 28px;
        width: var(--size);
        height: var(--size);
    }

    .service-card {
        padding: 30px 36px;
    }

    .service-card__title {
        margin-top: 30px;
    }

    .service-card__btn {
        padding: 10px 23px;
        font-size: 14px;
        line-height: 23px;
    }

    .author-mobile .author-card {
        margin: 0px;
    }

    .author-mobile {
        display: inline-block;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .faq-mobile {
        display: inline-block;
    }

    .post-card__author {
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
    }

    .post-card__followers,
    .post-card__time {
        line-height: 17px;
        font-size: 12px;
    }

    .post-card__divider {
        display: inline-block;
    }

    .post-card__detail {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }

    .blog-heading-wrapper {
        margin-bottom: 30px;
    }

    .blog-heading-wrapper .heading {
        font-weight: 400;
        font-size: 28px;
        line-height: 32px;
        margin-top: 15px;
    }

    .last-item .blog-content {
        margin-bottom: 0px !important;
    }

    .recommended-articles {
        padding-top: 0;
        padding-bottom: 70px;
    }

    .recommended-articles .blog-content {
        margin-bottom: 30px;
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .faq-heading {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: -0.56px;
    }
}