/*
Theme Name: Community - Child
Theme URI: https://blueastral.com/
Author: Blue Astral
Author URI: https://blueastral.com/
Description: 
Template: community
Version: 1.0
Text Domain: community-television-child
Tags: Community Television, Child Theme
*/

/* Importing the parent theme styles */
@import url("../community-television/style.css");
/* 
* {
  cursor: url('https://bitstreaks.co.in/anthill/wp-content/uploads/2026/03/mouse_cursor.png') 16 16, auto !important;
}
 */

/* Your custom styles go here */


body, body .body-inner, body.site_width_boxed {
	
    background-color: #faf7f3;
}

/* Header CSS Start
----------------------------------------------------------------------*/


/* .custome_press_menu .elementor-nav-menu a {
    display: flex;
    gap: 8px;
    font-style: italic;
    font-size: 23px;
}
.custome_press_menu .elementor-nav-menu li.menu-item::before {
   
    margin-right: 8px;
    font-family: 'Mulish', sans-serif !important;
    font-size: 13px;
}

.custome_press_menu .elementor-nav-menu a::after {
    content: attr(title);
    display: flex;
    margin-top: 2px;
    font-size: 13px !important;
    color: #000000 !important;
    opacity: 1 !important;
    background-color: #00000000 !important;
    position: relative;
    flex-direction: row;
} */

.header-menu .menu-item > a::after {
content: attr(title);
    display: block;
    margin-top: 2px;
    font-size: 13px !important;
    color: #000000 !important;
    font-family: 'Mulish', sans-serif !important;
    font-style: normal;
}

.header-menu .primary-header-menu a {
    display: flex;
    gap: 8px;
    font-style: italic;
    font-size: 23px;
}
.header-menu .primary-header-menu li:hover a {
	color: #8a4327;
}
.header-menu .main-navigation li:hover a::after {
color: #8a4327 !important;
}
.header-menu .primary-header-menu {
	counter-reset: my-counter;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
	    column-gap: 10px;
}
.header-menu .main-navigation li {
    padding: 2px 10px;
	counter-increment: my-counter;
	display: flex;
	position:relative;
}
.top-bar-menu a {
    font-size: 19px;
    font-style: italic;
}
.header-menu .main-navigation li::before {
      content: counter(my-counter, decimal-leading-zero) " ";
    margin-right: 8px;
    font-family: 'Mulish', sans-serif !important;
    font-size: 13px;
}
.header-menu .main-navigation li::after {
     content: "";
    background:#8a4327c4;
    width:0;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
	transition:.5s all;
}
.header-menu .main-navigation li:hover::after {
    width:100%;
}
.header-menu .main-menu {
    width: 100%;
}

.top-bar {
	    background-color: #faf7f3 !important;
    border-bottom: 1px solid #8a4327;
}
.navbar {
    background-color: #00000000 !important;
	box-shadow: none !important;
}

.header-one .header-width .header-menu {
    box-shadow: 0px -1px 0 0px #8a4327;
	padding: 20px 20px !important;
}
.header-one .header-row {
    padding:10px 35px;
}
.header-one img.site-logo {
    max-height: 90px;
}

.index span {
	font-size:24px;
}





/* Header CSS End
----------------------------------------------------------------------*/


/* Banner CSS Start
----------------------------------------------------------------------*/
.word-slider {
}
.text-heading {
  font-size: 125px;
  line-height: 1;
  font-weight: 500;
  font-family: sans-serif;
}

/* Slider inline */
.word-slider {
  display: inline-block;
    position: relative;
    height: 1.4em;
    width: 700px;
    vertical-align: bottom;
    margin-bottom: -52px;
    line-height: 1.2em;
}

/* Words */
.word-slider span {
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  display: inline-block;
  animation: wordReveal 4s infinite;
}

/* Delay */
.word-slider span:nth-child(1) { animation-delay: 0s; }
.word-slider span:nth-child(2) { animation-delay: 2s; }
.word-slider span:nth-child(3) { animation-delay: 3s; }

/* Left → Right reveal */
@keyframes wordReveal {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  10% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 0;
  }
}

.text-heading span::before {
    content: 'authors';
    color: #000;
    animation: profile 4s steps(1) infinite;
    font-style: italic;
    font-family: 'Cormorant Garamond';
}

@keyframes profile {
  0%   { content: 'authors.'; } 
  20%  { content: 'authors.'; }

  21%  { content: 'stories.'; }
  40%  { content: 'stories.'; }

  41%  { content: 'voices.'; }
  60%  { content: 'voices.'; }

  61%  { content: 'readers.'; }
  80%  { content: 'readers.'; }
	
  81%  { content: 'all things books.'; }
  100% { content: 'all things books.'; }
}
/* Banner CSS End
----------------------------------------------------------------------*/


/* Brand Card Design Css Start */

/* Reset */

/* Card */
/* .brand-design .card {
  width: 420px;
  background: #f2f2f2;
  padding: 30px;
  border-left: 4px solid #7aa65a; 
  position: relative;
} */
 .brand-design .card {
    padding: 20px;
}

/* Top Bar */
.brand-design .card-top {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #0b2c5c;
    border-bottom: 1px solid #0b2c5c;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

/* Title */
.brand-design .brand-title {
    font-size: 64px;
    font-weight: 500;
    color: #0b2c5c;
    margin: 0px 0 60px;
    line-height: 1.2em;
}

/* Bottom */
.brand-design .card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #0b2c5c;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.brand-design .card-bottom p {
    font-size: 14px;
    color: #0b2c5c;
    line-height: 1.6;
    margin: 0;
}

.brand-design .arrow {
  text-decoration: none;
  color: #0b2c5c;
  font-weight: bold;
  transition: 0.3s;
}

.brand-design .arrow:hover {
  transform: translateX(5px);
}

/* Tags */
.brand-design .tags {
  font-size: 13px;
  color: #0b2c5c;
}

.brand-design .tags span {
    margin-right: 5px;
}
.brand-design .tags span::after {
    content: "•";
    margin-left: 2px;
}

.brand-design .tags span:last-child::after {
  content: "";
}
footer{
	position: relative;
	z-index: 8;
}
.footer-marquee {
    overflow: hidden;
    width: 100%;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
}

.marquee-track h2 {
    font-size: 80px;
    color: #000;
    white-space: nowrap;
    margin-right: 120px;
    margin-bottom: 0;
}

/* Smooth infinite animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.footer-bottom-new .footer-bottom-left p {
    color: #000;
}
.footer-bottom-new {
    padding: 0px 50px;
    display: flex;
    justify-content: space-between;
}
.footer-bottom-right {
    display: flex;
    gap: 40px;
    color: #000;
	margin-top: 20px;
}
.footer-bottom-right ul li a {
    color: #fff !important;
}
.footer-bottom-right ul li {
    display: inline-block;
    background: #000;
    color: #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-left: 5px;
}
.post-content-colum .elementor-post__card {
    padding: 15px !important;
}
.post-content-colum .elementor-post__text h3 {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    position: relative;
}
.post-content-colum .elementor-post__badge {
    order: -1;
    position: unset !important;
    margin: 0px  0px 20px!important;
}
.post-content-colum .elementor-post__text h3:after {
    position: absolute;
    content: ">>";
    right: 0;
    top: 0;
}
/* .header-fixed.sticky {
    position: unset !important;
} */
/* .header-fixed.sticky .top-bar {
    background-color: #faf7f3 !important;
    width: 100% !important;
    z-index: 999 !important;
    position: fixed;
    border-bottom: 1px solid #8a4327;
    transition: 0.5s ease all;
} */
.header-fixed.sticky .top-bar .header-row {
    padding: 5px 35px;
}

.sectioncardcol {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.wrapper {
  width: 100%;
}

.cardcol {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 295px;
    transform: translate(-50%, -50%);
    border: 1px solid #000000;
    background: #fff;
    overflow: hidden;
    padding: 10px;
}

.cardcol img {
  width: 100%;
 height: 250px !important;
  object-fit: cover;
}

.cardcol-content {
  padding: 10px;
  font-size: 14px;
}


.cardcol:nth-child(1) { z-index: 4; }
.cardcol:nth-child(2) { z-index: 3; }
.cardcol:nth-child(3) { z-index: 2; }
.cardcol:nth-child(4) { z-index: 1; }

.card-top {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.card-bottom {
   margin: 10px 0px 0px;
    display: flex;
    justify-content: space-between;
	    border-bottom: 1px solid #000;
}
.card-inner p.excerpt {
    font-size: 10px;
    font-family: 'Mulish';
    font-weight: 800;
    margin: 0;
    padding-top: 2px;
}
.card-bottom h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    font-style: italic;
}

#intro-content details {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}
#intro-content details .e-n-accordion-item-title-text span {
    font-size: 22px;
    font-family: 'Mulish';
    font-weight: 500;
    font-style: normal;
}
#intro-content details summary.e-n-accordion-item-title {
    padding: 0px !important;
}
#intro-content details p {
    margin-bottom: 0px;
}

/* Brand Card Design Css End */

/* index page Design Css Start */

/* right container */
.service-right-col {
  position: relative;
  min-height: 400px; /* apne design ke hisaab se adjust karo */
}

/* 👉 Elementor image wrapper ko stack karo */
.service-right-col .elementor-widget-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none; /* default hidden */
}

/* image proper fit */
.service-right-col img {
  width: 100%;
  height: auto;
  display: block;
}

/* active list styling (optional) */
.active-item {
  color: #0a3cff;
}

/* 👉 active list style (optional) */
.service-col-left .elementor-heading-title{
	transition: 0.5s ease all;
}
.service-col-left .active-item .elementor-heading-title{
	    font-style: normal !important;
}
.service-col-left .elementor-heading-title span {
    font-size: 18px;
    font-family: 'Mulish';
    font-weight: 500;
    font-style: normal;
}

.custome_press_menu .elementor-nav-menu {
    counter-reset: my-counter;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}

.custome_press_menu .elementor-nav-menu--main li {
    padding: 2px 10px;
    counter-increment: my-counter;
    display: flex !important;
    position: relative;
}
.custome_press_menu .elementor-nav-menu {
    counter-reset: my-counter;
    list-style: none;
    padding-left: 0;
    display: flex !important;
    flex-wrap: wrap !important;
    column-gap: 10px;
}
.custome_press_menu .elementor-nav-menu--main li a {
    display: flex;
    gap: 8px;
    font-style: italic !important;
    font-size: 23px !important;
    white-space: unset !important;
    justify-content: space-between !important;
}
.custome_press_menu .menu-item > a::after {
    content: attr(title);
    display: block;
    margin-top: 2px;
    font-size: 13px !important;
    color: #000000 !important;
    font-family: 'Mulish', sans-serif !important;
    font-style: normal;
    opacity: 1 !important;
    background: transparent !important;
}
/* index page Design Css End */


.menuHome-list ul {
    counter-reset: my-counter;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.menuHome-list ul li {
    font-size: 12px;
    font-family: 'Mulish';
    font-weight: 600;
    margin-bottom: 8px;
	position: relative;
}
.menuHome-list ul li strong {
    padding: 0px 5px;
    font-size: 23px;
    font-family: 'Cormorant Garamond' !important;
    font-style: italic;
}
.menuHome-list ul li a{
	position: relative;
}
.menuHome-list ul li:hover a {
    color: #8a4327;
}
.menuHome-list ul li a::after {
    content: "";
    background: #8a4327c4;
    width: 0;
    position: absolute;
    height: 1px;
    bottom: -2px;
    left: 0;
    transition: .5s all;
}
.menuHome-list ul li:hover a::after {
    width: 100%;
}
.main-header-bar{
	display: none !important
}
.custome_press_menu {
    box-shadow: 0px -1px 0 0px #8a4327;
}
.pg-bnr-section {
    overflow: hidden !important;
}

#summerySection .e-con-inner {
    background: #faf7f3;
    max-width: 90% !important;
    padding: 50px;
    margin-bottom: 50px;
}
.sumer-bnr-cont p {
    font-size: 16px !important;
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    display: flex;
    justify-content: space-between;
}
#summerySection .elementor-heading-title {
    font-family: 'Roboto' !important;
    font-size: 42px !important ;
    font-weight: 400 !important;
    line-height: 1.1em !important;
}
.page-hding h2 span {
    font-size: 24px;
    font-family: 'Mulish' !important;
    font-weight: 500;
}

.all-post-pg h3.elementor-post__title a {
    position: relative;
    display: block;
}

.all-post-pg h3.elementor-post__title a:after {
    position: absolute;
    content: ">>";
    right: 0;
    top: 0;
}
/* Parent pe counter reset */
#postSection-list .elementor-loop-container {
  counter-reset: section;
}

/* Har loop item pe increment */
#postSection-list .elementor-loop-container > .e-loop-item {
  counter-increment: section;
	position: relative
}
#postSection-list .elementor-loop-container > .e-loop-item:before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 9;
		top: 0;
	left:0;
	    content: '';
    opacity: 0;
}

.page-id-2164 #postSection-list .elementor-loop-container > .e-loop-item:before{
display: none !important;
}

#postSection-list .elementor-loop-container .elementor-widget-image img {
    height: 250px;
    object-fit: cover;
} 

/* Number show karo */
#postSection-list .elementor-loop-container .elementor-icon-list-text::before {
    content: "No " counter(section, decimal-leading-zero);
    font-weight: bold;
    color: #000;
    margin-right: 8px;
    right: 0;
    position: absolute;
    font-size: 14px;
	display: none;
}
#postSection-list .elementor-loop-container .elementor-icon-list-text{
	padding-inline-start: 0;
}

#postSection-list .swiper-wrapper{
    counter-reset: stories;
}

#postSection-list .swiper-slide:not(.swiper-slide-duplicate){
    counter-increment: stories;
}

#postSection-list .swiper-slide:not(.swiper-slide-duplicate) 
.elementor-icon-list-text::before{
    content: "No " counter(stories, decimal-leading-zero);
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    right: 0;
    color: #000;
	display: none;
}


div#postSection-list .elementor-inline-items, div#postSection-list .elementor-inline-items li, div#postSection-list .elementor-inline-items li a{
    display: block !important;
}
#postSection-list .fa-tags {
  display: none;
}
.all-post-hding h2 a{
	display: block;
}
.all-post-hding h2 a:after {
    position: absolute;
    content: ">>";
    right: 0;
    top: 0;
}
div#postSection-list nav.elementor-pagination .page-numbers {
    font-size: 15px !important;
    font-family: 'Mulish' !important;
    color: #000;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin: 0px !important;
}
#postSection-list .next, #postSection-list .prev {
    position: initial !important;
    background-color: transparent !important;
}
div#postSection-list nav.elementor-pagination .page-numbers.current {
    background: #000;
    color: #fff;
}

#contact-icon .elementor-icon-list-text img {
    width: 16px;
}
.social-icon-col {
    position: relative;
}
.social-icon-col .social-icon-cont {
    position: absolute;
    bottom: 0;
    padding: 10px 30px 10px 10px;
}
.shortStroies .elementor-icon-list-icon {
    display: none !important;
}
.footer-bottom-right ul li img {
    width: 16px;
    filter: invert(1);
    padding-top: 9px;
}


.page-id-2164 .postCategory {
    display: none;
}

.page-id-2164 #postSection-list .elementor-loop-container .elementor-icon-list-text::before {
	display: none;
}

.page-id-2164 .footer {
    padding-top: 0px !important;
}
.page-id-2164 .footer-column.column2.text-center {
    display: none;
}


/* Trusted by leading platforms CSS Start
----------------------------------------------------------------------*/



/* Trusted by leading platforms CSS End
----------------------------------------------------------------------*/


/* Single Post CSS Start
----------------------------------------------------------------------*/

/* Single Post CSS End
----------------------------------------------------------------------*/


/* Upcoming Event CSS Start
----------------------------------------------------------------------*/

/* Upcoming Event CSS End
----------------------------------------------------------------------*/

/* Footer CSS Start
----------------------------------------------------------------------*/


/* Footer CSS End
----------------------------------------------------------------------*/


/* Inner Page Banner CSS Start
----------------------------------------------------------------------*/


/* Inner Page Banner CSS End
----------------------------------------------------------------------*/


/* Custom CSS Start
----------------------------------------------------------------------*/


/* Custom CSS End
----------------------------------------------------------------------*/



/* Event CSS End
----------------------------------------------------------------------*/


/* Event CSS Start
----------------------------------------------------------------------*/







@media only screen and (max-width:1440px) {
	
header.header-one .main-navigation li {
    padding: 0px 5px !important;
}
	.header-menu .main-navigation li::before {
    font-size: 10px !important;
	margin-right: 5px !important;
}
	.header-menu .primary-header-menu a {
    font-size: 15px !important;
}
	.header-menu .menu-item > a::after {
    font-size: 10px !important;
}
	.header-one .header-width .header-menu {
    padding: 10px 10px !important;
}
	.header-menu .primary-header-menu {
    column-gap: 0;
}
	.text-heading {
    font-size: 110px;
}
	.header-one .header-row {
    padding: 5px 35px;
}
	header img.site-logo {
    max-height: 72px !important;
}
	div#view-button {
    position: unset;
}
}
@media only screen and (max-width: 1366px) {
 .text-heading {
    font-size: 100px;
    margin: 0px !important;
    letter-spacing: -3px;
}
	div#banner-section {
    padding-top: 80px !important;
}
	.header-one .header-width .header-menu {
    padding: 20px 10px !important;
}
	.header-menu .primary-header-menu a {
    font-size: 13px !important;
}
	.top-bar-menu li {
    margin-left: 50px !important;
}
	.header-one .top-bar-menu li a {
    font-size: 18px;
		padding: 0px !important;
}
.wokka-sec-center {
    width: 20% !important;
    padding: 0px !important;
}
	.wokka-sec {
    width: 40% !important;
		padding: 0px !important;
}
	.brand-design .card-bottom p {
    font-size: 11px;
}
	.brand-design .card-bottom {
    margin-bottom: 5px;
}
	.brand-design .tags span {
    margin-right: 2px;
}
	.brand-design .tags {
    font-size: 8px;
    line-height: 1.3em;
}
	.brand-design .card-top {
    margin-bottom: 5px;
}
	.brand-design .brand-title {
    font-size: 48px;
    margin: 0px 0 110px;
}
	.more-work-hding h2 {
    font-size: 60px !important;
}
	.menuHome-list ul li strong {
    font-size: 20px;
}
	.menuHome-list ul li {
    font-size: 8px;
    margin-bottom: 5px;
}
	.menuHome-list ul {
    column-gap: 10px;
}
	.service-col-left h2 {
    font-size: 38px !important;
}
		.service-col-left p {
    font-size: 14px !important;
}
	div#view-button {
    position: unset;
}
}



@media (max-width: 1025px) {
.text-heading {
    font-size: 62px;
}
	.word-slider {
    margin-bottom: -25px;
}

}


@media only screen and (max-width:1024px) {

	
}
@media only screen and (max-width: 991px){
	.menuHome-list ul {
    display: block;
}
.menuHome-list ul li {
    font-size: 11px;
    margin-bottom: 2px;
}
}


@media only screen and (max-width: 768px){
.text-heading {
    font-size: 75px;
}
	.word-slider {
    margin-bottom: -25px;
}
	.footer-widgets {
    padding: 20px 0px !important;
}
	.marquee-track h2 {
    font-size: 42px;
}
	.footer-bottom-new {
    padding: 0px 10px;
} 
	footer li {
    margin-bottom: 0;
}
	.footer-bottom-right ul li a {
    color: #fff !important;
    font-size: 13px;
}
	.footer-bottom-new .footer-bottom-left p {
    font-size: 11px;
}
	.footer-bottom-right {
    gap: 20px;
}
.header-fixed.sticky .top-bar .header-row {
    padding: 5px 10px;
}
div#banner-section {
    padding: 0px !important;
    min-height: 80vh !important;
    align-items: end;
}
.wokka-sec-center {
    width: 90% !important;
    padding: 0px !important;
}
	.more-work-hding h2 {
    font-size: 42px !important;
}
	.service-col-left .elementor-heading-title span {
    font-size: 13px;
}
	.service-col-left .elementor-heading-title a {
    display: block;
    position: relative;
}
	.service-col-left .elementor-heading-title a {
    display: block;
    position: relative;
}
.service-col-left .elementor-heading-title a:after {
    position: absolute;
    content: '>>';
    right: 0;
    top: 0;
    color: #000;
    font-size: 24px;
}
	.service-col-left h2 {
    font-size: 28px !important;
}
	#intro-content details {
    padding-bottom: 10px;
}
	#intro-content details .e-n-accordion-item-title-text span {
    font-size: 12px;
}
	div#view-button {
    position: unset;
    text-align: center;
}
	.social-icon-col .social-icon-cont {
    position: unset;
    padding: 0px 10px;
}
	.social-icon-col h3.elementor-image-box-title {
    margin: 15px 0px;
}
}


@media only screen and (max-width:600px) {
	div#banner-section {
    padding: 0px !important;
    min-height: 80vh !important;
    align-items: end;
}
.text-heading {
    font-size: 52px;
}
		.service-col-left h2 {
    font-size: 28px !important;
}
	.service-col-left .elementor-heading-title span {
    font-size: 13px;
    margin-right: 9px;
}
	#postSection-list .elementor-swiper-button-prev, #postSection-list .elementor-swiper-button-next {
    display: none;
}
}

