/*List detail page CSS Start Here 27-01-2025*/

.detail_container {
    max-width: 1384px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 20px 120px 20px;
}
.detail_row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 24px;
}
.event_webinar_video_sec {
    width: 100%;
    background-color: #F7F4F3;
    border-radius: 16px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 36px;
}
.video_embed_code {
    height: 755px;
    width: 100%;   
    position: relative;
}
.no-video .video_thumb {
    pointer-events: none !important;
    cursor: unset !important;
}
.video_embed_code .video_thumb {
    z-index: 1;
    transition: all 0.5s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    padding:0px;
    cursor: pointer;
}
.video_embed_code .video_thumb img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}
.video_embed_code .video_thumb svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 130px;
    height: auto;
}
.video_item {
    width: 100%;
    height: 100%;
}
.video_embed_code iframe {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/*.video_embed_code .video_item {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}*/
.detail_sidebar {
    width: 318px;
}
.detail_info {
    width: calc(100% - 342px);
}
.post_info h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 62.4px;
    display: block;
    color: var(--e-global-color-text);
}
.detail_info, .detail_info p {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: var(--e-global-color-text);
}
/*.detail_info p {
    display: inline-block;
}*/
.post_info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 24px;
    column-gap: 24px;
}
.post_main_image {
    width: 100%;
    margin-top: 36px;
    border-radius: 16px;
    /*min-height: 526px;*/
    overflow: hidden;
    /*margin-bottom: 60px;*/
}
.post_basic_content img {
    border-radius: 16px;
    margin-bottom: 0;
}
.detail_info section.post_basic_info + section {
    margin-top: 60px;
}
.post_main_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Sidebar css */
.detail_sidebar .sidebar_row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 24px;
}
.single-case-study .detail_sidebar .sidebar_row {
    justify-content: center;
}
.sidebar_sticky {
    position: sticky;
    top: 170px;
}
.top_header_out .sidebar_sticky {
    top: 125px;
}
.detail_sidebar .sidebar_row > div {
    display: inline-block;
    position: relative;
    width: 100%;
    line-height:0;
}
.post_cat .categorytag {
    padding-left: 24px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 1.4px;
    position: relative;
    padding-left: 23px;
    color: #FD4B55;
}
.post_cat .categorytag:before {
    content: '';
    width: 11px;
    height: 13px;
    background: url('/wp-content/uploads/2025/01/sp_cust_arrow.svg') no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 4px;
}
.detail_sidebar .event_meet_btn {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 12px;
    column-gap: 12px;
}
.event_meet_btn a {
    width: max-content;
    background-color: var(--pix-secondary);
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 18.2px;
    letter-spacing: 1.2px;
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent) !important;
    outline: 1px solid var(--e-global-color-accent);
    padding: 18px 032px 18px 032px;
    transition: all 0.5s ease;
    display: flex;
    max-width: 300px;
    align-items: center;
}
.event_meet_btn a span {
    width: calc(100% - 30px);
}
.event_meet_btn a:hover {
    outline-color: var(--pix-secondary);
    background-color: transparent;
    color: var(--pix-secondary) !important;
}
.event_meet_btn a svg path {
    fill: var(--e-global-color-accent);
    transition: all 0.5s ease;
}
.event_meet_btn a:hover svg path { 
    fill: var(--pix-secondary) !important;
}
.event_meet_btn a svg {
    margin-right: 12px;
    width: 18px;
    height: 18px;
}
.sidebar_row .date {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    column-gap: 12px;
    row-gap: 12px;
    outline: 1px solid #19174126;
    border-radius: 100px;
}
.sidebar_row .date span {
    font-family: General Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.sidebar_row .event_inner_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.sidebar_row .event_inner_detail .event_item {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    width: 100%;
    padding: 16px 0px;
    border-bottom: 1px solid #19174126;
}
.event_item .heading {
    font-family: 'General Sans';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    width: 100%;
}
.event_item span {
    font-family: 'General Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: var(--e-global-color-text);
}

.sidebar_row .author_inner {
    background: #F7F4F3;
    padding: 16px;
    border-radius: 16px;
}
.sidebar_row .author_inner .author_head {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 12px;
    color: var(--e-global-color-text);
    padding-bottom: 16px;
}
.sidebar_row .author_pic {
    width: 48px;
    height: 48px;
    border-radius: 500px;
    overflow: hidden;
    background-color: #F7F4F3;
}
.sidebar_row .author_pic > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author_name {
    width: calc(100% - 60px);
}
.author_name {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 4px;
}
.author_name span {
    width: 100%;
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    color: var(--e-global-color-text);
}
.author_name p {
    margin: 0;
    font-family: General Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: var(--e-global-color-text);
}
.author_info {
    border-top: 1px solid var(--e-global-color-text);
    padding-top: 16px;
}
.author_info p {
    font-family: General Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    /*padding-right: 5px;*/
    color: var(--e-global-color-text);
}
.post_share_info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 12px;
}
.post_share_heading {
    color: var(--e-global-color-text);
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    width: 100%;
}
.post_share_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    row-gap: 12px;
    column-gap: 12px;
}
.post_share_item a {
    width: 36px;
    height: 36px;
    border-radius: 500px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.post_share_item a img {
    width: 100%;
    height: 100%;
}
.post_share_item a:hover {
    transform: rotate(360deg);
}

/*basic_content Css*/
.sec_top_double_space {
    margin-top: 60px;
}
.post_publication_form_pdf_buttons.sec_top_double_space {
    margin-top: 80px;
}
.post_publication_form_pdf_buttons:not(.sec_top_double_space) {
    margin-top: 32px;
}
.detail_info .post_basic_content.sec_top_double_space + .post_basic_content.sec_top_double_space {
    margin-top: 120px;
}
.detail_info .post_info h1 {
    margin-top: 0;
    margin-bottom: 0px !important;
}
.detail_info {
    /*padding-top: 60px;*/
    /*padding-bottom: 60px;*/
}
.detail_info p, 
.detail_info i, 
.detail_info strong, 
.detail_info b {
    color: var(--e-global-color-text) !important;
    font-family: 'General Sans' !important;
}
.detail_info .large_heading, 
.detail_info h1, 
.detail_info h2,
.detail_info h3,
.detail_info h4,
.detail_info h5,
.detail_info h6,
.detail_info .heading {
    font-family: 'Manrope' !important;
    margin-top: 60px;
    display: block;
    font-weight: 700 !important;
    display: inline-block;
    width: 100%;
} 
.post_info h1 {
    font-weight: 400 !important;
}
.post_dec p,
.detail_info p {
    margin-bottom: 0px;
}
.post_dec p:not(:first-child) {
    margin-top: 24px !important;
}
.detail_info p+p:not(:first-child) {
    margin-top: 24px !important;
}
.detail_info p b, 
.detail_info p strong, 
.detail_info b {
    font-weight: 700 !important;
}
.detail_info .large_heading {
    font-size: 40px;
    font-weight: 700 !important;
    line-height: 52px;
    margin-top: 0px;
    margin-bottom: 32px;
}

.detail_info a {
    font-family: General Sans;
    font-weight: 700 !important;
    color: var(--e-global-color-secondary) !important;
    text-decoration: underline !important;
    transition: all 0.5s ease;
}
.detail_info a:hover { 
    color: var(--e-global-color-text) !important;
    text-decoration: none;
}
.detail_info h1 {
    margin-bottom: 32px !important;
    font-size: 48px;
    line-height: 62.4px;
}
.detail_info h2 {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 52px;
}
.detail_info h3 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 42px;
}
.detail_info h4 {
    margin-bottom: 20px;
    line-height: 31.2px;
    font-size: 24px;
}
.detail_info h5,
.detail_info h6  {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 27px;
}
.detail_info h6, .detail_info .heading {
    margin-bottom: 12px;
}

section.post_basic_content>:is(h1, h2, h3, h4 , h5, h6 ),
section.post_dec>:is(h1, h2, h3, h4 , h5, h6 ) {
    margin-top: 0 !important;
}

.post_basic_content p + :is(h1, h2, h3, h4 , h5, h6 ),
.post_dec p + :is(h1, h2, h3, h4 , h5, h6 ){
    margin-top: 60px !important;
}
.post_dec img {
    border-radius: 16px;
    margin: 0;
}
.post_basic_info .post_dec  ol + p , .post_basic_info .post_dec  ul + p {
        margin-top: 0px !important; 
}
.post_basic_info P + ol, .post_basic_info p + ul,
.post_basic_content P + ol, .post_basic_content p + ul {
    margin: 32px 0px;
}
.post_listing ul {
    margin-top: 0px;
    margin-bottom: 0px;
}
.post_listing_head p:last-child {
    margin-bottom: 32px;
}
.post_listing_bottom p:first-child {
    margin-top: 32px;
}
/*Detail listing Section Css*/
.detail_info .post_listing_head h4 {
    margin-bottom: 16px;
}
.detail_info ul, .detail_info ol {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 12px;
    column-gap: 12px;
}
.detail_info ul li, .detail_info ol li { 
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    padding-left: 43px;
    position: relative;
    display: block;
}
.detail_info li strong {
    font-weight: 600 !important;
}
.detail_info li em, .detail_info li strong, .detail_info li a, .detail_info li i, .detail_info li b, .detail_info li span {
   display: contents;
   font-size: inherit;
   line-height: inherit;
}
/*Bullets Listing css*/
.detail_info ul li:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fb4958;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}
/*Number Listing css*/ 
.detail_info ol, 
ul.post_list.number-list {
    counter-reset: li;
}
.detail_info ol li,
ul.post_list.number-list li,
ul.check-right-list li,
ul.check-wrong-list li  {
    /*display: flex;
    align-items: center;
    column-gap: 0px;
    row-gap: 0px;
    padding: 0;*/
    padding-left: 43px;
    position: relative;
}
.detail_info ol li:before,
ul.post_list.number-list li:before {
    content: counter(li);
    counter-increment: li;
    height: 27px;
    width: 27px;
    text-align: center;
    display: flex;
    justify-content: center;
    background: #FFDADB;
    color: #FD4B55;
    border-radius: 6px;
    font-weight: 500;
    line-height: 0px;
    align-items: center;
    position: absolute;
    top: -1px;
    transform: unset;
    left: 0;
}
/*Check and Check wrong list css*/

.detail_info .check-right-list li:before,
.detail_info .check-wrong-list li:before {
    content: '';
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
    transform: unset;
    background-image: url('/wp-content/uploads/2025/01/list_check_icon_v2.svg');
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
    background-color: rgba(212, 240, 223, 1);
    padding: 5px;
    border-radius: 6px;
}
.detail_info .check-wrong-list li:before {
    background-image: url('/wp-content/uploads/2025/01/list_disadvantages_icon_v2.svg');
    background-color: rgba(255, 218, 219, 1);
}
.detail_info .check-right-list.red-check li:before {
    background-image: url('/wp-content/uploads/2025/02/read-check-icon.svg');
    background-color: rgba(255, 218, 219, 1);
}


/* Quote Section css*/
.post_quote_items {
    margin-top: 32px;
}
.post_quote_items .quote_item {
    background: #F7F4F3;
    padding: 32px 32px 32px 28px;
    border-radius: 16px;
    border-left: 4px solid #FD4B55;
    display: flex;
    flex-wrap: wrap;
    row-gap: 48px;
    column-gap: 48px;
}
.quote_txtinfo p {
    font-family: 'General Sans';
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.quote_profile {
    display: flex;
    align-content: center;
    align-items: center;
    column-gap: 16px;
    row-gap: 16px;
    width: 100%;
}
.quote_profile_img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    overflow: hidden;
}
.quote_profile_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quote_person_info {
    width: calc(100% - 76px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 10px;
    column-gap: 10px;
}
.quote_person_info > span {
    width: 100%;
    display: block;
}
.quote_person_info .quote_person_title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Manrope';
}
.quote_person_info .quote_person_position {
    font-family: 'General Sans';
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.post_card_items {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: max-content;
}
.post_card_items .card_items {
    height: max-content;
    box-shadow: 0px 30px 40px 0px #19174114;
    outline: 1px solid #F7F4F3;
    border-radius: 16px;
    padding: 24px 24px 32px 24px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    column-gap: 24px;
    background-image: url('/wp-content/uploads/2025/01/blog_card_bg_shape_img.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
}
.card_img {
    display: block;
    height: 100px;
    width: 100px;
}
.card_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
    column-gap: 16px;
}
.card_info .card_heading {
    font-family: 'Manrope';
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.card_info .card_dec, .card_info .card_dec p {
    font-family: 'General Sans';
    font-size: 14px !important;
    line-height: 21px;
    font-weight: 400;
}
.card_btn {
    margin-top: 8px;
}
.card_btn > a {
    font-family: 'General Sans';
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 15.6px;
    letter-spacing: 0.1em;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    align-content: center;
    column-gap: 12px;
    width: max-content;
    text-transform: uppercase;
}
/*Voice and Text Queries css*/
.post_voice_items {
    margin-top: 32px;
}
.voice_item {
    padding: 16px 24px;
    display: flex;
    align-content: center;
    align-items: center;
    column-gap: 24px;
    row-gap: 24px;
    box-shadow: 0px 30px 40px 0px #19174114;
    outline: 1px solid #F7F4F3;
    border-radius: 16px;
    transition: all 0.5s ease;
}
.voice_item:hover {
    outline: 1px solid #FD4B55;
    background: #FD4B551A;
}
.voice_img {
    width: 40px;
    height: 40px;
}
.voice_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.voice_info {
    width: calc(100% - 64px);
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.voice_info .voice_heading {
    font-family: 'Manrope';
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 700;
}
.voice_info .voice_dec, .voice_info .voice_dec p {
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 400;
}

/*Post CTA css*/
.post_cta_sec {
    margin-top: 32px;
    background-color: transparent;
    background-image: linear-gradient(273.12deg, #FD4B55 0%, #323059 100%);
    padding: 72px 0px;
    border-radius: 16px;
    position: relative;
}
.post_cta_inner {
    max-width: 668px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    column-gap: 32px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.post_cta_sec:before, .post_cta_sec:after {
    content: "";
    content: '' !important;
    top: 0;
    bottom: 0;
    left: 0;
    width: 284px;
    background-image: url('/wp-content/uploads/2024/11/mig-1-1.svg');
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 20% !important;
    pointer-events: none;
    background-position: top left;
}
.post_cta_sec:after {
    left: auto;
    right: 0;
    background-image: url('/wp-content/uploads/2024/11/Group-2-1.svg');
    background-size: cover;
    opacity: 100% !important;
    background-position: bottom right;
}
.cta_heading {
    font-family: 'Manrope';
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    text-align: center;
    color: #ffffff;
}
.post_cta_btn a {
    background-color: var(--e-global-color-9b14a11);
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 18.2px;
    letter-spacing: 1.2px;
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text) !important;
    outline: 1px solid var(--e-global-color-accent);
    padding: 18px 032px 18px 032px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    column-gap: 12px;
    row-gap: 12px;
}
.post_cta_btn a svg {
    width: 18px;
    height: 18px;

}
.post_cta_btn a:hover {
    background-color: #FFFFFF00;
    color: var(--e-global-color-accent) !important;
}
.post_cta_btn a svg path {
    transition: all 0.5s ease;
}
.post_cta_btn a:hover svg path {
    fill: var(--e-global-color-accent);
}

/*Post Accordion css*/
.post_accordion_inner {
    margin-top: 32px;
}
.post_accordion_items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 12px;
}
.post_accordion_items .accordion_item {
    background: #F7F4F3;
    border-radius: 16px;
}
.accordion_title {
    padding: 24px;
    display: flex;
    align-items: center;
    align-content: center;
    row-gap: 13px;
    column-gap: 13px;
    transition: all 0.5s ease;
    cursor: pointer;
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 700;
    font-family: 'Manrope';
}
.accordion_title svg {
    width: 23px;
    height: 23px;
    transition: all 0.5s ease;
}
.accordion_title span {
    width: calc(100% - 36px);
}
.accordion_title svg path {
    transition: all 0.5s ease;
}
.accordion_dec {
    padding: 0px 24px 24px 60px;
}

/*Active Accordion*/
.accordion_title:hover ,
.post_accordion_items .accordion_item.active_item .accordion_title {
    color: var(--e-global-color-secondary);
}
.post_accordion_items .accordion_item.active_item .accordion_title {
    padding-bottom: 16px;
}
.accordion_title:hover svg path,
.post_accordion_items .accordion_item.active_item .accordion_title svg path  {
    fill: var(--e-global-color-secondary);
}
.post_accordion_items .accordion_item.active_item .accordion_title svg {
    transform: rotateX(190deg);
}
/*Content Block section css*/
.block_content_inner {
    margin-top: 60px;
}
.block_content_items {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 24px;
}
.block_content_items .block_item_bulk {
    display: flex;
    row-gap: 24px;
    column-gap: 24px;
}

.block_item {
    background-image: url(/wp-content/uploads/2025/01/blog_card_bg_shape_img.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    box-shadow: 0px 30px 40px 0px #19174114;
    outline: 1px solid #F7F4F3;
    padding: 24px;
    border-radius: 16px;
    width: 100%;
}
.block_item.one_half {
    width: calc(50% - 12px);
    background-position: 100% calc(100% + 22px);
}
.block_item, .block_item p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'General Sans';
    letter-spacing: 0;
}
/*Post Pictures section css*/
.picture_content_inner {
    margin-top: 60px;
}
.pictures_content_items {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    column-gap: 60px;
}
.picture_item {
    display: flex;
    align-items: center;
    column-gap: 24px;
    row-gap: 24px;
}
.picture_item.picture_item_revert {
    flex-direction: row-reverse;
}
.picture_item.full_width_picture {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    column-gap: 12px;
}
.picture_img {
    border-radius: 16px;
    overflow: hidden;
    width: 489px;
}
.picture_info {
    width: calc(100% - 513px);
}
.picture_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 256px;
}

.full_width_picture .picture_img, 
.full_width_picture .picture_info {
    width: 100%;
    text-align: center;
    line-height: 0;
}
.picture_info, .picture_info p {
    font-family: 'General Sans';
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
/*Releted post section css*/
.related_post_sec {
    background: #ECEADF;
    padding: 120px 0px 60px;
}
.related_casestudy{
	padding: 120px 0px 120px;
}
.related_post_sec .related_post_sec_contaner {
    max-width: 1384px;
    margin: 0 auto;
    padding: 0px 20px;
}

.reletd_post_head {
    text-align: center;
}
.reletd_post_head > h2 > span {
    color: var(--e-global-color-secondary);
}
.releted_post_slider .slick-arrow {
    width: 70px;
    height: 70px;
    border: 1px solid var(--e-global-color-secondary);
    font-size: 0;
    background-color: transparent;
    background: url('/wp-content/uploads/2024/12/slider-arrow-red.svg') no-repeat center / 24px;
    border-radius: 50%;
    transition: background-color 0.3s linear;
    padding: 0;
    position: absolute;
    top: calc(50% - 35px);
    right: calc(100% + 24px);
    z-index: 1;
}
.releted_post_slider .slick-arrow.slick-next {
    transform: rotateY(180deg);
    right: auto;
    left: calc(100% + 24px);
}
.releted_post_slider .slick-arrow:hover {
    background-color: var(--e-global-color-secondary);
    background-image: url('/wp-content/uploads/2024/12/slider-arrow-white.svg');
}
.releted_post_slider .slick-list {
    margin: 0 -12px;
    padding: 60px 0px 60px;
}
.releted_post_slider.single_slide {
    display: flex;
    justify-content: center;
    column-gap: 24px;
    padding: 60px 0px 60px;
}
.releted_post_slider.single_slide .post_block {
    width: calc(33.33% - 16px);
}
.releted_post_slider .slick-track {
    display: flex;
}
.releted_post_slider .slick-slide {
    margin: 0 12px;
    height: auto;
}
.releted_post_slider .slick-list::before, 
.releted_post_slider .slick-list::after {
    content: '';
    background: linear-gradient(90deg, #eceadf 70%, transparent);
    width: 50px;
    height: 100%;
    position: absolute;
    left: -37px;
    top: 0;
    z-index: 1;
    user-select: none;
    pointer-events: none;
}
.releted_post_slider .slick-list::after {
    left: auto;
    right: -37px;
    background: linear-gradient(270deg, #eceadf 70%, transparent);
}
.single .site-footer2.bg-white {
    background-color: #eceadf !important;
}
.single.single-case-study .site-footer2.bg-white {
    background-color: #eceadf !important;
}
.related_post_sec .post_btn > a {
    font-weight: 600;
}
.single-videos .related_post_sec .post_image {
    height: 241px;
}
/*Map Section */
.post_map_item {
    margin-top: 60px;
}
.post_map_item .map-frame {
    min-height: 462px;
    border-radius: 16px;
    box-shadow: 0px 35px 60px 0px #0000000D;
    border: 8px solid #ffffff;
}
/*List detail page CSS Start Here 27-01-2025*/

.detail_info section :is(h1, h2, h3, h4, h5, h6) + ul, .detail_info section :is(h1, h2, h3, h4, h5, h6) + ol {
    margin-top: 0px !important;
    margin-bottom: 0px;
}

/* Publication PDF */

.post_pdf_items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    gap: 24px 30px;
    margin: 0px;
    padding: 0px;
}
.ty_btn_row.post_pdf_items ul {
    justify-content: center;
}
.post_pdf_items ul li {
    width: calc(50% - 15px);
    padding: 0 !important;
}
.post_pdf_items ul li::before {
    display: none;
}
.post_pdf_items ul li > a.button-link {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    text-align: center;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 700 !important;
    font-family: 'Manrope';
    border: 1px solid #FD4B55;;
    background: #FFFEFD;
    box-shadow: 0px 30px 40px 0px rgba(25, 23, 65, 0.08);
    padding: 23px 12px;
    color: #FD4B55;
}
.ty_btn_row.post_pdf_items ul li > a.button-link { 
    column-gap: 16px;
}
.mfp-bg {
    background: #191741 !important;
}
.post_pdf_items ul li > a.button-link span.btn_svg, 
.post_pdf_items ul li > a.button-link span.btn_svg > svg {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
}
.post_pdf_items ul li > a.button-link:hover {
    background: #FD4B55;
    color: #fff !important;
}

/* POPUP */
html.modalopen {
    overflow: hidden;
}
.publication_modal_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(25 23 65 / 80%);
    z-index: 9;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
}
.publication_modal_wrapper.show {
    opacity: 1;
    visibility: visible;
}
.publication_modal {
    max-width: 1376px;
    padding: 0 16px;
    margin: 80px auto;
    position: relative;
}
.publication_modal.ty_modalopen {
    max-width: 928px;
}
button.mfp-close:active { 
    top: auto;
}
.modal_close, button.mfp-close {
    position: absolute !important;
    top: auto;
    right: auto;
    left: calc(100% - 8px) !important;
    bottom: calc(100% + 8px) !important;
    width: 24px !important;
    height: 24px !important;
    background: url(/wp-content/uploads/2024/12/Spitch-mobile-menu-close-icon.svg) no-repeat center / contain !important;
    cursor: pointer !important;
    opacity: 1 !important;
    border: none !important;
    padding: 0 !important;
    color: transparent !important;
}
.pdf_popup_row > .pdf_popup_img {
    position: relative;
    max-width: 503px;
    padding-bottom: 11px;
    margin: 21px;
}
img.pop_img1 {
    -webkit-mask-image: url('/wp-content/uploads/2025/03/img1-mask.svg');
    mask-image: url('/wp-content/uploads/2025/03/img1-mask.svg');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
    object-fit: cover;
    max-width: 451px;
    height: 523px;
}
img.pop_img2 {
    width: 215px;
    height: 249px;
    -webkit-mask-image: url('/wp-content/uploads/2025/03/img2-mask.svg');
    mask-image: url('/wp-content/uploads/2025/03/img2-mask.svg');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    object-fit: cover;
    position: absolute;
    right: 0px;
    top: 0px;
}
.pdf_popup_row > .pdf_popup_img::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2025/03/mask-shape-v2.svg')no-repeat center/contain;
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: bottom right;
}

.pdf_popup_row {
    padding: 79px 71px 79px 79px;
    border-radius: 16px;
    background: #FFFEFD;
    border: 1px solid #F7F4F3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 100px;
    box-shadow: 0px 30px 40px 0px rgba(25, 23, 65, 0.08);
}
.pdf_popup_row > * {
    width: calc(50% - 50px);
    max-width: 546px;
}
.pdf_popup_content {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.pdf_title {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.popup_sub_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 12px;
}
.popup_sub_title > img {
    width: 13px;
    height: 11px;
    object-fit: contain;
}
.popup_sub_title > span {
    display: inline-block;
    width: calc(100% - 25px);
}
.popup_sub_title {
    color:  #FD4B55;
    font-family: "General Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin: 0;
}
.popup_title {
    color: #191741;
    font-family: 'Manrope';
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px
}

.ty_popup_row {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
    padding: 48px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 30px 40px 0px rgba(25, 23, 65, 0.08);
}
.ty_popup_img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ty_popup_img {
    width: 100%;
    max-width: 479px;
    margin: 0 auto;
}
.ty_popup_content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.ty_title {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    text-align: center; 
}
.ty_popup_title {
    color: #191741;
    text-align: center;
    font-family: 'Manrope';
    font-size: 48px;
    font-weight: 400;
    line-height: 62.4px;
}
.ty_popup_des, 
.ty_popup_des > p {
    color: #191741;
    text-align: center;
    font-family: "General Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}
.popup_form .hbspt-form form fieldset.form-columns-3 > .hs_salutation_dropdown.hs-form-field {
    width: calc(20% - 13.33px);
}
.popup_form .hbspt-form form fieldset.form-columns-3 > .hs-form-field {
    width: calc(40% - 13.33px);
}
.mfp-wrap .mfp-container {
    padding: 0;
}
.popup_form.hform .hbspt-form form .hs-form-field .input .hs-form-booleancheckbox-display input[type="checkbox"] {
    top: 0px;
}
.popup_form.hform li, .popup_form.hform .hs-richtext {
    font-size: 12px;
    line-height: 15.6px;
}
.popup_form.hform .hbspt-form form .hs_submit .actions {
    margin: 24px 0 0;
}
.popup_form.hform .hs_submit.hs-submit {
    margin-bottom: 0px;
}
/* Publication PDF */

/* Responsive asa */

@media (max-width: 1600px) { 
    .releted_post_slider .slick-arrow, .releted_post_slider .slick-arrow.slick-next {
        width: 40px;
        height: 40px;
        left: calc(50% - 48px);
        background-size: 12px;
        top: auto;
        bottom: 0;
    }
    .releted_post_slider .slick-arrow.slick-next {
        margin-left: 56px;
    }
    .video_embed_code .video_thumb svg {
        width: 100px;
    }

}

@media (max-width: 1440px) { 
    
    /* Publication PDF */
    .post_pdf_items ul li > a.button-link {
        padding: 20px 16px;
        font-size: 16px;
        line-height: 22px;
    }
    .post_pdf_items ul {
        gap: 24px 16px;
    }
    .post_pdf_items ul li {
        width: calc(50% - 12px);
    }
    .pdf_popup_row > * {
        width: calc(50% - 24px);
    }
    .ty_popup_row {
        row-gap: 42px;
    }
    .pdf_popup_row {
        padding: 60px;
        row-gap: 48px;
    }
    .ty_title {
        row-gap: 20px;
    }
    .modal_close, button.mfp-close {
        left: calc(100% - 21px) !important;
        bottom: 100% !important;
        width: 20px !important;
        height: 20px !important;
    }

}

@media (max-width: 1024px) { 
    /*List detail page CSS Start Here*/
    .detail_container {
        padding: 48px 20px 80px 20px;
    }
    .detail_info {
        padding-bottom: 0px;
    }
    /*.event_webinar_video_sec {
        min-height: 500px;
    }*/
    .detail_sidebar .sidebar_row, 
    .post_info {
        row-gap: 20px;
        column-gap: 20px;
    }
    .sidebar_sticky {
        top: 140px;
    }
    .top_header_out .sidebar_sticky {
        top: 100px;
    }
    .detail_info .large_heading, 
    .detail_info h1, 
    .detail_info h2, 
    .detail_info h3, 
    .detail_info h4, 
    .detail_info h5, 
    .detail_info h6, 
    .detail_info .heading {
        margin-top: 40px;
    }
    .post_basic_content p + :is(h1, h2, h3, h4 , h5, h6 ) {
        margin-top: 40px !important;
    }
    .event_webinar_video_sec {
        margin-bottom: 24px;
    }
    .detail_info h1, .detail_info h2 {
        margin-bottom: 30px !important;
    }
    .detail_info h3 {
        margin-bottom: 22px;
    }
    .detail_info h4 {
        margin-bottom: 18px;
    }
    .detail_info h5, .detail_info h6 {
        margin-bottom: 14px;
    }
    .detail_info h1 {
        font-size: 37px;
        line-height: 50px;
    }
    .detail_info h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .detail_info h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .detail_info h4 {
        font-size: 19px;
        line-height: 23px;
    }
    .detail_info h5, .detail_info h6 {
        font-size: 20px;
        line-height: 26px;
    }
    .detail_info, .detail_info p {
        font-size: 16px;
        line-height: 25px;
    }
    .sec_top_double_space {
        margin-top: 40px;
    }
    .post_publication_form_pdf_buttons.sec_top_double_space {
        margin-top: 40px;
    }
    .post_publication_form_pdf_buttons:not(.sec_top_double_space) {
        margin-top: 32px;
    }
    .detail_info .post_basic_content.sec_top_double_space + .post_basic_content.sec_top_double_space {
        margin-top: 80px;
    }
    .post_basic_info P + ol, .post_basic_info p + ul,
    .post_basic_content P + ol, .post_basic_content p + ul {
        margin: 28px 0px;
    }
    .post_listing_head p:last-child {
        margin-bottom: 28px;
    }
    .post_listing_bottom p:first-child {
        margin-top: 28px;
    }
    .post_listing_bottom {
        margin-top: 28px;
    }
    .detail_info ul, .detail_info ol {
        row-gap: 10px;
        column-gap: 10px;
    }
    .detail_info ol li:before, 
    ul.post_list.number-list li:before,
    .detail_info .check-right-list li:before, 
    .detail_info .check-wrong-list li:before {
        height: 25px;
        width: 25px;
    }
    .detail_info ul li, 
    .detail_info ol li {
        font-size: 16px;
        line-height: 22px;
    }
    .post_main_image {
        min-height: auto;
        border-radius: 12px;
    }
    .post_basic_content img {
        border-radius: 12px;
    }
    .post_quote_items .quote_item {
        row-gap: 40px;
        column-gap: 40px;
        padding: 30px 30px 30px 26px; 
    }
    .quote_person_info .quote_person_title {
        font-size: 18px;
        line-height: 24px;
    }
    .post_card_items {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .post_card_items .card_items {
        row-gap: 20px;
        column-gap: 20px;
        padding: 22px 22px 30px 22px;
    }
    .detail_info .quote_subtxt p {
        font-size: 18px;
        line-height: 27px;
    }
    .card_img {
        height: 80px;
        width: 80px;
    }
    .card_info {
        row-gap: 14px;
        column-gap: 14px;
    }
    .card_info .card_heading {
        /*font-size: 24px;
        line-height: 31.2px;*/
        font-weight: 400;
    }
    .post_card_items .card_items {
        background-size: 120px;
    }
    .post_voice_items, 
    .post_accordion_inner {
        margin-top: 30px;
    }
    .post_cta_sec {
        padding: 60px 0px;
    }
    .post_cta_sec:before, .post_cta_sec:after {
        background-size: 108px !important;
    }
    .accordion_title {
         font-size: 16px;
        line-height: 20.8px;
        padding: 22px;
    }
    .accordion_dec {
        padding: 0px 22px 22px 58px;
    }
    .accordion_title svg {
        width: 21px;
        height: 21px;
    }
    .post_accordion_items .accordion_item.active_item .accordion_title {
        padding-bottom: 14px;
    }
    .block_content_inner, 
    .picture_content_inner {
        margin-top: 40px;
    }
    .block_content_items {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
    }
    .block_content_items .block_item_bulk {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
    }
    .block_item {
        width: calc(50% - 10px);
    }
    .block_item_bulk .block_item:nth-child(n + 3) {
        width: 100% !important;
    }
    .pictures_content_items {
        row-gap: 40px;
        column-gap: 40px;
    }
    .picture_item {
        column-gap: 20px;
        row-gap: 20px;
    }
    .picture_img {
        width: 250px;
    }
    .picture_info {
        width: calc(100% - 270px);
    }
    .related_post_sec {
        padding: 80px 0px 20px;
    }
    .related_casestudy{
        padding: 80px 0px 80px;
    }
    .post_map_item {
        margin-top: 48px;
    }
    .post_map_item .map-frame {
        min-height: 362px;
    }
    .video_embed_code { 
        height: 500px;
    }
    .video_embed_code .video_thumb svg {
        width: 80px;
    }
    .releted_post_slider.single_slide .post_block{
        width: calc(50% - 16px);
    }
    
    /*List detail page CSS end Here*/

    /* Publication PDF */
    .post_pdf_items ul li > a.button-link {
        padding: 16px 12px;
        font-size: 14px;
        line-height: 21px;
    }
    .post_pdf_items ul {
        gap: 16px 16px;
    }
    .post_pdf_items ul li {
        width: calc(50% - 8px);
    }
    .pdf_popup_row, .ty_popup_row {
        padding: 48px 32px;
    }
    .pdf_popup_row {
        row-gap: 40px;
    }
    .pdf_popup_row > * {
        width: calc(50% - 16px);
    }
    .ty_popup_row {
        row-gap: 36px;
    }
    .ty_title {
        row-gap: 16px;
    }
    .modal_close, button.mfp-close {
        width: 18px !important;
        height: 18px !important;
    }
    .post_voice_items ul li {
        width: 100%;
    }
    .popup_form .hbspt-form form fieldset.form-columns-3 > .hs_salutation_dropdown.hs-form-field {
        width: calc(30% - 8px);
    }
    .popup_form .hbspt-form form fieldset.form-columns-3 > .hs-form-field {
        width: calc(70% - 8px);
    }
    .popup_form .hbspt-form form fieldset.form-columns-3 > .hs-lastname.hs-form-field {
        width: 100%;
        margin-top: 18px;
    }
    .popup_title {
        font-size: 20px;
        line-height: 27.2px;
    }
    .popup_sub_title {
        font-size: 12px;
        line-height: 19px;
    }
    img.pop_img1 {
        max-width: 420px;
        height: 490px;
    }
    img.pop_img2 {
        width: 180px;
        height: 210px;
    }
    .pdf_popup_row > .pdf_popup_img {
        margin: 0px;
    }

}

@media (max-width: 980px) { 
    /*List detail page CSS Start Here*/
    /*.event_webinar_video_sec {
        height: 450px;
    }*/
    .detail_container {
        padding: 48px 16px 80px 16px;
    }
    .detail_row {
        flex-direction: column;
    }
    .detail_sidebar, .detail_info {
        width: 100%;
    }
    .detail_sidebar {
        order: 0;
    }
    .event_webinar_video_sec {
       order: 1;
    }
    .detail_info {
        order: 2;
    }
    .detail_sidebar .sidebar_row {
        row-gap: 12px;
        column-gap: 12px;
    }
    .detail_sidebar .sidebar_row .post_share_links {
        margin-top: 12px !important;
    }
    .post_info {
        row-gap: 12px;
        column-gap: 12px;
    }
    .sidebar_sticky {
        position: static;
    }
    .detail_sidebar .sidebar_row > div {
        line-height: 0;
    }
     .detail_info p+p:not(:first-child) {
        margin-top: 18px !important;
    }
    .post_listing_bottom {
        margin-top: 18px;
    }
    .post_cat .categorytag {
        font-size: 12px;
        line-height: 18px;
    }
    .event_meet_btn a {
        font-size: 12px;
        line-height: 15.6px;
        padding: 13px 32px 13px 32px;
    }
    .event_meet_btn a svg {
        width: 16px;
        height: 16px;
    }
    .post_cat .categorytag:before {
        /*width: 13px;
        height: 11px;*/
        top: 50%;
        transform: translateY(-50%);
    }
    .sidebar_row .date {
        column-gap: 8px;
        row-gap: 8px;
    }
    .sidebar_row .date svg {
        width: 20px;
        height: 20px;
    }
    .sidebar_row .date span {
        font-size: 12px;
        line-height: 18px;
    }
    .sidebar_row .event_inner_detail {
        column-gap: 12px;
    }
    .sidebar_row .event_inner_detail .event_item {
        width: calc(50% - 6px);
        padding: 12px 0px;
    }
    .sidebar_row .event_inner_detail .event_item:nth-child(1) {
        order: 0;
    }
    .sidebar_row .event_inner_detail .event_item:nth-child(2) {
        order: 2;
    }
    .sidebar_row .event_inner_detail .event_item:nth-child(3) {
        order: 1;
    }
    .sidebar_row .event_inner_detail .event_item:nth-child(4) {
        order: 3;
    }
    .event_item span {
        font-size: 14px;
        line-height: 21px;
    }
    .post_share_info {
        align-items: center;
    }
    .post_share_heading {
        width: auto;
    }
    .post_share_heading:after {
        content: ":";
    }
    .post_share_item a {
        width: 28px;
        height: 28px;
    } 
    .picture_img {
        width: 40%;
    }
    .picture_info {
        width: calc(60% - 12px);
    }
    .post_main_image {
        margin-top: 4px;
    }
    .detail_info .large_heading, 
    .detail_info h1, 
    .detail_info h2, 
    .detail_info h3, 
    .detail_info h4, 
    .detail_info h5, 
    .detail_info h6, 
    .detail_info .heading {
        margin-top: 24px !important;
        margin-bottom: 12px !important;
    }
    .detail_info .post_info h1 {
        margin-top: 0px !important;
    }
    .single .detail_info h1 {
        font-size: 26px;
        line-height: 33.8px;
    }
    .single .detail_info h2 {
        font-size: 24px;
        line-height: 31.2px;
    }
    .single .detail_info h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .single .detail_info h4 {
        font-size: 16px;
        line-height: 20.8px;
    }
    .single .detail_info h5 {
        font-size: 14px;
        line-height: 18.2px;
    }
    .single .detail_info h6 { 
        font-size: 12px;
        line-height: 15.6px;
    }
    .event_webinar_video_sec {
        margin-bottom: -8px;
    }
    .single-videos .detail_info .post_info h1 {
        margin-top: 0 !important;
    }
    .post_basic_content p + :is(h1, h2, h3, h4 , h5, h6 ) {
        margin-top: 24px !important;
    }
    .post_main_image {
        min-height: auto;
        /*margin-bottom: 48px;*/
    }
    .detail_info section.post_basic_info + section {
        margin-top: 48px;
    }
    .post_list li br, .detail_row ul li br, .detail_row ol li br {
        display: none;
    }
    .post_basic_info P + ol, .post_basic_info p + ul,
    .post_basic_content P + ol, .post_basic_content p + ul {
        margin: 16px 0px;
    }
    /*.post_listing ul {
        margin-top: 16px;
    }*/
    .post_listing_head p:last-child {
        margin-bottom: 16px;
    }
    .post_listing_bottom p:first-child {
        margin-top: 16px;
    }
    .detail_info ul, .detail_info ol {
        row-gap: 11px;
        column-gap: 11px;
    }
    .sec_top_double_space, 
    .post_publication_form_pdf_buttons:not(.sec_top_double_space),
     .post_publication_form_pdf_buttons.sec_top_double_space,
    .post_quote_items, 
    .post_card_items,
    .post_voice_items, 
    .post_accordion_inner,
    .post_cta_sec {
        margin-top: 24px;
    }

    .detail_info .post_basic_content.sec_top_double_space + .post_basic_content.sec_top_double_space {
        margin-top: 48px;
    }
    .post_cta_sec {
        margin-bottom: 24px;
    }
    .pictures_content_items {
        row-gap: 32px;
        column-gap: 32px;
    }
    .post_map_item {
        margin-top: 24px;
    }
    .post_map_item .map-frame {
        min-height: 166px;
        border-radius: 6px;
    }
    .video_embed_code .video_thumb svg {
        width: 60px;
    }
    .video_embed_code { 
        height: 450px;
    }
    /*List detail page CSS end Here*/

}
@media (max-width: 768px) {  
    img.pop_img1 {
        max-width: 350px;
        height: 370px;
    }
        img.pop_img2 {
        width: 130px;
        height: 150px;
    }

}
@media (max-width: 767px) { 
     /*List detail page CSS Start Here*/
    .detail_container {
        padding: 24px 16px 48px 16px;
    }
    .detail_info {
        padding-bottom: 0px;
    }
    .post_info .post_dec, 
    .post_info .post_dec p, 
    .detail_info i,
    .detail_info p strong {
        font-size: 14px;
        line-height: 21px;
    }
    /* .detail_info, .detail_info p {
        font-size: 12px;
        line-height: 18px;
    } */

    /* .post_list li, .detail_row ul li, .detail_row ol li {
        font-size: 14px;
        line-height: 21px;
    } */
    .number-list li:before, 
    .check-right-list li:before, 
    .check-wrong-list li:before,
    .post_dec ol li:before,
    .post_basic_content ol li:before {
        width: 24px;
        height: 24px;
    }
    .detail_info ul:not(.check-right-list, .number-list, .check-wrong-list) li {
        padding-left: 32px;
    }
    .detail_info ol li, ul.post_list.number-list li, ul.check-right-list li, ul.check-wrong-list li {
        padding-left: 41px;
    }
    /*.detail_info ul li:before {
        left: 8px;
    }*/
    /*.detail_info ol li:before, ul.post_list.number-list li:before,
    .detail_info .check-right-list li:before, .detail_info .check-wrong-list li:before {
        margin-right: 8px;
    }*/
    .post_quote_items .quote_item {
        row-gap: 25px;
        column-gap: 25px;
        padding: 20px 24px 24px 24px;
    }
    .quote_txtinfo, 
    .quote_txtinfo p {
        font-size: 16px;
        line-height: 24px;
    }
    .detail_info .quote_subtxt p {
        font-size: 12px;
        line-height: 18px;
    }
    .post_quote_head h2, 
    .post_card_head h2, 
    .post_accordion_head h2,
    .block_content_head h2,
    .picture_head h2 {
        font-size: 24px;
        line-height: 31.2px;
    }
    .quote_profile_img {
        width: 44px;
        height: 44px;
    }
    .quote_person_info {
        width: calc(100% - 60px);
        row-gap: 8px;
        column-gap: 8px;
    }
    .quote_person_info .quote_person_title {
        font-size: 16px;
        line-height: 20.8px;
        font-weight: 400;
    }
    .quote_person_info .quote_person_position {
        font-size: 10px;
        line-height: 15px;
    }
    .post_card_items {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }
    .card_img {
        height: 64px;
        width: 64px;
    }
    .post_card_items .card_items {
        row-gap: 16px;
        column-gap: 16px;
        padding: 24px;
        background-size: 140px;
    }
    .card_info {
        row-gap: 16px;
        column-gap: 16px;
    }
    .card_btn {
        margin-top: 8px;
    }
    .card_info .card_dec, .card_info .card_dec p {
        font-size: 12px !important;
        line-height: 18px;
    }
    .voice_item {
        flex-direction: column;
        align-items: flex-start;
        column-gap: 16px;
        row-gap: 16px;
    }
    .voice_img {
        width: 54px;
        height: 54px;
    }
    .voice_info {
        width: 100%;
    }
    .post_cta_sec:before, .post_cta_sec:after {
        opacity: 1 !important;
    }
    .post_cta_sec:before {
        background-image: url('/wp-content/uploads/2024/11/Frame-1000006038.svg');
        width: 140px !important;
        background-size: contain;
        background-position: top left;
    }
    .post_cta_sec:after {
        background-image: url('/wp-content/uploads/2024/11/Frame-1000006036.svg');
        width: 180px;
        bottom: 0;
        background-position: bottom right;
        background-size: contain;
    }
    .cta_heading {
        font-size: 16px;
        line-height: 20.8px;
        max-width: 326px;
    }
    .post_cta_sec {
        padding: 32px 16px;
    }
    .post_cta_btn a svg {
        width: 12px;
        height: 12px;
    }
    .post_cta_btn a {
        padding: 12px 20px;
        font-size: 10px;
        line-height: 13px;
    }
    .post_cta_inner {
        row-gap: 16px;
        column-gap: 16px;
    }
    .accordion_title {
        padding: 16px;
        font-weight: 400;
        row-gap: 8px;
        column-gap: 8px;
    }
    .accordion_title svg {
        width: 20px;
        height: 20px;
    }
    .accordion_dec {
        padding: 0px 16px 16px 16px;
    }
    .block_content_inner, 
    .picture_content_inner {
        margin-top: 24px;
    }
    .picture_img {
        width: 50%;
    }
    .picture_info {
        width: calc(50% - 12px);
    }
    .block_content_items .block_item_bulk, 
    .block_content_items {
        row-gap: 12px;
        column-gap: 12px;
    }
    .block_item {
        width: 100%;
        padding: 16px;
        background-size: 100px;
        border-radius: 12px;
    }
    .post_quote_items .quote_item {
        border-left: unset;
        border-top: 4px solid #FD4B55;
    }
    .check-right-list li:before,
    .check-wrong-list li:before,
    .number-list li:before {
        border-radius: 4px;
        background-size: 14px;
    }
    .related_post_sec .related_post_sec_contaner {
        padding: 0px 0px;
    }
    .releted_post_slider .slick-list {
        margin: 0 0px;
        /*padding: 24px 100px 60px 12px;*/
        padding: 24px 8px 60px 8px;
    }
    .releted_post_slider:not(.single_slide) .slick-list {
        padding-right: 100px;
    }
    .related_post_inner {
        padding-bottom: 48px;
    }
    .releted_post_slider .slick-slide {
        margin: 0 8px;
    }
    .releted_post_slider .slick-list::before, .releted_post_slider .slick-list::after {
        content: unset;
    }
    .related_post_sec {
        padding: 48px 0px 0px;
    }
    .related_post_sec.related_casestudy{
        padding: 48px 0px 48px;
    }
    .block_item {
        border-radius: 12px;
    }
    .related_post_inner .post_block_inner {
        border-radius: 8px;
    }
    .video_embed_code .video_thumb svg {
        width: 32px;
    }
    .video_embed_code { 
        height: 300px;
    }
     .single-videos .releted_post_slider  .slick-track {
        display: flex;
    }

    .single-videos .releted_post_slider .slick-track .post_block {
        height: auto;
    }
    .single-videos .related_post_sec .post_image {
        height: 148px;
    }
    .single-videos .related_post_sec .post_details {
        height: calc(100% - 148px);
    }
    .single-videos .related_post_sec .post_image a.play_btn {
        width: 32px;
        height: 32px;
    }
    .picture_item.full_width_picture p {
        font-size: 14px;
        line-height: 21px;
    }
    .reletd_post_head h2{
        font-size: 24px !important;
    }
    .releted_post_slider.single_slide .post_block{
        width: calc(100% - 32px);
    }
    .releted_post_slider.single_slide{
        padding: 24px 0px 48px;
    }
    /*List detail page CSS end Here*/

    /* Publication PDF */
    .post_pdf_items ul li > a.button-link {
        padding: 12px 12px;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1.1px;
    }
    .pdf_popup_ro, .ty_popup_row  {
        padding: 48px 24px;
    }
    .pdf_popup_row > * {
        width: 100%;
        max-width: 100%;
    }
    .ty_popup_row {
        row-gap: 32px;
    }
    .ty_title {
        row-gap: 12px;
    }
    .post_pdf_items ul li {
        width: 100%;
        padding: 0;
    }
    .modal_close, button.mfp-close {
        width: 16px !important;
        height: 16px !important;
    }

    .pdf_popup_row {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }
    .hform .hbspt-form form > *:not(:last-child), 
    .hform .hbspt-form form .hs_error_rollup:not(:last-child), 
    .hform .hbspt-form form .legal-consent-container > div:not(:last-child) {
        margin-bottom: 16px;
    }
    .popup_form .hbspt-form form fieldset.form-columns-3 > .hs-lastname.hs-form-field {
        margin-top: 16px;
    }
    .popup_title {
        font-size: 16px;
        line-height: 20.8px;
    }
    .ty_popup_title {
        font-size: 26px;
        line-height: 33.8px;
    }
    img.pop_img1 {
        max-width: 420px;
        height: 490px;
    }
    img.pop_img2 {
        width: 180px;
        height: 210px;
    }
}

@media (max-width: 575px) {  
    .detail_info ol li:before, 
    ul.post_list.number-list li:before,
    .detail_info .check-right-list li:before, 
    .detail_info .check-wrong-list li:before {
        border-radius: 4px;
    }
    .detail_info ol li:before, ul.post_list.number-list li:before {
        height: 22px;
        width: 22px;
    } 
    .detail_info .check-right-list li:before, .detail_info .check-wrong-list li:before {
        height: 24px;
        width: 24px;
    }
    /*.detail_info ol li, ul.post_list.number-list li, ul.check-right-list li, ul.check-wrong-list li {
        row-gap: 8px;
        column-gap: 8px;
    }*/
    .detail_info ol li, ul.post_list.number-list li {
        padding-left: 30px;
    }
    .detail_info .check-right-list li, .detail_info .check-wrong-list li {
        padding-left: 32px;
    }

    .picture_item {
        flex-wrap: wrap;
    }
    .picture_img,
    .picture_info {
        width: 100%;
        line-height: 0px;
    }
    .picture_img {
        height: 250px;
    }
    .picture_img > img {
        min-height: unset;
    }
    .picture_item {
        column-gap: 16px;
        row-gap: 16px;
    }
    .full_width_picture .picture_img { 
        height: 300px;
    } 
    .video_embed_code { 
        height: 200px;
    }

    /* Publication PDF */
    .pdf_popup_row, .ty_popup_row {
        padding: 48px 16px;
    }
    .post_pdf_items ul li > a.button-link {
        padding: 15px;
        font-size: 11px;
        line-height: 14.3px;
        text-transform: uppercase;
    }
    .ty_popup_des, .ty_popup_des > p {
        font-size: 14px;
        line-height: 21px;
    }
    .ty_popup_des {
        max-width: 280px;
        margin: 0 auto;
    }
    img.pop_img1 {
        max-width: 296.92px;
        height: 343.27px;
    }
    img.pop_img2 {
        width: 141.03px;
        height: 163.22px;
    }
    .pdf_popup_row > .pdf_popup_img {
        max-width: 329.83px;
    }
    .modal_close, button.mfp-close {
        width: 16px !important;
        height: 16px !important;
    }
    
}
@media (max-width: 389px) { 
    .post_pdf_items ul li > a.button-link {
        padding: 12px 10px;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 0.5px;
        column-gap: 6px;
    }
    .post_pdf_items ul li > a.button-link span.btn_svg, .post_pdf_items ul li > a.button-link span.btn_svg > svg {
        width: 16px;
        height: 16px;
    }
    .pdf_popup_row > .pdf_popup_img {
        max-width: 320px;
    }
    .pdf_popup_row > .pdf_popup_img {
        max-width: 290px;
    }
    img.pop_img1 {
        max-width: 280px;
        height: 330px;
    }
    img.pop_img2 {
        width: 120px;
        height: 140px;
    }
}