:root {
    --black: #000000;
    --white: #ffffff;
    --primary: #F9452D;
    --gray: #6D6D6D;
    --bg: #F5F5F5;
}
.thumbnail-rounded {
    border-radius: 8px;
}
.page_section .badge {
    margin-bottom: 16px;
}

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

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


.event-details .row {
    gap: 84px;
}

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

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


.event-details-content {
    display: flex;
    flex-direction: column;
    /*gap: 84px;*/
}

.event-details-content .page_section {
    max-width: 783px;
    margin-bottom: 50px;
}


.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;
}

ul:last-child {
    margin-bottom: 0px !important;
}

ul:last-child li:last-child {
    margin-bottom: 0px !important;
}


/* right section */

/*.blog-content-container h2:first-child {*/
/*    margin-top: 0px;*/
/*}*/

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

/*.blog-content-container h2 {*/
/*    font-weight: 400;*/
/*    font-size: 28px;*/
/*    line-height: 40px;*/
/*    color: #000;*/
/*    margin-top: 40px;*/
/*    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 h1, .blog-content-container h1 strong, .blog-content-container h1 b, .blog-content-container h1 span,
.blog-content-container h2, .blog-content-container h2 strong, .blog-content-container h2 b, .blog-content-container h2 span
{
    font-weight: 400 !important;
    font-size: 28px;
    line-height: 40px;
    color: #000;
    letter-spacing: -0.85px;
    margin-top: 30px;
    margin-bottom: 16px;
}



.blog-content-container h3, .blog-content-container h3 strong, .blog-content-container h3 b, .blog-content-container h3 span,
.blog-content-container h4, .blog-content-container h4 strong, .blog-content-container h4 b, .blog-content-container h4 span,
.blog-content-container h5, .blog-content-container h5 strong, .blog-content-container h5 b, .blog-content-container h5 span,
.blog-content-container h6, .blog-content-container h6 strong, .blog-content-container h6 b, .blog-content-container h6 span
{
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    letter-spacing: normal;
    margin-top: 30px;
    margin-bottom: 10px;
}

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

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

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

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

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


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



.blog-content-container ul {
    padding-left: 24px;
    margin-bottom: 24px;
}

.blog-content-container ul li {
    color: #6D6D6D;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.blog-content-container ul li b , .blog-content-container ul li strong  {
    color: #000000;
    font-weight: 500;
}

.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;
}

/* Stats */
.stats-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.stat-item {
    position: relative;
    padding-left: 20px;
}

.stat-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 1px;
    height: 94%;
    background: var(--primary);
    /* change to your primary color */
}

.stat-item h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: var(--black);
    margin-bottom: 8px;
}

.stat-item p {
    font-size: 14px;
    color: var(--gray);
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}

/* Stats */


/* Right Side Info */
.case-sidebar-wrapper {
    padding: 30px;
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    position: sticky;
    top: 130px;
}

.case-item {
    margin-bottom: 14px;
}

.case-item h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 25px;
    color: #000;
}

.case-item p {
    line-height: 25px;
    font-size: 16px;
    color: var(--gray);
    margin: 0 0 5px 0;
}
.case-item a {
    color: #F9452D !important;
}

.case-cta {
    margin-top: 40px;
    padding: 36px;
    background: var(--bg);
    border-radius: 16px;
    text-align: center;
}

.case-cta h2 {
    font-size: 28px;
    margin-bottom: 24px;
    line-height: 40px;
    font-weight: 400;
    color: var(--black);
}

.btn-primary {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    min-width: 160px;
    line-height: 20px;
    font-weight: 400;
}

/* Right Side Info */

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

.blog-heading-wrapper .section-eyebrow {
    margin-bottom: 16px;
}

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

.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;
}


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

.cta-mobile {
    display: none;
}

.cta-desktop {
    display: block;
}

/* Recommended Articles Section */

@media (max-width: 1023px) {

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

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

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

    .page_section .paragraph {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px;
        letter-spacing: -0.5px;
    }

    .event-details {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .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-question:first-child {
        padding-top: 0px;
    }

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

    .event-details-content .page_section {
        margin-bottom: 10px;
    }

    .blog-content-container {
        padding-top: 0px;
    }

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

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

    .blog-content-container h1, .blog-content-container h1 strong, .blog-content-container h1 b, .blog-content-container h1 span,
    .blog-content-container h2, .blog-content-container h2 strong, .blog-content-container h2 b, .blog-content-container h2 span
    {
        font-weight: 400 !important;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.2px;
        margin-top: 20px;
        margin-bottom: 10px;
    }



    .blog-content-container h3, .blog-content-container h3 strong, .blog-content-container h3 b, .blog-content-container h3 span,
    .blog-content-container h4, .blog-content-container h4 strong, .blog-content-container h4 b, .blog-content-container h4 span,
    .blog-content-container h5, .blog-content-container h5 strong, .blog-content-container h5 b, .blog-content-container h5 span,
    .blog-content-container h6, .blog-content-container h6 strong, .blog-content-container h6 b, .blog-content-container h6 span
    {

        font-size: 16px;
        line-height: 25px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .blog-content-container p {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .blog-content-container ul li {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 12px;
    }

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

    .stats-wrapper {
        display: grid;
        margin-top: 30px;
        margin-bottom: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-item h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .stat-item p {
        font-size: 14px;
        line-height: 20px;
    }

    .case-cta {
        padding: 30px 36px;
    }

    .btn-primary {
        padding: 12px;
        font-size: 12px;
        line-height: 16px;
    }

    .cta-mobile {
        display: block;
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .cta-desktop {
        display: none;
    }

    .case-sidebar-wrapper {
        margin-top: 50px;
        padding-top: 30px;
    }

    .case-item:last-child {
        margin-bottom: 0px;
    }

    .case-item:last-child p {
        margin-bottom: 0px;
    }

    .case-item h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .case-item p {
        font-size: 16px;
        line-height: 25px;
    }

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


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

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

    .blog-item .heading {
        font-size: 16px;
        line-height: 20px;
    }

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

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

    .case-cta h2 {
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
        padding: 0 20px;
    }
}

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