:root{
    
      --ink-primary: #FFFFFF;        
      --ink-muted: #D8E1FF;        
      --eyebrow: #AFC3FF;           
      --radius: 0;                   
      --pad-x: clamp(24px, 6vw, 80px);
      --pad-y: clamp(24px, 6vw, 72px);
      --title-size: clamp(32px, 4.2vw, 54px);
      --copy-size: clamp(15px, 1.4vw, 18px);
      --eyebrow-tracking: 0.18em;    
    }



.ast-container {
	padding:0px;
}
.blog-container{
max-width: 1200px !important; margin: 0 auto; padding:25px 0px 0px 0px;  position: relative;
}
.blog-container-main{
max-width: 1200px !important; margin: 0 auto;  position: relative;
}
.ast-primary-header-bar {
    background-color: initial;
}
.ast-row {
display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap:40px 24px;
    margin: 0 auto;
}
.ast-blog-layout-4 .ast-row {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(352px, 1fr));
gap:24px !important;
}
.latest-blog-wrapper {
	max-width:1200px;
    margin: 0 auto;
    padding:0px;
    margin-top: -200px;
    position: relative;
	width:100%;
}

.latest-blog-wrapper h2 {
  color:#fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.64px;
  padding-bottom:33px;
}
.latest-press h2, .latest-press h2 a {
color: var(--Neutrals-PText_RichB, #010314);
font-family:"Barlow";
font-size: 40px;
font-weight: 500;
line-height: 110%; 
letter-spacing:-0.4px;
display:block;
}

.read-more {
padding:0px;
margin: 7px 0px !important;	    
position: absolute;
left: 16px;
bottom:17px;
}

.card--primary .ast-article-inner {
min-height:340px;
}
.card--primary .ast-grid-common-col { 
position:initial !important;
}
.ast-archive-entry-banner{
  background-size: cover; 
  background-position: center; 
  min-height: 320px; 
  display: flex; 
  align-items: center; 
  color: white; 
  text-align: center;
  padding-top:25px !important;
}

/*****Soical-share-containr*******/
.ast-container.blog-container .social-share-container {
 position: absolute;
 right: 4px;
  bottom: 16px;
}

.social-share-icons {
  display: flex;
  position: absolute;
  right: 100%;
  top: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.social-share-container:hover .social-share-icons {
  opacity: 1;
  pointer-events: auto;
}

.social-share-icons a {
  margin-left: 2px;
  transition: transform 0.3s ease-in-out;
  line-height: 28px;
}

.social-share-container:hover .social-share-icons a {
  transform: translateX(0);
}


.prs p a {
  color: #0101fc;
  text-decoration: underline;
}

.social-share-icons {
  height: 30px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  color:#242424;
  border-radius: 15px;
  transform: translate3d(-30%, 0, 0);
  transition: transform 800ms ease;
  top:4px;
background:#001053;
}

.social-share-container:hover .social-share-icons {
  transform: translate3d(0, 0, 0);
  width: 120px;
}

.social-share-icons img {
  width: 18px;
}

.main-share-icon {
padding: 8px 12px;
display: flex;
align-items: center;
gap: 12px;
}

.read-more-links a:hover label {
  color: #fff;
}

.bcontent .entry-content {
  margin-top: 40px;
}



.category-filter {
    position: absolute;
    right: 0px;
    top: -65px;
}


.category-toggle {
display: inline-flex;
height: 44px;
padding: 12px 24px;
justify-content: center;
align-items: center;
gap: 12px;
flex-shrink: 0;
border-radius: 100px;
border: 1px solid #03114E;
background:none;
font-family:"Inter";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 140%;
color:#03114E;
}
.category-toggle:hover{
	border: 1px solid #03114E;

}

.category-toggle:focus{
border: 1px solid #03114E;
}

.category-dropdown {
padding: 0px 24px 15px 24px;
  display: none;
  position: absolute;
  top:60px;
  right: 0;
  z-index: 100;
border-radius: 16px;
background: #FFF;
box-shadow: 0 4px 14px 0 rgba(97, 97, 97, 0.25);
min-width:400px; width:100%;
}
ul#categoryList {
    background: white;
    border-radius: 0px;
    max-height:304px;
    overflow-y: auto;
	padding-left: 0px;
    padding-top:3px;
    margin-bottom:10px;
    margin-left:0px;
}
.selected-topics {
  border-radius: 16px;
background: #f3f3f5;
padding: 16px 24px;
gap: 16px;
opacity: 1;
flex-wrap: wrap;
padding-bottom: 46px;
margin-bottom: 65px;
position:relative;
}

.topic-tag {
    background:#3847Ef;
    color:#fff;
    padding:8px;
    border-radius:8px;
    margin-right: 5px;
    display: inline-block;
	font-family:'Inter';
font-size: 14px;
font-weight: 400;
line-height: 140%;
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.topic-tag .remove-tag {
	font-size:20px;
	color:#fff;
	height:20px;
	cursor:pointer;
}
.category-dropdown input[type=text] { 
 border: 1px solid #fff;
    width: 100%;
    padding:6px 16px 12px 20px;
    border-bottom: 1px solid rgba(101, 109, 112, 0.16) !important;
    border-radius: 0px;
    font-size: 14px;
    background: white;
    outline: none;
    transition: border-color 0.2s;
    line-height: 140%;
    color:#010314;
	margin-bottom: 10px;
	margin-top: 10px;
}
ul#categoryList li {
	padding-bottom:8px;
}
/*********************/


.blog-container .ast-breadcrumbs ul li span, .blog-container .ast-breadcrumbs ul li a{
color:#010314;
font-family: "Inter";
font-size: 14px;
font-weight: 400;
line-height: 120%; 
}
.blog-container h1{
color: #010314;
font-family:"Barlow";
font-size: 48px;
font-weight: 500;
line-height: 110%;
letter-spacing: -0.48px;
padding:54px 0px;
}
section.ast-single-entry-banner.blog-banner-top {
    padding: 0px;
	  height: 400px;
  overflow: hidden;
  border-radius: 16px;
}
.blog-banner-top img{
	border-radius:16px;
	width: 100%;
  height: 100%;
  object-fit: cover;  
  display: block;
}
.blog-card {
	padding:0px 0;
}
.blog-card p {
color:#12102F;
font-size: 20px;
font-family: 'Inter';
font-weight: 300;
line-height: 150%; 
letter-spacing: -0.2px;
}
.blog-card h3 strong  {
color: #131515;
font-size: 32px;
font-weight: 500;
line-height: 120%; 
letter-spacing: -0.32px;
}

/******************/

.blog-category-read.default {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0px;
    flex-direction: row-reverse;
    padding-bottom:12px;
}
.blog-category-read {
 display: flex;
align-items: center;
justify-content: flex-start;
color: var(--Accent-palatinate);
}
.separator {
width: 24px;         
height: 2px;
background:#3847EF;
flex-shrink: 0;  
border-radius: 24px;
border-radius: 24px;
margin:3px 14px;
display: inline-block;
}
.pb-4  {
	padding-bottom:4px;
}
.heading-2 a{
color:#010314;
font-size: 40px;
font-weight: 500;
line-height: 130%; 
letter-spacing: -0.4px;
display:block;
margin-bottom:56px;
}

/*****hide*******/

.selected-topics.visible {
    opacity: 1;
    pointer-events: auto;
}

.category-actions {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}
div#categoryDropdown b {
    left: 22px;
    position: absolute;
    top:16px;
}
.close-dropdown {cursor:pointer; position:absolute; top:20px; right:16px; font-size:30px}
ul#categoryList li label {
    display: flex;
    gap: 12px;
    align-items: center;
}
ul#categoryList li label strong {
color:#010314;
font-family: Barlow;
font-size: 16px;
font-weight:400;
line-height: 120%; 
letter-spacing: -0.16px;
}
.category-dropdown input[type="checkbox"] {
border: 1.5px solid #010314;
width: 16px;
height: 16px;
border-radius: 2px;

}
.btn-group {
display: flex;
    justify-content: space-around;
}
/****Soical share*****/
.blog-container .social-share-container .social-share-icons {
    opacity: 1;
    pointer-events: auto;
}
.blog-container .main-share-icon {
	display:none;
}
.blog-container .social-share-icons {
    position: fixed;
    right: 100%;
    top: 193px;
    right: 0px;
    opacity: 1;
    transform: initial !important;
    z-index: 9;
    width: initial !important;
	
}
.blog-container .social-share-icons {
height: auto;
    flex-direction: column;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 11px 7px;
}
.blog-layout-1 {
	border-bottom:0px;
}

.blog-card ul li
{
	color: #12102F;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.2px;
	padding-bottom:10px;
}
.hide-h1 h1{ display:none;}

.filter-main {
    max-width: 1200px;
    width: 100%;
	position:relative;
}
.clear-selected-btn {
cursor:pointer;
  margin-left: 10px;
  position: absolute;
  right: 30px;
  bottom:20px;
  color: #101010;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border-bottom: 1px solid rgba(16, 16, 16, 0.4);
}
.latest-blog-img {
	  overflow: hidden;
 border-radius: 12px;
 margin-bottom:24px;
}
.card--primary h2 {
	line-height: 140%;
}
.card--primary .ast-blog-featured-section {
	margin-bottom:16px;
}
nav.ast-pagination-infinite {
	display:none;
}
.ast-ajax-pagination-wrapper {
	border:2px solid red;
	display:none;
}

div#loadMoreWrapper, .ne-load-more-wrap {
    padding: 64px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#maxPages {
	display:none;
}

/*************************Blog Banner height*************************************/
#selectedTopics h5 {
    display: block;
    width: 100%;
    color: var(--Neutrals-Gray-100, #666D80);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.card--primary .post-thumb img, .card--primary .card-thumb img {
    border-radius: 16px;
    height: 150px;
}
/**************** Blog Banner height****************************/
.blog .site-main > .ast-row {
  display: none !important;
}
.latest-blog-wrapper span:nth-child(3){
  	font-size: 14px;
  	line-height: 140%;
  	font-family:'Inter';
  	color: #666d80;
}

.blog-card h3 b, .blog-card h2 b, .blog-card h2, .blog-card h3, .blog-card h4 { 
    color: #12102F !important;
    font-size: 32px;
    font-weight:400;
    line-height: 120%;
    letter-spacing: -1%;
}
.blog-card ul li b, .blog-card ul li b span, .blog-card ol li b span, .blog-card ol li b, .blog-card ol li {
	color: #12102F;
    font-size:20px;
    font-family: 'Inter';
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.2px;
}
.blog-card a {
	font-size:20px;
    font-family: 'Inter';
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.2px;
}
.archive.category .astra-details, .archive.category #loadMoreWrapper  {
	display:none;
}
.archive.category .hide-h1 h1{
	display:block;
	text-align:center;	
    padding-top: 50px;

}


/**********Feature images****************/
   
    .featured-hero__inner {
      margin-inline: auto;
      max-width: var(--maxw);
      display: grid;
      grid-template-columns: 1.1fr 1fr;  
      gap:clamp(24px, 6vw, 122px); ;
      align-items: stretch;

    }

 .featured-hero__inner img { display: block; max-width: 100%; height: 100%; }
 
 
 
    @media (max-width: 900px) {
      .featured-hero__inner {
        grid-template-columns: 1fr;
      }
    }

    .featured-hero__content { 
      color: var(--ink-primary);
      display: grid;
      align-content: center;
      gap: clamp(14px, 2vw, 24px);
		 padding:122px 0px;

    }

    .eyebrow {
      color:--ink-primary;
      text-transform: uppercase;
      font-weight: 700;
	color: #FFF;
font-size: 20px;
font-weight: 700;
line-height: 140%;
letter-spacing: 2.4px;
		margin-bottom:0px;
	⁨
    }

    h1.featured-hero__title {
      color: var(--ink-primary);
      font-size: var(--title-size);
      font-weight: 400;
      margin: 0;
	  line-height: 110%; 
	  letter-spacing: -0.54px;
    }

    .featured-hero__copy {
color: #EFEFEF;
font-family:'Inter';
font-size: 20px;
font-weight: 300;
line-height: 150%; 
letter-spacing: -0.2px;
max-width: 39ch;    
}
.featured-hero P {
	margin:0px;
}
    .featured-hero__media {
      border-radius: var(--radius);
      overflow: hidden;
      position: relative;
      min-height:100px;
    }
    .featured-hero__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      aspect-ratio: 4 / 3; 
    }

    @media (prefers-reduced-motion: reduce) {
      html:focus-within { scroll-behavior: auto; }
    }

/*****************Video Card*******************/

.card--primary-custom:hover {
     text-decoration: none !important; 
}
.taxonomy-news_category.wp-block-post-terms a {
	display:block;
}
.media video {
    min-width: 385.3px;
    display: block;
    width: 100%;
    min-height: 220px;
    object-fit: cover;
     border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

 .video{
display: flex;
gap:16px;
margin-bottom:80px;
    }
    @media (max-width: 900px){
  .video {
    flex-direction: column;
  }
    }

    /* ====== Video-card base ====== */
    .video-card{
      background: #ffffff;
    border-radius: 16px;
      /*overflow: clip;*/
    }
    .video-card a{
      color: inherit;
      text-decoration: none;
    }
    .video-card:focus-within{
      outline: 1px solid #1C5BD6;
    }

    /* ====== Featured card ====== */
    .video-card--feature{ 
      grid-area: feature; 
      display:grid; 
      grid-template-columns: 1.4fr 1fr; 
		margin-bottom: 60px;
    }
    .feature__media{ position:relative; min-height: 280px; }
    .feature__media img{ width:100%; height:100%; object-fit:cover; }
    .feature__content{
  padding: 36px 140px 50px 40px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: start;
    border:1px solid rgba(102, 109, 128, 0.24);
    border-left: 0px !important;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    }

    .feature__title{
color: var(--Neutrals-PText_RichB, #010314);
font-family:"Inter";
font-size: 24px;
font-weight: 400;
line-height: 120%; 
letter-spacing: -0.24px;
    }
    .feature__desc{ margin:0; color:#64748B; }

    @media (max-width: 900px){
      .video-card--feature{ grid-template-columns: 1fr; }
      .feature__media{ aspect-ratio: 16 / 9; min-height: auto; }
    }

    /* ====== Compact video cards ====== */
    .video-card--compact{
      display:flex; flex-direction:column;
    }
    .media{
      position:relative;
     /* aspect-ratio: 16 / 9;*/
     /* background:#EFF4FF;*/
      overflow:hidden;
    }
    .media img{
      width:100%; height:100%; object-fit:cover;
    }
    .play{
      position:absolute; inset:0;
      display:grid; place-items:center;
    }
    .play .btn{
      display:grid; place-items:center;
      width:64px; height:64px;
      border-radius:50%;
      background:#606cf2;
      backdrop-filter: blur(2px);
    }
    .play svg{ width:23px; height:29px; fill:#ffffff; margin-right:-3px; }

    .video-card__body{ 
     padding: 1.25rem 1.25rem 1.5rem;
    border:1px solid rgba(102, 109, 128, 0.24);
    border-top: 0px !important;
    min-height: 144px;
    /* border-radius: 16px; */
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
        
}
    .chip{
      display:inline-block;
      font-size:.78rem;
      font-weight:600;
      letter-spacing:.02em;
      color: #1C5BD6;
      background: #EEF2FF;
      padding:.35rem .6rem;
      border-radius: 999px;
      margin-bottom: .5rem;
    }
    .chip--ops{ color:#3E4BFF; background:#EEF0FF; }
    .chip--meet{ color:#2D53D5; background:#ECF2FF; }

 .video-card__title{
color: var(--Neutrals-PText_RichB, #010314);
font-family:'Inter';
font-size: 18px;
font-weight:400;
line-height: 150%;
letter-spacing: -0.24px;
}
    .video-card__meta{
      margin:.25rem 0 0;
      color: #475569;
      font-size:.95rem;
    }

    /* ====== Hover effects ====== */
    .media:hover .btn{ transform: scale(1.04); transition: transform .18s ease; }

    /* Rounded image corners */
    .video-card > .feature__media img,
    .video-card > .media img{ border-top-left-radius: 16px; border-top-right-radius: 16px; }
    .video-card--feature .feature__media img{ border-top-right-radius: 0; border-bottom-left-radius: 16px; }
    @media (max-width:900px){
      .video-card--feature .feature__media img{ border-bottom-left-radius: 0; border-top-right-radius: 16px; }
    }

.tb-pad {
	padding-top:80px;
	padding-bottom:64px
}
.eyebrow-top {
	color: var(--Accent-Palatinate, #3847EF);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 100%;
 margin-bottom: 14px;

}

.yt-hero-media.video-thumbnail.listener-attached img {
    width: 100%;
    border-radius: 12px;
height: clamp(200px, 30vw, 540px) !important;
 aspect-ratio:16/4;
}
.video-thumbnail.listener-attached img {
    width: 100%;
    border-radius: 12px;
}
.card--primary .bcontent  h2 a {
font-size:18px;
margin:24px 0px;
min-height: 100px;
}
.card--primary:hover h2 p {
	    text-decoration: none;
}
section.ast-archive-entry-banner.seaction-bg.yt-hero.latest-blog-wrapper {
    border-radius: 12px;
    margin-bottom: 140px;
	overflow:hidden;
}
.latest-video h3{    
color: var(--Neutrals-PText_RichB, #010314);
    font-family: Barlow;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
}
.latest-video h2{
    margin-right:auto;
}
.yt-hero-meta {
    margin-right: auto;
    color: #010314;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 40px;
    opacity: 0.5;
    padding-top: 10px;

}
section.ast-archive-entry-banner.seaction-bg.yt-hero.latest-blog-wrapper {
    background: none;
    padding: 0px;
    margin-bottom: 25px;
}
.post-card-date{
 margin-top:16px;
}
.post-card-date p{
    padding-bottom:8px;
}
.post-card-date time, .post-card-date p {
color: var(--Neutrals-Gray-100, #666D80);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; 
}
.card--primary--press .wp-block-group {
    margin-top: 12px;
}
.latest-press .post-card-date time {
margin-top: 0px;
margin-bottom: 8px;
}
.bcontent p {
    color: #010314;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    opacity: 0.5;
}
/*.yt-hero-media img{
    width:100%;
    height:auto;
    display:block;
    aspect-ratio:16/4;
    border-radius:10px;
    height: 560px !important;
}*/