.poster_block_grid,
.catalouge_block_grid,
.blog_block_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.poster_box,
.catalouge_box {
    position: relative;
    width: 100%;
    height: 474px;
    cursor: pointer;
}

.poster_list .poster_box .poster_title,
.catalouge_list .catalouge_box .catalouge_title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;

}

.poster_box:before,
.catalouge_box::before {
    content: '';
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 72.6%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.poster_list .poster_img img,
.catalouge_list .catalouge_img img {
    width: 100%;
    height: 474px;
    object-fit: contain;
}

.poster_list .poster_img img {
    aspect-ratio: 0.5 / 0.6;
}

.poster-pagination,
.catalouge-pagination,
.blog-pagination {
    text-align: center;
    padding: 80px 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.poster-pagination a,
.poster-pagination span,
.catalouge-pagination a,
.catalouge-pagination span,
.blog-pagination a,
.blog-pagination span {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    color: #444444;
}

.poster-pagination a:hover,
.catalouge-pagination a:hover,
.blog-pagination a:hover {
    color: unset;
}

.poster-pagination span,
.catalouge-pagination span,
.blog-pagination span {
    color: #fff;
    background-color: #0357A4;
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_box {
    border: 1px solid #D1D3D4;
    display: flex;
    flex-direction: column;
}

.blog_block_main .blog_img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.blog_meta_wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}

.blog_meta_extra {
    display: flex;
    gap: 10px;
    align-items: center;
}

.blog_box .blog_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    color: #231F20;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
}

.blog_review_date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5A5A5A;
}

.blog_box .blog_desc {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
}

.blog_author_wraper {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid #D1D3D4;
    margin-top: auto;
}

.blog_author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5A5A5A;
}

.blog_author_wraper .blog_author_img img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.poster-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.poster-popup-content {
    max-width: 600px;
    /* width: 90%; */
    text-align: center;
    position: fixed;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.poster-popup img {
    max-width: 100%;
    height: auto;
    /* margin-bottom: 15px; */
}

.poster-popup-close {
    position: absolute;
    top: -10px;
    right: -15px;
    width: 30px;
    height: 30px;
    font-size: 26px;
    line-height: normal;
    cursor: pointer;
    display: flex;
    padding: 6px;
    background-color: #000000;
    border-radius: 50px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.download_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    background-color: #000000;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s all;
}

.download_wrapper:hover {
    background-color: #666;
}

.blog_meta_extra img {
    width: 22px;
    height: 22px;
}

.poster-popup-content #popup-title {
    display: none;
}

.popup_triger {
    overflow: hidden;
}

.loader_active:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFFFFCC;
    z-index: 2;
}

.listing-loader .loader {
    position: absolute;
    height: 50px;
    width: 50px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: 3px solid #76b6ff;
    border-radius: 50%;
    border-top-color: #fff;
    animation: load 1s linear infinite;
    z-index: 9;
}


.single-product .ast-container {
    max-width: 100%;
    padding: 0 !important;
}

.product-post-content img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.container.product-detail {
    max-width: 1200px;
    margin: 0 auto;
}

.single-product .site-header {
    background-color: #fff;
}

.single-product div#ast-desktop-header {
    max-width: 1200px;
    margin: 0 auto;
}

.single-product .site-content {
    background-color: #fff;
}

.detail-author {
    margin-top: 40px;
}

.author-info {
    display: flex;
    gap: 30px;
    background-color: #0357A41A;
    padding: 30px;
    align-items: start;
}

.author-avatar img {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    margin: 0;
}

.author-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #0357A4;
    margin-bottom: 10px;
}

.author-description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    overflow: hidden;
}

.author-avatar {
    max-width: 144px;
    width: 100%;
}

.author-bio {
    max-width: 556px;
    width: 100%;
}

.featured-img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    margin-top: 110px;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 31.7% 1fr;
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 110px;
}

.product-post-content ul li::marker {
    color: #0357A4;
    font-size: 18px;
}

.product-post-content ul {
    margin: 20px 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #444444;
}

.share h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 40px 0 20px;
    color: #231F20;
}

.heateor_sss_sharing_container .heateor_sss_svg svg {
    width: 20px;
    height: 20px;
    padding: 5px;
}

.heateor_sss_sharing_container .heateor_sss_sharing_ul {
    margin: 0;
    display: flex;
    gap: 10px;
}

/* Left Sidebar */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.toc {
    padding: 20px;
    border: 1px solid #D1D3D4;
}

.toc ul {
    padding: 0;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
}

.toc-level a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
}

.toc-level.active a,
.toc-level.active::marker {
    color: #0357A4;
}

.toc-level.active a:focus {
    outline: unset;
}

.toc-level {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

.sidebar-wrap {
    position: sticky;
    top: 0;
}

/* Right Content */
.product-post-content .date {
    color: #444444;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-post-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: #0357A4;
    margin-bottom: 20px;
}

.product-post-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    color: #231F20;
}

.product-post-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    font-style: normal;
    margin: 20px 0;
    color: #231F20;
}

.product-post-content blockquote p {
    color: #231F20;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    margin-top: 20px;
}

.product-post-content .date svg {
    width: 22px;
    height: 22px;
}

.inner-image {
    width: 100%;
    border-radius: 5px;
    margin: 20px 0;
}

.product-post-content blockquote h3 {
    margin: 0;
}

.product-post-content blockquote {
    padding: 0 20px;
    border-color: #0357A4;
    border-width: 2px;
    max-width: 586px;
    margin: 40px 0;
}

.product-post-content p {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
}

/* Background Section */
.newsletter-section {
    background-image: url('/wp-content/uploads/2025/08/70edaf800c35c753dd0ff57fede1b5fbc8d5ae4b.jpg');
    background-size: cover;
    background-position: center;
    padding: 110px 20px;
    text-align: center;
    position: relative;
    color: #fff;
    overflow: hidden;
}

/* Title */
.newsletter-title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

/* WPForms Wrapper */
.newsletter-section .wpforms-container {
    max-width: 790px;
    margin: 0 auto;
}

/* Input + Button Inline */
.newsletter-section .wpforms-form .wpforms-field {
    margin: 0;
    padding: 0;
}

.newsletter-section .wpforms-form .wpforms-field-email input {
    width: 70%;
    padding: 15px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
}

/* Submit Button */
.newsletter-section .wpforms-form button[type="submit"] {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    color: #0056a4;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter-section .wpforms-form button[type="submit"]:hover {
    background: #0056a4;
    color: #fff;
}

/* Remove extra labels/margins from WPForms */
.newsletter-section .wpforms-field-label,
.newsletter-section .wpforms-description {
    display: none;
}

.blog_author_wraper {
    display: none;
}

.detail-author {
    display: none;
}

@keyframes load {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }

    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}



/** Event Page Code Start **/

.mw_event_logo_sec .mw_event_logo_comm_col>.elementor-widget-wrap {
    flex-direction: column;
    gap: 50px;
}

.w_full {
    width: 100% !important;
}


.flex_col>.elementor-container {
    flex-direction: column;
}

.mw_our_speakers_list>.elementor-widget-wrap {
    gap: 30px;
    flex-wrap: wrap;
}

.mw_our_speakers_item>.elementor-widget-container {
    height: 100%;
}

.mw_our_speakers_item .elementor-image-box-img img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
}

.mw_our_speakers_item:hover .elementor-image-box-title {
    color: #0356A3 !important;
}

.custom_hover_scale .elementor-button-wrapper {
    min-height: 70px;
}

.custom_hover_scale .elementor-button:hover {
    padding: 19px 24px !important;
}

.no_btm_para_space p:last-child {
    margin-bottom: 0 !important;
}

.mw_event_overview_inner_block>.elementor-container {
    gap: 60px;
    position: relative;
    align-items: flex-start;
}

.mw_event_overview_inner_block>.elementor-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% + 10px);
    transform: translateX(-50%);
    bottom: 0;
    width: 1px;
    z-index: 0;
    opacity: 0.1;
    background: #000;
    pointer-events: none;
}
.mw_event_logo_sec .mw_event_logo_comm_col:nth-child(2):before,
.mw_event_logo_sec .mw_event_logo_comm_col:nth-child(2):after {
    position: absolute;
    top: 0;
    left: 150%;
    transform: translateX(-50%);
    bottom: 0;
    width: 1px;
    z-index: 0;
    opacity: 0.1;
    background: #000;
    pointer-events: none;
    content: "";
}
.mw_event_logo_sec .mw_event_logo_comm_col:nth-child(2):before{
    right:150%;
    left:unset;
}

.no_btm_para_space ul {
    padding-left: 0;
    margin-left: 28px;
    margin-bottom: 15px;
}

.no_btm_para_space ul li ul {
    margin-left: 18px;
    margin-top: 13px;
    margin-bottom: 0;
}

.no_btm_para_space ul li ul li:not(:last-child) {
    margin-bottom: 10px;
}

.no_btm_para_space ul>li:not(:last-child) {
    margin-bottom: 15px;
}

.mw_event_logo_sec >.elementor-container {
    justify-content: space-between;
}
.mw_event_logo_sec .mw_event_logo_comm_col {
    max-width: 202px;
}

.mw_agenda_list >.elementor-widget-wrap {
    gap: 20px;
}
.mw_event_logo_sec .mw_event_logo_comm_col:nth-child(2) {
    max-width: 268px;
}

.mw_agenda_item .mw_agenda_left {
    max-width: calc(100% - 211px);
}
.mw_agenda_item .mw_agenda_right {
    max-width: 211px;
}

.mw_agenda_item .mw_agenda_right >.elementor-widget-wrap {
    gap: 5px;
}
.mw_agenda_right {
    height: 100%;
}
.mw_agenda_item .mw_circle_shape_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    line-height: 0;
    height: 100%;
}
.mw_agenda_left >.elementor-widget-wrap, .mw_agenda_left,.mw_agenda_item >.elementor-container {
    position: static !important;
}
.mw_agenda_item .mw_circle_shape_icon:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 4px;
    background: #E9EFF4;
    height: calc(100% - 20px);
    top: 26px;
    transform: translateX(-50%);
}
.mw_agenda_item_talk {
    margin-left: 46px;
}
.mw_agenda_item_talk .mw_circle_shape_icon {
    left: -46px;
}
.mw_agenda_item .no_btm_para_space ul {
    margin-bottom: 0;
    margin-left: 31px;
}
.mw_event_overview_highlights .no_btm_para_space ul,
.mw_event_overview_audience .no_btm_para_space ul {
    margin-bottom: 0;
}
.mw_agenda_item .no_btm_para_space ul> li:not(:last-child) {
    margin-bottom: 8px;
}
.no_btn a{
    pointer-events: none !important;
    outline:none;
}
/** Event Page Code End **/



/** Responsive Styles Start **/

@media (max-width:1280px) {
    .container.product-detail {
        padding: 0 30px;
    }

    .single-product div#ast-desktop-header {
        padding: 0 20px;
    }

    .product-post-content h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .mw_event_logo_sec .mw_event_logo_comm_col {
    max-width: 25%;
    }
    
    .mw_event_logo_sec .mw_event_logo_comm_col:nth-child(2) {
        max-width: 50%;
    }
    
    .mw_event_logo_sec .mw_event_logo_comm_col:nth-child(2):after {
        left: calc(100% + 50px);
    }
    .mw_event_logo_sec .mw_event_logo_comm_col:nth-child(2):before{
        right:calc(100% + 50px);
    }
    .mw_event_logo_sec >.elementor-container{
        gap:100px;
    }
}

@media (max-width:1024px) {
    .product-post-content h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .content-wrapper {
        margin-top: 40px;
    }

    .featured-img {
        margin-top: 60px;
    }

    .poster_list .poster_img img,
    .catalouge_list .catalouge_img img,
    .poster_box,
    .catalouge_box {
        height: 400px;
    }
    .mw_event_overview_inner_block>.elementor-container > div {
        width: calc(50% - 30px) !important;
    }
    .mw_event_overview_inner_block>.elementor-container::after {
        left: 50%;
    }
    .mw_event_logo_sec >.elementor-container {
        gap: 50px;
    }
    .mw_event_logo_sec .mw_event_logo_comm_col:nth-child(2) {
        max-width: calc(100% - 364px - 150px);
        width: 100%;
    }
    .mw_event_logo_sec .mw_event_logo_comm_col:nth-child(2):before {
        right: calc(100% + 25px);
    }   
    .mw_event_logo_sec .mw_event_logo_comm_col:nth-child(2):after {
        left: calc(100% + 25px);
    }
    .mw_event_logo_sec .mw_event_logo_comm_col {
        max-width: 202px;
        width: 100%;
    }
    .no_btm_para_space ul {
        margin-bottom: 0;
    }
    .mw_event_logo_sec .mw_event_logo_comm_col>.elementor-widget-wrap {
        gap: 30px;
    }
    .mw_banner_list .elementor-icon-list-items {
        gap: 20px;
    }
     .mw_agenda_item .mw_circle_shape_icon {
	  	top: 7px;
    }
    .mw_agenda_item_talk .mw_circle_shape_icon {
    	top: -1px;
    }
    .mw_agenda_item .mw_circle_shape_icon::before {
    	height: calc(100% - 25px);
    }
}

@media (max-width:991px) {
    .sidebar-wrap {
        position: unset;
    }

    .content-wrapper {
        grid-template-columns: 1fr;
    }

    .poster_list .poster_img img,
    .catalouge_list .catalouge_img img,
    .poster_box,
    .catalouge_box {
        height: 320px;
    }

    .poster_block_grid,
    .catalouge_block_grid,
    .blog_block_grid {
        gap: 20px;
    }

    .blog_block_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .poster-popup-content {
        width: 90%;
        max-width: 500px;
    }

    .single-product blockquote {
        margin: 10px 0;
    }
    .no_btm_para_space ul {
        margin-left: 20px;
    }
    .no_btm_para_space ul li ul {
        margin-left: 9px;
    }
}

@media (max-width:767px) {
    .featured-img {
        margin-top: 30px;
    }

    .author-info {
        gap: 15px;
        padding: 10px;
        align-items: center;
    }

    .newsletter-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .author-avatar img {
        width: 80px;
        height: 80px;
    }

    .author-avatar {
        max-width: 80px;
    }

    .author-name {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    p.author-description {
        font-size: 14px;
        line-height: 22px;
        -webkit-line-clamp: 2;
    }

    .toc ul {
        gap: 10px;
    }

    .product-post-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .product-post-content img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .product-post-content h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .product-post-content h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .container.product-detail {
        padding: 0 20px;
    }

    .poster_list .poster_img img,
    .catalouge_list .catalouge_img img,
    .poster_box,
    .catalouge_box {
        height: 320px;
    }
    .mw_event_overview_inner_block>.elementor-container > div {
        width: 100% !important;
    }

    .poster_block_grid,
    .catalouge_block_grid,
    .blog_block_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .mw_event_logo_sec .mw_event_logo_comm_col>.elementor-widget-wrap {
        gap: 20px;
    }
    .mw_event_logo_sec >.elementor-container {
        gap: 50px;
    }
    .mw_event_logo_sec .mw_event_logo_comm_col {
        max-width: 100% !important;
        width: 100% !important;
    }
    .no_btm_para_space ul>li:not(:last-child) {
        margin-bottom: 10px;
    }
    .no_btm_para_space ul {
        margin-left: 20px;
    }
    .mw_event_overview_inner_block>.elementor-container {
        gap: 30px;
    
    }
    .mw_event_overview_inner_block>.elementor-container > .mw_event_overview_purpose_audience_col {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 20px;
}
    .mw_event_overview_inner_block>.elementor-container::after {
    display:none;
    }
    .mw_agenda_item .mw_agenda_right,
    .mw_agenda_item .mw_agenda_left {
        max-width: 100%;
    }
    .mw_agenda_left > .elementor-widget-wrap {
    	gap: 8px;
    }
    .mw_agenda_item .no_btm_para_space ul {
        margin-left: 20px;
    }
    .mw_agenda_item_talk {
        margin-left: 32px;
    }
    .mw_agenda_item_talk .mw_circle_shape_icon {
    	left: -32px;
    }
}


/** Responsive Styles End **/