/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Telugu:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tenali+Ramakrishna&family=Mandali&family=Anek+Telugu&family=Mallanna&family=Sree+Krushnadevaraya&family=Ramabhadra&family=Noto+Serif+Telugu:wght@100..900&display=swap');
*/

/* Default font */
body.sk-theme {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  font-family: "Anek Telugu", sans-serif;
  font-weight: normal;
  background: #f6f6f6;
  position: relative;
}

.page-node-type-web-stories.sk-theme {
	 max-width:100%;
}


/* Font classes */
.sk-theme.font-tenali,
.sk-theme.font-tenali .thumbnail-title,
.sk-theme.font-tenali .card-title, 
.sk-theme.font-tenali .post-title{
  font-family: "Tenali Ramakrishna", sans-serif;
	    line-height: 27px !important;
    font-size: 19px;
	}
   
.sk-theme.font-anek {
  font-family: "Anek Telugu", sans-serif;
	    line-height: 27px !important;
    font-size: 19px;
	}	

.sk-theme.font-noto-serif,
.sk-theme.font-noto-serif .thumbnail-title,
.sk-theme.font-noto-serif .card-title, 
.sk-theme.font-noto-serif .post-title{
	font-family: "Noto Serif Tlugu", sans-serif;
	line-height: 27px !important;
	font-size: 16px;
}

.sk-theme.font-mandali,
.sk-theme.font-mandali .thumbnail-title,
.sk-theme.font-mandali .card-title, 
.sk-theme.font-mandali .post-title{
	font-family: "Mandali", sans-serif;
	line-height: 27px !important;
	font-size: 19px;
}


.sk-theme.font-mallanna,
.sk-theme.font-mallanna .thumbnail-title,
.sk-theme.font-mallanna .card-title, 
.sk-theme.font-mallanna .post-title{
	font-family: "Mallanna", sans-serif;
	line-height: 27px !important;
	font-size: 18px !important;
	}

.sk-theme.font-sree,
.sk-theme.font-sree .thumbnail-title,
.sk-theme.font-sree .card-title, 
.sk-theme.font-sree .post-title{
  font-family: "Sree Krushnadevaraya", sans-serif;
	    line-height: 27px !important;
    font-size: 19px;
}

.sk-theme.font-ramabhadra,
.sk-theme.font-ramabhadra .thumbnail-title,
.sk-theme.font-ramabhadra .card-title, 
.sk-theme.font-ramabhadra .post-title
{
  font-family: "Ramabhadra", sans-serif;
	    line-height: 27px !important;
    font-size: 19px;
		font-weight: 500 !important;
		text-shadow:none !important;
}

/* Optional: smooth transition for demo */
body {
  transition: font-family 0.2s ease-in-out;
}

h1,
.h1 {
  font-size: clamp(1.75rem, 3vw, 2.125rem);
  line-height: 1.5;
}

h2,
.h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.75rem);
  line-height: 1.25;
}

h3,
.h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.3;
}

h4,
.h4 {
  font-size: clamp(1.125rem, 1.7vw, 1.25rem);
  line-height: 1.4;
}

h5,
.h5 {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.45;
}

h6,
.h6 {
  font-size: clamp(0.95rem, 1.2vw, 1rem);
  line-height: 1.5;
}


#block-sakshi-tabs ul{
  display: flex;
  vertical-align: middle;
  text-align: center;
  flex-direction: row;
  gap: var(--space-3);
}
/*
.shadow-box {
  background-color: #fff;
  padding: var(--space-2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 0.8rem;
}
*/

.layout {
  margin: var(--space-4) var(--space-2);
}

.layout .block__title {
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: calc(14px + 0.5vw);
  position: relative;
  padding-bottom: var(--space-2);
  margin: var(--space-3) 0;
}

.layout .block__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: var(--color-primary);
}

.layout .block-link {
  font-size: 0.8rem;
  color: var(--color-primary);
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 1.0rem;
	font-style: italic;
}

.layout .block-link:hover {
  text-decoration: underline;
}

.thumbnail-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4rem;
}


/*
.layout__region {
  padding: 0 var(--space-3);
  box-sizing: border-box;
}

 1. Hide contextual links everywhere by default 
body .contextual-links {
  display: none !important;
}

/* 2. Show them ONLY when the Layout Builder interface is active 
#layout-builder .contextual-links {
  display: block !important;
}
*/
 
.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
  padding-right: 1rem;
}

.layout--fourcol-section > .layout__region--first,
.layout--fourcol-section > .layout__region--second,
.layout--fourcol-section > .layout__region--third {
  padding-right: 1rem;
}

.layout--fourcol-section > .layout__region {
  flex: 0 1 24%;
}

.layout--twocol-section{
  flex-wrap: nowrap;
}

.ads {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.ads img{
  max-width: 100%;
  height: auto;
}

#left-tower-ad {
  display: none;
}

#right-tower-ad {
  display: none;  
}

.blaze-slider,
.blaze-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
	
}

.blaze-slider .featured-news,
.blaze-container .featured-news {
   min-height:470px;
}

.blaze-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.card-title {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second, 
  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
    flex: 0 1 100%;
  }

  .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first, 
  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second {
    flex: 0 1 100%;
  }

  .layout--fourcol-section > .layout__region {
    flex: 0 1 50%;
  }
  
  .layout-main-wrapper .sidebar-grid.grid-full,
  #node-article .news-story-content{
    padding: 0 0.5rem;
	}
  
  .l-build-blk-title-mtop {
    margin-top: 20px !important; 
  }

  .layout--twocol-section{
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 786px) {
  .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second, 
  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
    flex: 0 1 100%;
  }

  .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first, 
  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second {
    flex: 0 1 100%;
  }

  .layout--fourcol-section > .layout__region {
    flex: 0 1 100%;
  }

  .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
    padding-right: 0;
  }
  
  .layout--fourcol-section > .layout__region--first,
  .layout--fourcol-section > .layout__region--second,
  .layout--fourcol-section > .layout__region--third {
    padding-right: 0;
  }

  .l-build-blk-title-mtop {
    margin-top: 20px !important;
  }
  .layout--twocol-section{
    flex-wrap: wrap;
  }
	.layout .block__title {
		font-weight: 700;
		font-size: calc(17px + 0.5vw);
	}
	.layout__region.layout__region--second,
	.layout__region.layout__region--third
	.layout__region.layout__region--fourth{
		margin-top:15px;
	}
	.featured-news h2 {
		font-size: 1.2rem;
	}
	.blaze-slider .featured-news,
	.blaze-container .featured-news{	
		min-height:335px;
	}
  .fixed-ad-box {
    display: block;
    left: 0 !important;
    right: 0;
    bottom: 80px;
    text-align: center;
  }

  .layout {
    padding: 0 var(--space-1);
  }
}

@media screen and (min-width: 1600px) {
  #left-tower-ad {
    display: block;  
    position:fixed;
    top: 120px;
    left: calc((100vw - 1240px) / 2 - 180px);
  }

  #right-tower-ad {
    display: block;
    position:fixed;
    top: 120px;
    right: calc((100vw - 1240px) / 2 - 180px);
  }
}

/* Page template region Olivero css override */
.sidebar-grid.grid-full {
  display: grid;
  grid-template-columns: 0.7fr 2.3fr 1.0fr;
  gap: 1.5rem;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 1rem;
  align-items: start !important;
  clear: both;
}

/* force all columns to start at top */
.sidebar-grid.grid-full > * {
  min-width: 0;
  align-self: start !important;
  margin-top: 0 !important;
 
}

/* prevent layout builder/flex weirdness */
.region--sidebar-first,
.site-main,
.region--sidebar-second {
  display: block;
  grid-column: auto !important
}

.path-node .block__content .page-title {
  text-align: center;
  margin: 0;
  padding: 0;
}
.block__title {
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: calc(14px + 0.5vw);
    position: relative;
    padding-bottom: var(--space-2);
    margin: var(--space-3) 0;
}
.path-node .block__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #18a2e8;
}
#block-sakshi-latestnewsinnerpages .thumb-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  border-bottom: 1px solid #e5e7eb;
}

#block-sakshi-latestnewsinnerpages .thumbnail-item {
  display: flex;
  gap: var(--space-3);
}

#block-sakshi-latestnewsinnerpages .thumbnail-item img {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 0.5rem;
  display: block;
}

#block-sakshi-latestnewsinnerpages .thumbnail-item img a{
  display: block;
}
/*inner pages end*/

.live-status {
  font-size: 12px;
  font-weight: bold;
  color: #ff3b3b;
  animation: blink 1.2s infinite;
  padding-left: 5px;
}

@keyframes blink {
  50% { opacity: 0.4; }
}

.sponsored-bg {
  background-color: #efefef;
}

.sponsored-content h4 a{
  color: #6d28d9;
}

.has-video img{
  display: inline-block;
  border-radius: unset;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.l-build-blk-title-mtop {
  margin-top: 50px;
}

.l-build-blk-mtop {
  margin-top: 10px;
}


#main {
  background: var(--color-white);
}
  
.advrt-label {
  display: block;
  font-size: 10px;
  color: #aaa;
  text-align: center;
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #f0f0f0;
}


/* media queried for sidebars */
@media (max-width: 900px) {
    .region.region--sidebar-first {
        display: none;
    }
	.sidebar-grid.grid-full{
		grid-template-columns: 2.5fr 1.5fr;
	}
}
@media (max-width: 768px) {
    .region.region--sidebar-first {
        display: none;
    }
	.region.region--sidebar-second {
        display: none;
    }
	.sidebar-grid.grid-full{
		grid-template-columns: 1fr;
	}
}
@media (max-width: 680px) {
	.region.region--sidebar-second {
		display: none;
	}
	.sidebar-grid.grid-full{
		grid-template-columns: 4fr;
	}
	.region--breadcrumb nav li {
		font-size:13px;
	}
	.region--breadcrumb nav li:last-child,
	.art-category-tag,
	.art-trusted-badge,
	.art-share-label,
	.art-preferred-badge{
		display: none;
	}
	.art-share-bar {
		flex-wrap: nowrap;
    flex-direction: row;
	}
	.path-node .block__content .page-title {
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: 700;
	}
}

/* Added to fix news slider */
.layout__region--first {
  min-width: 0;
  overflow: hidden;
}

.blaze-slider,
.blaze-container,
.blaze-track-container {
  width: 100%;
  max-width: 100%;
}

.dk-only {
  display: none;
}

.mb-only {
  display: none;
}

@media screen and (min-width: 769px) {
  .dk-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .mb-only {
    display: block;
  }
}

.sk-placeholder {
  position: relative;
  width: 300px;
  height: 250px;
  margin: 0 auto;
  background: #f2f2f2;
  border-radius: 6px;
}

.sk-banner-placeholder {
  position: relative;
  width: 720px;
  height: 90px;
  margin: 0 auto;
  background: #f2f2f2;
  border-radius: 6px;
  text-align: center;
}
.mt-10{
	margin-top: 10px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-20{
	margin-bottom: 20px;
}

.sk-placeholder .sk-label,
.sk-banner-placeholder .sk-label {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  z-index: 1;
}

/* Hide the placeholder once the ad is rendered */
.sk-placeholder iframe,
.sk-banner-placeholder iframe {
  background: transparent !important;
} 

.hidden {
  display: none;
}

.fixed-ad-box {
  position: fixed;
  bottom: 10px;
  right: auto;
  max-width: 100%;
  width: auto;
  text-align: left;
  padding: 10px;
  z-index: 10;
}