/*
Theme Name: telugumuchatlu Theme
Description:  Telugu News Portal Theme by rg
Version: 2.0.1
*/

body {
    font-family: 'Noto Sans Telugu', sans-serif;
}

.bg-eenadu { background-color: #1e00ea !important; }
.text-eenadu { color: #1e00ea !important; }

.site-logo {
    font-size: 28px;
    font-weight: bold;
    color: #1e00ea;
}

.category-tag {
    display: inline-block;
    padding: 8px 14px;
    margin: 3px;
    border-radius: 20px;
    color: white !important;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s;
}

.category-tag:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    color: white !important;
}

.breaking-content a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.breaking-content a:hover {
    color: #1e00ea;
}

.list-group-item {
    border-left: none;
    border-right: none;
}

.list-group-item:first-child {
    border-top: none;
}

.hover-shadow:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Single Post */
.single-post-content {
    font-size: 18px;
    line-height: 1.8;
}

.single-post-content p {
    margin-bottom: 20px;
}

/* Archive Page */
.archive-header {
    border-bottom: 3px solid #1e00ea;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .site-logo {
        font-size: 22px;
    }
    
    .category-tag {
        font-size: 12px;
        padding: 6px 10px;
    }
}

/* Hero Slider (Old Style) */
.hero-slider {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-slide {
    min-width: 100%;
    position: relative;
}

.slider-slide img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    padding: 80px 20px 20px;
    color: #fff;
}

.slider-caption h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
}

.slider-caption h3 a {
    color: #fff;
    text-decoration: none;
}

.slider-caption h3 a:hover {
    color: #ffcc00;
}

.slider-nav {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.slider-dot {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
}

.slider-dot.active {
    background: #1e00ea;
}

.slider-dot:hover {
    background: #fff;
}

@media (max-width: 768px) {
    .slider-slide img {
        height: 250px;
    }
    
    .slider-caption h3 {
        font-size: 16px;
    }
    
    .slider-caption {
        padding: 60px 15px 15px;
    }
}
/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.ribbon {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  
  position: absolute;
  top: 20px;
  left: calc(-1*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background: #f51379;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
      var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
      calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);
}
.ribbon1 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.ribbon1 {
  --r: .8em; /* control the cutout */
  
  padding-left: calc(var(--r) + .25em);
  line-height: 1.8;
  clip-path: polygon(100vw 0,0 0,var(--r) 50%,0 100%,100vw 100%);
  border-image: conic-gradient(#2699dc 0 0) fill 0/100vw;
}
.film-strip {
  --s: 12px; /* control the size */
  --c: #222;
 
  width: calc(20*var(--s));
  background: 
    conic-gradient(at 50% var(--s),var(--c) 75%,#0000 0) 
    0 0/calc(2*var(--s)) calc(100% - var(--s)) padding-box;
  border: var(--s) solid var(--c);
  padding: calc(var(--s)*2.5) calc(var(--s)*1.5);
  box-sizing: content-box;
}
.rounded-tab {
  --r: 25px; /* control the radius */

  line-height: 1.8; /* control the height */
  padding-inline: .5em;
  border-inline: var(--r) solid #0000;
  border-radius: calc(2*var(--r)) calc(2*var(--r)) 0 0/var(--r);
  mask: 
    radial-gradient(var(--r) at var(--r) 0,#0000 98%,#000 101%)
      calc(-1*var(--r)) 100%/100% var(--r) repeat-x,
    conic-gradient(#000 0 0) padding-box;
  background: #1e00ea border-box; /* border-box is needed for a gradient coloration */
  width: fit-content;
}